- 09 Aug, 2019 4 commits
-
-
Hugo Häggmark authored
* Docs: Adds details to Pull Request Checklist * Docs: Changes text according to PR review comments * Docs: Adds State Management guidlines in FrontEnd style guidelines * Update CONTRIBUTING.md Co-Authored-By:
gotjosh <josue@grafana.com> * Update CONTRIBUTING.md Co-Authored-By:
gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By:
gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By:
gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By:
gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By:
gotjosh <josue@grafana.com> * Docs: Some minor text changes for better english Co-Authored-By:
gotjosh <josue@grafana.com>
-
Dominik Prokop authored
-
Tobias Skarhed authored
* Make swicth booleans non-optional
-
Sofia Papagiannaki authored
* Do not set SameSite login_error cookie attribute if cookie_samesite is none * Do not set SameSite grafana_session cookie attribute if cookie_samesite is none * Update middleware tests
-
- 08 Aug, 2019 6 commits
-
-
Dominik Prokop authored
-
Dominik Prokop authored
-
Sofia Papagiannaki authored
* Fix CreateTeam api endpoint No team member should be created for requests authenticated by API tokens. * Update middleware test Assert that `isAnonymous` is set for `SignedInUser` authenticated via API key. * Add test for team creation Assert that no team member is created if the signed in user is anomymous. * Revert "Fix CreateTeam api endpoint" This reverts commit 9fcc4e67. * Revert "Update middleware test" This reverts commit 75f767e5. * Fix CreateTeam api endpoint No team member should be created for requests authenticated by API tokens. * Update team test * Change error to warning and update tests
-
Jess authored
Fixes #18383
-
gotjosh authored
Turns out, that behaviour was a bug we introduced as part of the LDAP sync. It was squashed as part of #18298.
-
Dominik Prokop authored
-
- 07 Aug, 2019 11 commits
-
-
Alexander Zobnin authored
* GitLab OAuth: GetGroups refactor * GitLab OAuth: fetch groups into UserInfo * GitLab OAuth: minor refactor * GitLab OAuth: team sync docs
-
gotjosh authored
* Fix: Avoid glob of single-value array variables Based on our current implementation of templates, when multi-select variables are part of a dashboard query the default/fallback formatting option is `glob`. Some data sources do not support glob (e.g. metrics.{a}.* instead of metrics.a.*) for single variable queries. This behaviour breaks dashboards. This commit introduces an alternative formatting option where globing is avoided if it's there is only one value as part of the query variable. This means, queries previously formatted as `query=metrics.{a}.*.*`, are now formatted as `query=metrics.a.*.*`. However, queries formatted as `query=metrics.{a,b}.*.*` continue to be as is.
-
Dominik Prokop authored
In response to #18282 DataLinksEditor does not limit amount of links by default now (it was 1 link before, unless maxLinks prop was specified). Also, links that do not have label specified, are not rendered anymore.
-
Tobias Skarhed authored
-
Torkel Ödegaard authored
-
Torkel Ödegaard authored
-
Torkel Ödegaard authored
-
Hugo Häggmark authored
* Fix: Fixes Legend overflow in Explore splitted view * Chore: Removes overflow-x because of accessibility POV and uses pre-wrap instead
-
Leonard Gram authored
-
Torkel Ödegaard authored
* ReactPanels: Fixed panel header tooltip rendering crash * Added unit test * Improved test
-
Ryan McKinley authored
-
- 06 Aug, 2019 15 commits
-
-
Kyle Brandt authored
-
Elykov Alexandr authored
* Frontend:adds folder name in choose home dash menu(#18293) * Frontend:adds folder name in choose home dash menu(#18293)
-
Torkel Ödegaard authored
* TestData: added support for nested data source variable queries, and test dashboard * Added drilldown dashboards * Fixed typescript issue
-
Sofia Papagiannaki authored
-
Marcus Efraimsson authored
-
Sofia Papagiannaki authored
-
Tobias Skarhed authored
Make empty string if there is no panel description
-
Tobias Skarhed authored
- Lower strictNullChecks: true errors
-
Andrew Erickson authored
-
Hugo Häggmark authored
* Chore: Move DisplayValue to grafana/data * Chore: Move GraphSeriesXY to grafana/data
-
Hugo Häggmark authored
* Fix: Fixes incorrect handling of utc in timeEpic * Chore: Renames dateTimeFromTimeZone to dateTimeForTimeZone
-
The Rock Guy authored
Allow datasource connection to postgres with password "scram-sha-256" authentification. Fixes #14662
-
Alexandre de Verteuil authored
-
Sofia Papagiannaki authored
-
Torkel Ödegaard authored
-
- 05 Aug, 2019 4 commits
-
-
Elykov Alexandr authored
Fixes #17665
-
Alexander Berger authored
This commit addresses half of #13749 by making sure GetMetricData works for alerting. Math Expressions (compound metrics) will still not work for alerting, this would require a bigger refactoring of Grafana's alerting service. However, with this commit at least alerting for basic metrics with non empty query Id will work. Fixes half of #13749
-
Hugo Häggmark authored
-
Hugo Häggmark authored
-