Commit d8f68eb1 by Torkel Ödegaard

refactoring: moving and renaming things

parent 97697b93
define([ define([
'./grafanaCtrl', './grafana_ctrl',
'./search', './search_ctrl',
'./inspectCtrl', './inspect_ctrl',
'./jsonEditorCtrl', './json_editor_ctrl',
'./loginCtrl', './login_ctrl',
'./invitedCtrl', './invited_ctrl',
'./signupCtrl', './signup_ctrl',
'./resetPasswordCtrl', './reset_password_ctrl',
'./sidemenuCtrl', './sidemenu_ctrl',
'./errorCtrl', './error_ctrl',
], function () {}); ], function () {});
define([ define([
'./alertSrv', './alert_srv',
'./utilSrv', './util_srv',
'./datasourceSrv', './datasource_srv',
'./contextSrv', './context_srv',
'./timer', './timer',
'./keyboardManager', './keyboard_manager',
'./analytics', './analytics',
'./popoverSrv', './popover_srv',
'./uiSegmentSrv', './segment_srv',
'./backendSrv', './backend_srv',
], ],
function () {}); function () {});
///<amd-dependency path="../query_ctrl" /> ///<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" /> ///<amd-dependency path="test/specs/helpers" name="helpers" />
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common'; import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';
......
///<amd-dependency path="app/plugins/datasource/graphite/gfunc" name="gfunc"/> ///<amd-dependency path="app/plugins/datasource/graphite/gfunc" name="gfunc"/>
///<amd-dependency path="app/plugins/datasource/graphite/query_ctrl" /> ///<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" /> ///<amd-dependency path="test/specs/helpers" name="helpers" />
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common'; import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';
......
///<amd-dependency path="app/plugins/datasource/influxdb/query_ctrl"/> ///<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" /> ///<amd-dependency path="test/specs/helpers" name="helpers" />
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common'; import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';
......
///<amd-dependency path="app/plugins/datasource/influxdb_08/datasource"/> ///<amd-dependency path="app/plugins/datasource/influxdb_08/datasource"/>
///<amd-dependency path="app/core/services/backendSrv"/> ///<amd-dependency path="app/core/services/backend_srv"/>
///<amd-dependency path="app/core/services/alertSrv"/> ///<amd-dependency path="app/core/services/alert_srv"/>
///<amd-dependency path="test/specs/helpers" name="helpers" /> ///<amd-dependency path="test/specs/helpers" name="helpers" />
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common'; import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment