2021-04-21 02:38:00 -05:00
|
|
|
import { find, map, reduce, remove } from 'lodash';
|
2022-04-22 08:33:13 -05:00
|
|
|
|
|
|
|
import { DataQuery, DataSourceApi, rangeUtil } from '@grafana/data';
|
|
|
|
import { getBackendSrv } from '@grafana/runtime';
|
2021-11-09 01:37:16 -06:00
|
|
|
import coreModule from 'app/angular/core_module';
|
2022-04-22 08:33:13 -05:00
|
|
|
import { promiseToDigest } from 'app/angular/promiseToDigest';
|
2017-12-20 05:33:33 -06:00
|
|
|
import appEvents from 'app/core/app_events';
|
2022-04-22 08:33:13 -05:00
|
|
|
import config from 'app/core/config';
|
|
|
|
import { QueryPart } from 'app/features/alerting/state/query_part';
|
2019-05-13 02:38:19 -05:00
|
|
|
import { PanelModel } from 'app/features/dashboard/state';
|
2019-10-14 03:27:47 -05:00
|
|
|
import { CoreEvents } from 'app/types';
|
2022-04-22 08:33:13 -05:00
|
|
|
|
Routing NG: Replace Angular routing with react-router (#31463)
* Add router packages
* Get react app root work instead of Angular one
* Logger util
* Patch Angular routing ($routeProvider, $routeParamsProvider)
* Use react-router-dom history instead of separate dependency
* Add test routes
* Sidemenu - use Link instead of anchors
* Patch Angular $location service (stub)
* WIP: geting rid of $location provider from TimeSrv
* Intercept anchor clicks to use history under the hood
* Sync Redux location slice with history state
* Make login/logout work
* Debug routes for testing
* Make force login work
* Make sure query param change does not recreate page components
* Hide side menu in specified locations
* Make the dashboar route query parameters work, make panel edit menu work
* Enable more routes
* Fix side menu
* Handle view modes
* Disable playlist routes
* Make SafeDynamicImport work again
* Bring back router-debug
* Separate redux location sync from route rendering
* Refactor updateLocation to thunk and move force refresh(login) to it
* Fixing init dashboard issue
* Support switching between dashboards without an unmount of DashboardPage
* More fixes for init dashboard and panel edit
* More type fixes
* Moving angular location wrapper out of main LocationService, and fixing typescript issues
* Fixed last typescript errors
* LocationService: Move to runtime and remove getLocationService and export singleston const instead (#31523)
* Moving location service implementation to runtime and removing get function and making it a package const singleton
* Added test that used locationService directly
* removed unused import
* AngularApp: Moving angular dependencies and the app boot out of the main app into it's own file (#31525)
* Fixes angular panels by calling the monkey patch
* Moving angular stuff to to it's own files
* udpated
* Fixing clicking on divs and spans inside anchor
* Moving app notifications out of angular app and removing angular directive wrapper
* Moving search from angular to react and removing angular search wrapper
* Clean up, tried to remove the redux location wrapper but requires a big update for DashboardPage, so adding it back
* Moving AppWrapper to root to limit circular dependencies (app/core -> app/routing and back)
* Open and close search now works
* Hide sidemenu when in kiosk mode
* Restoring some keybindings like ESC key
* Removed kiosk events and simplified it, just handled through updating URL
* Fixing typescript errors
* Simplified GrafanaRouteComponentProps and renamed to ContainerProps
* renamed back
* Changed AlertRuleList to use GrafanaRouteComponentProps and location.search passed to it
* Removing the reloadOnSearch property, this is not needed now for react as react by default does not unmount components when only url match or query parmas change
* SafeDynamicImport causing unmount un every search update, not sure how to fix yet
* Fix signature for SafeDynamicImport so we do not create new route components on every route render
* Removing the redux location wrapper as it was causing errors, and making dashboard page work with RouteProps (location, match) etc
* Updating DashboardPage and SoloPanelPage to use match params and history location
* Fixed DashboardPage tests
* Fixing solo route tests
* LocationService: Rename getCurrentLocation to just getLocation
* do not intercept link clicks with target blank or self
* Experimental useUrlParams hook
* Update DataSourceSettingsPage to use router match params
* fix links with urls that have no starting / to work like before
* Fix forceLogin
* Add queryParams to GrafanaRouteComponentProps
* PanelEditor get rid of updateLocation and location state
* Improve grafana route query params typing
* Add getSearchObject to LocationService
* Use DashboardPAge queryParams instead of location.search parsing
* Fix DashboardPage typing
* Fix some tests weirdness
* Bring back KeyboardSrv
* Fixes typescript issues
* Team pages now use router match params
* Get rid of from GrafanaRouteComponent props
* Removed unnessary calls to getSearchObject when calling locationService.partial
* Updated DashboardPage tests after queryParams was added
* Fixing dashboard settings back
* GrafanaRoute: Adding tests and remove use of global locationService
* Fixing tests and typescript errors
* Bring back kiosk modes and add tests
* Fix TimeSrv tests
* Fix typecheck errors
* Fixing tests
* Updated SideMenu test to react-testing and wrapped component in Router, and fixed issue importing createMemoryHistory
* Get rid of routeChange event from TimeSrv from
* Fixed TopSectionItem test
* Trying to make basename work but failing
* Update TopSectionItem snapshot
* Fix TopSectionItem snapshot test
* Fix API keys creation
* Remove Angular dependencies from KeybindingSrv (#31617)
* Remove Angular dependency from KeybindingsSrv
* Fix tests and typecheck issues
* basename is starting to work
* Make dashboard save work
* KeybindingSrv: Remove as angular service and no usage angular scope
* So long bridge_srv, we won't miss you
* Update snapshots
* Dashboard: Refactoring ChangeTracker to use History api and no angular (#31653)
* Dashboard: Refactoring ChangeTracker to use History api and no angular
* Updated
* Removed logging
* fixed unit tests
* updated snapshots
* Mechanism for force reloading routes (#31683)
* e2e: Fixes various things in e2e scenarios after router migration (#31685)
* Explore: Update reading query params from router props and updating location via locationService (ReactRouter) (#31688)
* RoutingNG: Initial explore redux location to router location migration
* Updated explore Wrapper tests
* Fixing more tests
* remove loggin
* rename back to make naming consistent
* Fixing return to dashboard button
* fixing navigation to explore from dashboard
* updated routeProps
* Updated tests
* Make DashboardListPage work
* Fixing navigation after add new data source, and fixes explore e2e
* Fixing solo panel page
* PluginsPage now works
* RoutingNG: When parsing and rendering url search/query params preseve old logic of handling booleans and arrays (#31725)
* RoutingNG: When parsing and rendering url search/query params preserve old logic of handling booleans and arrays
* Fixed test
* Make snapshots list work
* fixed alert notification channel edit page
* Simplify LocationService, did not need special handling for login or forceLogin as target _self on link already handles that
* fixed UserAdminPage
* fixed edit orgs page
* Fixing LdapPage
* fixing dashboard import
* Fixed new folder page
* Fixed data source dashboards page
* fixing Folder permissions and folder settings page
* fixing snapshot list page nav model
* remove unused file
* Added placeholder page for playlist
* Moved browser compatability to index-template
* Restored 404/default page
* Fixed reset password page
* Fixed SignUpInvited page
* Fixing CreateTeam, Create user page, add panel widget
* Restore browwser file to make tests happy
* Fixed unit tests
* Removed unused import
* Replacing usage of updateLocation
* Fixed test
* Updating search filters to use history / location service for filters
* remove unused file
* AppRootPage fixed
* Fixing test and search issue
* Changes to support enterprise extensions
* remove console.log
* Removing more use of redux location
* Fixed signup page
* removed unused old angular controllers
* Fixing bugs
* one final bugfix
* Removed location from redux state
* Fixing ts issues and tests
* Fixing test issue
* fixing tests
* Fixing tests
* removed unused stuff
* Fixed search test
* Adding some doc comments
* Routing NG: Angular location provider patch (#31773)
* Patch Angulars $location provider
* Update public/app/angular/bridgeReactAngularRouting.ts
* Remove only test
* Update tests, disable loggers in test env
* Routing NG: remove $location provider usage (#31816)
* Remove dashboard_loaders
* Remove $location from Analytics service, track page views form GrafanaRoute
* Remove NotificationsEditCtrl
* Remove Angular dependencies from uploadDashboardDirective
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove unused test helpers (#31831)
* Playlist react (#31829)
* playlist list in react
* Playlist start
* Things started to work
* Updated
* Handle empty list
* Fix ts
* Fixes and kiosk mode stuff
* Removed unused events
* fixing ts issue
* Another ts issue
* Fixing tests
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* fixed test
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove Angular dependency from DashboardLoaderSrv (#31863)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-03-10 11:03:36 -06:00
|
|
|
import { ShowConfirmModalEvent } from '../../types/events';
|
2022-04-22 08:33:13 -05:00
|
|
|
import { DashboardSrv } from '../dashboard/services/DashboardSrv';
|
|
|
|
import { DatasourceSrv } from '../plugins/datasource_srv';
|
|
|
|
|
|
|
|
import { getDefaultCondition } from './getAlertingValidationMessage';
|
|
|
|
import { ThresholdMapper } from './state/ThresholdMapper';
|
|
|
|
import alertDef from './state/alertDef';
|
2016-07-19 04:24:27 -05:00
|
|
|
|
2016-04-28 09:03:14 -05:00
|
|
|
export class AlertTabCtrl {
|
2019-05-13 02:38:19 -05:00
|
|
|
panel: PanelModel;
|
2016-04-28 09:03:14 -05:00
|
|
|
panelCtrl: any;
|
2016-07-31 02:31:32 -05:00
|
|
|
subTabIndex: number;
|
2016-08-11 08:18:21 -05:00
|
|
|
conditionTypes: any;
|
2016-06-11 03:54:24 -05:00
|
|
|
alert: any;
|
2016-07-19 04:24:27 -05:00
|
|
|
conditionModels: any;
|
2016-08-11 08:18:21 -05:00
|
|
|
evalFunctions: any;
|
2016-11-12 15:16:46 -06:00
|
|
|
evalOperators: any;
|
2016-09-06 13:40:12 -05:00
|
|
|
noDataModes: any;
|
2016-11-07 05:42:39 -06:00
|
|
|
executionErrorModes: any;
|
2019-05-13 02:38:19 -05:00
|
|
|
addNotificationSegment: any;
|
|
|
|
notifications: any;
|
|
|
|
alertNotifications: any;
|
2021-04-15 07:21:06 -05:00
|
|
|
error?: string;
|
2016-08-18 02:58:20 -05:00
|
|
|
appSubUrl: string;
|
2016-08-30 06:22:59 -05:00
|
|
|
alertHistory: any;
|
2019-06-06 06:29:30 -05:00
|
|
|
newAlertRuleTag: any;
|
2020-01-14 03:13:34 -06:00
|
|
|
alertingMinIntervalSecs: number;
|
|
|
|
alertingMinInterval: string;
|
|
|
|
frequencyWarning: any;
|
2016-07-19 09:15:26 -05:00
|
|
|
|
2023-01-23 05:15:05 -06:00
|
|
|
static $inject = ['$scope', 'dashboardSrv', 'uiSegmentSrv', 'datasourceSrv'];
|
|
|
|
|
2017-12-19 09:06:54 -06:00
|
|
|
constructor(
|
2019-05-13 02:38:19 -05:00
|
|
|
private $scope: any,
|
|
|
|
private dashboardSrv: DashboardSrv,
|
|
|
|
private uiSegmentSrv: any,
|
|
|
|
private datasourceSrv: DatasourceSrv
|
2017-12-19 09:06:54 -06:00
|
|
|
) {
|
2016-04-28 09:03:14 -05:00
|
|
|
this.panelCtrl = $scope.ctrl;
|
|
|
|
this.panel = this.panelCtrl.panel;
|
2016-07-26 05:29:52 -05:00
|
|
|
this.$scope.ctrl = this;
|
2016-07-31 02:31:32 -05:00
|
|
|
this.subTabIndex = 0;
|
2016-08-11 08:18:21 -05:00
|
|
|
this.evalFunctions = alertDef.evalFunctions;
|
2016-11-12 15:16:46 -06:00
|
|
|
this.evalOperators = alertDef.evalOperators;
|
2016-08-11 08:18:21 -05:00
|
|
|
this.conditionTypes = alertDef.conditionTypes;
|
2016-09-06 13:40:12 -05:00
|
|
|
this.noDataModes = alertDef.noDataModes;
|
2016-11-07 05:42:39 -06:00
|
|
|
this.executionErrorModes = alertDef.executionErrorModes;
|
2016-08-18 02:58:20 -05:00
|
|
|
this.appSubUrl = config.appSubUrl;
|
2019-01-02 03:57:12 -06:00
|
|
|
this.panelCtrl._enableAlert = this.enable;
|
2020-01-14 03:13:34 -06:00
|
|
|
this.alertingMinIntervalSecs = config.alertingMinInterval;
|
2020-09-03 01:54:06 -05:00
|
|
|
this.alertingMinInterval = rangeUtil.secondsToHms(config.alertingMinInterval);
|
2016-07-26 05:29:52 -05:00
|
|
|
}
|
2016-05-11 06:04:03 -05:00
|
|
|
|
2016-07-26 05:29:52 -05:00
|
|
|
$onInit() {
|
|
|
|
this.addNotificationSegment = this.uiSegmentSrv.newPlusButton();
|
2016-07-25 09:26:28 -05:00
|
|
|
|
2016-09-30 10:37:47 -05:00
|
|
|
// subscribe to graph threshold handle changes
|
2018-08-29 07:26:50 -05:00
|
|
|
const thresholdChangedEventHandler = this.graphThresholdChanged.bind(this);
|
2019-10-14 03:27:47 -05:00
|
|
|
this.panelCtrl.events.on(CoreEvents.thresholdChanged, thresholdChangedEventHandler);
|
2016-06-11 15:33:02 -05:00
|
|
|
|
2016-10-30 09:14:18 -05:00
|
|
|
// set panel alert edit mode
|
2017-12-20 05:33:33 -06:00
|
|
|
this.$scope.$on('$destroy', () => {
|
2019-10-14 03:27:47 -05:00
|
|
|
this.panelCtrl.events.off(CoreEvents.thresholdChanged, thresholdChangedEventHandler);
|
2016-08-10 14:37:10 -05:00
|
|
|
this.panelCtrl.editingThresholds = false;
|
2016-06-11 15:33:02 -05:00
|
|
|
this.panelCtrl.render();
|
|
|
|
});
|
2016-06-11 03:54:24 -05:00
|
|
|
|
2016-10-14 02:33:16 -05:00
|
|
|
// build notification model
|
2016-07-26 05:29:52 -05:00
|
|
|
this.notifications = [];
|
|
|
|
this.alertNotifications = [];
|
2016-08-30 06:22:59 -05:00
|
|
|
this.alertHistory = [];
|
2016-07-26 05:29:52 -05:00
|
|
|
|
2020-01-21 03:08:07 -06:00
|
|
|
return promiseToDigest(this.$scope)(
|
|
|
|
getBackendSrv()
|
|
|
|
.get('/api/alert-notifications/lookup')
|
|
|
|
.then((res: any) => {
|
|
|
|
this.notifications = res;
|
2016-07-26 05:29:52 -05:00
|
|
|
|
2020-01-21 03:08:07 -06:00
|
|
|
this.initModel();
|
|
|
|
this.validateModel();
|
|
|
|
})
|
|
|
|
);
|
2016-09-06 02:14:11 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
getAlertHistory() {
|
2020-01-21 03:08:07 -06:00
|
|
|
promiseToDigest(this.$scope)(
|
|
|
|
getBackendSrv()
|
|
|
|
.get(`/api/annotations?dashboardId=${this.panelCtrl.dashboard.id}&panelId=${this.panel.id}&limit=50&type=alert`)
|
|
|
|
.then((res: any) => {
|
2021-04-21 02:38:00 -05:00
|
|
|
this.alertHistory = map(res, (ah) => {
|
2021-04-15 07:21:06 -05:00
|
|
|
ah.time = this.dashboardSrv.getCurrent()?.formatDate(ah.time, 'MMM D, YYYY HH:mm:ss');
|
2020-01-21 03:08:07 -06:00
|
|
|
ah.stateModel = alertDef.getStateDisplayModel(ah.newState);
|
|
|
|
ah.info = alertDef.getAlertAnnotationInfo(ah);
|
|
|
|
return ah;
|
|
|
|
});
|
|
|
|
})
|
|
|
|
);
|
2016-07-25 09:26:28 -05:00
|
|
|
}
|
|
|
|
|
2019-05-13 02:38:19 -05:00
|
|
|
getNotificationIcon(type: string): string {
|
2016-07-31 14:58:12 -05:00
|
|
|
switch (type) {
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'email':
|
2020-04-12 15:20:02 -05:00
|
|
|
return 'envelope';
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'slack':
|
2020-04-12 15:20:02 -05:00
|
|
|
return 'slack';
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'victorops':
|
|
|
|
return 'fa fa-pagelines';
|
|
|
|
case 'webhook':
|
2020-04-12 15:20:02 -05:00
|
|
|
return 'cube';
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'pagerduty':
|
|
|
|
return 'fa fa-bullhorn';
|
|
|
|
case 'opsgenie':
|
2020-04-12 15:20:02 -05:00
|
|
|
return 'bell';
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'hipchat':
|
|
|
|
return 'fa fa-mail-forward';
|
|
|
|
case 'pushover':
|
2020-04-12 15:20:02 -05:00
|
|
|
return 'mobile-android';
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'kafka':
|
2020-04-12 15:20:02 -05:00
|
|
|
return 'arrow-random';
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'teams':
|
|
|
|
return 'fa fa-windows';
|
2016-07-31 14:58:12 -05:00
|
|
|
}
|
2020-04-12 15:20:02 -05:00
|
|
|
return 'bell';
|
2016-07-31 14:58:12 -05:00
|
|
|
}
|
|
|
|
|
2016-07-26 05:29:52 -05:00
|
|
|
getNotifications() {
|
2019-12-05 03:04:03 -06:00
|
|
|
return Promise.resolve(
|
2019-05-13 02:38:19 -05:00
|
|
|
this.notifications.map((item: any) => {
|
2017-12-19 09:06:54 -06:00
|
|
|
return this.uiSegmentSrv.newSegment(item.name);
|
|
|
|
})
|
|
|
|
);
|
2016-07-26 05:29:52 -05:00
|
|
|
}
|
|
|
|
|
2016-07-25 09:26:28 -05:00
|
|
|
notificationAdded() {
|
2021-04-21 02:38:00 -05:00
|
|
|
const model: any = find(this.notifications, {
|
2017-12-20 05:33:33 -06:00
|
|
|
name: this.addNotificationSegment.value,
|
2017-12-19 09:06:54 -06:00
|
|
|
});
|
2016-07-26 05:29:52 -05:00
|
|
|
if (!model) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2016-09-13 07:25:48 -05:00
|
|
|
this.alertNotifications.push({
|
|
|
|
name: model.name,
|
|
|
|
iconClass: this.getNotificationIcon(model.type),
|
2017-12-20 05:33:33 -06:00
|
|
|
isDefault: false,
|
2019-02-13 04:14:53 -06:00
|
|
|
uid: model.uid,
|
2016-09-13 07:25:48 -05:00
|
|
|
});
|
2019-01-28 06:20:29 -06:00
|
|
|
|
|
|
|
// avoid duplicates using both id and uid to be backwards compatible.
|
2021-04-21 02:38:00 -05:00
|
|
|
if (!find(this.alert.notifications, (n) => n.id === model.id || n.uid === model.uid)) {
|
2019-01-18 08:19:06 -06:00
|
|
|
this.alert.notifications.push({ uid: model.uid });
|
|
|
|
}
|
2016-07-25 09:26:28 -05:00
|
|
|
|
|
|
|
// reset plus button
|
|
|
|
this.addNotificationSegment.value = this.uiSegmentSrv.newPlusButton().value;
|
|
|
|
this.addNotificationSegment.html = this.uiSegmentSrv.newPlusButton().html;
|
2019-01-04 04:57:16 -06:00
|
|
|
this.addNotificationSegment.fake = true;
|
2016-07-25 09:26:28 -05:00
|
|
|
}
|
|
|
|
|
2019-05-13 02:38:19 -05:00
|
|
|
removeNotification(an: any) {
|
2021-02-09 08:29:50 -06:00
|
|
|
// remove notifiers referred to by id and uid to support notifiers added
|
2019-01-28 06:20:29 -06:00
|
|
|
// before and after we added support for uid
|
2021-04-21 02:38:00 -05:00
|
|
|
remove(this.alert.notifications, (n: any) => n.uid === an.uid || n.id === an.id);
|
|
|
|
remove(this.alertNotifications, (n: any) => n.uid === an.uid || n.id === an.id);
|
2016-07-25 09:26:28 -05:00
|
|
|
}
|
|
|
|
|
2019-06-06 06:29:30 -05:00
|
|
|
addAlertRuleTag() {
|
|
|
|
if (this.newAlertRuleTag.name) {
|
|
|
|
this.alert.alertRuleTags[this.newAlertRuleTag.name] = this.newAlertRuleTag.value;
|
|
|
|
}
|
|
|
|
this.newAlertRuleTag.name = '';
|
|
|
|
this.newAlertRuleTag.value = '';
|
|
|
|
}
|
|
|
|
|
2019-08-01 07:38:34 -05:00
|
|
|
removeAlertRuleTag(tagName: string) {
|
2019-06-06 06:29:30 -05:00
|
|
|
delete this.alert.alertRuleTags[tagName];
|
|
|
|
}
|
|
|
|
|
2016-06-14 09:45:51 -05:00
|
|
|
initModel() {
|
2018-08-29 07:26:50 -05:00
|
|
|
const alert = (this.alert = this.panel.alert);
|
2016-09-30 10:37:47 -05:00
|
|
|
if (!alert) {
|
2016-09-06 02:14:11 -05:00
|
|
|
return;
|
|
|
|
}
|
2016-06-14 09:45:51 -05:00
|
|
|
|
2020-01-14 03:13:34 -06:00
|
|
|
this.checkFrequency();
|
|
|
|
|
2016-07-21 06:09:12 -05:00
|
|
|
alert.conditions = alert.conditions || [];
|
2016-07-19 04:24:27 -05:00
|
|
|
if (alert.conditions.length === 0) {
|
2019-09-23 07:17:00 -05:00
|
|
|
alert.conditions.push(getDefaultCondition());
|
2016-07-19 04:24:27 -05:00
|
|
|
}
|
2016-06-14 09:45:51 -05:00
|
|
|
|
2018-09-06 04:20:38 -05:00
|
|
|
alert.noDataState = alert.noDataState || config.alertingNoDataOrNullValues;
|
|
|
|
alert.executionErrorState = alert.executionErrorState || config.alertingErrorOrTimeout;
|
2018-11-02 04:43:05 -05:00
|
|
|
alert.frequency = alert.frequency || '1m';
|
2016-06-15 03:41:21 -05:00
|
|
|
alert.handler = alert.handler || 1;
|
|
|
|
alert.notifications = alert.notifications || [];
|
2018-11-05 06:51:35 -06:00
|
|
|
alert.for = alert.for || '0m';
|
2019-06-06 06:29:30 -05:00
|
|
|
alert.alertRuleTags = alert.alertRuleTags || {};
|
2016-06-15 03:41:21 -05:00
|
|
|
|
2018-08-29 07:26:50 -05:00
|
|
|
const defaultName = this.panel.title + ' alert';
|
2016-06-14 09:45:51 -05:00
|
|
|
alert.name = alert.name || defaultName;
|
2016-06-10 07:49:54 -05:00
|
|
|
|
2021-04-21 02:38:00 -05:00
|
|
|
this.conditionModels = reduce(
|
2017-12-19 09:06:54 -06:00
|
|
|
alert.conditions,
|
|
|
|
(memo, value) => {
|
|
|
|
memo.push(this.buildConditionModel(value));
|
|
|
|
return memo;
|
|
|
|
},
|
Chore: Fix all Typescript strict null errors (#26204)
* Chore: Fix typescript strict null errors
* Added new limit
* Fixed ts issue
* fixed tests
* trying to fix type inference
* Fixing more ts errors
* Revert tsconfig option
* Fix
* Fixed code
* More fixes
* fix tests
* Updated snapshot
* Chore: More ts strict null fixes
* More fixes in some really messed up azure config components
* More fixes, current count: 441
* 419
* More fixes
* Fixed invalid initial state in explore
* Fixing tests
* Fixed tests
* Explore fix
* More fixes
* Progress
* Sub 300
* Now at 218
* Progress
* Update
* Progress
* Updated tests
* at 159
* fixed tests
* Progress
* YAy blow 100! at 94
* 10,9,8,7,6,5,4,3,2,1... lift off
* Fixed tests
* Fixed more type errors
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2020-07-10 05:46:59 -05:00
|
|
|
[] as string[]
|
2017-12-19 09:06:54 -06:00
|
|
|
);
|
2016-06-12 04:43:18 -05:00
|
|
|
|
2016-08-11 08:18:21 -05:00
|
|
|
ThresholdMapper.alertToGraphThresholds(this.panel);
|
2016-09-06 02:14:11 -05:00
|
|
|
|
2018-08-26 10:14:40 -05:00
|
|
|
for (const addedNotification of alert.notifications) {
|
2021-02-15 02:31:08 -06:00
|
|
|
let identifier = addedNotification.uid;
|
2019-01-28 06:20:29 -06:00
|
|
|
// lookup notifier type by uid
|
2021-04-21 02:38:00 -05:00
|
|
|
let model: any = find(this.notifications, { uid: identifier });
|
2021-02-15 02:31:08 -06:00
|
|
|
|
|
|
|
// fallback using id if uid is missing
|
|
|
|
if (!model && addedNotification.id) {
|
|
|
|
identifier = addedNotification.id;
|
2021-04-21 02:38:00 -05:00
|
|
|
model = find(this.notifications, { id: identifier });
|
2021-02-15 02:31:08 -06:00
|
|
|
}
|
2019-01-28 06:20:29 -06:00
|
|
|
|
|
|
|
if (!model) {
|
Routing NG: Replace Angular routing with react-router (#31463)
* Add router packages
* Get react app root work instead of Angular one
* Logger util
* Patch Angular routing ($routeProvider, $routeParamsProvider)
* Use react-router-dom history instead of separate dependency
* Add test routes
* Sidemenu - use Link instead of anchors
* Patch Angular $location service (stub)
* WIP: geting rid of $location provider from TimeSrv
* Intercept anchor clicks to use history under the hood
* Sync Redux location slice with history state
* Make login/logout work
* Debug routes for testing
* Make force login work
* Make sure query param change does not recreate page components
* Hide side menu in specified locations
* Make the dashboar route query parameters work, make panel edit menu work
* Enable more routes
* Fix side menu
* Handle view modes
* Disable playlist routes
* Make SafeDynamicImport work again
* Bring back router-debug
* Separate redux location sync from route rendering
* Refactor updateLocation to thunk and move force refresh(login) to it
* Fixing init dashboard issue
* Support switching between dashboards without an unmount of DashboardPage
* More fixes for init dashboard and panel edit
* More type fixes
* Moving angular location wrapper out of main LocationService, and fixing typescript issues
* Fixed last typescript errors
* LocationService: Move to runtime and remove getLocationService and export singleston const instead (#31523)
* Moving location service implementation to runtime and removing get function and making it a package const singleton
* Added test that used locationService directly
* removed unused import
* AngularApp: Moving angular dependencies and the app boot out of the main app into it's own file (#31525)
* Fixes angular panels by calling the monkey patch
* Moving angular stuff to to it's own files
* udpated
* Fixing clicking on divs and spans inside anchor
* Moving app notifications out of angular app and removing angular directive wrapper
* Moving search from angular to react and removing angular search wrapper
* Clean up, tried to remove the redux location wrapper but requires a big update for DashboardPage, so adding it back
* Moving AppWrapper to root to limit circular dependencies (app/core -> app/routing and back)
* Open and close search now works
* Hide sidemenu when in kiosk mode
* Restoring some keybindings like ESC key
* Removed kiosk events and simplified it, just handled through updating URL
* Fixing typescript errors
* Simplified GrafanaRouteComponentProps and renamed to ContainerProps
* renamed back
* Changed AlertRuleList to use GrafanaRouteComponentProps and location.search passed to it
* Removing the reloadOnSearch property, this is not needed now for react as react by default does not unmount components when only url match or query parmas change
* SafeDynamicImport causing unmount un every search update, not sure how to fix yet
* Fix signature for SafeDynamicImport so we do not create new route components on every route render
* Removing the redux location wrapper as it was causing errors, and making dashboard page work with RouteProps (location, match) etc
* Updating DashboardPage and SoloPanelPage to use match params and history location
* Fixed DashboardPage tests
* Fixing solo route tests
* LocationService: Rename getCurrentLocation to just getLocation
* do not intercept link clicks with target blank or self
* Experimental useUrlParams hook
* Update DataSourceSettingsPage to use router match params
* fix links with urls that have no starting / to work like before
* Fix forceLogin
* Add queryParams to GrafanaRouteComponentProps
* PanelEditor get rid of updateLocation and location state
* Improve grafana route query params typing
* Add getSearchObject to LocationService
* Use DashboardPAge queryParams instead of location.search parsing
* Fix DashboardPage typing
* Fix some tests weirdness
* Bring back KeyboardSrv
* Fixes typescript issues
* Team pages now use router match params
* Get rid of from GrafanaRouteComponent props
* Removed unnessary calls to getSearchObject when calling locationService.partial
* Updated DashboardPage tests after queryParams was added
* Fixing dashboard settings back
* GrafanaRoute: Adding tests and remove use of global locationService
* Fixing tests and typescript errors
* Bring back kiosk modes and add tests
* Fix TimeSrv tests
* Fix typecheck errors
* Fixing tests
* Updated SideMenu test to react-testing and wrapped component in Router, and fixed issue importing createMemoryHistory
* Get rid of routeChange event from TimeSrv from
* Fixed TopSectionItem test
* Trying to make basename work but failing
* Update TopSectionItem snapshot
* Fix TopSectionItem snapshot test
* Fix API keys creation
* Remove Angular dependencies from KeybindingSrv (#31617)
* Remove Angular dependency from KeybindingsSrv
* Fix tests and typecheck issues
* basename is starting to work
* Make dashboard save work
* KeybindingSrv: Remove as angular service and no usage angular scope
* So long bridge_srv, we won't miss you
* Update snapshots
* Dashboard: Refactoring ChangeTracker to use History api and no angular (#31653)
* Dashboard: Refactoring ChangeTracker to use History api and no angular
* Updated
* Removed logging
* fixed unit tests
* updated snapshots
* Mechanism for force reloading routes (#31683)
* e2e: Fixes various things in e2e scenarios after router migration (#31685)
* Explore: Update reading query params from router props and updating location via locationService (ReactRouter) (#31688)
* RoutingNG: Initial explore redux location to router location migration
* Updated explore Wrapper tests
* Fixing more tests
* remove loggin
* rename back to make naming consistent
* Fixing return to dashboard button
* fixing navigation to explore from dashboard
* updated routeProps
* Updated tests
* Make DashboardListPage work
* Fixing navigation after add new data source, and fixes explore e2e
* Fixing solo panel page
* PluginsPage now works
* RoutingNG: When parsing and rendering url search/query params preseve old logic of handling booleans and arrays (#31725)
* RoutingNG: When parsing and rendering url search/query params preserve old logic of handling booleans and arrays
* Fixed test
* Make snapshots list work
* fixed alert notification channel edit page
* Simplify LocationService, did not need special handling for login or forceLogin as target _self on link already handles that
* fixed UserAdminPage
* fixed edit orgs page
* Fixing LdapPage
* fixing dashboard import
* Fixed new folder page
* Fixed data source dashboards page
* fixing Folder permissions and folder settings page
* fixing snapshot list page nav model
* remove unused file
* Added placeholder page for playlist
* Moved browser compatability to index-template
* Restored 404/default page
* Fixed reset password page
* Fixed SignUpInvited page
* Fixing CreateTeam, Create user page, add panel widget
* Restore browwser file to make tests happy
* Fixed unit tests
* Removed unused import
* Replacing usage of updateLocation
* Fixed test
* Updating search filters to use history / location service for filters
* remove unused file
* AppRootPage fixed
* Fixing test and search issue
* Changes to support enterprise extensions
* remove console.log
* Removing more use of redux location
* Fixed signup page
* removed unused old angular controllers
* Fixing bugs
* one final bugfix
* Removed location from redux state
* Fixing ts issues and tests
* Fixing test issue
* fixing tests
* Fixing tests
* removed unused stuff
* Fixed search test
* Adding some doc comments
* Routing NG: Angular location provider patch (#31773)
* Patch Angulars $location provider
* Update public/app/angular/bridgeReactAngularRouting.ts
* Remove only test
* Update tests, disable loggers in test env
* Routing NG: remove $location provider usage (#31816)
* Remove dashboard_loaders
* Remove $location from Analytics service, track page views form GrafanaRoute
* Remove NotificationsEditCtrl
* Remove Angular dependencies from uploadDashboardDirective
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove unused test helpers (#31831)
* Playlist react (#31829)
* playlist list in react
* Playlist start
* Things started to work
* Updated
* Handle empty list
* Fix ts
* Fixes and kiosk mode stuff
* Removed unused events
* fixing ts issue
* Another ts issue
* Fixing tests
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* fixed test
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove Angular dependency from DashboardLoaderSrv (#31863)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-03-10 11:03:36 -06:00
|
|
|
appEvents.publish(
|
|
|
|
new ShowConfirmModalEvent({
|
|
|
|
title: 'Notifier with invalid identifier is detected',
|
|
|
|
text: `Do you want to delete notifier with invalid identifier: ${identifier} from the dashboard JSON?`,
|
|
|
|
text2: 'After successful deletion, make sure to save the dashboard for storing the update JSON.',
|
|
|
|
icon: 'trash-alt',
|
|
|
|
confirmText: 'Delete',
|
|
|
|
yesText: 'Delete',
|
|
|
|
onConfirm: async () => {
|
|
|
|
this.removeNotification(addedNotification);
|
|
|
|
},
|
|
|
|
})
|
|
|
|
);
|
2019-01-28 06:20:29 -06:00
|
|
|
}
|
|
|
|
|
2016-10-12 04:27:06 -05:00
|
|
|
if (model && model.isDefault === false) {
|
2016-09-30 10:37:47 -05:00
|
|
|
model.iconClass = this.getNotificationIcon(model.type);
|
|
|
|
this.alertNotifications.push(model);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-26 10:14:40 -05:00
|
|
|
for (const notification of this.notifications) {
|
2016-09-30 10:37:47 -05:00
|
|
|
if (notification.isDefault) {
|
|
|
|
notification.iconClass = this.getNotificationIcon(notification.type);
|
|
|
|
this.alertNotifications.push(notification);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-06 02:14:11 -05:00
|
|
|
this.panelCtrl.editingThresholds = true;
|
2016-06-12 04:43:18 -05:00
|
|
|
this.panelCtrl.render();
|
2016-06-10 07:49:54 -05:00
|
|
|
}
|
|
|
|
|
2020-01-14 03:13:34 -06:00
|
|
|
checkFrequency() {
|
2021-04-12 07:53:51 -05:00
|
|
|
this.frequencyWarning = '';
|
|
|
|
|
2021-04-14 04:47:30 -05:00
|
|
|
if (!this.alert.frequency) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!this.alert.frequency.match(/^\d+([dhms])$/)) {
|
2021-04-12 07:53:51 -05:00
|
|
|
this.frequencyWarning =
|
|
|
|
'Invalid frequency, has to be numeric followed by one of the following units: "d, h, m, s"';
|
2020-01-16 09:38:49 -06:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2020-01-14 03:13:34 -06:00
|
|
|
try {
|
2020-09-03 01:54:06 -05:00
|
|
|
const frequencySecs = rangeUtil.intervalToSeconds(this.alert.frequency);
|
2020-01-14 03:13:34 -06:00
|
|
|
if (frequencySecs < this.alertingMinIntervalSecs) {
|
|
|
|
this.frequencyWarning =
|
|
|
|
'A minimum evaluation interval of ' +
|
|
|
|
this.alertingMinInterval +
|
|
|
|
' have been configured in Grafana and will be used for this alert rule. ' +
|
|
|
|
'Please contact the administrator to configure a lower interval.';
|
|
|
|
}
|
|
|
|
} catch (err) {
|
|
|
|
this.frequencyWarning = err;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-05-13 02:38:19 -05:00
|
|
|
graphThresholdChanged(evt: any) {
|
2018-08-29 07:26:50 -05:00
|
|
|
for (const condition of this.alert.conditions) {
|
2017-12-20 05:33:33 -06:00
|
|
|
if (condition.type === 'query') {
|
2016-08-12 03:32:46 -05:00
|
|
|
condition.evaluator.params[evt.handleIndex] = evt.threshold.value;
|
|
|
|
this.evaluatorParamsChanged();
|
2016-08-10 14:37:10 -05:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-08-18 02:03:46 -05:00
|
|
|
validateModel() {
|
2016-09-30 10:37:47 -05:00
|
|
|
if (!this.alert) {
|
2016-09-06 02:14:11 -05:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2016-08-18 02:03:46 -05:00
|
|
|
let firstTarget;
|
Chore: Fix all Typescript strict null errors (#26204)
* Chore: Fix typescript strict null errors
* Added new limit
* Fixed ts issue
* fixed tests
* trying to fix type inference
* Fixing more ts errors
* Revert tsconfig option
* Fix
* Fixed code
* More fixes
* fix tests
* Updated snapshot
* Chore: More ts strict null fixes
* More fixes in some really messed up azure config components
* More fixes, current count: 441
* 419
* More fixes
* Fixed invalid initial state in explore
* Fixing tests
* Fixed tests
* Explore fix
* More fixes
* Progress
* Sub 300
* Now at 218
* Progress
* Update
* Progress
* Updated tests
* at 159
* fixed tests
* Progress
* YAy blow 100! at 94
* 10,9,8,7,6,5,4,3,2,1... lift off
* Fixed tests
* Fixed more type errors
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2020-07-10 05:46:59 -05:00
|
|
|
let foundTarget: DataQuery | null = null;
|
2016-08-18 02:03:46 -05:00
|
|
|
|
2019-12-11 04:11:37 -06:00
|
|
|
const promises: Array<Promise<any>> = [];
|
2018-08-29 07:26:50 -05:00
|
|
|
for (const condition of this.alert.conditions) {
|
2017-12-20 05:33:33 -06:00
|
|
|
if (condition.type !== 'query') {
|
2016-08-18 02:03:46 -05:00
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
2018-08-29 07:26:50 -05:00
|
|
|
for (const target of this.panel.targets) {
|
2016-08-18 02:03:46 -05:00
|
|
|
if (!firstTarget) {
|
|
|
|
firstTarget = target;
|
|
|
|
}
|
|
|
|
if (condition.query.params[0] === target.refId) {
|
|
|
|
foundTarget = target;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!foundTarget) {
|
|
|
|
if (firstTarget) {
|
|
|
|
condition.query.params[0] = firstTarget.refId;
|
|
|
|
foundTarget = firstTarget;
|
|
|
|
} else {
|
2017-12-20 05:33:33 -06:00
|
|
|
this.error = 'Could not find any metric queries';
|
2019-12-11 04:11:37 -06:00
|
|
|
return;
|
2016-08-18 02:03:46 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-29 07:26:50 -05:00
|
|
|
const datasourceName = foundTarget.datasource || this.panel.datasource;
|
2019-12-11 04:11:37 -06:00
|
|
|
promises.push(
|
|
|
|
this.datasourceSrv.get(datasourceName).then(
|
2021-01-20 00:59:48 -06:00
|
|
|
((foundTarget) => (ds: DataSourceApi) => {
|
2019-12-11 04:11:37 -06:00
|
|
|
if (!ds.meta.alerting) {
|
|
|
|
return Promise.reject('The datasource does not support alerting queries');
|
|
|
|
} else if (ds.targetContainsTemplate && ds.targetContainsTemplate(foundTarget)) {
|
|
|
|
return Promise.reject('Template variables are not supported in alert queries');
|
|
|
|
}
|
|
|
|
return Promise.resolve();
|
|
|
|
})(foundTarget)
|
|
|
|
)
|
|
|
|
);
|
2016-08-18 02:03:46 -05:00
|
|
|
}
|
2019-12-11 04:11:37 -06:00
|
|
|
Promise.all(promises).then(
|
|
|
|
() => {
|
|
|
|
this.error = '';
|
|
|
|
this.$scope.$apply();
|
|
|
|
},
|
2021-01-20 00:59:48 -06:00
|
|
|
(e) => {
|
2019-12-11 04:11:37 -06:00
|
|
|
this.error = e;
|
|
|
|
this.$scope.$apply();
|
|
|
|
}
|
|
|
|
);
|
2016-08-18 02:03:46 -05:00
|
|
|
}
|
|
|
|
|
2019-05-13 02:38:19 -05:00
|
|
|
buildConditionModel(source: any) {
|
2018-08-29 07:26:50 -05:00
|
|
|
const cm: any = { source: source, type: source.type };
|
2016-07-19 04:24:27 -05:00
|
|
|
|
2016-08-11 08:18:21 -05:00
|
|
|
cm.queryPart = new QueryPart(source.query, alertDef.alertQueryDef);
|
2016-08-15 06:51:55 -05:00
|
|
|
cm.reducerPart = alertDef.createReducerPart(source.reducer);
|
2016-07-19 09:15:26 -05:00
|
|
|
cm.evaluator = source.evaluator;
|
2016-11-12 15:16:46 -06:00
|
|
|
cm.operator = source.operator;
|
2016-07-19 09:15:26 -05:00
|
|
|
|
2016-07-19 04:24:27 -05:00
|
|
|
return cm;
|
|
|
|
}
|
|
|
|
|
2019-05-13 02:38:19 -05:00
|
|
|
handleQueryPartEvent(conditionModel: any, evt: any) {
|
2016-08-15 10:53:44 -05:00
|
|
|
switch (evt.name) {
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'action-remove-part': {
|
2016-08-15 10:53:44 -05:00
|
|
|
break;
|
|
|
|
}
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'get-part-actions': {
|
2019-12-05 03:04:03 -06:00
|
|
|
return Promise.resolve([]);
|
2016-08-15 10:53:44 -05:00
|
|
|
}
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'part-param-changed': {
|
2016-08-18 03:01:56 -05:00
|
|
|
this.validateModel();
|
|
|
|
}
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'get-param-options': {
|
2021-01-20 00:59:48 -06:00
|
|
|
const result = this.panel.targets.map((target) => {
|
2016-08-18 03:01:56 -05:00
|
|
|
return this.uiSegmentSrv.newSegment({ value: target.refId });
|
|
|
|
});
|
|
|
|
|
2019-12-05 03:04:03 -06:00
|
|
|
return Promise.resolve(result);
|
|
|
|
}
|
|
|
|
default: {
|
|
|
|
return Promise.resolve();
|
2016-08-18 03:01:56 -05:00
|
|
|
}
|
2016-08-15 10:53:44 -05:00
|
|
|
}
|
2019-12-05 03:04:03 -06:00
|
|
|
|
|
|
|
return Promise.resolve();
|
2016-07-19 04:24:27 -05:00
|
|
|
}
|
|
|
|
|
2019-05-13 02:38:19 -05:00
|
|
|
handleReducerPartEvent(conditionModel: any, evt: any) {
|
2016-08-15 10:53:44 -05:00
|
|
|
switch (evt.name) {
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'action': {
|
2016-08-15 10:53:44 -05:00
|
|
|
conditionModel.source.reducer.type = evt.action.value;
|
2017-12-21 01:39:31 -06:00
|
|
|
conditionModel.reducerPart = alertDef.createReducerPart(conditionModel.source.reducer);
|
2021-01-20 23:23:09 -06:00
|
|
|
this.evaluatorParamsChanged();
|
2016-08-15 10:53:44 -05:00
|
|
|
break;
|
|
|
|
}
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'get-part-actions': {
|
2018-08-29 07:26:50 -05:00
|
|
|
const result = [];
|
|
|
|
for (const type of alertDef.reducerTypes) {
|
2016-08-15 10:53:44 -05:00
|
|
|
if (type.value !== conditionModel.source.reducer.type) {
|
|
|
|
result.push(type);
|
|
|
|
}
|
|
|
|
}
|
2019-12-05 03:04:03 -06:00
|
|
|
return Promise.resolve(result);
|
2016-08-15 10:53:44 -05:00
|
|
|
}
|
|
|
|
}
|
2019-12-05 03:04:03 -06:00
|
|
|
|
|
|
|
return Promise.resolve();
|
2016-08-15 06:51:55 -05:00
|
|
|
}
|
|
|
|
|
2019-05-13 02:38:19 -05:00
|
|
|
addCondition(type: string) {
|
2019-09-23 07:17:00 -05:00
|
|
|
const condition = getDefaultCondition();
|
2016-07-19 04:24:27 -05:00
|
|
|
// add to persited model
|
2016-08-18 02:03:46 -05:00
|
|
|
this.alert.conditions.push(condition);
|
2016-07-19 04:24:27 -05:00
|
|
|
// add to view model
|
|
|
|
this.conditionModels.push(this.buildConditionModel(condition));
|
|
|
|
}
|
|
|
|
|
2019-05-13 02:38:19 -05:00
|
|
|
removeCondition(index: number) {
|
2016-07-19 04:24:27 -05:00
|
|
|
this.alert.conditions.splice(index, 1);
|
|
|
|
this.conditionModels.splice(index, 1);
|
2016-04-28 09:03:14 -05:00
|
|
|
}
|
|
|
|
|
2016-06-11 03:13:33 -05:00
|
|
|
delete() {
|
Routing NG: Replace Angular routing with react-router (#31463)
* Add router packages
* Get react app root work instead of Angular one
* Logger util
* Patch Angular routing ($routeProvider, $routeParamsProvider)
* Use react-router-dom history instead of separate dependency
* Add test routes
* Sidemenu - use Link instead of anchors
* Patch Angular $location service (stub)
* WIP: geting rid of $location provider from TimeSrv
* Intercept anchor clicks to use history under the hood
* Sync Redux location slice with history state
* Make login/logout work
* Debug routes for testing
* Make force login work
* Make sure query param change does not recreate page components
* Hide side menu in specified locations
* Make the dashboar route query parameters work, make panel edit menu work
* Enable more routes
* Fix side menu
* Handle view modes
* Disable playlist routes
* Make SafeDynamicImport work again
* Bring back router-debug
* Separate redux location sync from route rendering
* Refactor updateLocation to thunk and move force refresh(login) to it
* Fixing init dashboard issue
* Support switching between dashboards without an unmount of DashboardPage
* More fixes for init dashboard and panel edit
* More type fixes
* Moving angular location wrapper out of main LocationService, and fixing typescript issues
* Fixed last typescript errors
* LocationService: Move to runtime and remove getLocationService and export singleston const instead (#31523)
* Moving location service implementation to runtime and removing get function and making it a package const singleton
* Added test that used locationService directly
* removed unused import
* AngularApp: Moving angular dependencies and the app boot out of the main app into it's own file (#31525)
* Fixes angular panels by calling the monkey patch
* Moving angular stuff to to it's own files
* udpated
* Fixing clicking on divs and spans inside anchor
* Moving app notifications out of angular app and removing angular directive wrapper
* Moving search from angular to react and removing angular search wrapper
* Clean up, tried to remove the redux location wrapper but requires a big update for DashboardPage, so adding it back
* Moving AppWrapper to root to limit circular dependencies (app/core -> app/routing and back)
* Open and close search now works
* Hide sidemenu when in kiosk mode
* Restoring some keybindings like ESC key
* Removed kiosk events and simplified it, just handled through updating URL
* Fixing typescript errors
* Simplified GrafanaRouteComponentProps and renamed to ContainerProps
* renamed back
* Changed AlertRuleList to use GrafanaRouteComponentProps and location.search passed to it
* Removing the reloadOnSearch property, this is not needed now for react as react by default does not unmount components when only url match or query parmas change
* SafeDynamicImport causing unmount un every search update, not sure how to fix yet
* Fix signature for SafeDynamicImport so we do not create new route components on every route render
* Removing the redux location wrapper as it was causing errors, and making dashboard page work with RouteProps (location, match) etc
* Updating DashboardPage and SoloPanelPage to use match params and history location
* Fixed DashboardPage tests
* Fixing solo route tests
* LocationService: Rename getCurrentLocation to just getLocation
* do not intercept link clicks with target blank or self
* Experimental useUrlParams hook
* Update DataSourceSettingsPage to use router match params
* fix links with urls that have no starting / to work like before
* Fix forceLogin
* Add queryParams to GrafanaRouteComponentProps
* PanelEditor get rid of updateLocation and location state
* Improve grafana route query params typing
* Add getSearchObject to LocationService
* Use DashboardPAge queryParams instead of location.search parsing
* Fix DashboardPage typing
* Fix some tests weirdness
* Bring back KeyboardSrv
* Fixes typescript issues
* Team pages now use router match params
* Get rid of from GrafanaRouteComponent props
* Removed unnessary calls to getSearchObject when calling locationService.partial
* Updated DashboardPage tests after queryParams was added
* Fixing dashboard settings back
* GrafanaRoute: Adding tests and remove use of global locationService
* Fixing tests and typescript errors
* Bring back kiosk modes and add tests
* Fix TimeSrv tests
* Fix typecheck errors
* Fixing tests
* Updated SideMenu test to react-testing and wrapped component in Router, and fixed issue importing createMemoryHistory
* Get rid of routeChange event from TimeSrv from
* Fixed TopSectionItem test
* Trying to make basename work but failing
* Update TopSectionItem snapshot
* Fix TopSectionItem snapshot test
* Fix API keys creation
* Remove Angular dependencies from KeybindingSrv (#31617)
* Remove Angular dependency from KeybindingsSrv
* Fix tests and typecheck issues
* basename is starting to work
* Make dashboard save work
* KeybindingSrv: Remove as angular service and no usage angular scope
* So long bridge_srv, we won't miss you
* Update snapshots
* Dashboard: Refactoring ChangeTracker to use History api and no angular (#31653)
* Dashboard: Refactoring ChangeTracker to use History api and no angular
* Updated
* Removed logging
* fixed unit tests
* updated snapshots
* Mechanism for force reloading routes (#31683)
* e2e: Fixes various things in e2e scenarios after router migration (#31685)
* Explore: Update reading query params from router props and updating location via locationService (ReactRouter) (#31688)
* RoutingNG: Initial explore redux location to router location migration
* Updated explore Wrapper tests
* Fixing more tests
* remove loggin
* rename back to make naming consistent
* Fixing return to dashboard button
* fixing navigation to explore from dashboard
* updated routeProps
* Updated tests
* Make DashboardListPage work
* Fixing navigation after add new data source, and fixes explore e2e
* Fixing solo panel page
* PluginsPage now works
* RoutingNG: When parsing and rendering url search/query params preseve old logic of handling booleans and arrays (#31725)
* RoutingNG: When parsing and rendering url search/query params preserve old logic of handling booleans and arrays
* Fixed test
* Make snapshots list work
* fixed alert notification channel edit page
* Simplify LocationService, did not need special handling for login or forceLogin as target _self on link already handles that
* fixed UserAdminPage
* fixed edit orgs page
* Fixing LdapPage
* fixing dashboard import
* Fixed new folder page
* Fixed data source dashboards page
* fixing Folder permissions and folder settings page
* fixing snapshot list page nav model
* remove unused file
* Added placeholder page for playlist
* Moved browser compatability to index-template
* Restored 404/default page
* Fixed reset password page
* Fixed SignUpInvited page
* Fixing CreateTeam, Create user page, add panel widget
* Restore browwser file to make tests happy
* Fixed unit tests
* Removed unused import
* Replacing usage of updateLocation
* Fixed test
* Updating search filters to use history / location service for filters
* remove unused file
* AppRootPage fixed
* Fixing test and search issue
* Changes to support enterprise extensions
* remove console.log
* Removing more use of redux location
* Fixed signup page
* removed unused old angular controllers
* Fixing bugs
* one final bugfix
* Removed location from redux state
* Fixing ts issues and tests
* Fixing test issue
* fixing tests
* Fixing tests
* removed unused stuff
* Fixed search test
* Adding some doc comments
* Routing NG: Angular location provider patch (#31773)
* Patch Angulars $location provider
* Update public/app/angular/bridgeReactAngularRouting.ts
* Remove only test
* Update tests, disable loggers in test env
* Routing NG: remove $location provider usage (#31816)
* Remove dashboard_loaders
* Remove $location from Analytics service, track page views form GrafanaRoute
* Remove NotificationsEditCtrl
* Remove Angular dependencies from uploadDashboardDirective
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove unused test helpers (#31831)
* Playlist react (#31829)
* playlist list in react
* Playlist start
* Things started to work
* Updated
* Handle empty list
* Fix ts
* Fixes and kiosk mode stuff
* Removed unused events
* fixing ts issue
* Another ts issue
* Fixing tests
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* fixed test
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove Angular dependency from DashboardLoaderSrv (#31863)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-03-10 11:03:36 -06:00
|
|
|
appEvents.publish(
|
|
|
|
new ShowConfirmModalEvent({
|
|
|
|
title: 'Delete Alert',
|
|
|
|
text: 'Are you sure you want to delete this alert rule?',
|
|
|
|
text2: 'You need to save dashboard for the delete to take effect',
|
|
|
|
icon: 'trash-alt',
|
|
|
|
yesText: 'Delete',
|
|
|
|
onConfirm: () => {
|
|
|
|
delete this.panel.alert;
|
|
|
|
this.alert = null;
|
|
|
|
this.panel.thresholds = [];
|
|
|
|
this.conditionModels = [];
|
|
|
|
this.panelCtrl.alertState = null;
|
|
|
|
this.panelCtrl.render();
|
|
|
|
},
|
|
|
|
})
|
|
|
|
);
|
2016-06-11 03:13:33 -05:00
|
|
|
}
|
|
|
|
|
2019-01-02 03:57:12 -06:00
|
|
|
enable = () => {
|
2016-09-30 10:37:47 -05:00
|
|
|
this.panel.alert = {};
|
2016-06-14 09:45:51 -05:00
|
|
|
this.initModel();
|
2018-11-05 06:51:35 -06:00
|
|
|
this.panel.alert.for = '5m'; //default value for new alerts. for existing alerts we use 0m to avoid breaking changes
|
2019-01-02 03:57:12 -06:00
|
|
|
};
|
2016-06-11 15:33:02 -05:00
|
|
|
|
2016-08-11 11:25:41 -05:00
|
|
|
evaluatorParamsChanged() {
|
|
|
|
ThresholdMapper.alertToGraphThresholds(this.panel);
|
|
|
|
this.panelCtrl.render();
|
|
|
|
}
|
|
|
|
|
2019-05-13 02:38:19 -05:00
|
|
|
evaluatorTypeChanged(evaluator: any) {
|
2016-08-11 11:25:41 -05:00
|
|
|
// ensure params array is correct length
|
|
|
|
switch (evaluator.type) {
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'lt':
|
|
|
|
case 'gt': {
|
2016-08-11 11:25:41 -05:00
|
|
|
evaluator.params = [evaluator.params[0]];
|
|
|
|
break;
|
|
|
|
}
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'within_range':
|
|
|
|
case 'outside_range': {
|
2016-08-11 11:25:41 -05:00
|
|
|
evaluator.params = [evaluator.params[0], evaluator.params[1]];
|
|
|
|
break;
|
|
|
|
}
|
2017-12-20 05:33:33 -06:00
|
|
|
case 'no_value': {
|
2016-08-11 11:25:41 -05:00
|
|
|
evaluator.params = [];
|
|
|
|
}
|
2016-07-26 07:35:42 -05:00
|
|
|
}
|
2016-08-11 11:25:41 -05:00
|
|
|
|
|
|
|
this.evaluatorParamsChanged();
|
2016-06-11 15:33:02 -05:00
|
|
|
}
|
2016-07-21 03:29:11 -05:00
|
|
|
|
2016-10-14 02:33:16 -05:00
|
|
|
clearHistory() {
|
Routing NG: Replace Angular routing with react-router (#31463)
* Add router packages
* Get react app root work instead of Angular one
* Logger util
* Patch Angular routing ($routeProvider, $routeParamsProvider)
* Use react-router-dom history instead of separate dependency
* Add test routes
* Sidemenu - use Link instead of anchors
* Patch Angular $location service (stub)
* WIP: geting rid of $location provider from TimeSrv
* Intercept anchor clicks to use history under the hood
* Sync Redux location slice with history state
* Make login/logout work
* Debug routes for testing
* Make force login work
* Make sure query param change does not recreate page components
* Hide side menu in specified locations
* Make the dashboar route query parameters work, make panel edit menu work
* Enable more routes
* Fix side menu
* Handle view modes
* Disable playlist routes
* Make SafeDynamicImport work again
* Bring back router-debug
* Separate redux location sync from route rendering
* Refactor updateLocation to thunk and move force refresh(login) to it
* Fixing init dashboard issue
* Support switching between dashboards without an unmount of DashboardPage
* More fixes for init dashboard and panel edit
* More type fixes
* Moving angular location wrapper out of main LocationService, and fixing typescript issues
* Fixed last typescript errors
* LocationService: Move to runtime and remove getLocationService and export singleston const instead (#31523)
* Moving location service implementation to runtime and removing get function and making it a package const singleton
* Added test that used locationService directly
* removed unused import
* AngularApp: Moving angular dependencies and the app boot out of the main app into it's own file (#31525)
* Fixes angular panels by calling the monkey patch
* Moving angular stuff to to it's own files
* udpated
* Fixing clicking on divs and spans inside anchor
* Moving app notifications out of angular app and removing angular directive wrapper
* Moving search from angular to react and removing angular search wrapper
* Clean up, tried to remove the redux location wrapper but requires a big update for DashboardPage, so adding it back
* Moving AppWrapper to root to limit circular dependencies (app/core -> app/routing and back)
* Open and close search now works
* Hide sidemenu when in kiosk mode
* Restoring some keybindings like ESC key
* Removed kiosk events and simplified it, just handled through updating URL
* Fixing typescript errors
* Simplified GrafanaRouteComponentProps and renamed to ContainerProps
* renamed back
* Changed AlertRuleList to use GrafanaRouteComponentProps and location.search passed to it
* Removing the reloadOnSearch property, this is not needed now for react as react by default does not unmount components when only url match or query parmas change
* SafeDynamicImport causing unmount un every search update, not sure how to fix yet
* Fix signature for SafeDynamicImport so we do not create new route components on every route render
* Removing the redux location wrapper as it was causing errors, and making dashboard page work with RouteProps (location, match) etc
* Updating DashboardPage and SoloPanelPage to use match params and history location
* Fixed DashboardPage tests
* Fixing solo route tests
* LocationService: Rename getCurrentLocation to just getLocation
* do not intercept link clicks with target blank or self
* Experimental useUrlParams hook
* Update DataSourceSettingsPage to use router match params
* fix links with urls that have no starting / to work like before
* Fix forceLogin
* Add queryParams to GrafanaRouteComponentProps
* PanelEditor get rid of updateLocation and location state
* Improve grafana route query params typing
* Add getSearchObject to LocationService
* Use DashboardPAge queryParams instead of location.search parsing
* Fix DashboardPage typing
* Fix some tests weirdness
* Bring back KeyboardSrv
* Fixes typescript issues
* Team pages now use router match params
* Get rid of from GrafanaRouteComponent props
* Removed unnessary calls to getSearchObject when calling locationService.partial
* Updated DashboardPage tests after queryParams was added
* Fixing dashboard settings back
* GrafanaRoute: Adding tests and remove use of global locationService
* Fixing tests and typescript errors
* Bring back kiosk modes and add tests
* Fix TimeSrv tests
* Fix typecheck errors
* Fixing tests
* Updated SideMenu test to react-testing and wrapped component in Router, and fixed issue importing createMemoryHistory
* Get rid of routeChange event from TimeSrv from
* Fixed TopSectionItem test
* Trying to make basename work but failing
* Update TopSectionItem snapshot
* Fix TopSectionItem snapshot test
* Fix API keys creation
* Remove Angular dependencies from KeybindingSrv (#31617)
* Remove Angular dependency from KeybindingsSrv
* Fix tests and typecheck issues
* basename is starting to work
* Make dashboard save work
* KeybindingSrv: Remove as angular service and no usage angular scope
* So long bridge_srv, we won't miss you
* Update snapshots
* Dashboard: Refactoring ChangeTracker to use History api and no angular (#31653)
* Dashboard: Refactoring ChangeTracker to use History api and no angular
* Updated
* Removed logging
* fixed unit tests
* updated snapshots
* Mechanism for force reloading routes (#31683)
* e2e: Fixes various things in e2e scenarios after router migration (#31685)
* Explore: Update reading query params from router props and updating location via locationService (ReactRouter) (#31688)
* RoutingNG: Initial explore redux location to router location migration
* Updated explore Wrapper tests
* Fixing more tests
* remove loggin
* rename back to make naming consistent
* Fixing return to dashboard button
* fixing navigation to explore from dashboard
* updated routeProps
* Updated tests
* Make DashboardListPage work
* Fixing navigation after add new data source, and fixes explore e2e
* Fixing solo panel page
* PluginsPage now works
* RoutingNG: When parsing and rendering url search/query params preseve old logic of handling booleans and arrays (#31725)
* RoutingNG: When parsing and rendering url search/query params preserve old logic of handling booleans and arrays
* Fixed test
* Make snapshots list work
* fixed alert notification channel edit page
* Simplify LocationService, did not need special handling for login or forceLogin as target _self on link already handles that
* fixed UserAdminPage
* fixed edit orgs page
* Fixing LdapPage
* fixing dashboard import
* Fixed new folder page
* Fixed data source dashboards page
* fixing Folder permissions and folder settings page
* fixing snapshot list page nav model
* remove unused file
* Added placeholder page for playlist
* Moved browser compatability to index-template
* Restored 404/default page
* Fixed reset password page
* Fixed SignUpInvited page
* Fixing CreateTeam, Create user page, add panel widget
* Restore browwser file to make tests happy
* Fixed unit tests
* Removed unused import
* Replacing usage of updateLocation
* Fixed test
* Updating search filters to use history / location service for filters
* remove unused file
* AppRootPage fixed
* Fixing test and search issue
* Changes to support enterprise extensions
* remove console.log
* Removing more use of redux location
* Fixed signup page
* removed unused old angular controllers
* Fixing bugs
* one final bugfix
* Removed location from redux state
* Fixing ts issues and tests
* Fixing test issue
* fixing tests
* Fixing tests
* removed unused stuff
* Fixed search test
* Adding some doc comments
* Routing NG: Angular location provider patch (#31773)
* Patch Angulars $location provider
* Update public/app/angular/bridgeReactAngularRouting.ts
* Remove only test
* Update tests, disable loggers in test env
* Routing NG: remove $location provider usage (#31816)
* Remove dashboard_loaders
* Remove $location from Analytics service, track page views form GrafanaRoute
* Remove NotificationsEditCtrl
* Remove Angular dependencies from uploadDashboardDirective
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/features/dashboard/containers/DashboardPage.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove unused test helpers (#31831)
* Playlist react (#31829)
* playlist list in react
* Playlist start
* Things started to work
* Updated
* Handle empty list
* Fix ts
* Fixes and kiosk mode stuff
* Removed unused events
* fixing ts issue
* Another ts issue
* Fixing tests
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
* fixed test
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Update public/app/AppWrapper.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Remove Angular dependency from DashboardLoaderSrv (#31863)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2021-03-10 11:03:36 -06:00
|
|
|
appEvents.publish(
|
|
|
|
new ShowConfirmModalEvent({
|
|
|
|
title: 'Delete Alert History',
|
|
|
|
text: 'Are you sure you want to remove all history & annotations for this alert?',
|
|
|
|
icon: 'trash-alt',
|
|
|
|
yesText: 'Yes',
|
|
|
|
onConfirm: () => {
|
|
|
|
promiseToDigest(this.$scope)(
|
|
|
|
getBackendSrv()
|
|
|
|
.post('/api/annotations/mass-delete', {
|
|
|
|
dashboardId: this.panelCtrl.dashboard.id,
|
|
|
|
panelId: this.panel.id,
|
|
|
|
})
|
|
|
|
.then(() => {
|
|
|
|
this.alertHistory = [];
|
|
|
|
this.panelCtrl.refresh();
|
|
|
|
})
|
|
|
|
);
|
|
|
|
},
|
|
|
|
})
|
|
|
|
);
|
2016-10-14 02:33:16 -05:00
|
|
|
}
|
2016-04-28 09:03:14 -05:00
|
|
|
}
|
|
|
|
|
2016-07-31 02:31:32 -05:00
|
|
|
export function alertTab() {
|
2017-12-20 05:33:33 -06:00
|
|
|
'use strict';
|
2016-04-28 09:03:14 -05:00
|
|
|
return {
|
2017-12-20 05:33:33 -06:00
|
|
|
restrict: 'E',
|
2016-04-28 09:03:14 -05:00
|
|
|
scope: true,
|
2017-12-20 05:33:33 -06:00
|
|
|
templateUrl: 'public/app/features/alerting/partials/alert_tab.html',
|
|
|
|
controller: AlertTabCtrl,
|
2016-04-28 09:03:14 -05:00
|
|
|
};
|
|
|
|
}
|
2018-11-20 10:09:47 -06:00
|
|
|
|
|
|
|
coreModule.directive('alertTab', alertTab);
|