- 21 Oct, 2020 11 commits
-
-
* adding cache and making sure we don't fail build if no changes have been made. * fixed indentation. * changed so we use the shared repo for the sync action.
Marcus Andersson committed -
Marcus Efraimsson committed
-
Marcus Efraimsson committed
-
* plugins: Don't exit on duplicate plugin Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Add missing files Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix test Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Emil Hessman committed
-
Sofia Papagiannaki committed
-
* Prometheus: fix parsing of infinite sample values (#28287) * Prometheus: Use common function to parse both sample values and histogram "le" label
Aliaksei Tuzik committed -
* Chore: Improve tests to use testify Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* do not remount app plugin on nav change * test for not mounting app plugin twice
Domas committed -
* Add backend support for app plugins Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Joan López de la Franca Beltran committed -
* Fix some rule violation in grafan-ui * Update eslint-plugin-react-hooks to latest * Remove duplicate dependency * Fix more files * Props destruction
Zoltán Bedi committed
-
- 20 Oct, 2020 15 commits
-
-
* ci-e2e: Add Git Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Drone: Update e2e image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* TestData: Remove useEffect that triggeres query on component load * Updated * Update e2e spec
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
* Set timezone for tests to non utc. * Fix comment
Andrej Ocenas committed -
Ryan McKinley committed
-
* Update docker migration link in run.sh * Fix docker migration link in whats-new-in-v5-1.md
Alvaro [Andor] committed -
Kamal Galrani committed
-
* feat(grafana-ui): introduce rest props to segment components * docs(grafana-ui): add segment stories for html attributes
Jack Westbrook committed -
Alerting: Return proper status code when trying to create alert notification channel with duplicate name or uid (#28043) * Alerting: Return proper status code when trying to create an Alert Notification where the name or UID already exists. Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
jgulick48 committed -
* OAuth: able to skip auto login * OAuth: tests for internal login param * OAuth: rename internal -> disableAutoLogin * OAuth: update log message * OAuth: fix tests
Alexander Zobnin committed -
* CloudWatch: Fix querying for custom metrics Co-authored by Mitch McKenzie <mitch.mckenzie@outlook.com> Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Docs: Adds frontend data request docs * Update contribute/architecture/frontend-data-requests.md Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> * Update contribute/architecture/frontend-data-requests.md Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> * Update contribute/architecture/frontend-data-requests.md Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> * Update contribute/architecture/frontend-data-requests.md Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> * Docs: changes after PR comments * Docs: changes after PR comments * Docs: changes after PR comments * Update contribute/architecture/frontend-data-requests.md Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Marcus Olsson <marcus.olsson@hey.com> Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: achatterjee-grafana <34888589+ashishagarwal06@users.noreply.github.com>
Hugo Häggmark committed -
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
* OAuth: more user-frienly logging * OAuth: custom user name attribute * OAuth: remove deprecated nameAttributeName option * OAuth: nameAttributePath tests * OAuth: add name_attribute_path config option * OAuth: docs for name_attribute_path option * move docs to the separate branch
Alexander Zobnin committed
-
- 19 Oct, 2020 14 commits
-
-
kay delaney committed
-
kay delaney committed
-
* Fix url formatting * Reverse the overhang buffers * Fix range when opening split
Andrej Ocenas committed -
* add activate-license * Update _index.md * Update docs/sources/menu.yaml Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Diana Payton committed -
Signed-off-by: bergquist <carl.bergquist@gmail.com> Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Carl Bergquist committed -
* Make the documentation tables formatting more consistent * Suggestions incorporated
jartigag committed -
Follow up to #28069 where some metrics was missed. Ref #28069
Marcus Efraimsson committed -
* Add unique ids to query editor fields * Update public/app/plugins/datasource/testdata/components/RandomWalkEditor.tsx Co-authored-by: Ryan McKinley <ryantxu@gmail.com> Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Alex Khomenko committed -
* plugins: Fix filesystem path composition Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * plugins: Use filepath.Join to join filesystem paths Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Dominik Prokop committed
-
Signed-off-by: bergquist <carl.bergquist@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Carl Bergquist committed -
'Microsoft.NetApp/netAppAccounts/capacityPools/Volumes' -> 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes'
Sean Luce committed -
* Adding more color modes and text colors that depend on the background color * Updates * Updated * Another big value fix * Fixing unit tests * Updated * Updated test * Update * Updated * Updated * Updated * Updated * Added new demo dashboard * Updated * updated * Updated * Updateed * added beta notice * Fixed e2e test
Torkel Ödegaard committed -
It seems like GitHub has solved the problem of running github actions on PRs from forks with access to secrets. https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/#improvements-for-public-repository-forks If I change the event that triggers it to pull_request_target the action is run in the context of the base instead of the merged PR branch
Torkel Ödegaard committed
-