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
7d2646f6
Commit
7d2646f6
authored
Sep 28, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: moved influxdb specs to plugins folder
parent
1a8bc1dd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
4 deletions
+4
-4
public/app/plugins/datasource/influxdb/datasource.js
+3
-3
public/app/plugins/datasource/influxdb/influx_series.js
+0
-0
public/app/plugins/datasource/influxdb/query_builder.js
+0
-0
public/app/plugins/datasource/influxdb/query_ctrl.js
+1
-1
public/app/plugins/datasource/influxdb/specs/influx_series_specs.ts
+0
-0
public/app/plugins/datasource/influxdb/specs/query_builder_specs.ts
+0
-0
public/app/plugins/datasource/influxdb/specs/query_ctrl_specs.ts
+0
-0
No files found.
public/app/plugins/datasource/influxdb/datasource.js
View file @
7d2646f6
...
...
@@ -2,10 +2,10 @@ define([
'angular'
,
'lodash'
,
'app/core/utils/datemath'
,
'./influx
S
eries'
,
'./query
B
uilder'
,
'./influx
_s
eries'
,
'./query
_b
uilder'
,
'./directives'
,
'./query
C
trl'
,
'./query
_c
trl'
,
],
function
(
angular
,
_
,
dateMath
,
InfluxSeries
,
InfluxQueryBuilder
)
{
'use strict'
;
...
...
public/app/plugins/datasource/influxdb/influx
S
eries.js
→
public/app/plugins/datasource/influxdb/influx
_s
eries.js
View file @
7d2646f6
File moved
public/app/plugins/datasource/influxdb/query
B
uilder.js
→
public/app/plugins/datasource/influxdb/query
_b
uilder.js
View file @
7d2646f6
File moved
public/app/plugins/datasource/influxdb/query
C
trl.js
→
public/app/plugins/datasource/influxdb/query
_c
trl.js
View file @
7d2646f6
define
([
'angular'
,
'lodash'
,
'./query
B
uilder'
,
'./query
_b
uilder'
,
],
function
(
angular
,
_
,
InfluxQueryBuilder
)
{
'use strict'
;
...
...
public/
test/specs/influxSeries-specs.j
s
→
public/
app/plugins/datasource/influxdb/specs/influx_series_specs.t
s
View file @
7d2646f6
This diff is collapsed.
Click to expand it.
public/
test/specs/influx09-querybuilder-specs.j
s
→
public/
app/plugins/datasource/influxdb/specs/query_builder_specs.t
s
View file @
7d2646f6
This diff is collapsed.
Click to expand it.
public/
test/specs/influxdbQueryCtrl-specs.j
s
→
public/
app/plugins/datasource/influxdb/specs/query_ctrl_specs.t
s
View file @
7d2646f6
This diff is collapsed.
Click to expand it.
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