- 24 Mar, 2020 14 commits
-
-
* golangci-lint: Fix timeout config; disable govet * CircleCI: Use official golangci-lint binary
Arve Knudsen committed -
Hugo Häggmark committed
-
Ivana Huckova committed
-
Lukas Siatka committed
-
* Theme: Updates the theme to align panel & page background colors * Updated dashboard settings view to be similar to new panel edit * Updated themes * Added shadow * Updates generated files * Minor fix to inspect drawer * Clean up old dashboard setttings stuff * Polish to search * Updated truth image * Minor tweaks to dropdown menu * Updates and alignments between inspect drawer and explore rich history * removed unused variables * Minor tweak to light page header bg
Torkel Ödegaard committed -
* DevEnv: updates eslint-plugin-jsdoc 21.0.0 -> 22.1.0 * DevEnv: updates @typescript-eslint/eslint-plugin 2.19.2 -> 2.24.0 in grafana-toolkit package * DevEnv: updates @typescript-eslint/parser 2.19.2 -> 2.24.0 in grafana-toolkit package * DevEnv: updates eslint 6.7.2 -> 6.8.0 in grafana-toolkit package * DevEnv: updates eslint-config-prettier 6.7.0 -> 6.10.0 in grafana-toolkit package * DevEnv: updates eslint-plugin-prettier 3.1.1 -> 3.1.2 in grafana-toolkit package * DevEnv: updates eslint-plugin-jsdoc 18.4.1 -> 22.1.0 in grafana-toolkit package
Lukas Siatka committed -
* DevEnv: updates @types/react-dev-utils 9.0.1 -> 9.0.4 in grafana-toolkit package * DevEnv: updates react-dev-utils 9.0.1 -> 10.2.1 in grafana-toolkit package
Lukas Siatka committed -
* DevEnv: updates storybook-dark-mode 0.3.0 -> 0.3.1 in grafana-ui package * DevEnv: updates @storybook/addon-actions 5.3.9 -> 5.3.17 in grafana-ui package * DevEnv: updates @storybook/addon-docs 5.3.9 -> 5.3.17 in grafana-ui package * DevEnv: updates @storybook/addon-info 5.3.9 -> 5.3.17 in grafana-ui package * DevEnv: updates @storybook/addon-knobs 5.3.9 -> 5.3.17 in grafana-ui package * DevEnv: updates @storybook/addon-storysource 5.3.14 -> 5.3.17 in grafana-ui package * DevEnv: updates @storybook/theming 5.3.9 -> 5.3.17 in grafana-ui package * DevEnv: updates @storybook/react 5.3.9 -> 5.3.17 in grafana-ui package
Lukas Siatka committed -
* Fix to make sure we have the correct dataIndex when using data links. * fixed strict null errors. * decreased number of errors.
Marcus Andersson committed -
* DevEnv: updates ts-node 8.6.2 -> 8.8.1 * DevEnv: updates ts-node 8.5.0 -> 8.8.1 in grafana-e2e package * DevEnv: updates node-sass 4.12.0 -> 4.13.1 in grafana-toolkit package * DevEnv: updates ts-node 8.5.0 -> 8.8.1 in grafana-toolkit package
Lukas Siatka committed -
Lukas Siatka committed
-
* DevEnv: updates react-color 2.17.0 -> 2.18.0 * DevEnv: updates @types/react-color 2.17.0 -> 3.0.1
Lukas Siatka committed -
* DevEnv: updates pretty-format 24.9.0 -> 25.1.0 in grafana-data package * DevEnv: updates pretty-format 24.9.0 -> 25.1.0 in grafana-ui package * DevEnv: updates pretty-format 24.9.0 -> 25.1.0 in grafana-runtime package
Lukas Siatka committed -
Hugo Häggmark committed
-
- 23 Mar, 2020 15 commits
-
-
Andrew Burian committed
-
* Rewrite to CSF and make it not crash * Move comments to be in generated docs * Fix broken ThresholdsEditor story * Fix breaking Select docs
Tobias Skarhed committed -
* CircleCI: Fix golangci-lint OOM by reducing concurrency and tweaking GC
Arve Knudsen committed -
Steven Vachon committed
-
* Refactor: intial commit * Tests: fixes tests * Refactor: adds stricter typings
Hugo Häggmark committed -
Mohit Nain committed
-
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 11 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
-