- 03 Aug, 2019 7 commits
-
-
Ryan McKinley committed
-
* added alert rule tags in webhook notifications * fix: don't include whole list of Tag objects but only key/value pairs in Webhook JSON * marked webhook alerts to support alert rule tags
Dominic Miglar committed -
David committed
-
* Changelog: v6.3.0-beta3 * Changelog: 6.3.0-beta4
Leonard Gram committed -
* UI: Fixes issue where ToggleButtonGroup overlapped DataSourcePicker in Firefox Closes #17692 * Select: added more padding to right to make space for indicator/caret
kay delaney committed -
* Connect SignIn with redux and get url * Update test snapshot
Tobias Skarhed committed -
Ryan McKinley committed
-
- 02 Aug, 2019 16 commits
-
-
Torkel Ödegaard committed
-
* Add tests for errors basic auth cases and moves tests to separate test-case. Also names test cases consistently * Add additional test helper Ref 82661b9f
Oleg Gaidarenko committed -
Leonard Gram committed
-
* LDAP: nitpicks * Add more tests * Correct and clarify comment for Login() method * Rename methods (hail consistency!) * Uppercases first letter of the logs everywhere * Moves method definitions around to more appropriate places Fixes #18295
Oleg Gaidarenko committed -
Ref #17771 Fixes #18106
Oleg Gaidarenko committed -
Torkel Ödegaard committed
-
If wildcards are in the quotes they not going to be expanded
Oleg Gaidarenko committed -
Torkel Ödegaard committed
-
kay delaney committed
-
kay delaney committed
-
Torkel Ödegaard committed
-
* Auth: consistently return same basic auth errors * Put repeated errors in consts and return only those consts as error strings * Add tests for errors basic auth cases and moves tests to separate test-case. Also names test cases consistently * Add more error logs and makes their messages consistent * A bit of code style * Add additional test helper * Auth: do not expose even incorrect password * Auth: address review comments Use `Debug` for the cases when it's an user error
Oleg Gaidarenko committed -
Leonard Gram committed
-
Closes #18037
kay delaney committed -
Ryan McKinley committed
-
Tobias Skarhed committed
-
- 01 Aug, 2019 4 commits
-
-
Create and push the expected tag to grafana-dev repository and use this instead for running the end to end tests for the release.
Sofia Papagiannaki committed -
The `oauth_state` cookie used to be created with the SameSite value set according to the `cookie_samesite` configuration. However, due to a Safari bug SameSite=None or SameSite=invalid are treated as Strict which results in "missing saved state" OAuth login failures because the cookie is not sent with the redirect requests to the OAuth provider. This commit always creates the `oauth_state` cookie with SameSite=Lax to compensate for this.
Sofia Papagiannaki committed -
* Add types and rewrite datasourceChanged to async/await
Tobias Skarhed committed -
Closes #18159
kay delaney committed
-
- 31 Jul, 2019 4 commits
-
-
Tobias Skarhed committed
-
Eric Leijonmarck committed
-
* Imperative mood The English language suggests that when giving out instructions or considerations is best to use imperative mood as the writing style. Done as part of this commit: - some worth smithing to match this style - changed the format to match the fact that this is commonly read as part of a text box when opening up your PRs - and extended a few descriptions to make it more friendly for newcomers
gotjosh committed -
* Auth Proxy: Include additional headers as part of the cache key Auth proxy has support to send additional user attributes as part of the authentication flow. These attributes (e.g. Groups) need to be monitored as part of the process in case of change. This commit changes the way we compute the cache key to include all of the attributes sent as part of the authentication request. That way, if we change any user attributes we'll upsert the user information.
gotjosh committed
-
- 30 Jul, 2019 4 commits
-
-
Ryan McKinley committed
-
Tobias Skarhed committed
-
Ryan McKinley committed
-
Ryan McKinley committed
-
- 29 Jul, 2019 1 commit
-
-
Make sure all data is sent to API to be able to select correct archive version.
Andrej Ocenas committed
-
- 28 Jul, 2019 2 commits
-
-
The live website points to a github URL that no longer exists.
Adam James West committed -
Ryan McKinley committed
-
- 26 Jul, 2019 2 commits
-
-
Leonard Gram committed
-
Leonard Gram committed
-