- 21 Nov, 2019 20 commits
-
-
Dominik Prokop committed
-
* Reference a few more issues that were fixed * Remove dashboard entry - it will be added automatically
Erik Sundell committed -
* Enable theme context mocking in tests * Expose mockThemeContext from grafana/ui * Add docs * Update contribute/style-guides/themes.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Update packages/grafana-ui/src/themes/ThemeContext.tsx Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Update contribute/style-guides/themes.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Docs update * Update contribute/style-guides/themes.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com>
Dominik Prokop committed -
* Chore: Remove angular dependency from prometheus datasource
kay delaney committed -
* Build: Supply curl -f when downloading phantomjs * Build: Verify checksums of downloaded PhantomJS zips
Arve Knudsen committed -
* DevEnv: updates nodejs to 12.x and golang to 1.13 * Updates CI-build and CI-deploy image versions * DevEnv: updates update repo readme * DevEnv: updates build container version
Lukas Siatka committed -
Lukas Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Łukasz Siatka committed
-
Ivana Huckova committed
-
* Docs: Document required Go version in developer guide
Arve Knudsen committed -
* refactor to multiple rows * added name for org user struct * added name getorgusers * added user name to tableview * made test pass * updated userMocks to user name field * added missing UsersTable snapshot * added name on teammembers page, be able to search query for name, login and email * added the updated snapshots * conform to same sorting as output form * conform to previous way of using it * sort first by login and after by email, as it was before
Eric Leijonmarck committed -
Mitsuhiro Tanda committed
-
Leonard Gram committed
-
Erik Sundell committed
-
* CI: Build all platforms for Enterprise * CI: publishes new enterprise builds to grafana.com
Leonard Gram committed -
* Propagate failures to delete dashboard alerts
Sofia Papagiannaki committed -
* Cast tags of type Time to string * Fig go lint issue
Erik Sundell committed -
Hugo Häggmark committed
-
- 20 Nov, 2019 11 commits
-
-
What's new in v6.5 fixes.
Marcus Efraimsson committed -
* Adding cloudwatch related stuff - images will come later on * Changes after pr feedback * Add images * Update image path * Remove react migration part - might not be so interesting for our users * Removing part about curated dashboards since it's not released yet - will be re-added later on
Erik Sundell committed -
Dominik Prokop committed
-
Formatting fix missed in #20514
Marcus Efraimsson committed -
Arve Knudsen committed
-
Peter Holmberg committed
-
Backend plugins is recommended to use hclog with json formatting to get proper log output in grafana server log. Old hclog-wrapper.go that I deleted while back is still in the repo so deletes that.
Marcus Efraimsson committed -
* Remove highres flag since it's not being used * Remove not used code. Init id field correctly * Fix broken tests * Remove GMS related calculations * Rename period field * Add breaking changes to changelog. Also update upgrading docs * Update snapshot * Update docs after feedback * Changes after feedback
Erik Sundell committed -
* API: Optionally list expired keys * Update docs
Sofia Papagiannaki committed -
Jon Gyllenswärd committed
-
* Build: Adds start and stop job * WIP: Testing passing env variables * Fix: Fixes shellcheck errors * WIP: Uses $BASH_ENV * WIP: bash update * WIP: adds stats echo * WIP: Adds reporting * Fix: Fixes reporting * Fix: Fixes reporting * Refactor: Adds outcomes and timing to build-fast-frontend * Build: Adds stats to all jobs * Fix: Fixes invalid yml * Refactor: Adds stats to integration tests * Refactor: Run stats on master only
Hugo Häggmark committed
-
- 19 Nov, 2019 9 commits
-
-
kay delaney committed
-
* TimePicker: Fixed update issue after plugin uses getLocationSrv().update * comment fix * don't mess with the text panel
Torkel Ödegaard committed -
Ivana Huckova committed
-
* Chore: Bumps prettier version for new typescript syntax support * Ran new version of prettier against the codebase
kay delaney committed -
Mitsuhiro Tanda committed
-
* Make sure variable is interpreted before parsing int * Use correct datatype in tests
Erik Sundell committed -
* Adding component, story and documentation file * forgot files * Add label and formvalidation * fix for error/invalid message * fixing font color when input is disabled * red border if invalid * fixing props and label margin * added support for icon in input * support for button and loading state * redoing some of the markup * fixing height on addons * Adding some basic documentation * remove not used types file * Add some more knobs * move component to it's own directory, updated styling * Adding component, story and documentation file * forgot files * Add label and formvalidation * fix for error/invalid message * fixing font color when input is disabled * red border if invalid * fixing props and label margin * added support for icon in input * support for button and loading state * redoing some of the markup * fixing height on addons * Adding some basic documentation * remove not used types file * Add some more knobs * move component to it's own directory, updated styling * Add Icon component * Add useClientRect helper hook * Add missing Icon types * Simplify Inputs styling (POC) * Render theme knob in a separate group * Update packages/grafana-ui/src/components/Forms/Input/Input.tsx Co-Authored-By: Peter Holmberg <peterholmberg@users.noreply.github.com> * Update packages/grafana-ui/src/components/Forms/Input/Input.tsx * Improve comment * Restore increase/decrease spinner on number inputs * Add period * use input color variables * fix test * Expose input styles from getFormStyles
Peter Holmberg committed -
Torkel Ödegaard committed
-
Arve Knudsen committed
-