Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
d8f68eb1
Commit
d8f68eb1
authored
Oct 30, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactoring: moving and renaming things
parent
97697b93
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
23 additions
and
23 deletions
+23
-23
public/app/core/controllers/all.js
+10
-10
public/app/core/controllers/error_ctrl.js
+0
-0
public/app/core/controllers/grafana_ctrl.js
+0
-0
public/app/core/controllers/inspect_ctrl.js
+0
-0
public/app/core/controllers/invited_ctrl.js
+0
-0
public/app/core/controllers/json_editor_ctrl.js
+0
-0
public/app/core/controllers/login_ctrl.js
+0
-0
public/app/core/controllers/reset_password_ctrl.js
+0
-0
public/app/core/controllers/search_ctrl.js
+0
-0
public/app/core/controllers/sidemenu_ctrl.js
+0
-0
public/app/core/controllers/signup_ctrl.ts
+0
-0
public/app/core/services/alert_srv.js
+0
-0
public/app/core/services/all.js
+8
-8
public/app/core/services/backend_srv.js
+0
-0
public/app/core/services/context_srv.js
+0
-0
public/app/core/services/datasource_srv.js
+0
-0
public/app/core/services/keyboard_manager.js
+0
-0
public/app/core/services/popover_srv.js
+0
-0
public/app/core/services/segment_srv.js
+0
-0
public/app/core/services/util_srv.js
+0
-0
public/app/plugins/datasource/elasticsearch/specs/query_ctrl_specs.ts
+1
-1
public/app/plugins/datasource/graphite/specs/query_ctrl_specs.ts
+1
-1
public/app/plugins/datasource/influxdb/specs/query_ctrl_specs.ts
+1
-1
public/app/plugins/datasource/influxdb_08/specs/datasource-specs.ts
+2
-2
No files found.
public/app/core/controllers/all.js
View file @
d8f68eb1
define
([
'./grafana
C
trl'
,
'./search'
,
'./inspect
C
trl'
,
'./json
EditorC
trl'
,
'./login
C
trl'
,
'./invited
C
trl'
,
'./signup
C
trl'
,
'./reset
PasswordC
trl'
,
'./sidemenu
C
trl'
,
'./error
C
trl'
,
'./grafana
_c
trl'
,
'./search
_ctrl
'
,
'./inspect
_c
trl'
,
'./json
_editor_c
trl'
,
'./login
_c
trl'
,
'./invited
_c
trl'
,
'./signup
_c
trl'
,
'./reset
_password_c
trl'
,
'./sidemenu
_c
trl'
,
'./error
_c
trl'
,
],
function
()
{});
public/app/core/controllers/error
C
trl.js
→
public/app/core/controllers/error
_c
trl.js
View file @
d8f68eb1
File moved
public/app/core/controllers/grafana
C
trl.js
→
public/app/core/controllers/grafana
_c
trl.js
View file @
d8f68eb1
File moved
public/app/core/controllers/inspect
C
trl.js
→
public/app/core/controllers/inspect
_c
trl.js
View file @
d8f68eb1
File moved
public/app/core/controllers/invited
C
trl.js
→
public/app/core/controllers/invited
_c
trl.js
View file @
d8f68eb1
File moved
public/app/core/controllers/json
EditorC
trl.js
→
public/app/core/controllers/json
_editor_c
trl.js
View file @
d8f68eb1
File moved
public/app/core/controllers/login
C
trl.js
→
public/app/core/controllers/login
_c
trl.js
View file @
d8f68eb1
File moved
public/app/core/controllers/reset
PasswordC
trl.js
→
public/app/core/controllers/reset
_password_c
trl.js
View file @
d8f68eb1
File moved
public/app/core/controllers/search.js
→
public/app/core/controllers/search
_ctrl
.js
View file @
d8f68eb1
File moved
public/app/core/controllers/sidemenu
C
trl.js
→
public/app/core/controllers/sidemenu
_c
trl.js
View file @
d8f68eb1
File moved
public/app/core/controllers/signup
C
trl.ts
→
public/app/core/controllers/signup
_c
trl.ts
View file @
d8f68eb1
File moved
public/app/core/services/alert
S
rv.js
→
public/app/core/services/alert
_s
rv.js
View file @
d8f68eb1
File moved
public/app/core/services/all.js
View file @
d8f68eb1
define
([
'./alert
S
rv'
,
'./util
S
rv'
,
'./datasource
S
rv'
,
'./context
S
rv'
,
'./alert
_s
rv'
,
'./util
_s
rv'
,
'./datasource
_s
rv'
,
'./context
_s
rv'
,
'./timer'
,
'./keyboard
M
anager'
,
'./keyboard
_m
anager'
,
'./analytics'
,
'./popover
S
rv'
,
'./
uiSegmentS
rv'
,
'./backend
S
rv'
,
'./popover
_s
rv'
,
'./
segment_s
rv'
,
'./backend
_s
rv'
,
],
function
()
{});
public/app/core/services/backend
S
rv.js
→
public/app/core/services/backend
_s
rv.js
View file @
d8f68eb1
File moved
public/app/core/services/context
S
rv.js
→
public/app/core/services/context
_s
rv.js
View file @
d8f68eb1
File moved
public/app/core/services/datasource
S
rv.js
→
public/app/core/services/datasource
_s
rv.js
View file @
d8f68eb1
File moved
public/app/core/services/keyboard
M
anager.js
→
public/app/core/services/keyboard
_m
anager.js
View file @
d8f68eb1
File moved
public/app/core/services/popover
S
rv.js
→
public/app/core/services/popover
_s
rv.js
View file @
d8f68eb1
File moved
public/app/core/services/
uiSegmentS
rv.js
→
public/app/core/services/
segment_s
rv.js
View file @
d8f68eb1
File moved
public/app/core/services/util
S
rv.js
→
public/app/core/services/util
_s
rv.js
View file @
d8f68eb1
File moved
public/app/plugins/datasource/elasticsearch/specs/query_ctrl_specs.ts
View file @
d8f68eb1
///<amd-dependency path="../query_ctrl" />
///<amd-dependency path="app/core/services/
uiSegmentS
rv" />
///<amd-dependency path="app/core/services/
segment_s
rv" />
///<amd-dependency path="test/specs/helpers" name="helpers" />
import
{
describe
,
beforeEach
,
it
,
sinon
,
expect
,
angularMocks
}
from
'test/lib/common'
;
...
...
public/app/plugins/datasource/graphite/specs/query_ctrl_specs.ts
View file @
d8f68eb1
///<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/
uiSegmentS
rv" />
///<amd-dependency path="app/core/services/
segment_s
rv" />
///<amd-dependency path="test/specs/helpers" name="helpers" />
import
{
describe
,
beforeEach
,
it
,
sinon
,
expect
,
angularMocks
}
from
'test/lib/common'
;
...
...
public/app/plugins/datasource/influxdb/specs/query_ctrl_specs.ts
View file @
d8f68eb1
///<amd-dependency path="app/plugins/datasource/influxdb/query_ctrl"/>
///<amd-dependency path="app/core/services/
uiSegmentS
rv" />
///<amd-dependency path="app/core/services/
segment_s
rv" />
///<amd-dependency path="test/specs/helpers" name="helpers" />
import
{
describe
,
beforeEach
,
it
,
sinon
,
expect
,
angularMocks
}
from
'test/lib/common'
;
...
...
public/app/plugins/datasource/influxdb_08/specs/datasource-specs.ts
View file @
d8f68eb1
///<amd-dependency path="app/plugins/datasource/influxdb_08/datasource"/>
///<amd-dependency path="app/core/services/backend
S
rv"/>
///<amd-dependency path="app/core/services/alert
S
rv"/>
///<amd-dependency path="app/core/services/backend
_s
rv"/>
///<amd-dependency path="app/core/services/alert
_s
rv"/>
///<amd-dependency path="test/specs/helpers" name="helpers" />
import
{
describe
,
beforeEach
,
it
,
sinon
,
expect
,
angularMocks
}
from
'test/lib/common'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment