- 18 Jul, 2019 8 commits
-
-
Ryan McKinley committed
-
Kyle Brandt committed
-
Alexander Zobnin committed
-
- the error was set, but has not been shown - this change will force a digest before the query promises return with their error handling
David committed -
- navigating right away triggered the unsaved warning on slower machines - this change makes sure we see a success message first
David committed -
* @grafana/toolkit: make ts-loader ignore files that are not bundled * @grafana/toolkit: improve the circleci task (#18133) This PR makes some minor improvements to the circle task Adds build info to plugin.json adds dependencies to deployed artifacts Makes sure prettier has content before writing (avoid writing empty files) renames 'bundle' to 'package' and saves stuff in a 'packages' file * @grafana/toolkit: enable plugin themes to work with common stylesheet (#18160) This makes it possible to use themes styleshheet files and stylesheet imports at the same time. The problem occurred when trying to migrate polystat panel to toolkit: grafana/grafana-polystat-panel#62
Dominik Prokop committed -
Prompted by the @slim-bean talk (thanks!). With that definition `GO_FILES` var can be dynamically changed, that will be very helpful in grafana enterprise repo
Oleg Gaidarenko committed -
* noImplicitAny playlist approx 200 * Add AngularPanelMenuItem interface * Roughly 100 noImplicitAny
Tobias Skarhed committed
-
- 17 Jul, 2019 6 commits
-
-
Adds pulse waveform. Is predictable in the sense that the start of the waveform is aligned to epoch time (instead of the start of the query time). This makes a useful signal for manual testing of alerting in the devenv.
Kyle Brandt committed -
* chore: mirror the Dockerhub readme Seems like the dockerhub readme is out of sync with this one. Let's update this one to make them identical. * chore: add changes part of 6.3.0-beta1 to the docker image README * chore: add the date to the 6.3.0-beta1 changes in the CHANGELOG
gotjosh committed -
* docs: Link to SAML docs and document configuration options - Document configuration options `defaults.ini` and `sample.ini` - Add the SAML documentation - Link to the SAML documentation from "what's new in 6.3"
gotjosh committed -
Oleg Gaidarenko committed
-
The script tries to delete previously existing alerts but it used to fail if there were too many of them.
Sofia Papagiannaki committed -
Oleg Gaidarenko committed
-
- 16 Jul, 2019 9 commits
-
-
Ryan McKinley committed
-
* 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 5 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
-