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
Palak Bhojani
0f4a71dc88
Add css on DragAndDrop, remove unwanted props.
...
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-04 11:06:23 -08:00
Palak Bhojani
0645a278cc
Add Line Protocol component, tab selection, and add drag and drop import tab.
...
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-04 11:06:23 -08:00
Brandon Farmer
0dc099d1d5
Merge pull request #1691 from influxdata/fix/resolve-package-lock-conflict
...
Resolve package-lock.json conflicts
2018-12-04 10:46:50 -08:00
Nathaniel Cook
4546eb38d2
chore: update Flux to v0.7.2
2018-12-04 10:43:37 -07:00
Iris Scholten
01a4afa121
Merge pull request #1687 from influxdata/dataLoaders/plugin-configs
...
feat(ui/dataLoaders): Update redux to store telegraf plugin arrays rather than dataSource
2018-12-04 09:38:17 -08:00
Christopher M. Wolff
f1d21b8132
refactor(query): update transpiler to reflect signature change to `group()` ( #1689 )
...
update other modules that used old syntax as well
2018-12-04 09:32:37 -08:00
Brandon Farmer
5a3303505d
Resolve package-lock.json conflicts
2018-12-04 09:30:28 -08:00
Brandon Farmer
c7d34ada5c
Merge pull request #1681 from influxdata/fixes/update-dependencies
...
Update merge for ui dependencies
2018-12-04 09:24:10 -08:00
Iris Scholten
7d562f29d1
Update redux to store telegraf plugin arrays rather than dataSource
...
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-12-03 17:29:56 -08:00
Andrew Watkins
62b840b616
chore(signin): display server error for signin ( #1678 )
...
* Display proper error for signin
* Package lock
2018-12-03 16:29:12 -08:00
Andrew Watkins
5ae5f986ad
feat(account-settings): introduce AccountSettings page
...
* Package json
* Change UserPage to MePage
* Add an account page
* package json
* Remove package-lock
* Adding back package json
* Update lint command
* Update react
2018-12-03 16:27:22 -08:00
Brandon Farmer
2687a72461
Update merge for ui dependencies
...
- NPM reported a low security issue with this module
which was a dep of jest
2018-12-03 15:19:34 -08:00
Iris Scholten
26ac8028c4
Merge pull request #1674 from influxdata/dataLoaders/separate-verify-step
...
feat(ui/dataLoaders): Move the listening/verify step into a separate onboarding step
2018-12-03 15:00:08 -08:00
Iris Scholten
da20af2012
Move the listening/verify step into a separate step in the onboarding wizard
...
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-12-03 14:48:10 -08:00
Brandon Farmer
0f38b1fff3
Merge pull request #1619 from influxdata/updates/switch-views-to-generated
...
Switch views request to use generated client
2018-12-03 12:37:39 -08:00
Brandon Farmer
7a531e2d2a
Move dashboard requests to use client
2018-12-03 12:27:04 -08:00
Brandon Farmer
b57d3da46d
Switch views request to use generated client
2018-12-03 11:03:56 -08:00
Christopher Henn
b422cc297a
Add query building modes to time machines
2018-12-03 09:43:41 -08:00
Brandon Farmer
8e7614fbb4
Merge pull request #1665 from influxdata/remove-yarn
...
Remove yarn from project in favor of just npm
2018-12-03 09:39:22 -08:00
Jade McGough
8c961e12bb
Labels ( #1668 )
...
* feat(platform): add label struct
* feat(platform): add label service interface
* WIP label service
* chore(http): simplify URMapping validation
* WIP label service skeleton
* add new GET labels handler
* feat(http): add POST handler for label service
* feat(http): add label delete handler
* fix json tag
* add happy path testing
* feat(http): add label endpoints to dashboard service
* make fmt
* add label delete handler
* make fmt again :(
* feat(bolt): add label implementation
* wire boltdb implementation of labels
* feat(mock): add mock for label service
* fix tests, add delete test
* add remaining tests, flesh out GET params
* unused code
* remove comments
* add labels endpoints
* clean up labels after deleting a dashboard
* fix issues from code review
* WIP remove type from labels
* feat(http): add label cli functions
* fixes
* make fmt
* feat(http): add labels to tasks and buckets
* feat(bolt): remove labels if their resources are deleted
* remove bolt cleanup for now
* make fmt
* type conversion magic
* feat(inmem): implement label service
* prevent race conditions
* remove labels from inmem if their resources are deleted
* fix race condition
* fix formatting
2018-12-03 08:07:08 -08:00
Jade McGough
873aae3fad
Revert "feat(http): add label service" ( #1667 )
...
This reverts commit 70a430c599
.
2018-12-03 04:27:27 -08:00