- 21 Nov, 2019 8 commits
-
-
* 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 11 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
-
Gabriel Kent committed
-
Fixes #20410
Dave committed
-
- 18 Nov, 2019 10 commits
-
-
* Build: Fix package signing
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
and update vendor
Kyle Brandt committed -
* Added timeout in grpc call to plugins for rendering
Jon Gyllenswärd committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* grafana/build-container: Upgrade to Ubuntu 18.04 base image * grafana/build-container: Upgrade to Go 1.13.4 * grafana/build-container: Upgrade to Node 10.17.0
Arve Knudsen committed -
Problem was that yaml unmarshal returned nested maps as map[interface{}]interface{} which are then not marshal-able to json because of that interface{} key type. This adds explicit casting of the keys in the yaml value types to string which then makes the values marshal-able to JSON in DB. Fixes: #11537
Andrej Ocenas committed -
* Server: Return error when unable to bind port * Server: Exit if a service fails * Build: Remove graceful kill from Bra config
Arve Knudsen committed -
* Fix integration of postgres and fake-data-gen containers This fix introduces the following modifications: - Upgrades to 2.1 docker-compose file format - Adds a health check for determining that postgrestest service is healthy - Modifies the fake-postgres-data service to wait for postgrestest to be "healthy" before starting. - Renames postgrestest to postgres
Sofia Papagiannaki committed -
* Util: Optionally allow empty input in SplitHostPortDefault Due to a recent change the SQL Server tests failed because passing an empty datasource url in `util.SplitHostPortDefault` was no more allowed. This fix contains the following modifications: - Modifies the util.SplitHostPortDefault not to return an error for empty input. - Modifies the util.SplitHostPort to return an error for empty input. - Introduces an additional test for empty input.
Sofia Papagiannaki committed
-