Commit Graph

13131 Commits (3ecdda8a22b757ed050c50aab4dc30c038781612)

Author SHA1 Message Date
zhulongcheng 3ecdda8a22 add members/owners response definitions 2018-12-15 00:18:50 +08:00
zhulongcheng 090e16a1e7 update swagger User schema to match endpoint response 2018-12-15 00:14:00 +08:00
zhulongcheng 496dc5f730 fix a typo 2018-12-15 00:13:11 +08:00
Lyon Hill f723192d5c
Add ready checking into swagger and update the doc to match health check (#1925)
* Add ready checking into swagger and update the doc to match health checking

* make a few minor changes to the swagger doc
2018-12-14 08:53:25 -07:00
Brandon Farmer 767dededac
Merge pull request #1944 from influxdata/chore/org-resources-generated
Move org resources to use generated client
2018-12-13 17:16:22 -08:00
Alirie Gray 4df5303d9c
Merge pull request #1943 from influxdata/onboarding/update-step-status-on-skip
Handle setting step status when skipping a step
2018-12-13 16:58:22 -08:00
Brandon Farmer 41757e17e7 Move org resources to use generated client 2018-12-13 16:57:53 -08:00
Alirie Gray c812aa2bbb
Merge pull request #1940 from influxdata/onboarding/navigate-to-dashboard-page
Send the user to the dashboard page after completing onboarding
2018-12-13 16:44:18 -08:00
Alirie Gray 381565fe8c Handle setting step status when skipping a step 2018-12-13 16:42:37 -08:00
Brandon Farmer f5a035bffc
Merge pull request #1909 from influxdata/chore/switch-buckets-ui-generated
Switch buckets ui to use generated client
2018-12-13 16:42:18 -08:00
Jade McGough 909fb6e98c
fix(http): remove id param for /buckets and update swagger (#1942) 2018-12-13 16:27:34 -08:00
Brandon Farmer 816e5def43 Switch buckets ui to use generated client 2018-12-13 16:23:48 -08:00
Alirie Gray f24ec32343 Send the user to the dashboard page after completing onboarding
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-13 16:13:53 -08:00
alexpaxton 4e7f89d6a1
Prevent nav bar items from printing child coint as sub-items (#1941) 2018-12-13 15:15:30 -08:00
Christopher Henn 0633ad0c67 Refactor Flux visualization parsing
- Rewrite `getTablesByTime` as `spreadTables`
  - Return a single, wide, time-indexed table, which is a more useful format
    for consumers
  - Also return structured metadata about series, in preparation for
    improvements to the hover legend
  - Simplified and more efficient code
- Remove unused `parseValues` utility
- Move `results.test.ts` test cases to `response.test.ts`
- Rewrite `fluxToSingleStat` as `lastValue`, with a simplified call signature
- Fix bug where gauge visualizations would alternate which series they
  displayed a value for when refreshing, dependent on the order of the series
  in each refreshed response
- Simplify `fluxTablesToDygraph` implementation
- Memoize `lastValue` calls in the gauge and single stat visualizations, to
  avoid expensive parsing on each rerender if possible
2018-12-13 15:03:34 -08:00
alexpaxton 53308dae3b
Feat/nav logout link (#1929)
* Fix typo

* Add logout route and component

* Refactor logout button in profile to point to logout route

* WIP refactor nav menu

Making the presentational components composable, removed a couple unecessary concepts

* Style sub-menu items

* Remove unecessary async

* Use Clockface Select to enforce child types
2018-12-13 14:52:16 -08:00
Alirie Gray 69b59fbcb4
Dataloader/update progress bar (#1851)
* Update step statuses in onboarding wizard
* Create reducer to set configuration state for telegraf plugins
2018-12-13 14:29:12 -08:00
Christopher M. Wolff a28dfe8f79
fix(query): restore error messages in repl (#1936)
Fixes #1932
2018-12-13 14:11:17 -08:00
Palakp41 62469e2acf
Merge pull request #1933 from influxdata/dataLoader/copy-to-clipboard
Add ability to copy text to clipboard on Data Listening
2018-12-13 12:49:33 -08:00
Palak Bhojani 68d43141f2 Add ability to copy text to clipboard on Data Listening 2018-12-13 12:14:58 -08:00
alexpaxton e9ac5edcb4
Add labels tab and placeholder component to orgs profile (#1931) 2018-12-13 12:05:15 -08:00
Jade McGough 7d114afbc4
fix(http): op and error keys no longer required in error responses (#1934) 2018-12-13 12:02:59 -08:00
alexpaxton 59a73aabf0
Remove avatar from profile page component (#1930) 2018-12-13 11:36:13 -08:00
Ben Johnson befd3e40b7
Merge pull request #1927 from influxdata/fix-query-stats-race
fix(storage): Extend lock during stats fetch to prevent race
2018-12-13 12:03:22 -07:00
Alex P e0e2d4266c Remove accidentally merged code
=D Don't hate me!!
2018-12-13 10:58:18 -08:00
alexpaxton deda6d8cc3
Introduce Permissions Widget (#1761)
* First pass at component set

* REVERT THIS COMMIT
2018-12-13 10:56:39 -08:00
Iris Scholten 5d4dca9b24
Merge pull request #1917 from influxdata/dataLoaders/download-before-creation
Fix(ui/dataLoaders): Hide download button if there's nothing to download
2018-12-13 10:43:19 -08:00
Ben Johnson 0541d568bd
fix(storage): Extend lock during stats fetch to prevent race 2018-12-13 11:13:20 -07:00
Iris Scholten b153338c78 Fix(ui/dataLoaders): Hide download button if there's nothing to download 2018-12-13 10:04:43 -08:00
Iris Scholten 3d8564759b
Merge pull request #1919 from influxdata/dataLoaders/add-new-source
Fix(ui/dataLoaders): Update streaming button to send you to the streaming step
2018-12-13 09:58:20 -08:00
kelwang f32b6f2fea
Merge pull request #1924 from zhulongcheng/conv-macro-err
fix(http): convert macro errors
2018-12-13 12:45:42 -05:00
Mark Rushakoff c7064463a4 ci: use -p=4 on circle
The docker container we're using has 2 vCPUs. -p=8 was working fine for
a while, but diagnosing #1832 looks like the tsi1.test process was
likely getting OOM-killed. Reducing from -p=8 to -p=4 ought to reduce
memory pressure enough to avoid OOM kills, hopefully.

Also remove a stale TODO.
2018-12-13 08:46:00 -08:00
Chris Goller b7a8361977
Merge pull request #1556 from zhulongcheng/fix-auth-definition
docs(http): update authorization definition
2018-12-13 09:13:51 -06:00
zhulongcheng 8522c93063 fix(http): convert macro errors 2018-12-13 23:11:52 +08:00
Iris Scholten 4ef2663df3 Fix(ui/dataLoaders): Update streaming button to send you to the streaming step rather going to previous location 2018-12-12 17:09:47 -08:00
Palakp41 ff14ed1822
Merge pull request #1891 from influxdata/feat/streaming-new-source-button
Add the ability to count down timer on listening for data
2018-12-12 16:40:15 -08:00
Palak Bhojani 7259934280 Add the ability to count down timer on listening for data 2018-12-12 16:26:23 -08:00
Stuart Carnie b589c42b3b
Merge pull request #1896 from influxdata/sgc-group-panic
Fix panic when read request results in empty an group
2018-12-12 16:58:59 -07:00
Christopher Henn 890105ec06 Implement single stat visualization options 2018-12-12 15:57:45 -08:00
Christopher Henn 9b9967d8c7 Polish SingleStat styling
- Ensures that a SingleStat inside a TimeMachine can be resized
- Ensures that a SingleStat has the approriate border raidus when used
  in a cell or TimeMachine
2018-12-12 15:57:45 -08:00
Christopher Henn 98aececac7 Remove unused props from DraggableResizerPanel 2018-12-12 15:57:45 -08:00
Iris Scholten 6a2e507389
Merge pull request #1899 from influxdata/swagger-telegraf-config-schema
Update telegraf config schema to match cur swagger
2018-12-12 15:23:55 -08:00
Iris Scholten 50fbba9227 Update telegraf config schema to match cur swagger
chore(http): updated go validation library and fixed swagger test

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-12-12 15:11:18 -08:00
Lyon Hill f7ae8c3524
feat(api/task): Add validation for both tasks and buckets on task create (#1900)
fixes #1622
2018-12-12 16:07:40 -07:00
Nathaniel Cook d65a980f9b
Merge pull request #1839 from influxdata/flux-staging
chore: update Flux to v0.9.0
2018-12-12 15:57:46 -07:00
Iris Scholten 3315fa9cf1
Merge pull request #1893 from influxdata/dataLoaders/system-bundle
Feat(ui/dataLoaders): Change plugin selection to bundle selection
2018-12-12 13:43:58 -08:00
Stuart Carnie 8c296dd20a
fix(storage): Add unit tests to verify nil cursor
When matching series have no data, the NewGroupResultSet cursor should
return nil. Added tests to verify these conditions.
2018-12-12 14:27:11 -07:00
Deniz Kusefoglu 3088d4e8a9
Merge pull request #1901 from influxdata/bugfix/determine-source-id
Pass source id instead of source to resolvedSourceID
2018-12-12 13:22:11 -08:00
Deniz Kusefoglu f9bf8e918c Pass source id instead of source to resolvedSourceID 2018-12-12 12:56:45 -08:00
Iris Scholten c9508d4ac9 Feat(ui/dataLoaders): Change individual plugin selection to bundle selection 2018-12-12 12:48:10 -08:00