- 12 Jul, 2019 4 commits
-
-
Ryan McKinley committed
-
kvc-code committed
-
Felt this was in the wrong place, it is not the most important option and should not be above the main graph options.
Torkel Ödegaard committed -
* don't actually install grafana in the setup step * updat eversion changes * add report stage * update versions * don't do failing test * upate version * print plugins * update versions * copy docs * Update package.json
Ryan McKinley committed
-
- 11 Jul, 2019 12 commits
-
-
Before this applied, go binary is referenced inconsistently in makefile. Sometimes with go modules enabled and sometimes not, sometimes through a variable and sometimes not. This change makes all the references in makefile consistent
Oleg Gaidarenko committed -
Andrej Ocenas committed
-
* Sub 2000 errors * Down to 1670 errors * Minor fixes
Tobias Skarhed committed -
Sofia Papagiannaki committed
-
fixes #17986
Kyle Brandt committed -
* validate type and id * copy all svg and png, useful if people don't use the img folder * update comments * add stubs for each ci task * use ci-work folder rather than build * use axios for basic testing * Packages: publish packages@6.3.0-alpha.39 * bump version * add download task * Packages: publish packages@6.3.0-alpha.40 * merge all dist folders into one * fix folder paths * Fix ts error * Packages: publish packages@6.3.0-beta.0 * Packages: publish packages@6.3.0-beta.1 * bump next to 6.4 * Packages: publish packages@6.4.0-alpha.2 * better build and bundle tasks * fix lint * Packages: publish packages@6.4.0-alpha.3 * copy the file to start grafana * Packages: publish packages@6.4.0-alpha.4 * use sudo for copy * Packages: publish packages@6.4.0-alpha.5 * add missing service * add service and homepath * Packages: publish packages@6.4.0-alpha.6 * make the folder * Update packages/grafana-toolkit/src/cli/tasks/plugin.ci.ts * Update packages/grafana-toolkit/src/cli/tasks/plugin.ci.ts
Ryan McKinley committed -
Mikhail f. Shiryaev committed
-
Barry committed
-
* API: Duplicate API Key Name Handle With Useful HTTP Code * 17447: make changes requested during review - use dialect.IsUniqueContraintViolation - change if statement to match others - return error properly * Revert "17447: make changes requested during review" This reverts commit a4a674ea83a9288701611f203f2a75531fb8a131. * API: useful http code on duplicate api key error w/ tests * API: API Key Duplicate Handling fixed small typo associated with error
Anthony Templeton committed -
Šimon Podlipský committed
-
API: Minor fix for nil pointer when trying to log error during creating new dashboard via the API (#18003) * Minor fix for nil pointer when trying to log error * Do not return error if a dashboard is created Only log the failures * Do not return error if the folder is created Only log the failures
Sofia Papagiannaki committed -
Ryan McKinley committed
-
- 10 Jul, 2019 12 commits
-
-
Sofia Papagiannaki committed
-
Sofia Papagiannaki committed
-
Sofia Papagiannaki committed
-
Closes #18027
kay delaney committed -
Tobias Skarhed committed
-
* Docs: First draft of whats new in 6.3 * Docs: Updated whats new article * Docs: typos * docs: fix broken link, add links and update docs index * Docs: whats new in enterprise
Torkel Ödegaard committed -
Tobias Skarhed committed
-
Now handles secure_json_data stored as null in database when running the encrypt-datasource-passwords migration. Fixes #17948
Marcus Efraimsson committed -
Leonard Gram committed
-
* Users: show badges for each auth provider * Chore: don't use functions in angular bindings * Users: minor style changes to labels * Chore: convert auth labels on the backed side, deduplicate frontend code * Users: use authLabels everywhere instead of authModule * User: fix edit user page style * Users: minor fixes after review
Alexander Zobnin committed -
It breaks the build on a fresh checkout and install. Fixes: #18015
Damien Lespiau committed -
Ryan McKinley committed
-
- 09 Jul, 2019 9 commits
-
-
* Replace webpack ng annotate plugin with babel-plugin-angularjs-annotate * Copy statics(png/svg) when necessary or keep the original path when files loaded via file-loader * Update readme
Dominik Prokop committed -
Dominik Prokop committed
-
adding an alpha panel
Ryan McKinley committed -
This fixes error caused by ng-annotate mentioned in #17819 (comment)
Dominik Prokop committed -
* Timezone export CSV based on dashboard setting * Add options object and interface
Tobias Skarhed committed -
Leonard Gram committed
-
* find the last non-null value * also fix first * check empty first * remove unused import * adding lastNotNull
Ryan McKinley committed -
* Move the SAML button outside of the oauth div * Don't attempt to search cookies with an empty name
gotjosh committed -
* Add tests for login view * Fix OAuth auto login redirect loop login_error cookie is only set when the OAuth login fails for some reason. Therefore, the login view should return immediately if a login_error cookie exists before trying to login the user using OAuth again. * Fix test Use 'index-template' instead of 'index' for testing * Add some comments
Sofia Papagiannaki committed
-
- 08 Jul, 2019 3 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
* Docs: Documents new features available with Loki data source in Explore Closes #17898 * Docs: Formats note as a quote and adds additional detail regarding live tailing
kay delaney committed
-