- 23 Mar, 2020 9 commits
-
-
Casually drops 2.0 in a couple of places in the docs so that a reader looking for information about supported SAML version can find it. Since SAML hasn't had any releases since 2005, we don't have to make a big deal out of it.
Emil Tullstedt committed -
* Refactor: renames uuid to id * Refactor: misc renames * Refactor: fixes renaming of variable * Refactor: changes method accessed by templateSrv * Refactor: fixes for NEW_VARIABLE_ID * Refactor: rename flow refactor * Tests: adds missing reducer and action tests * Refactor: keeping tests consitent * Chore: reorder imports * Chore: removes uuid package * Refactor: fixes imports
Hugo Häggmark committed -
Example: https://play.golang.org/p/cfPIPG3BwjJ
Carl Bergquist committed -
Tobias Skarhed committed
-
flopp999 committed
-
Torkel Ödegaard committed
-
Arve Knudsen committed
-
Sofia Papagiannaki committed
-
* Refactor: moves all the newVariables part to features/variables directory * Feature: adds datasource type * Tests: adds reducer tests * Tests: covers data source actions with tests * Chore: reduces strict null errors * boilerplate that will be replaced by real code. * added old editor template. * added initial version of ad hoc editor. * added working (apart from add) version of the editor. * Added placeholder for picker. * Have a working UI. Need to connect it so we refresh the variables on changes. * variable should be updated now. * removed console.log * made the url work. * cleaned up the adapter. * added possiblity to create filter directly from table. * moved infotext from general reducer to extended value of adhoc. * fixed strict null errors. * fixed strict null errors. * fixed issue where remove was displayed before being added. * fixed issue with fragment key. * changed so template_src is using the redux variables. * minor refactorings. * moved adhoc picker to adhoc variable. * adding tests for reducer and fixed bug. * added tests or urlparser. * added tests for ad hoc actions. * added more tests. * added more tests. * fixed strict null error. * fixed copy n pase error. * added utilit for getting new variable index. * removed console.log * added location to reducerTester type and created a module type for it. * changed so we only have one builder pattern. * fixed tests to use static expected values. * fixed strict errors. * fixed more strict errors. Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Marcus Andersson committed
-
- 20 Mar, 2020 14 commits
-
-
Jon McKenzie committed
-
In Config-users Name is listed so it may also be visible in Admin-users
flopp999 committed -
* Docs: Update email notifier documentation Ref #21091 Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Marcus Efraimsson committed -
Leonard Gram committed
-
Leonard Gram committed
-
* Refactor value mappings UI to work better with new panel edit * TS fix * Experimenting with tabs in the sidebar * Small refactor and added Panel general settings * Merge fixes * fix fieldOptions being used instead of fieldConfig * Added icons to tabs (testing) * Only 3 tabs i think, panel specific options need ot exist in first tab, some style tweaks * Moved title and no value up * Updated * Render panel options in Options tab and add old options styles hack to display those vertically * Basic settings to Panel settings * Make nullcheck pass * Snaps bump * Fix standard configs not update * Organise sidebar better, add tmp NewPanelEditorContext to hide duplicate legacy options Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Dominik Prokop committed -
* Chore: refactor query components unsafe lifecycle methods * Chore: remove redundant defaults * Chore: check expression exist while filter targets in query * Chore: fix broken test * Chore: adding query filed tests * pass normalized query to QueryFieldsEditor Signed-off-by: Boyko Lalov <boiskila@gmail.com> * Remove introduced strictNullCheck errors and correctly solve merged conficts * Improve redability and fix strictNullChecks Co-authored-by: Ivana <ivana.huckova@gmail.com>
Boyko committed -
Signed-off-by: huanggze <loganhuang@yunify.com>
huanggze committed -
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Emil Tullstedt committed
-
Marcus Andersson committed
-
* BackendSrv: only add content-type on POST, PUT requests Fixes #22869 * Tests: imports polyfill for Headers
Hugo Häggmark committed -
Signed-off-by: huanggze <loganhuang@yunify.com>
huanggze committed
-
- 19 Mar, 2020 14 commits
-
-
* CI: failfast for verify-repos.sh * shellcheck
Leonard Gram committed -
Arve Knudsen committed
-
Arve Knudsen committed
-
* fix test * Revert "CircleCI: Don't build Storybook on PR (#22865)" This reverts commit 492264ab.
Dominik Prokop committed -
Robby Milo committed
-
* Add NewOrgPage * Remove filrs * Remove import * Remove comments * Get navModel from Redux * Add DTO * Get nav model from state * Change error display * Add async await and check if org is available * Fix null strict null error * Update public/app/features/org/NewOrgPage.tsx Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Tobias Skarhed committed -
* Refactor value mappings UI to work better with new panel edit * TS fix
Dominik Prokop committed -
* Apply field overrides in PanelChrome * Move applyFieldOverrides to panel query runner * Review updates * Make sure overrides are applied back on souce panel when exiting the new edit mode * TS ignores in est * Make field display work in viz repeater * Review updates * Review and test updates * Change the way overrides and trransformations are retrieved in PQR * Add fieldConfig property to PanelModel * Dashboard migration v1 * Use field config when exiting new panel edit mode * Gauge - use fieldConfig from panel model * FieldDisplayOptions - don's extend FieldConfigSource * Fix fieldDisplay ts * StatPanel updated * Stat panel defaults applied * Table2 panel options update * React graph updates * BarGauge updated * PieChart, Gauge, BarGauge and Stat updates * PieChart - remove field config defaults from options * FieldDisplayEditor - remove unused methos * PanelModel - remove debugger * Remove fieldConfig from field options when migrating dashboard * Update data links migrations * Update fieldDisaplay tests to respect new fieldConfig * Update dashboard schema version in snapshots * Fix BarGaugePanel test * Rebase fixes * Add onFieldConfigChange to PanelProps type * Update shared single stat migration * Pass PanelModel instead of options only for panel type change handler [breaking] * Renames * Don't mutate panel options * Migrations update * Remove obsolete snap * Minor updates after review * Fix null checks * Temporarily (until we decide to switch to new pane edit) bring back old aditors * Temporarily rename ValueMappingEditor and MappingRow to Legacy* * Migrations update * Updae setFieldConfigDefaults API * Update the way field config defaults are applied * Use standard field config for gauge, bar gauge and stat panels * refactoring * Revert dashboard fieldOptions migrations as those are handled by single stat migrator * Fix ts in tests * Strict null fix and some minor fixes Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Dominik Prokop committed -
Emil Tullstedt committed
-
Ivana Huckova committed
-
Ivana Huckova committed
-
* Initial commit * Visualised renamed or deleted datasources as well, if they have queries * Pass ds image to card and information if the datasource was removed/renamed * Set up card with datasource info and change run query * Style comment, run button * Fix button naming * Remember last filters * Update public/app/core/store.ts * Update public/app/features/explore/RichHistory/RichHistory.tsx * Update comments * Rename datasource to data source * Add test coverage, fix naming * Remove unused styles, add feedback info Co-authored-by: Ivana <ivana.huckova@gmail.com> Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
Jess committed -
Tobias Skarhed committed
-
Updated because these were moved to the 6.7 milestone.
Diana Payton committed
-
- 18 Mar, 2020 3 commits
-
-
* azuremonitor: adds support for workspaces query macro... ...for Azure Logs template variable queries * docs: azure logs workspaces templating function * Update docs/sources/features/datasources/azuremonitor.md Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * docs: convert list into table * docs: fixes prettier formatting problem Prettier adds a slash before dollar signs in markdown. Disabling it for this table with a prettier comment. https://prettier.io/docs/en/ignore.html Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Daniel Lee committed -
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
Cyril Tovena committed -
* Empty value for unknown Prometheus label (grafana#16041) * Empty value for unknown Prometheus label (grafana#16041) * fix linter
Denis committed
-