- 12 Aug, 2019 7 commits
-
-
Existing /api/alert-notifications now requires at least editor access. Existing /api/alert-notifiers now requires at least editor access. New /api/alert-notifications/lookup returns less information than /api/alert-notifications and can be access by any authenticated user. Existing /api/org/users now requires org admin role. New /api/org/users/lookup returns less information than /api/org/users and can be access by users that are org admins, admin in any folder or admin of any team. UserPicker component now uses /api/org/users/lookup instead of /api/org/users. Fixes #17318
Marcus Efraimsson committed -
* Bump react types and fix yarn.lock * Fix typecheck
Dominik Prokop committed -
* First batch of strictNullChecks * Remove undefined * Check an alternative solution * Fix strict nullChecks * Low hanging strictNullChecks * Fixing strict nulls issues and more * Minor change * fixed unit test * Fix feedback * Update public/vendor/ansicolor/ansicolor.ts Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Update public/vendor/ansicolor/ansicolor.ts Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Update public/vendor/ansicolor/ansicolor.ts Co-Authored-By: Dominik Prokop <dominik.prokop@grafana.com> * Fix build errors
Tobias Skarhed committed -
* Chore: bump react to 16.9.0 * Bump hooks testing lib
Dominik Prokop committed -
Co-Authored-By: Leonard Gram <leo@xlson.com>
Marcus Efraimsson committed -
Triaging external PRs to the extent of making sure they have assigned reviewer.
Andrej Ocenas committed -
Šimon Podlipský committed
-
- 09 Aug, 2019 7 commits
-
-
* Explore: Fix loading error for empty queries * Explore: Render tests for QueryField
David committed -
Fixes: #18455
Hugo Häggmark committed -
liyuanqiu committed
-
* 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>
Hugo Häggmark committed -
Dominik Prokop committed
-
* Make swicth booleans non-optional
Tobias Skarhed committed -
* 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
Sofia Papagiannaki committed
-
- 08 Aug, 2019 6 commits
-
-
Dominik Prokop committed
-
Dominik Prokop committed
-
* 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 9fcc4e67f589008d7c44097f5cf08438c09c3c05. * Revert "Update middleware test" This reverts commit 75f767e58d212e21a351efea14bed79bbf881d2e. * 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
Sofia Papagiannaki committed -
Fixes #18383
Jess committed -
Turns out, that behaviour was a bug we introduced as part of the LDAP sync. It was squashed as part of #18298.
gotjosh committed -
Dominik Prokop committed
-
- 07 Aug, 2019 11 commits
-
-
* GitLab OAuth: GetGroups refactor * GitLab OAuth: fetch groups into UserInfo * GitLab OAuth: minor refactor * GitLab OAuth: team sync docs
Alexander Zobnin committed -
* 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.
gotjosh committed -
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.
Dominik Prokop committed -
Tobias Skarhed committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
Torkel Ödegaard committed
-
* Fix: Fixes Legend overflow in Explore splitted view * Chore: Removes overflow-x because of accessibility POV and uses pre-wrap instead
Hugo Häggmark committed -
Leonard Gram committed
-
* ReactPanels: Fixed panel header tooltip rendering crash * Added unit test * Improved test
Torkel Ödegaard committed -
Ryan McKinley committed
-
- 06 Aug, 2019 9 commits
-
-
Kyle Brandt committed
-
* Frontend:adds folder name in choose home dash menu(#18293) * Frontend:adds folder name in choose home dash menu(#18293)
Elykov Alexandr committed -
* TestData: added support for nested data source variable queries, and test dashboard * Added drilldown dashboards * Fixed typescript issue
Torkel Ödegaard committed -
Sofia Papagiannaki committed
-
Marcus Efraimsson committed
-
Sofia Papagiannaki committed
-
Make empty string if there is no panel description
Tobias Skarhed committed -
- Lower strictNullChecks: true errors
Tobias Skarhed committed -
Andrew Erickson committed
-