Commit Graph

13023 Commits (97687ad37f90c5fd6d63e8dcdea6453066302cfd)

Author SHA1 Message Date
Palakp41 97687ad37f
Merge pull request #1818 from influxdata/feat/selection-step-type-next
Feat/selection step type next
2018-12-10 16:16:15 -08:00
Palak Bhojani 7d188c435f Add the ability to click on type on selection step to take you to next step on data source 2018-12-10 16:10:07 -08:00
Christopher Henn f5074631ee Ensure AutoInput submits value on enter key press 2018-12-10 15:19:18 -08:00
Christopher Henn 8c67dfc0ad Fix dygraphs multi-result response issue
The response from a Flux query contains multiple results. Series across
different results that shared the same column name and group key were
not properly disambiguated in the dygraphs parsing routines.  This
resulted in only one series being plotted.

This commit disambiguates these series using the `result` column
included in each result in a Flux query response.

Closes #1790
2018-12-10 14:25:57 -08:00
Christopher Henn f595bd7787 Deduplicate dygraphs parsing code 2018-12-10 14:25:57 -08:00
Andrew Watkins e505d73ebd
feat(token-ui): filter tokens
* chore(js): package.lock

* chore(generated-js): update generated client

* chore(ui): move FilterList component to shared

* feat(ui-tokens): add filtering capability

* chore(nav-ui): remove status link

* chore(js-test): update snapshots
2018-12-10 14:13:53 -08:00
Alirie Gray 470a811453
Dataloader/side bar source highlight (#1808) 2018-12-10 13:32:31 -08:00
alexpaxton 4f723eb458
Prevent Long Cell Names from Obscuring Cancel and Save Buttons (#1805)
* Prevent cell renamer from pushing controls off the screen

* Only enforce width proportions on page headers if a center element is provided
2018-12-10 13:07:33 -08:00
Deniz Kusefoglu 5dd9912d00
Merge pull request #1809 from influxdata/dataloader/line-protocol-precision
Dataloader/line protocol precision
2018-12-10 12:56:22 -08:00
Palak Bhojani 91bfdf1725 Add line protocol precision dropdown
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-10 12:21:24 -08:00
Deniz Kusefoglu 9de88f50ab Add retry button and submit line protocol body button
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-10 12:13:26 -08:00
Delmer 27adc0ff91
feat(ui): add name to dashboard query (#1794) 2018-12-10 13:16:27 -05:00
Edd Robinson d64dbbc034
Merge pull request #1801 from influxdata/er-build-metrics
Allow metrics to be disabled
2018-12-10 15:22:56 +00:00
Edd Robinson c4b42c72be Add option to disable TSI metrics 2018-12-10 15:02:26 +00:00
Edd Robinson 6b63a3def7 Add option to disable sfile metrics 2018-12-10 14:36:28 +00:00
Edd Robinson 3ff39cd9dc
Merge pull request #1789 from influxdata/er-cache-size
Allow TSI cache to be dynamically altered
2018-12-10 11:23:15 +00:00
zhulongcheng 523a384f16 doc(http): delete a bucket (#1798) 2018-12-09 22:51:21 -08:00
Ben Johnson df0b084543
Merge pull request #1785 from influxdata/bj-tss-file-observer
Allow stats files to be observed for finishing/unlinking.
2018-12-07 18:46:35 -07:00
Jade McGough 2a615712a6
Feat/filter view type (#1781)
* update swagger

* WIP filter views on type

* add GetType to view interface
2018-12-07 17:15:24 -08:00
Deniz Kusefoglu 4d7a675316
Merge pull request #1786 from influxdata/feat/line-protocol-status
Create different loading, success and error state for line protocol u…
2018-12-07 17:12:12 -08:00
Deniz Kusefoglu a0893b4ac5 Create different loading, success and error state for line protocol uploads
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-07 17:06:16 -08:00
ABond 68eaedfbf7
Merge pull request #1792 from influxdata/chore/ci-caching
chore(ci): Reset CircleCI cache logic
2018-12-07 16:45:25 -08:00
Christopher Henn 6195ded2e4 Fix issue creating dashboard cells with wrong endpoint 2018-12-07 15:37:49 -08:00
Andrew Watkins 3655947bd1
feat(auth): add description string to Authorization
* feat(auth): add description key to Authorization

* chore(swagger): update Authorization definition to include description
2018-12-07 14:22:23 -08:00
AJ Bond 5a0bcd7f2c chore(ci): Reset CircleCI cache logic 2018-12-07 14:17:03 -08:00
Andrew Watkins 4b5dd2f722
feat(account-settings): list tokens
* WIP tokens index

* Package json

* Update cur_swagger

* feat(account-settings): token list

* fix(token-test): add done callback

* fix(chrono): packaage json
2018-12-07 13:08:17 -08:00
Christopher Henn a3ddeec527 Use windowing for aggregate functions in query builder 2018-12-07 11:30:35 -08:00
Christopher Henn 4ab8a81454 Rebuild builder configs when changing time range 2018-12-07 11:30:35 -08:00
Christopher Henn 9095d58424 Persist query builder config 2018-12-07 11:30:35 -08:00
Christopher Henn 5ae2d459e3 Refactor draftScripts state to draftQueries 2018-12-07 11:30:35 -08:00
Christopher Henn cd26cc5d8b Build queries from selections in query builder 2018-12-07 11:30:35 -08:00
Christopher Henn 12accfea79 Tweak styling to match new DraggableResizer 2018-12-07 11:30:35 -08:00
Christopher Henn 8f468895f1 Update query builder metaqueries for Flux 0.7.2 2018-12-07 11:30:35 -08:00
Christopher Henn b041e1abff Pause autorefresh in TimeMachine by default 2018-12-07 11:30:35 -08:00
Christopher Henn ec25e93ae6 Do not implicitly execute queries on change 2018-12-07 11:30:35 -08:00
Edd Robinson e0cddadffd Allow TSI cache to be dynamically altered 2018-12-07 18:35:25 +00:00
Jade McGough 6451d7cca2
chore(platform): use a constant for label not found error (#1782) 2018-12-07 10:25:11 -08:00
Edd Robinson 3ea3d90e10
Merge pull request #1623 from influxdata/er-storage-metrics
Add storage engine metrics
2018-12-07 17:50:13 +00:00
kelwang 428a92d475
Merge pull request #1784 from influxdata/fix_http_error_encode
fix(http): fix the correct response
2018-12-07 12:40:01 -05:00
Ben Johnson 73d8c85aa2
Allow stats files to be observed for finishing/unlinking.
This commit adds the `.tss` files generated for TSM statistics to
the `FileObserver` so that package users can be notified when new
stats files are created and removed.
2018-12-07 10:20:32 -07:00
Mark Rushakoff 2e81dd31b4 refactor(task): enable high-frequency WithTicker option
Previously, the WithTicker option would call TickScheduler.Tick every
time the underlying time.Ticker sent a time on its channel. This meant
we used a 1s period, which meant that in the worst case, we would see a
tick at about 999ms after the second rollover.

This change increases the underlying time.Ticker frequency, but only
calls TickScheduler.Tick after a second rolls over. Since we now use a
tick frequency of 100ms, during normal operation, TickScheduler.Tick
will be called within 0.1s after the second rolls over.
2018-12-07 08:38:59 -08:00
Edd Robinson e13309ebbe Fix metric names 2018-12-07 16:37:17 +00:00
Kelvin Wang ee6b149c79 fix(http): fix the correct response 2018-12-07 10:07:38 -05:00
Edd Robinson b015757c06 Ensure all tsi1 metrics support multiple instances 2018-12-07 14:32:34 +00:00
Edd Robinson bff655786f Ensure tsdb metrics properly registered 2018-12-07 14:32:34 +00:00
Edd Robinson 170aaafa46 Add more verbosity to Go tests in CI 2018-12-07 14:32:34 +00:00
Edd Robinson aa936df138 Ensure all tsm1 metrics support multiple instances 2018-12-07 14:32:34 +00:00
Edd Robinson d94f898c8b WIP 2018-12-07 14:32:34 +00:00
Edd Robinson 79b108d174 Fix bug with slice reuse 2018-12-07 14:32:34 +00:00
Edd Robinson de491968ba Fix rebase 2018-12-07 14:32:34 +00:00