Christopher Henn
5d5f1c1956
Fix "Save As Task" feature
2019-03-04 09:13:41 -08:00
Christopher Henn
4ced47417f
Use extern parameter for variable substitution
2019-03-04 09:13:41 -08:00
Christopher Henn
04d48a434c
Add extern parameter to executeQuery util
2019-03-04 09:13:41 -08:00
Christopher Henn
e925467aed
Remove unused language parameter from query utils
2019-03-04 09:13:41 -08:00
Christopher Henn
2ed6c3c81d
Remove unused API function, flatten api/v2 folder
2019-03-04 09:13:41 -08:00
Mark Rushakoff
3307276be1
fix(task): don't error when URM task disappears
...
In the platform adapter, we ask the URM for a list of tasks the user
owns, and then we look up each task individually.
The task service tests uncovered a legitimate bug where FindTasks would
return a "task not found" error, originating from looking up a task that
was present when we interrogated the URM but was deleted before we could
find it in the task store.
This change also removes duplicated URM logic from the HTTP handler
which has since been pushed down into the platform adapter.
2019-03-04 08:35:04 -08:00
Adam
6ddaf36d83
refactor(stdlib): moved influxFieldsAsCols to influxdata/influxdb/v1; removed references in influxdb code ( #12147 )
2019-03-04 10:31:25 -05:00
Ben Johnson
a9d5bcbce4
Merge pull request #12319 from influxdata/bj-revert-parse-explode
...
Revert "Merge point parse & explode."
2019-03-02 06:43:51 -07:00
Ben Johnson
12d35f1a50
Revert "Merge point parse & explode."
...
This reverts commit 1004abc3e1
.
2019-03-02 06:23:04 -07:00
Alirie Gray
f043333f98
Merge pull request #12312 from influxdata/test/explorer-bucket-dropdown
...
Test(explorer): check length of bucket dropdown items
2019-03-01 16:06:29 -08:00
Alirie Gray
2c3fb1fe5f
Test(explorer): add end-to-end test for buckets in dropdown in query builder
2019-03-01 15:57:50 -08:00
Ben Johnson
c0a155f679
Merge pull request #11617 from influxdata/bj-parse-explode2
...
Merge point parse & explode.
2019-03-01 16:18:31 -07:00
Deniz Kusefoglu
182d7e4af6
Merge pull request #12285 from influxdata/import-org-task
...
Add import overlay to org tasks by way of routes
2019-03-01 15:15:28 -08:00
Deniz Kusefoglu
2108ebb27d
Skip flaky delete or rename tests
2019-03-01 15:02:07 -08:00
Ben Johnson
1004abc3e1
Merge point parse & explode.
2019-03-01 15:55:37 -07:00
Deniz Kusefoglu
21b64d3456
Fix dashboardIndex which uses import overlay
2019-03-01 14:28:23 -08:00
Deniz Kusefoglu
b993882b43
Add import overlay to routing
2019-03-01 14:23:48 -08:00
Deniz Kusefoglu
b69e869c09
Move import logic to parent of import overlay
2019-03-01 14:21:42 -08:00
Alirie Gray
ca3d66a7a1
Merge pull request #12307 from influxdata/test(explorer)/end-to-end-tests-empty-state-vis
...
test(explorer): add end-to-end test for empty state
2019-03-01 14:19:58 -08:00
alexpaxton
558457196b
Use ResourceCards to display Tasks ( #12258 )
...
* Remove child type validation from context menu
* Guard against missing optional props
* Increase size of search widget
* Change tasks display to use Resource Cards
* Extend resource card to support optional toggle slot and disabled styles
* Add enabled toggle to task cards
* Ensure task save button returns user to proper location
* Fix broken test
* Update tests
* Make test wait
* Fix task renaming and update tests
* Ensure all e2e tasks tests are able to run
* Ensure disabled styles for nested cards
* Specify default functions for optional render props
* Oops
2019-03-01 14:14:31 -08:00
Alirie Gray
4888741ae7
test(explorer): add end-to-end test for empty state
2019-03-01 14:11:30 -08:00
alexpaxton
e5c6509ef3
Redesign Note Editor Overlay ( #12304 )
...
* Redesign note editor to display the preview side by side with the editor
* Update changelog
2019-03-01 12:53:27 -08:00
alexpaxton
86f5753b55
Polish/code snippets ( #12302 )
...
* Refactor CopyText component into CodeSnippet component
* Update instances of code snippet
* Force code snippet contents to wrap
* Update changelog
2019-03-01 12:33:37 -08:00
Mark Rushakoff
290d06f98f
fix(swagger): synchronize enum with defined error constants
2019-03-01 11:58:11 -08:00
Jeff Wendling
20637adf10
Merge pull request #12295 from influxdata/jmw-series-index-metrics
...
tsdb: fix disabling metrics in the series index
2019-03-01 12:27:27 -07:00
Jeff Wendling
ef425b7bf9
tsdb: fix disabling metrics in the series index
...
During Recover, we forgot to propagate the disabled flag to the
keyIDMap options like we do during Open. Since we still do propagate
the singleton `ims` which is initialized lazily, if the first
initialization has a different set of labels, it will cause an
inconsistent usage even if the metrics are disabled.
2019-03-01 12:11:16 -07:00
Chris Goller
50ad55f1f2
Merge pull request #12172 from influxdata/feat/swagger-code-owners
...
chore(.github): specify influxdata api team as code owner of swagger.yml
2019-03-01 12:46:33 -06:00
Nathaniel Cook
585d17ace7
Merge pull request #12294 from influxdata/flux-staging
...
update to Flux v0.21.2
2019-03-01 11:37:39 -07:00
Nathaniel Cook
d6c46b5721
chore(flux): update to Flux v0.21.2
2019-03-01 11:12:51 -07:00
Nathaniel Cook
17c3851c83
Merge pull request #12292 from influxdata/flux-staging
...
update to Flux v0.21.1
2019-03-01 11:02:16 -07:00
Nathaniel Cook
c143065298
chore(flux): update to Flux v0.21.1
2019-03-01 10:46:58 -07:00
Brandon Farmer
b7c92844cd
Merge pull request #12263 from influxdata/fix/http-swagger-dashboard
...
fix(http/swagger/dashboard): update the swagger post dashboards
2019-03-01 09:45:26 -08:00
Nathaniel Cook
d07ec826ea
Merge branch 'master' into flux-staging
2019-03-01 10:41:36 -07:00
Brandon Farmer
df70693e22
Fix indention on swagger.yml CreateDashboardRequest
2019-03-01 09:34:31 -08:00
Delmer Reed
268b40da00
update(http/swagger): update Dashboard to extend CreateDashboardRequest
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-03-01 09:34:31 -08:00
Delmer Reed
dd168e943d
fix(http/swagger/dashboard): update the swagger post request requirements
2019-03-01 09:34:31 -08:00
jlapacik
d08f5fe835
dep(http): switch Now property to time value on ASTCompiler ( #12272 )
...
Closes #12268 .
2019-03-01 08:53:24 -08:00
Jorge Landivar
e6a8c9537b
Merge pull request #12290 from influxdata/bug/task-update-validation
...
chore(task): Clean up comments.
2019-03-01 10:06:38 -06:00
docmerlin (j. Emrys Landivar)
46cb3a2fef
chore(task): Clean up comments.
2019-03-01 09:42:13 -06:00
Jorge Landivar
3b305465d4
Merge pull request #12289 from influxdata/bug/task-update-validation
...
fix(tasks): fix task update validation
2019-03-01 09:40:45 -06:00
docmerlin (j. Emrys Landivar)
80242b3446
fix(tasks): fix task update validation
2019-03-01 09:00:53 -06:00
Andrew Watkins
cc33679de7
test(e2e): wait for task delete ( #12286 )
2019-02-28 19:04:33 -08:00
Palakp41
c20422beee
Merge pull request #12279 from influxdata/tests/collectors-update-delete
...
tests(collectors): test for updating and creating telegraf configs
2019-02-28 16:53:57 -08:00
Palak Bhojani
7a0262dcef
test(orgs): skip delete test for org
2019-02-28 16:14:16 -08:00
Palak Bhojani
66102d76e7
tests(collectors): test for updating and creating telegraf configs
2019-02-28 15:45:19 -08:00
Alirie Gray
f5aedaeb89
Merge pull request #12273 from influxdata/test/empty-bucket-state
...
test(explorer): test empty state for tag keys
2019-02-28 15:08:23 -08:00
Andrew Watkins
5ea3030878
test(e2e/de): function selection ( #12253 )
...
* wip(e2e/de): flux function selector
* test(e2e/de): add custom matcher for strings removed of formatting
* chore(e2e/de): rename custom matcher command
* chore: rename assertion command to fluxEqual
* fix: remove redundant lint step
* chore: change run script
* fix merge
2019-02-28 15:05:13 -08:00
Alirie Gray
db1ef8c8d3
test(explorer): test empty state for tag keys
2019-02-28 15:02:18 -08:00
Jeff Wendling
5f00d45b22
Merge pull request #12271 from influxdata/jmw-buildtsi-paths
...
buildtsi: support specifying a specific index path
2019-02-28 15:36:22 -07:00
Alirie Gray
f23370dcd2
Merge pull request #12270 from influxdata/test/filter-funcs
...
test(explorer): move test for filtering functions
2019-02-28 14:24:31 -08:00