- 08 Sep, 2020 13 commits
-
-
Transformations: make sure that we copy all the values from a field when using MutableDataFrame. (#27446)
Marcus Andersson committed -
* CloudWatch: Convert metrics queries to return data frames Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* Explore: Transform prometheus query to elasticsearch query Enable a way to transform prometheus/loki labels to elasticsearch query. This make a link between metrics to logs. Examples: A prometheus query : rate(my_metric{label1="value1",label2!="value2",label3=~"value.+",label4!~".*tothemoon"}[5m]) Will be this elasticsearch query when switching to elasticsearch datasource: __name__:"my_metric" AND label1:"value1" AND NOT label2:"value2" AND label3:/value.+/ AND NOT label4:/.*tothemoon/ * fix test * remove non needed async * Use prism token instead of regex * fix test ./scripts/ci-frontend-metrics.sh * mock timesrv and TemplateSrv in test * Remove unnecessary await/async Co-authored-by: Melchior MOULIN <m.moulin@criteo.com> Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
Melchior MOULIN committed -
* cloudmonitoring: fix empty title and text annotation * cloudmonitoring: use metricQuery value
Ato Araki committed -
Themes: Fix issue generating themes due to code in @grafana/data accessing window object during module load (#27441)
Torkel Ödegaard committed -
Transformations: merge will properly handle empty frames and frames with multiple rows where values are overlapping. (#27362) * wip. * Fixed issue with merge not behaving exactly as the old table panel did. * Fixed so empty data frames will be exluded prior to trying to merge the result. * Changed so if passing only empty frames first will only be returned. * de-duplication of configuration in tests.
Marcus Andersson committed -
* Settings: Remove unnecessary error handling code Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Torkel Ödegaard committed -
Alex Khomenko committed
-
Zoltán Bedi committed
-
Emil Tullstedt committed
-
* Grafana-UI: Add docs and story for ClickOutsideWrapper * Grafana-UI: Update comments * Grafana-UI: expand usage * Grafana-UI: Tweak docs
Alex Khomenko committed -
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Pratik Raj committed -
Enables alerts to be sent to users who do not have edit permissions. Addresses Issue: https://github.com/grafana/grafana/issues/26014
robert lestak committed
-
- 07 Sep, 2020 15 commits
-
-
* Chore: Enable gocyclo linter Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * API: Fix linting issue Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * API: Refactor to reduce complexity Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix type assertion Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Enables creating signed URLs when uploading images to Google Cloud Storage. By using signed urls, not only is the public URL expiration configurable but the images in the bucket are not publicly accessible. Fixes #26773 Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Marcos Mendez committed -
* Alerting: override PagerDuty 'dedup_key' via tags Added ability to override PagerDuty 'dedup_key' via Alert tags Updated unit tests * Updated documentation * add comma Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> * add space Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Andrei Lavrov committed -
* scripts/ci-frontend-metrics.sh: Fix execution Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
Fixes #8403
Domas committed -
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* fixes signup flow * Apply suggestions from code review Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com> * Update ForgottenPassword.tsx * fixes build failure * fixes build failure Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
Kamal Galrani committed -
API: return resource ID for auth key creation, folder permissions update and user invite complete endpoints (#27419) * API: add ID to auth key and folder endpoints * API: add test for folder permissions update * API: add created user id for /invite/complete endpoint
Agnès Toulet committed -
* Add support for local time formats in graph panel * Enfore 24h format for backward compatibility * Use existing Intl.DateTimeFormatOptions * Pre-generate time scale, add tests * Move localTimeFormat, add local format to units * updated default fallback * #25602, use navigator.languages to enforce locale in formatting * Making options * Worked new system settings * things are working * Local browser time formats working * Support parsing dates in different formats * settings updated * Settings starting to work * Fixed graph issue * Logs fix * refactored settings a bit * Updated and name change * Progress * Changed config names * Updated * Updated * Updated test * Synced description * fixed ts issue * Added version notice * Ts fix * Updated heatmap and test * Updated snapshot * Updated * fixed ts issue * Fixes Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com>
Torkel Ödegaard committed -
* CloudWatch Logs: Adjusts CloudWatch Logs timeout logic Previously CloudWatch Logs queries would time out if, after a number of attempts, a response was received with no additional data. This commit changes the behavior so that a consecutive number of requests yielding no additional data must be made before we cancel the query
kay delaney committed -
* Drone: Report front-end test metrics Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * ci-frontend-metrics.sh: Fix collection bugs; print JSON Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Add Yarn script ci:test-frontend
Arve Knudsen committed -
Bill Oley committed
-
* Failed to load application files message improvement * Apply suggestions from code review Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Sofia Papagiannaki committed -
Ryan McKinley committed
-
- 04 Sep, 2020 8 commits
-
-
Co-authored-by: Liu Yang yangliuyu@163.com
Hugo Häggmark committed -
* PanelEdit: Center padding for panel edit group body * fixed padding
Torkel Ödegaard committed -
Kenny committed
-
Adds @testing-library/user-event so that best practices can be followed when writing tests
kay delaney committed -
Peter Holmberg committed
-
* API: first version to send events about login actions * API: improve login actions events * Login: update auth test with new behavior * Login: update auth test for auth module * Login OAuth: improve functions structure * API: make struct public to use for saml * API: add send login log tests for grafana and ldap login * API: remove log from tests * Login API: fix test linting * Update pkg/api/login_oauth.go Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> * Login API: refactor using defer Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Agnès Toulet committed -
Closes #27226
Pranit Bauva committed -
* PanelInspector: Fields with overrides are formatted correct in CSV * Refactor: adds raw format * Refactor: changes switch to Formatted values * Tests: adds tests for applyRawFieldOverrides and getRawDisplayProcessor * Test: change to utc timeZone * Refactor: changes after PR comments
Hugo Häggmark committed
-
- 03 Sep, 2020 4 commits
-
-
Ryan McKinley committed
-
Ryan McKinley committed
-
Marcus Andersson committed
-
* CI: Upgrade the build Docker image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * CI: Upgrade osxcross and Apple SDK Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed
-