Commit Graph

30881 Commits (update_create_time)

Author SHA1 Message Date
alexpaxton 0bfe0d4b91
Remove Local Clockface Components (#13851)
* Remove local input and textarea, update references

* Delete local Label component and update references

* Delete local DraggableResizer and update references

* Delete local Overlay components and update references
2019-05-08 14:31:03 -07:00
Adam 415f698491
Merge pull request #13830 from influxdata/fix/to_heterogeneous
Fix/to heterogeneous
2019-05-08 16:45:46 -04:00
Alirie Gray 77934b01c6 feat(tasks): add description field to tasks 2019-05-08 13:39:09 -07:00
Jade McGough c27a96da9a
chore(http): surface unmarshaling failures in tests (#13855) 2019-05-08 12:51:03 -07:00
Jacob Marble aa5c77409d
backport: Fix open/close race in SeriesFile (#13837) 2019-05-08 11:39:24 -07:00
Palakp41 033dbaa136
Merge pull request #13833 from influxdata/notification-token-deletion
Display notifications when token is deleted or updated
2019-05-08 11:32:04 -07:00
Palak Bhojani fee9e83f12 Display notifications when token is deleted or updated 2019-05-08 10:31:41 -07:00
Andrew Watkins d3d88f7c99
fix: alphabetize template import list
* chore: package lock

* fix(ui/templates): sort alphabetically
2019-05-08 10:13:59 -07:00
Palakp41 5f21b4aa96
Merge pull request #13838 from influxdata/fix-line-protocol
Update line protocol to write data only once
2019-05-08 10:00:22 -07:00
Palak Bhojani d31910551f Update line protocol to write data only once 2019-05-08 09:44:38 -07:00
Adam 397c33a0dc fix(stdlib/influxdata): fix influxdb.to function to process heterogeneous tables 2019-05-08 09:37:43 -04:00
alexpaxton 47d9cb7d27
Cleanup CSS Imports (#13840)
* Remove all imports of modules into individual stylesheets

* Ensure all stylesheets are imported somewhere

* Remove style imports from component files
2019-05-07 18:09:10 -07:00
alexpaxton c32f2dfc81
Polish/query builder checkboxes (#13835)
* Add optional multiselect styling to query builder lists

* Style buckets list to be single select

* Style function list to be multi-select

* Style tag selector to be multi-select

* Updoot

* Appease the linter gods

* Fix scrollbars in selector list
2019-05-07 15:48:45 -07:00
alexpaxton ae96d2ddcb
Polish Variable Dropdowns (#13823)
* Make variables toggle button themed to match variables

* Make dropdowns only be draggable from the hamburger

* Polish styles of variable dropdown

* Updoot
2019-05-07 13:54:34 -07:00
Deniz Kusefoglu b4f243c937
Merge pull request #13828 from influxdata/extract-retry-from-headers
Extract "retry after" from query limit error response headers and reveal to user in notifications
2019-05-07 12:56:18 -07:00
Lyon Hill 69b26c3df6
fix(task): fix metrics for tasks currently running tasks (#13832) 2019-05-07 13:42:49 -06:00
Deniz Kusefoglu 55cf96a826 Reveal retry-after times to user in query limit notifications 2019-05-07 11:59:22 -07:00
Deniz Kusefoglu dc116293f7 Add rate limits in addition to query limit notification 2019-05-07 11:52:23 -07:00
Deniz Kusefoglu c7c1510fe6 Remove excessive notifications for asset limits 2019-05-07 11:49:28 -07:00
Christopher Henn 0945dd75bb Bump client version 2019-05-07 10:59:02 -07:00
Andrew Watkins 231bb0967a
feat: make buckets a list instead of a dropdown (#13808)
* feat: make buckets a list instead of a dropdown

* test: update query builder test

* test(e2e): update selectors
2019-05-07 10:35:10 -07:00
Palakp41 421fe928d8
Merge pull request #13825 from influxdata/fix-account-header-cloud2
Update account and org header for cloud specific
2019-05-07 10:26:54 -07:00
Palak Bhojani f22cf32a1b Update account and org header for cloud specific 2019-05-07 10:11:16 -07:00
jlapacik ccdd83422d dep: update flux 2019-05-07 09:59:58 -07:00
jlapacik dc59629f69 fix(influxdb): better error message when range not pushed down
Fixes https://github.com/influxdata/flux/issues/1224.
2019-05-07 09:59:58 -07:00
Lyon Hill e4b69914c9
feat(task): Track queue duration (#13805)
* feat(task): Track queue duration
Track the time it takes for a task to go from it's dueAt time until it actually starts
2019-05-07 10:03:30 -06:00
Edd Robinson 4673d2b307
Merge pull request #13779 from influxdata/er-fix-remap
fix(storage): don't remap renamed TSM file
2019-05-07 09:42:32 +01:00
Palakp41 b9c18daa31
Merge pull request #13811 from influxdata/fix-buckets-max-buckets
Update buckets notifications to display error from backend
2019-05-06 18:42:02 -07:00
Palak Bhojani 6626e50a68 Update buckets notifications to display error from backend 2019-05-06 18:26:07 -07:00
Brandon Farmer 3749e64744
Merge pull request #13622 from influxdata/use-streaming-query
Use streaming interface from client library
2019-05-06 16:54:13 -07:00
Jade McGough 291ac06372
fix(http): return correct response code when dashboard creation fails (#13803) 2019-05-06 16:19:42 -07:00
Andrew Watkins 56fcf761f3
chore(ui/buckets): change update rp copy (#13802) 2019-05-06 15:57:42 -07:00
Palakp41 01ca65301a
Merge pull request #13809 from influxdata/fix-buckets-max-buckets
Update max buckets to be greater than the number
2019-05-06 15:53:47 -07:00
Palak Bhojani c44d8a6173 Update max buckets to be greater than the number 2019-05-06 15:38:31 -07:00
Brandon Farmer adf9c9ffd9 Remove unused url parameter 2019-05-06 15:37:38 -07:00
Brandon Farmer 94bb9c84d8 Properly set didTruncate 2019-05-06 15:37:38 -07:00
Brandon Farmer 9f88f892e7 Use streaming interface from client library 2019-05-06 15:37:38 -07:00
Christopher Henn afd4c6b902 fix(ui): expand tab key presses to 2 spaces in the Flux editor 2019-05-06 14:48:28 -07:00
Christopher Henn e029a95ad3 fix(ui): generate more idiomatic Flux in query builder 2019-05-06 14:39:13 -07:00
Deniz Kusefoglu e2c1f8b704
Merge pull request #13801 from influxdata/fix-dropdown-disabling-in-limits
Fix dropdowns in limited status
2019-05-06 14:24:07 -07:00
Brandon Farmer 5c4be1b52a
Merge pull request #13804 from influxdata/remove-billing-link
Remove delete user from cloud
2019-05-06 14:17:47 -07:00
Deniz Kusefoglu 3ebc2fd453 Add test-ids to create resource dropdown items 2019-05-06 14:11:28 -07:00
Iris Scholten 4b7c10a956
Merge pull request #13783 from influxdata/fix/map-var
fix(ui): ensure map type variables can get selected key
2019-05-06 14:00:48 -07:00
Brandon Farmer cc34595758 Remove delete user from cloud 2019-05-06 13:53:48 -07:00
Iris Scholten 20dcbafb2f fix(ui): ensure map type variables can get selected key 2019-05-06 12:58:32 -07:00
Deniz Kusefoglu 3579b02f80 Remove title text from dashboards index and tasks index 2019-05-06 12:29:33 -07:00
Deniz Kusefoglu 99d020b0c1 Import dropdown from clockface library 2019-05-06 12:28:32 -07:00
Brandon Farmer ed3d54b6ed
Merge pull request #13796 from influxdata/remove-billing-link
Remove billing link
2019-05-06 11:01:59 -07:00
Brandon Farmer 68924dbf4d Remove billing link 2019-05-06 10:31:48 -07:00
Palakp41 bc80113bfb
Merge pull request #13795 from influxdata/fix-variable-rename-overlay
Update variable rename overlay and argument type
2019-05-06 10:21:23 -07:00