- 20 Nov, 2019 1 commit
-
-
* 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 11 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 -
* convert config editor to react * tests and some cleanup * test * snaps * updating per comments * remove anonymous funcs, remove config from state * remove unecessaries
Shavonn Brown committed
-
- 17 Nov, 2019 1 commit
-
-
* Update next npm tag when publishing stable release * shellcheck fix
Dominik Prokop committed
-
- 15 Nov, 2019 8 commits
-
-
dependency code is the same, just new tag for same commit
Kyle Brandt committed -
Logs the actual error when failing to retreive access token when OAuth pass true is enabled for a datasource. Ref: #20407
Marcus Efraimsson committed -
* Grafana/Loki: Adds support for new Loki endpoints and metrics * Adds `/loki/` prefix to new loki endpoints and updates response interfaces * Improved legacy support * Removed changes related to plugin.json and added Loki-specific hacks * Fixes live streaming for legacy loki datasources
kay delaney committed -
kay delaney committed
-
* Chore: Upgrade typescript to 3.7
kay delaney committed -
The ordering of links in the navigation bar is currently based the order of the slice containing the navigation tree. Since Grafana supports adding more links to the navigation bar with `RunIndexDataHooks` which runs at the very end of the function this means that any link registered through a hook will be placed last in the slice and be displayed last in the menu. With this PR the ordering can be specified with a weight which allows for placing links created by extensions in a more intuitive place where applicable. Stable sorting is used to ensure that the current FIFO ordering is preserved when either no weight is set or two items shares the same weight.
Emil Tullstedt committed -
Dominik Prokop committed
-
* Docs: Updates docs for redux framework * Update contribute/style-guides/redux.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Update contribute/style-guides/redux.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Update contribute/style-guides/redux.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Update contribute/style-guides/redux.md Co-Authored-By: Marcus Olsson <olsson.e.marcus@gmail.com> * Docs: Updates after PR comments * Update redux.md
Hugo Häggmark committed
-
- 14 Nov, 2019 8 commits
-
-
earlier commit has typo
Kyle Brandt committed -
fixes https://github.com/grafana/gel-app/issues/49 until #20362
Kyle Brandt committed -
Kyle Brandt committed
-
Fixes incorrect auth proxy link. Update index page to link to v6.4 (currently latest). Adds What's new in v6.5 draft article.
Marcus Efraimsson committed -
Updates changelog for v6.5 including breaking changes and docs/upgrading to v6.5 notes.
Erik Sundell committed -
* Chore: Move and wrap Cascader component to @grafana/ui Closes #19042 * Removes unneeded props from interface and removes rc-trigger * Removes more unneeded props
kay delaney committed -
Sofia Papagiannaki committed
-
* CloudWatch: Datasource improvements * Add statistic as template variale * Add wildcard to list of values * Template variable intercept dimension key * Return row specific errors when transformation error occured * Add meta feedback * Make it possible to retrieve values without known metrics * Add curated dashboard for EC2 * Fix broken tests * Use correct dashboard name * Display alert in case multi template var is being used for some certain props in the cloudwatch query * Minor fixes after feedback * Update dashboard json * Update snapshot test * Make sure region default is intercepted in cloudwatch link * Update dashboards * Include ec2 dashboard in ds * Do not include ec2 dashboard in beta1 * Display actual region
Erik Sundell committed
-