- 16 Jan, 2020 10 commits
-
-
Alexander Zobnin committed
-
* Explore/Loki: Filter expression only treated as regex when regex operator is used Closes #17963 * Adds test cases to verify new behavior
kay delaney committed -
Sofia Papagiannaki committed
-
Emil Tullstedt committed
-
Andrej Ocenas committed
-
Explore: Ensures queries aren't updated when returning to dashboard if browser back is used (#20897) * Explore: Ensures queries aren't updated when returning to dashboard if browser back is used Closes #20873
kay delaney committed -
* wrap content in autosizer * replace lib * removing react-virtualized, correct type in editor.ts * remove caret * remove dep from grafana/ui and remove story util
Peter Holmberg committed -
Dominik Prokop committed
-
Roman Misyurin committed
-
Ryan McKinley committed
-
- 15 Jan, 2020 15 commits
-
-
* Clarify readme for extended webpack config * Add support for ES2019 features * Build task: path.resolve → resolvePath * Build task: avoid fs race conditions * Build task: use async fs functions * Build task: use rimraf directly ... because depending on the workspace parent to have it installed is fragile, and a child process is always slower. * Build task: misc
Steven Vachon committed -
Ryan McKinley committed
-
Ryan McKinley committed
-
* Change typyings of plugins config pages * Update plugin config page types of core plugins
Dominik Prokop committed -
Ivana Huckova committed
-
* wip: react rewrite * Cleanup * Break out non annontations specific fields * Cleanup. Make annontations editor a functional component * Remove redundant classnames * Add paneldata to props * Cleanup * Fix rebase merge problem * Updates after pr feedback * Fix conflict with master
Erik Sundell committed -
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Emil Tullstedt committed -
Andrej Ocenas committed
-
Adds support for collecting metrics from backend plugins and exposing them thru Grafana's Prometheus metrics endpoint. Enables to check health of backend plugin by using the route `/api/plugins/<plugin id>/health`. Uses sdk v0.6.0. Closes #20984
Marcus Efraimsson committed -
By rotating the auth tokens at the end of the request we ensure that there is minimum delay between a new token being generated and the client receiving it. Adds auth token slow load test which uses random latency for all tsdb queries.. Cleans up datasource proxy response handling. DefaultHandler in middleware tests should write a response, the responseWriter BeforeFuncs wont get executed unless a response is written. Fixes #18644 Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Anthony Woods committed -
* Adding className to hide tabs on small screens * update snapshot * Readd border on pageheader * update snap
Peter Holmberg committed -
#21350 introduced a bug regarding import of plugin dashboards. This should fix this and add custom validation if not importing plugin dashboard and dashboard property is missing. Ref #21350 Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
Marcus Efraimsson committed -
* SideMenu: Fixes issue with logout link opened in new tab * Updated snapshot
Torkel Ödegaard committed -
Dominik Prokop committed
-
Ryan McKinley committed
-
- 14 Jan, 2020 9 commits
-
-
Ivana Huckova committed
-
Breaking change: If disabled the cookie samesite cookie attribute will not be set, but if none the attribute will be set and is a breaking change compared to before where none did not render the attribute. This was due to a known issue in Safari. Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Fixes #19847
Marcus Efraimsson committed -
Adds basic alerting notification tests. First steps towards getting #18011 merged. Ref #18011
Marcus Efraimsson committed -
* ImportDashboardCommand: Validate JSON fields
Arve Knudsen committed -
* add build-docs-website job to circleci * update commands * update readme command * remove container when test finishes * move build-docs-website to build-branches-and-prs * update readme
Robby Milo committed -
* Fixed so when clicking a plot on a touch device we won't display the annotation context menue. * Refactorings after feedback. * changed to standard-ish comment.
Marcus Andersson committed -
* add common backend * use const for range * likely not differnt * send the right orgId * Add DataSourceWithBackend to @grafana/runtime mock in root reducer test Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
Ryan McKinley committed -
* add min_interval_seconds setting to alerting config It will let operator enforce a minimum time for the scheduler to enqueue evaluations * Introduce UI modifications * Update docs Co-authored-by: Martin <uepoch@users.noreply.github.com>
Sofia Papagiannaki committed -
* replace select with tabs * storybook example * Update snapshot, move styles to component files
Peter Holmberg committed
-
- 13 Jan, 2020 6 commits
-
-
* Update rpm.md * Update rpm.md * Moved content to troubleshooting Updated rpm.md and moved content from rpm.md to troubleshooting.md * Update rpm.md * Update rpm.md * Update rpm.md * Update rpm.md * Update rpm.md * Update rpm.md * Update rpm.md * Update docs/sources/installation/rpm.md Co-Authored-By: Dan Cech <dcech@grafana.com> * Update docs/sources/installation/rpm.md Co-Authored-By: Dan Cech <dcech@grafana.com> Co-authored-by: Dan Cech <dan@aussiedan.com>
Diana Payton committed -
OpsGenie's model works heavily off of the priority of an alert, e.g. routing and escalation. Currently this plugin only supports the default "P3". Setting a tag og_priority to the correct P-value, e.g. P1, P2, P3, P4 or P5, will call the OpsGenie API with the correct priority value set.
zabullet committed -
Add fallbackText to Google Chat notifications. Definition of fallbackText: A plain-text description of the message's cards, used when the actual cards cannot be displayed, e.g. mobile notifications. Fixes #21463
Alvaro Olmedo Rodriguez committed -
Moves backend plugin manager to service instead of global functions in backendplugin package. Closes #20053
Marcus Efraimsson committed -
Moves the details of loading plugins into the backend plugin manager from the respective plugin (datasource, transform and renderer).
Marcus Efraimsson committed -
* admin: user page to react WIP * admin user page: basic view * admin user page: refactor, extract orgs and permissions components * admin user: change sessions actions styles * admin user: add disable button * user admin: add change grafana admin action * user admin: able to change org role and remove org * user admin: confirm force logout * user admin: change org button style * user admin: add confirm modals for critical actions * user admin: lock down ldap user info * user admin: align with latest design changes * user admin: add LDAP sync * admin user: confirm button * user admin: add to org modal * user admin: fix ConfirmButton story * admin user: handle grafana admin change * ConfirmButton: make styled component * ConfirmButton: completely styled component * User Admin: permissions section refactor * admin user: refactor (orgs and sessions) * ConfirmButton: able to set confirm variant * admin user: inline org removal * admin user: show ldap sync info only for ldap users * admin user: edit profile * ConfirmButton: some fixes after review * Chore: fix storybook build * admin user: rename handlers * admin user: remove LdapUserPage import from routes * Chore: fix ConfirmButton tests * Chore: fix user api endpoint tests * Chore: update failed test snapshots * admin user: redux actions WIP * admin user: use new ConfirmModal component for user profile * admin user: use new ConfirmModal component for sessions * admin user: use lockMessage * ConfirmButton: use primary button as default * admin user: fix ActionButton color * UI: use Icon component for Modal * UI: refactor ConfirmModal after Modal changes * UI: add link button variant * UI: able to use custom ConfirmButton * Chore: fix type errors after ConfirmButton refactor * Chore: revert Graph component changes (works with TS 3.7) * Chore: use Forms.Button instead of ActionButton * admin user: align items * admin user: align add to org modal * UI: organization picker component * admin user: use org picker for AddToOrgModal * admin user: org actions * admin user: connect sessions actions * admin user: updateUserPermissions action * admin user: enable delete user action * admin user: sync ldap user * Chore: refactor, remove unused code * Chore: refactor, move api calls to actions * admin user: set user password action * Chore: refactor, remove unused components * admin user: set input focus on edit * admin user: pass user into debug LDAP mapping * UserAdminPage: Ux changes * UserAdminPage: align buttons to the left * UserAdminPage: align delete user button * UserAdminPage: swap add to org modal buttons * UserAdminPage: set password field to empty when editing * UserAdminPage: fix tests * Updated button border * Chore: fix ConfirmButton after changes introduced in #21092 Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Alexander Zobnin committed
-