- 16 Jul, 2019 8 commits
-
-
* Enable running tests in watch mode and by path or name regex * Toolkit readme update * Show webpack stats on successful compilation * unzip the plugin, not the docs
Dominik Prokop committed -
* Metrics: remove unused metrics Metric `M_Grafana_Version` is not used anywhere, nor the mentioned `M_Grafana_Build_Version`. Seems to be an artefact? * Metrics: make the naming consistent * Metrics: add comments to exported vars * Metrics: use proper naming Fixes #18110
Oleg Gaidarenko committed -
johannes committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
* Fix 200 ish errors * Add interface
Tobias Skarhed committed -
* Build: allow dynamically change docker image Right now, only for couple DBs. With the 2.1, you can do `${TAG:-5.6}` without needing the `.env` file, but it seems it would be better for back-compat to support `.env` right now. Fixes #17891 * Build: add prefix for removal process * Docs: mention makefile command instead of the bash Since we are moving to makefile for things and make command simplifies some of the actions you have to perform to work with different environments * Docs: mention dynamic tags in the docs * Docs: avoid name collision Fixes #16107
Oleg Gaidarenko committed
-
- 15 Jul, 2019 5 commits
-
-
Dominik Prokop committed
-
Dominik Prokop committed
-
* Testing lerna on circle * Remove dependency on test task, fix yarn * yarn fix * Run lerna from local bin * Use packages cache, run lern via npx * Add packages:build * Install packages before release * Remove cache tmp * add lerna bootstrap * temporarily add tsignore * lerna add data package to ui * Remove @types/lodas resolution * Try any... * Typo fix * Add publishing packages * update lerna publish script * Reset git befgore publishing package * Correct lerna version * Packages version bump * Remove postpublish * Publish to npm * Set git creds before commit * Rename job and run it after frontend tests and build passes * Run next packages release on master but not when tagged with release * Minor copy * Update circle's config * Fix config
Dominik Prokop committed -
* Add support for `is_disabled` to `CreateUser()` * Add support for `is_disabled` to `SearchUsers()` Had to add it as a `string` type not as `bool`, since if that's property is omitted, we would have add it to SQL request, which might be dangerous * Restructure desctructive tests and add more
Oleg Gaidarenko committed -
Oleg Gaidarenko committed
-
- 14 Jul, 2019 1 commit
-
-
Eric Leijonmarck committed
-
- 12 Jul, 2019 6 commits
-
-
Ryan McKinley committed
-
* put the version number in the docs * add links to download page * Docs: Make download link more clear * Docs: minor tweaks
Torkel Ödegaard committed -
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 8 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
-