Ben Johnson
89bf9765cc
fix(cmd/influxd): Refactor test cancellation out of main path.
...
This commit moves the `Main.cancel()` execution to the `main_test.go`
file so it's only executed for tests. This was interfering with the
shutdown process on the regular `influxd` binary.
2018-12-12 10:53:10 -07:00
Jade McGough
58ff2c4eec
fix(http): don't panic if an invalid macro id is requested ( #1848 )
2018-12-12 09:18:56 -08:00
Jonathan A. Sternberg
23e6b59497
fix(http): update the query handler to use valid flux syntax
...
The test used `AND` instead of `and` which is not valid syntax. It also
did not include packages and imports in the generated JSON from parsing
the flux query.
2018-12-12 11:11:56 -06:00
Mark Rushakoff
f383e8337a
test(tsdb/tsi1): test series id cache delete concurrently
...
Report the total number of gets, puts, and deletes at the end of the
test. I've found this kind of output to be a useful sanity check in
similar tests that exercise concurrency involving tasks.
Use a local random source in each goroutine. I unscientifically
eyeballed that to increase total operations by 5-10%.
Also call t.Parallel in a few more tests that involve disk access. This
shaves 1-2 seconds off the full tsi1 test suite on my machine.
2018-12-12 08:21:17 -08:00
zhulongcheng
75ce16b633
make prev/next links omitempty
2018-12-13 00:16:24 +08:00
Ben Johnson
5f781748c4
Merge pull request #1835 from influxdata/bj-fix-full-compaction-panic
...
Fix full compaction panic.
2018-12-12 09:01:13 -07:00
Ben Johnson
7099bb02c4
Merge pull request #1834 from influxdata/bj-fix-help-hang
...
Fix hang on help command.
2018-12-12 09:00:19 -07:00
zhulongcheng
6d27a08208
flatten paging links
2018-12-12 23:25:07 +08:00
Edd Robinson
a6fa3caf53
Merge pull request #1860 from influxdata/er-ready-uptime
...
Add uptime to ready endpoint
2018-12-12 12:01:18 +00:00
Edd Robinson
46aed2774f
Add uptime to ready endpoint
2018-12-12 11:41:50 +00:00
Deniz Kusefoglu
0104466552
Add icons/logos to streaming data selector and data source type selector
2018-12-11 17:17:44 -08:00
Kelvin Wang
831fc8697b
fix(http): convert user errors
2018-12-11 20:11:26 -05:00
Brandon Farmer
07ae96d4a2
Use generated client for users endpoints
2018-12-11 17:04:26 -08:00
Stuart Carnie
da7e0f615a
Merge pull request #1751 from influxdata/sgc-data-gen
...
Add data generator package for read and query load testing
2018-12-11 17:59:37 -07:00
Stuart Carnie
8f8311a3ae
chore(gen): Add ingen generator data structures to platform for reuse
2018-12-11 17:45:57 -07:00
Brandon Farmer
6670ef9892
Merge pull request #1853 from influxdata/chore/update-cur_swagger
...
Document endpoints used by the front end
2018-12-11 16:15:39 -08:00
Brandon Farmer
079d461d34
Document endpoints used by the front end
2018-12-11 15:17:44 -08:00
Deniz Kusefoglu
2ef47c4316
Merge pull request #1850 from influxdata/plugin-icons
...
Add logos for telegraf plugins as components
2018-12-11 14:53:05 -08:00
Palakp41
051c6c276c
Merge pull request #1845 from influxdata/feat/streaming-new-source-button
...
Add functionality to add new source button to go back to streaming so…
2018-12-11 14:29:07 -08:00
Deniz Kusefoglu
c2b1b2d5bb
Add logos for telegraf plugins as components
2018-12-11 14:20:09 -08:00
Brandon Farmer
39996ea8e5
Merge pull request #1826 from influxdata/chore/switch-sources-generated-client
...
Move sources to use generated client
2018-12-11 13:39:49 -08:00
Iris Scholten
551a2fc3ab
Merge pull request #1842 from influxdata/dataLoaders/multiple-value-config
...
Fix(ui/dataLoaders): Update config field modifiers
2018-12-11 13:06:10 -08:00
Jade McGough
d1ef428c9e
chore(http): add org delete endpoint to swagger ( #1844 )
2018-12-11 12:34:53 -08:00
Palak Bhojani
eadce6a4ee
Add functionality to add new source button to go back to streaming sources selection
2018-12-11 12:30:00 -08:00
Jade McGough
1bb276f6bc
feat(http): add labels for views ( #1800 )
...
* feat(http): add labels for views
* update swagger
* make fmt
2018-12-11 11:42:13 -08:00
Daniel Campbell
bef0e7d05b
Merge pull request #1828 from influxdata/dataLoader/onboarding-styles
...
Fix gridsizer recalculation & styles
2018-12-11 11:09:53 -08:00
Iris Scholten
97d397900e
Fix(ui/dataLoaders): Update config field modifiers
2018-12-11 10:56:09 -08:00
Edd Robinson
06b330d0e1
Merge pull request #1840 from influxdata/er-fix-comp-tracker
...
Fix nil tracker for full compactions
2018-12-11 18:43:46 +00:00
Edd Robinson
eba485f2be
Fix nil tracker for full compactions
2018-12-11 18:30:59 +00:00
Nathaniel Cook
982dd8fd79
chore: update Flux to v0.8.0
2018-12-11 11:27:23 -07:00
Jade McGough
a4363800bd
feat(http): add labels endpoints to organizations ( #1827 )
...
* feat(http): add labels endpoints to organizations
* make fmt
2018-12-11 10:15:45 -08:00
Jade McGough
e0fc798595
feat(http): add labels endpoints to telegraf config ( #1824 )
2018-12-11 10:15:34 -08:00
Ben Johnson
43537fe8e6
Fix full compaction panic
...
Issuing a full compaction strategy did not appropriately attach
a compaction tracker which was later invoked causing a `SIGSEGV`.
2018-12-11 11:14:54 -07:00
Ben Johnson
8d071f85fd
Fix hang on help command.
2018-12-11 11:07:54 -07:00
Christopher M. Wolff
c9ec2dd07f
fix(query): set error code "invalid" when controller reports error ( #1812 )
...
Fixes flux#268
2018-12-11 07:57:32 -08:00
zhulongcheng
f4de70d969
docs(http): update bucket definition ( #1557 )
2018-12-10 22:16:15 -08:00
Daniel Campbell
084d30bc94
Fix gridsizer recalculation, add scrolling, progress bar styles, increase max width
...
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2018-12-10 18:39:22 -08:00
Iris Scholten
30bf3301ad
Merge pull request #1804 from influxdata/dataloader/plugin-config-ui
...
feat(ui/dataLoaders) Create UI for creating telegraf config
2018-12-10 16:42:25 -08:00
Palakp41
8561ec7b58
Merge pull request #1825 from influxdata/dataLoader/remove-sidebar-buttons-selection-step
...
Data loader/remove sidebar buttons selection step
2018-12-10 16:25:06 -08:00
Alirie Gray
07e178e59c
feat(ui/dataLoaders): Create ui for adding a plugin config
...
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-12-10 16:18:16 -08:00
Palak Bhojani
e21832bd5c
Add line protocol precision dropdown
...
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Add the ability to click on type on selection step to take you to next step on data source
Create a condition to display download config and add new source buttons only when on configuration step
Co-authored-by: Palak Bhojani <palak@influxdata.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-10 16:16:55 -08:00
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
Brandon Farmer
db292b00fc
Move sources to use generated client
2018-12-10 15:15:37 -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