- 23 Dec, 2020 3 commits
-
-
PanelEvents: Isolating angular panel events into it's own event bus + more event refactoring (#29904) * PanelEvents: Isolate angular events from panel model events, use new Event patterns * Removing some events that are not longer needed * Updated DashboardModel * Update * Review fixes
Torkel Ödegaard committed -
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/mikaelbr/node-notifier/releases) - [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md) - [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed -
Emil Tullstedt committed
-
- 22 Dec, 2020 6 commits
-
-
Command line argument should be _logs_ based on the other examples shown
J. Casalino committed -
* Update opentsdb.md * Update docs/sources/datasources/opentsdb.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update docs/sources/datasources/opentsdb.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored by: Arve Knudsen <arve.knudsen@gmail.com>
Diana Payton committed -
Amal committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
TemplateSrv: Do not throw error for an unknown format but use glob as fallback and warn in the console (#29955)
Dominik Prokop committed -
* PanelLibrary: Adds uid and renames title to name * Chore: removing lines * Chore: updates comments * Chore: changes after PR comments
Hugo Häggmark committed
-
- 21 Dec, 2020 6 commits
-
-
Dominik Prokop committed
-
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Arve Knudsen committed -
* PanelLibrary: Adds get to the API * Refactor: adds tests for get and getAll and cleans up other tests * Refactor: changed name on DTO * Update pkg/services/librarypanels/api.go Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> * Update pkg/services/librarypanels/database.go
Hugo Häggmark committed -
Emil Hessman committed
-
Emil Hessman committed
-
* Folders: Removes the possibility to delete the General folder * Chore: fixes after PR comments
Hugo Häggmark committed
-
- 20 Dec, 2020 2 commits
-
-
* Chore: Convert tsdb request test to standard library Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Emil Hessman committed -
Emil Hessman committed
-
- 17 Dec, 2020 18 commits
-
-
* Update configuration.md * Update configuration.md
Diana Payton committed -
Diana Payton committed
-
Diana Payton committed
-
Dominik Prokop committed
-
* some layout fixes * use built in limiter
Peter Holmberg committed -
* Dashboard: Started migrating dashboard settings * Restore general settings from angular * Use react permissions component * feat(dashboard): add react LinksSettings wrapper for dash-links-editor * feat(dashboard): add react VersionsSettings wrapper for gf-dashboard-history * refactor(dashboard): replace DashboardPermissions connectWithStore with connect * chore(dashboard): folderInfo as undefined * feat(dashboard): initial commit of dashboard settings json editor * feat(dashboard): introduce save json functionality * chore(dashboard): delete obsolete imports * feat(dashboard): add save and save as buttons to settings nav * feat(dashboard): add react wrapper for annotations settings * chore(dashboard): put back canDelete for general settings delete button * Make editable * Remove makeEditable from SettingsCtrl * feat(dashboard): show json editor save button if canSave * refactor(dashboard): move hasUnsavedFolderChange to dashboard.meta * feat(dashboard): render hasUnsavedFolderChange view in permissions settings * feat(dashboard): reset hasUnsavedFolderChange on settingg save success * feat(dashboard): refresh route on sucessful settings save * test(dashboard): update snapshots * refactor(dashboard): automatically infer connected props for dashboard permissions * refactor(dashboard): give dashboard versions checkboxes some padding * Update public/app/types/folders.ts Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Torkel Ödegaard committed -
* Minor correction to explanation added for correct MS SQL usage. * Update contribute/style-guides/documentation-style-guide.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
achatterjee-grafana committed -
* Always use cache: stop passing skipCache among ngalert functions * Add updated column * Scheduler initial draft * Add retry on failure * Allow settting/updating alert definition interval Set default interval if no interval is provided during alert definition creation. Keep existing alert definition interval if no interval is provided during alert definition update. * Parameterise alerting.Ticker to run on custom interval * Allow updating alert definition interval without having to provide the queries and expressions * Add schedule tests * Use xorm tags for having initialisms with consistent case in Go * Add ability to pause/unpause the scheduler * Add alert definition versioning * Optimise scheduler to fetch alert definition only when it's necessary * Change MySQL data column to mediumtext * Delete alert definition versions * Increase default scheduler interval to 10 seconds * Fix setting OrgID on updates * Add validation for alert definition name length * Recreate tables
Sofia Papagiannaki committed -
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
Signed-off-by: bergquist <carl.bergquist@gmail.com>
Carl Bergquist committed -
* simple-select * made the select slighttly wider
Peter Holmberg committed -
Torkel Ödegaard committed
-
* Elasticsearch: use time range from queries or default one * Fix tests * Fix language provider tests * Elasticsearch: remove timeSrv dependency for logs context (#29841) * Elasticsearch: remove timeSrv dependency for logs context * Add tests & slighlty improve getIndexList Co-authored-by: Elfo404 <gio.ricci@grafana.com>
Alexander Zobnin committed -
* PanelEdit: Need new data after plugin change * Updated
Torkel Ödegaard committed -
Jack Westbrook committed
-
* Add ability to hide field option or disable it from the overrides * Rename options * Tests
Dominik Prokop committed -
* SharedQuery: Fixes shared query editor now showing queries * fixed updating state when query change
Torkel Ödegaard committed
-
- 16 Dec, 2020 5 commits
-
-
Ryan McKinley committed
-
* backend style guide: Add more guidelines Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Apply suggestions from code review Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com> Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Arve Knudsen committed -
Ivana Huckova committed
-
* Alerting: Copy frame field labels to time series tags * keep comment * add test case
Will Browne committed -
It's not possible to stop an image, you can only start/stop container. I know it's just a little mistake and it sounds a bit like crumb cracker but your description is not correct.
Mario Mann committed
-