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
6224a25e
Commit
6224a25e
authored
Aug 02, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Elasticsearch filtering wip, moved to typescript
parent
ae3e869d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
public/app/plugins/datasource/elasticsearch/datasource.js
+2
-0
public/app/plugins/datasource/elasticsearch/elastic_response.d.ts
+0
-2
public/app/plugins/datasource/elasticsearch/elastic_response.ts
+0
-0
public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts
+1
-1
No files found.
public/app/plugins/datasource/elasticsearch/datasource.js
View file @
6224a25e
...
...
@@ -11,6 +11,8 @@ define([
function
(
angular
,
_
,
moment
,
kbn
,
ElasticQueryBuilder
,
IndexPattern
,
ElasticResponse
)
{
'use strict'
;
ElasticResponse
=
ElasticResponse
.
ElasticResponse
;
/** @ngInject */
function
ElasticDatasource
(
instanceSettings
,
$q
,
backendSrv
,
templateSrv
,
timeSrv
)
{
this
.
basicAuth
=
instanceSettings
.
basicAuth
;
...
...
public/app/plugins/datasource/elasticsearch/elastic_response.d.ts
deleted
100644 → 0
View file @
ae3e869d
declare
var
test
:
any
;
export
default
test
;
public/app/plugins/datasource/elasticsearch/elastic_response.
j
s
→
public/app/plugins/datasource/elasticsearch/elastic_response.
t
s
View file @
6224a25e
This diff is collapsed.
Click to expand it.
public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts
View file @
6224a25e
import
{
describe
,
beforeEach
,
it
,
expect
}
from
'test/lib/common'
;
import
ElasticResponse
from
'../elastic_response'
;
import
{
ElasticResponse
}
from
'../elastic_response'
;
describe
(
'ElasticResponse'
,
function
()
{
var
targets
;
...
...
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