- 13 Feb, 2020 6 commits
-
-
* Implement Azure AD oauth * Use go-jose and cleanup * Update go-jose in go.mod * cleanup * Add unit tests * Fix scopes * Add documentation page * Improve documentation * Convert extract_role into function. * Do not use upn and replace unique_name with preferred_username * Configure login button * Use official microsoft icon and color from branding guideline. * Add Azure AD config section in sample.ini.
twendt committed -
* DevEnv: updates grunt 1.0.1 -> 1.0.4 * DevEnv: updates grunt-cli 1.2.0 -> 1.3.2 * DevEnv: updates grunt-contrib-clean 1.0.0 -> 2.0.0 * DevEnv: updates grunt-exec 1.0.1 -> 3.0.0 * DevEnv: updates grunt-postcss 0.8.0 -> 0.9.0 * DevEnv: updates load-grunt-tasks 3.5.2 -> 5.1.0
Lukas Siatka committed -
Bugfix: updates cloudwatch query editor test async render to prevent it from throwing error (#22150)
Lukas Siatka committed -
* NewPanelEdit: minor design tweak * Updated
Torkel Ödegaard committed -
Changed `graph2` to `graph` in two places.
Diana Payton committed -
* DevEnv: updates @babel/core 7.8.3 -> 7.8.4 * DevEnv: updates @babel/preset-env 7.8.3 -> 7.8.4 * DevEnv: updates babel-loader 8.0.5 -> 8.0.6
Lukas Siatka committed
-
- 12 Feb, 2020 12 commits
-
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Ivana Huckova committed
-
- Fixes CSS so switch dot is symmetrical when checked/unchecked - Fixes CSS so hover styles are applied
kay delaney committed -
Closes #21929
kay delaney committed -
* Fixed issue going back to dashboard * fixed logic * Fixed unit test * Fixed unit test
Torkel Ödegaard committed -
* Loki, Prometheus: Fix syntax to not highlight # in quotes as a comment in queryField * Loki, Prometheus: Fix syntax to not highlight # in quotes as a comment in queryField * Fix regex * PromQL, LogQL: Update syntax * LogQL, PromQL highlighting: Add tests
Ivana Huckova committed -
* NewPanelEdit: Added visualization tab * Minor fix
Torkel Ödegaard committed -
Dominik Prokop committed
-
* tabs & style tweaks * Styling updates * ok look * tweaks * Updated snapshots * Moved transforms * Updated
Torkel Ödegaard committed -
Torkel Ödegaard committed
-
* Annotations: Makes various annotation and alert calls cancelable Fixes #21943 * Refactor: Uses backendSrv.get method with requestId instead * Update public/app/features/annotations/annotations_srv.ts Co-Authored-By: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Hugo Häggmark committed -
Dominik Prokop committed
-
- 11 Feb, 2020 22 commits
-
-
* Adding template docs * Update doc-concept-template.md * Added content to templates * Added task info
Diana Payton committed -
* alerting/slack: Allow mentioning users, groups, and channels separately
Arve Knudsen committed -
Minor edits
Diana Payton committed -
Diana Payton committed
-
Diana Payton committed
-
Diana Payton committed
-
* Forms/RadioButtonGroup: Improves semantics and simplifies CSS - Changes base element to radio input for improved semantics & automatic keyboard support - Simplifies CSS
kay delaney committed -
* Docs: add LDAP active sync limitation for single bind * Docs: update header for LDAP active sync limitation Co-Authored-By: Leonard Gram <leo@xlson.com>
Agnès Toulet committed -
Jim Johnson committed
-
Ryan McKinley committed
-
Diana Payton committed
-
Logs that contained line breaks were displayed in a single wrapped line and not respecting the line break characters.
Thomas Dräbing committed -
* Grafana-UI: Add option to customize ToggleButtonGroup's width * Grafana-UI: Add an option to customize TimeOfDayPicker width via width prop * Grafana-UI: Add comment * Grafana-UI: Switch width to size for TimeOfDayPicker * Cleanup merge
Alex Khomenko committed -
* New panel editor redux * minor change * Updated * progress * updated * Fixed panel data mutable issue * more actions * Discard works * Updated * Updated
Torkel Ödegaard committed -
* Make $__range more precise in Prometheus It is now always equivalent to `${__range_s}s`, rather than rounding down to an integer multiple of the biggest possible unit. For example, a range of 47 hours is now represented as `169200s` rather than `1d`. Closes #21689. * Update a unit test to match new __range calc
Bruce Merry committed -
* Move data links suggestions to grafana-data * Data links - field config and overrides * Lint * Fix test * Add variable suggestions to field override context * Revert "Move data links suggestions to grafana-data" This reverts commit 5d8d01a65eeda8db2379fddfc1223a9ec9a00c1d. * Move FieldConfigEditor to core
Dominik Prokop committed -
Alex Khomenko committed
-
Ryan McKinley committed
-
* Grafana-core: Read target prop from the links in footer instead of having them hardcoded * Grafana-core: Update ServerStats snapshot
Alex Khomenko committed -
Arve Knudsen committed
-
* CircleCI: Include build ID in version for new master pipeline
Arve Knudsen committed -
- Fix bug with NaN in alerting - Closes #21953 - Alert reducers (avg/max/etc) drop null values from their calculation. This change makes it so NaN values are handled in the same way as null values.
Andrii Melnyk committed
-