380 Commits

Author SHA1 Message Date
c7b5fca885 add missing ngInject annotation 2019-01-31 16:45:32 +01:00
130e4aa666 Merge pull request #14608 from marefr/es_bucket_script
Fix support bucket script pipeline aggregations
2019-01-14 15:58:42 +01:00
e1f6870fce 4075: Interpolate tempvar on alias 2019-01-10 09:53:06 +10:00
b45f72a140 elasticsearch: support bucket script pipeline aggregations 2018-12-20 01:24:36 +01:00
b15bb4fb95 Merge remote-tracking branch 'origin/master' into develop 2018-12-14 17:02:08 +01:00
c46d01dc83 Merge pull request #14090 from marefr/8843_pipeline_doc_count
Fix pipeline aggregations on doc count
2018-12-12 13:21:13 +01:00
180ca021b5 Merge branch 'master' into develop 2018-12-05 10:17:22 +01:00
acb45867f8 Merge pull request #14179 from mattiarossi/master
Add support for offset in date histogram aggregation
2018-12-03 05:43:42 -08:00
2faf8c722f Fix elastic ng-inject (build issue) (#14195)
fix elastic ng-inject issue in query editor
2018-11-28 00:20:49 -08:00
ce74b1ddc2 Requested Backend changes, removed link in popover description for the offset field 2018-11-27 03:42:20 -05:00
f6fc7f7b64 Requested Backend changes, added details to popover description for the offset field 2018-11-26 08:58:25 -05:00
9825484176 Add support for Offset in elasticsearch datasource, date_histogram aggregation, fixes grafana #12653 2018-11-24 10:48:29 -05:00
cc7bf31c3e Merge remote-tracking branch 'origin/develop' into unit-picker 2018-11-16 16:54:02 +01:00
9a8ad70013 fix pipeline aggregations on doc count 2018-11-15 19:06:47 +01:00
20214b3d6a [elasticsearch] Do not set a placeholder to index name, if it's already specified. 2018-11-14 18:45:18 +02:00
f065af320d fix switching from es raw document metric breaks query editor 2018-11-08 01:00:20 +01:00
5803bfd2c7 fix terms agg order deprecation warning on es 6+ 2018-11-02 17:53:47 +01:00
cd4619dad1 working on react data / query exectution 2018-10-14 15:39:34 +02:00
2b74b1c4d6 added radix rule and changed files to follow rule (#13153) 2018-09-05 16:51:31 +02:00
432e203df1 Merge branch '12918-only-arrow-functions3' 2018-09-05 11:26:30 +02:00
0f326f18dc changed functions to arrowfunctions for only-arrow-functions rule (#13127) 2018-09-04 15:55:41 +02:00
19b7ad61dd Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +02:00
b8d82df97e added no-angle-bracket-type-assertion rule and updatet files to follow rule (#13115) 2018-09-03 11:30:44 +02:00
7837ee4466 Updated rules for variable name (#13106)
* updated rules for variable name and fixed files that didn't follow new rules

* fixed test so it uses new rule

* made exceptions to rule in interval_variable
2018-09-03 11:00:46 +02:00
abbb6f933c added jsdoc-format rule and fixed files that didn't follow new rule (#13107) 2018-08-31 16:40:43 +02:00
36bc8b77fb Merge branch 'tsconfig-no-implicit-this' 2018-08-30 11:46:13 +02:00
a8547ae36e added this:any to functions and changed functions to arrowfunctions 2018-08-30 10:49:18 +02:00
552a61b6ae changed var to let in 50 files (#13075) 2018-08-30 09:03:11 +02:00
b494a29e02 changed var to let in last files (#13087) 2018-08-30 08:58:43 +02:00
a702603e7b changed var to const 2 (#13068)
* changed var to const

* fixed typo created in last commit

* added or empty object to options in prometheus/datasource
2018-08-29 14:27:29 +02:00
314b645857 tslint: changing vars -> const (#13034) 2018-08-26 18:43:07 +02:00
9b978b7203 tslint: autofix of let -> const (#13033) 2018-08-26 17:14:40 +02:00
a65589a5fb Rename test files 2018-08-14 10:52:41 +02:00
d3c213973c Basic cleanup 2018-07-04 13:13:06 +02:00
12d158f391 Add mocks in test file 2018-07-04 13:13:06 +02:00
8f1bcd9117 Remove q and stub 2018-07-04 13:13:06 +02:00
80b2f5c756 Add Jest stubs 2018-07-04 13:13:06 +02:00
69c85e0d7e Remove async 2018-07-04 13:13:06 +02:00
12e76ad197 Remove logs and comments 2018-07-04 13:13:06 +02:00
bd417bedb2 Start elastic ds test conversion 2018-07-04 13:13:06 +02:00
ef0586acab Karma to Jest: query_builder 2018-06-14 14:20:42 +02:00
2465f53324 Karma to Jest: query_def, index_pattern 2018-06-14 12:18:11 +02:00
a911d36dea Remove import 2018-06-14 12:00:54 +02:00
04029a94cd Karma to Jest: elastic_response 2018-06-14 11:56:03 +02:00
c92874875c removed QueryOptionsCtrl references 2018-06-09 16:06:03 -04:00
7cb0403faa elasticsearch: handle if alert query contains template variable
If datasource handles targetContainsTemplate function it can evaluate if a certain
query contains template variables and this is used for show an error message that
template variables not is supported in alert queries.
2018-05-28 19:45:18 +02:00
cde347bd3d Merge branch 'master' into WPH95-feature/add_es_alerting 2018-05-08 17:13:08 +02:00
3095dabe3c interpolate 'field' again in Elasticsearch terms queries (#10026)
* interpolate 'field' again in Elasticsearch terms queries

Fix for #8662 which was regressed in commit e4950c2dc1012cb1a36cca947666244417e56194 (the field 'field' was no longer interpolated)

* remove unnecessary check for existence of field 'field'
2018-05-08 15:17:16 +02:00
99257eb048 Merge branch 'master' of git://github.com/grafana/grafana into WPH95-feature/add_es_alerting 2018-05-03 12:03:04 +02:00
90ed046ce3 docs: elasticsearch and influxdb docs for group by time interval option (#11609) 2018-04-16 16:03:50 +02:00