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
18154224
Commit
18154224
authored
Feb 18, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed failing influxdb-datasource test
parent
0d165e67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
src/app/components/settings.js
+0
-5
src/test/specs/influxdb-datasource-specs.js
+1
-1
No files found.
src/app/components/settings.js
View file @
18154224
...
@@ -46,11 +46,6 @@ function (_) {
...
@@ -46,11 +46,6 @@ function (_) {
// return datasource;
// return datasource;
// };
// };
//
//
// var parseMultipleHosts = function(datasource) {
// datasource.urls = _.map(datasource.url.split(","), function (url) { return url.trim(); });
// return datasource;
// };
//
// _.each(settings.datasources, function(datasource, key) {
// _.each(settings.datasources, function(datasource, key) {
// datasource.name = key;
// datasource.name = key;
// if (datasource.url) { parseBasicAuth(datasource); }
// if (datasource.url) { parseBasicAuth(datasource); }
...
...
src/test/specs/influxdb-datasource-specs.js
View file @
18154224
...
@@ -11,7 +11,7 @@ define([
...
@@ -11,7 +11,7 @@ define([
beforeEach
(
ctx
.
providePhase
([
'templateSrv'
]));
beforeEach
(
ctx
.
providePhase
([
'templateSrv'
]));
beforeEach
(
ctx
.
createService
(
'InfluxDatasource'
));
beforeEach
(
ctx
.
createService
(
'InfluxDatasource'
));
beforeEach
(
function
()
{
beforeEach
(
function
()
{
ctx
.
ds
=
new
ctx
.
service
({
url
s
:
[
''
]
,
user
:
'test'
,
password
:
'mupp'
});
ctx
.
ds
=
new
ctx
.
service
({
url
:
''
,
user
:
'test'
,
password
:
'mupp'
});
});
});
describe
(
'When querying influxdb with one target using query editor target spec'
,
function
()
{
describe
(
'When querying influxdb with one target using query editor target spec'
,
function
()
{
...
...
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