Commit Graph

30413 Commits (66157c9d44df15259e75e87da7cfd81dd8608e76)

Author SHA1 Message Date
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
Palak Bhojani 80cd9b74d7 Update variable rename overlay and argument type 2019-05-06 09:39:37 -07:00
Gunnar 761e815900 fix(.github): Add changelog task back into PR template (#13769) 2019-05-06 09:01:19 -07:00
Mark Rushakoff 46a0a8160b fix(http): use influxdb.Error in FluxHandler 2019-05-05 11:05:00 -07:00
alexpaxton 063d487c4e
Prevent single stat numbers from being clipped by cell titles (#13772) 2019-05-03 18:59:24 -07:00
jlapacik 2d5879b6d6
Merge pull request #13784 from influxdata/jl-merge-flux-staging
merge flux staging
2019-05-03 16:47:34 -07:00
Edd Robinson 3588c0505e fix(storage): don't remap renamed TSM file
There exists a possibility for an in-flight read on a TSMReader to read
a stale reference to an mmapped TSM file index, which has become
unmapped.

This commit resolves that issue by simply renaming the file, leaving the
original file handler open and the data mapped. The path is updated so
that if any callers need to refer to the name of the TSM file after it's
renamed, the new name will be reflected.

The orphaned file handler will be closed when the TSM file is closed.
2019-05-03 22:36:35 +01:00
Christopher Henn fbe644a2d1 Integrate @influxdata/vis line plots 2019-05-03 14:22:34 -07:00
Palakp41 6b2562c468
Merge pull request #13767 from influxdata/fix-tasks-runs-nan
Update task run to not display NaN seconds
2019-05-03 11:15:54 -07:00
jlapacik faab75968b refactor(storage): remove Read method from Store interface 2019-05-03 11:02:20 -07:00
jlapacik 7333847e2a refactor(influxdb): remove and/or transfer duplicated tests 2019-05-03 11:02:20 -07:00
jlapacik 0ce05e7ad6 refactor(influxdb): remove old FromProcedureSpec 2019-05-03 11:02:20 -07:00
Palak Bhojani aa7a65d81e Update task run to not display NaN seconds 2019-05-03 10:59:35 -07:00
Ben Johnson a5ccf5ce9a
fix(tsdb): Fix series file count
Previously the series file did not include tombstones in the total
count. This commit now includes tombstones in the count as well as
fixes an issue where replayed tombstone records could exist but
their underlying ID did not exist. This caused the count to become
negative and with the count being `uint64` it caused the count to
rollover to `math.Uint64Max`.
2019-05-03 09:58:13 -06:00
Chris Goller 2968741fef
Feat/user agent telemetry (#13760)
Feat/user agent telemetry
2019-05-03 09:59:51 -05:00