refactoring: moving and renaming things

This commit is contained in:
Torkel Ödegaard 2015-10-30 16:06:29 +01:00
parent 97697b93ed
commit d8f68eb118
24 changed files with 23 additions and 23 deletions

View File

@ -1,12 +1,12 @@
define([
'./grafanaCtrl',
'./search',
'./inspectCtrl',
'./jsonEditorCtrl',
'./loginCtrl',
'./invitedCtrl',
'./signupCtrl',
'./resetPasswordCtrl',
'./sidemenuCtrl',
'./errorCtrl',
'./grafana_ctrl',
'./search_ctrl',
'./inspect_ctrl',
'./json_editor_ctrl',
'./login_ctrl',
'./invited_ctrl',
'./signup_ctrl',
'./reset_password_ctrl',
'./sidemenu_ctrl',
'./error_ctrl',
], function () {});

View File

@ -1,13 +1,13 @@
define([
'./alertSrv',
'./utilSrv',
'./datasourceSrv',
'./contextSrv',
'./alert_srv',
'./util_srv',
'./datasource_srv',
'./context_srv',
'./timer',
'./keyboardManager',
'./keyboard_manager',
'./analytics',
'./popoverSrv',
'./uiSegmentSrv',
'./backendSrv',
'./popover_srv',
'./segment_srv',
'./backend_srv',
],
function () {});

View File

@ -1,5 +1,5 @@
///<amd-dependency path="../query_ctrl" />
///<amd-dependency path="app/core/services/uiSegmentSrv" />
///<amd-dependency path="app/core/services/segment_srv" />
///<amd-dependency path="test/specs/helpers" name="helpers" />
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';

View File

@ -1,6 +1,6 @@
///<amd-dependency path="app/plugins/datasource/graphite/gfunc" name="gfunc"/>
///<amd-dependency path="app/plugins/datasource/graphite/query_ctrl" />
///<amd-dependency path="app/core/services/uiSegmentSrv" />
///<amd-dependency path="app/core/services/segment_srv" />
///<amd-dependency path="test/specs/helpers" name="helpers" />
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';

View File

@ -1,5 +1,5 @@
///<amd-dependency path="app/plugins/datasource/influxdb/query_ctrl"/>
///<amd-dependency path="app/core/services/uiSegmentSrv" />
///<amd-dependency path="app/core/services/segment_srv" />
///<amd-dependency path="test/specs/helpers" name="helpers" />
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';

View File

@ -1,6 +1,6 @@
///<amd-dependency path="app/plugins/datasource/influxdb_08/datasource"/>
///<amd-dependency path="app/core/services/backendSrv"/>
///<amd-dependency path="app/core/services/alertSrv"/>
///<amd-dependency path="app/core/services/backend_srv"/>
///<amd-dependency path="app/core/services/alert_srv"/>
///<amd-dependency path="test/specs/helpers" name="helpers" />
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';