Commit Graph

12960 Commits (44e5fbae0af1179632e924d3fb5300ab0d17fa5e)

Author SHA1 Message Date
Edd Robinson 44e5fbae0a Convert WAL stats 2018-12-07 14:32:34 +00:00
Edd Robinson 3b980ed7e3 Convert Cache statistics 2018-12-07 14:32:34 +00:00
Edd Robinson d61b9f1645 Convert Filestore stats 2018-12-07 14:32:34 +00:00
Edd Robinson f56bc0853f Convert TSM compaction stats to Prom metrics
This commits converts all the 1.x TSM compaction statistics, which
previously were written to an _internal db, to Prometheus metrics.
2018-12-07 14:32:34 +00:00
Brandon Farmer 8d546ff689
Merge pull request #1778 from influxdata/fix/load-and-clear
Load and clear -> Loud and clear
2018-12-06 16:39:00 -08:00
Brandon Farmer d222b8c4c5
Merge pull request #1774 from influxdata/feat/onboarding-routing
Handle routing from onboarding sidebar
2018-12-06 16:38:03 -08:00
Brandon Farmer 8df604bd31 Load and clear -> Loud and clear 2018-12-06 16:10:33 -08:00
Brandon Farmer 5da9d37b5b
Merge pull request #1776 from influxdata/fix/queries-without-time
Properly handle queries without `_time`
2018-12-06 16:05:00 -08:00
Brandon Farmer 4757541e13 Properly handle queries without `_time` 2018-12-06 15:51:31 -08:00
Lyon Hill 678acd5307
feat(task): Allow the most recent run time to be shown in the api. (#1765)
* feat(task): Allow the most recent run time to be shown in the api.

When showing tasks in the api latest_completed will now show in the api if it has been run.

fixes #1705
2018-12-06 16:46:16 -07:00
Brandon Farmer 837c965e3e Handle routing from onboarding sidebar 2018-12-06 14:51:09 -08:00
Alirie Gray d607afe2a1
Merge pull request #1708 from influxdata/dataloader/skip-data-sources-steps
Dataloader/skip data sources steps
2018-12-06 14:31:26 -08:00
Brandon Farmer 3b8578c7d6
Merge pull request #1764 from influxdata/feat/onboarding-routing
Handling onboarding with react router
2018-12-06 13:54:48 -08:00
Brandon Farmer 67b4687ccb Handling onboarding with react router 2018-12-06 13:21:30 -08:00
alexpaxton 0abac380bf
Tighten UI Proportions (#1767)
* Adjust proportions

* Ensure contents don't touch the bottom of the viewport
2018-12-06 12:28:07 -08:00
Deniz Kusefoglu 83c23c89ef
Merge pull request #1763 from influxdata/feat/line-protocol
Add ability to file upload and call write api
2018-12-06 11:57:30 -08:00
Deniz Kusefoglu 514a92c2a4 Move writeLineProtocol API call to thunk.
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-06 11:29:35 -08:00
Michael Desa 60a67a0589
Merge pull request #1700 from influxdata/remove/ci-integration-tests
remove make test-integration call from deploy
2018-12-06 13:12:58 -05:00
Palak Bhojani f6f7494454 Add ability to file upload and call write api
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-06 10:06:06 -08:00
Jorge Landivar 59dbec0b0e
Merge pull request #1762 from influxdata/chore/delay2offset
Change delay to offset in tasks to match the flux spec
2018-12-06 12:02:33 -06:00
j. Emrys Landivar (docmerlin) 0cb888afc0 Change delay to offset in tasks to match the flux spec 2018-12-06 11:00:07 -06:00
Jacob Marble 961a4290d0
Merge pull request #1759 from influxdata/jgm-read-trailer
feat(storage): return cost stats with read response via gRPC trailer
2018-12-06 08:31:06 -08:00
kelwang d2f9dd8183
Merge pull request #1749 from influxdata/convert_org_error
fix(http): convert org errors endpoint
2018-12-06 11:14:47 -05:00
Kelvin Wang 2b602bfcfe fix(http): convert org errors endpoint 2018-12-06 11:05:13 -05:00
alexpaxton 5c2c8d4090
Misc. Polish (#1760)
* Move my profile to top of nav and use cubo as icon

* Replace slide toggle label with official slide toggle label

* Polish appearance of task editing page

* Improve UX of note editor

* Adjust cell note indicator

* Make search widget bigger
2018-12-05 16:08:00 -08:00
Jacob Marble b3e5e9fc31 feat(storage): return cost stats with read response via gRPC trailer 2018-12-05 15:32:41 -08:00
alexpaxton a67ce90770
Move VEO Tabs & Replace Threesizer (#1703)
* Import data explorer stylesheet directly into component

* Remove excess div

* Add missing key prop

* Move VEO tabs into bottom of time machine

* Extend slide toggle to offer an optional label component

* Fix typo

* Polish time machine controls

* Simplify styles for time machine vis

* Prevent time machine controls from shrinking

* Make number less magical

* Fix graph resizing
2018-12-05 13:26:46 -08:00
Delmer 81e5c93712
fix(ui): remove log viewer route (#1756) 2018-12-05 15:41:32 -05:00
Christopher Henn 6a171b0217 feat(ui/query-builder): add ability to select tags in query builder 2018-12-05 11:55:09 -08:00
Andrew Watkins f4500008a3
feat(account-settings): username view (#1752)
* Move Account page to separate dir

* Add account snapshot tests

* Allow console logs in tests

* Add data-test attribute to Input

* Add username to Settings component
2018-12-05 11:23:03 -08:00
Iris Scholten 8e6d785024
Merge pull request #1698 from influxdata/dataLoaders/update-plugins-swagger
fix(ui/dataLoaders): Update cur_swagger for type safety in generated client
2018-12-05 10:37:17 -08:00
Iris Scholten f306f0e4f6 Update cur_swagger for type safety in generated client 2018-12-05 09:28:34 -08:00
Alirie Gray 960ace37c2 Add button to skip data source steps in omnboarding wizard 2018-12-04 16:09:28 -08:00
Alirie Gray 48f921d83a
Merge pull request #1696 from influxdata/dataloader/complete-step-progress-bar
Add completion step to progress bar in onboarding wizard
2018-12-04 16:00:17 -08:00
Palakp41 85a03bbe18
Merge pull request #1707 from influxdata/feat/line-protocol
Add File URL option for line protocol
2018-12-04 15:47:43 -08:00
Palak Bhojani aedf35b6c6 Add File URL option for line protocol 2018-12-04 15:30:00 -08:00
Jade McGough 46257f7ef1
fix(test): pass label service to task handler in tests (#1706) 2018-12-04 15:20:46 -08:00
Alirie Gray bc3447655a Add completion step to progress bar in onboarding wizard 2018-12-04 15:14:38 -08:00
zhulongcheng 851404fb06 fix(http/task): flatten runs response and links 2018-12-04 15:10:03 -08:00
Jade McGough 074ce584b5
fix(testing): use correct comparison options for label find (#1704) 2018-12-04 14:29:11 -08:00
Palakp41 944ba2c0b6
Merge pull request #1701 from influxdata/feat/line-protocol
Add option for enter manually on line protocol configuration.
2018-12-04 13:53:21 -08:00
Palak Bhojani 6fe135bc57 Add option for enter manually on line protocol configuration.
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-04 13:46:13 -08:00
Jade McGough c6955634fd
fix(testing): sort label names to prevent random test failure (#1699)
* fix(testing): sort label names to prevent random test failure

* actually use the correct comparison function :(
2018-12-04 13:22:11 -08:00
Christopher Henn efc21bfddf feat(ui/query-builder): introduce SelectorCard component to query builder 2018-12-04 12:25:34 -08:00
Michael Desa a4a9e1b45f chore: remove make test-integration from circle ci tests
Temporarily remove the call to make test-integration so that nightly
builds are not broken.

Related to https://github.com/influxdata/platform/issues/1676
2018-12-04 15:17:45 -05:00
Nathaniel Cook 3e8189a728
Merge pull request #1692 from influxdata/flux-staging
chore: update Flux dependency
2018-12-04 13:07:03 -07:00
alexpaxton 10259aeed7
Move View Type Selection (#1694)
* Introduce view type selector dropdown

* Add view type dropdown to time machine controls

* Polish appearance of view options
2018-12-04 11:49:18 -08:00
alexpaxton a75c3424ab
Introduce Draggable Resizer Component (#1686)
* Import stylesheet directly into component

* WIP introduce new draggable resizer component

* Improve styles for draggable resizer

* add onChange prop to draggable resizer

* WIP

* Add drag mask to ensure proper cursor when dragging outside the element

* Undo!

* More undo!

* Arrrr matey

* Remove dummy styles

* Use centralized variable for z index

* Make conditional statement more readable

* Rename direction enum values to be more semantic

* Rename "Direction" enum to "Stack"

* Update test snapshot
2018-12-04 11:49:01 -08:00
Andrew Watkins f6e209cb3a
feat(account-settings): settings and tokens tabs 2018-12-04 11:15:19 -08:00
Palakp41 0bf746fd0b
Merge pull request #1680 from influxdata/feat/line-protocol
Add Line Protocol component, tab selection, and add drag and drop imp…
2018-12-04 11:12:16 -08:00