Commit Graph

29914 Commits (36a33bcb9f31f2a9e5615989b6140bd1d13c4cc8)

Author SHA1 Message Date
Delmer 2bb77736f2
feat(ui/template/labels): add and remove template labels (#13331) 2019-04-12 12:40:49 -04:00
Christopher Wolff a908d9e287 chore: update flux dependencies 2019-04-12 07:15:27 -07:00
Christopher M. Wolff 77f1b0da4b fix(query): re-enable some from/to bucket tests (#13334) 2019-04-12 07:15:27 -07:00
Adam 29df88127f refactor(query/preauthorizer): preauthorizer now uses a BucketsAccessed method that accepts AST (#13302) 2019-04-12 07:15:27 -07:00
jlapacik 816bd74af8 refactor(http): change all instances of spec compiler to repl compiler (#13268) 2019-04-12 07:15:27 -07:00
jlapacik fb47b8cd42 fix(http): use lang.Compile 2019-04-12 07:15:27 -07:00
jlapacik f33722a1d5 refactor(ui): no more /api/v2/query/spec endpoint 2019-04-12 07:15:27 -07:00
jlapacik fbd7596aaa refactor(http): remove /query/spec from swagger file
Closes #12882.
2019-04-12 07:15:27 -07:00
jlapacik 5cf5806880 refactor(http): remove api/v2/query/spec endpoint and handler 2019-04-12 07:15:27 -07:00
jlapacik 20b492bb13 refactor(influxql): compile with planner options (#13288) 2019-04-12 07:15:27 -07:00
Christopher M. Wolff 6c3f1a05b9 refactor(query): allow code to compile despite BucketsAccessed (#13282)
BucketsAccessed doesn't work currently with a private flux.Spec.
See this issue: https://github.com/influxdata/influxdb/issues/13278

This set of changes just allows code to compile until #13278 is fixed.
Note that preauthorization is not working in the meantime.

Fixes #13275.
2019-04-12 07:15:27 -07:00
Jonathan A. Sternberg b68b5053db refactor: replace usages of the spec compiler with the ast compiler (#13222)
This replaces usages of the spec compiler with the ast compiler and it
removes the error message referencing the spec compiler as an available
input.

It does not remove any of the code using the spec compiler that is
involved for proxying requests and it does not remove it from the API.
2019-04-12 07:15:27 -07:00
Christopher M. Wolff 5e09aa178b fix(query): make mock Query close its results channel (#13242) 2019-04-12 07:15:27 -07:00
Christopher M. Wolff c3d0122a75 fix(task): fix go fmt failure (#13224) 2019-04-12 07:15:27 -07:00
Christopher M. Wolff 16b9158b39 refactor(task): make tasks use new Query interface (#13219)
Fixes #12883.
2019-04-12 07:15:27 -07:00
Christopher M. Wolff dec149d22d refactor(query): update testing InfluxQL testing compiler to use new interface (#13107)
Fixes influxdata/flux#1099.
2019-04-12 07:15:27 -07:00
zhulongcheng 30c86649f7 fix(http): return an empty list of labels if not found 2019-04-12 21:39:46 +08:00
Jade McGough b5f6effda4
Merge pull request #13315 from influxdata/filter-label-org
feat(http): filter label response by organization
2019-04-12 02:07:33 -07:00
Jade McGough cfd521b47a fix label tests 2019-04-12 01:29:49 -07:00
Jade McGough 2f1e9ddc29 fix label filter logic 2019-04-12 01:29:42 -07:00
Jade McGough 7914a04f0b organizationID -> orgID 2019-04-12 01:29:42 -07:00
Jade McGough 81e6a7116b feat(http): filter label response by organization 2019-04-12 01:29:32 -07:00
Palakp41 dc6618e5fa
Merge pull request #13332 from influxdata/route-telegraf-overlay
Update Telegraf Config overlay to be on a route
2019-04-11 16:28:37 -07:00
Palak Bhojani da2a62e025 Update redux state to include current config toml 2019-04-11 15:39:44 -07:00
Palak Bhojani c1d79f63e9 Update Telegraf Config overlay to be on a route
Co-authored-by: Alirie Gray<alirie@gmail.com>
2019-04-11 15:34:48 -07:00
Nathaniel Cook f37e65f26c fix(query): change logging bridge to be a service instead
It is no longer necessary for the query logging to be a bridge as the
stats are available for consumption from the ProxyQueryService.
This change changes the logging bridge to directly implement the proxy
query service instead of implementing a bridge.
2019-04-11 14:46:45 -06:00
Andrew Watkins 9a5126d29a
chore(ui): use ast types from js client (#13335) 2019-04-11 13:00:55 -07:00
kelwang 2cb0ee068d
Merge pull request #13322 from influxdata/template_label_id
feat(http): accept label id for template post
2019-04-11 14:32:24 -04:00
Kelvin Wang 92e82884a6 feat(http): accept label id for template post 2019-04-11 13:16:39 -04:00
Delmer 6e499049c6
Create resource from template button (#13300) 2019-04-11 12:47:11 -04:00
kelwang 5958192788
Merge pull request #12795 from influxdata/swagger_scaraper_get_by_id
fix(http): swagger add get target by id
2019-04-11 11:24:54 -04:00
kelwang 67bf2f54ac
Merge pull request #13052 from influxdata/auth_update_interface
fix(influxdb): updated auth shall return
2019-04-11 11:24:02 -04:00
Delmer ae7ecf0eb6
fix(ui/templates/import): add orgID to created (#13308) 2019-04-11 10:30:19 -04:00
Jacob Marble f56c42794b
chore(tracing): Cleanup (#13296)
* chore(tracing): Cleanup

* broken test

* fix unused var

* fix test
2019-04-10 19:28:21 -07:00
Iris Scholten 71e458d22f
Merge pull request #13311 from influxdata/feat/sync-note-scrolling
feat(ui): sync note editor text and preview scrolling
2019-04-10 16:54:02 -07:00
Iris Scholten 7c0d4f85c3 feat(ui): sync note editor text and preview scrolling 2019-04-10 16:44:31 -07:00
Palakp41 7d66dbbfc2
Merge pull request #13304 from influxdata/feat/runs-duration
Update duration to display in seconds instead of milliseconds
2019-04-10 15:24:52 -07:00
Iris Scholten c8741b4bb2
Merge pull request #13305 from influxdata/fix/note-not-loaded-refresh
Ensure note is loaded in note editor after refresh
2019-04-10 15:00:55 -07:00
Palak Bhojani a5369fbab4 Update duration to display in seconds instead of milliseconds 2019-04-10 14:55:46 -07:00
Iris Scholten 486b64bc9d Ensure note is loaded in note editor after refresh 2019-04-10 14:47:22 -07:00
Iris Scholten cc20b68b37
Merge pull request #13290 from influxdata/fix/variables-table-options
fix(ui): Update draggable components to ensure single instance of drag and drop context
2019-04-10 13:49:57 -07:00
kelwang 18f6699c97
Merge pull request #13208 from influxdata/add_label_template
feat(http): add document labe handler
2019-04-10 16:39:50 -04:00
Iris Scholten 2537b0e2bf fix(ui): Update draggable components to ensure single instance of drag and drop context 2019-04-10 13:27:07 -07:00
Delmer a8c3fea540
fix(ui/exportOverlay): use dispatch props (#13295) 2019-04-10 16:18:27 -04:00
Palakp41 9b051c0392
Merge pull request #13293 from influxdata/feat/templates-view-overlay
Update variables to use view overlay instead of export overlay
2019-04-10 12:42:03 -07:00
Kelvin Wang ec6895531d feat(http): add document labe handler 2019-04-10 15:08:03 -04:00
Palak Bhojani 8e80b98210 Update variables to use view overlay instead of export overlay 2019-04-10 11:54:59 -07:00
Iris Scholten db2b9e278e
Merge pull request #13287 from influxdata/variables-cursor-hand
Update cursor to grab over draggable areas
2019-04-10 09:48:04 -07:00
Iris Scholten 76f002f11e
Merge pull request #13281 from influxdata/reborg-data-explorer
feat(ui): Make data explorer org centric
2019-04-10 09:28:31 -07:00
Iris Scholten 689fa62987 Update cursor to grab over draggable areas 2019-04-10 09:27:23 -07:00