Alirie Gray
e5a29ab446
Add auto refresh controls to TimeMachine
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-11-30 10:02:03 -08:00
Mark Rushakoff
dc5616e3f9
refactor(task): store meta objects by raw ID, not ID string
...
The keys used to be strings, back when platform.ID was a byte slice, not
a uint64.
And rename the field from runners to meta, which is much more accurate.
2018-11-30 08:47:17 -08:00
Nathaniel Cook
58437f71cc
Merge pull request #1618 from influxdata/flux-staging
...
Update to Flux 0.7.1
2018-11-30 09:35:33 -07:00
jlapacik
e40ec8b781
Merge pull request #1620 from influxdata/jl-ht-tests
...
test cases ported from HT
2018-11-30 08:26:06 -08:00
Mark Rushakoff
b1c80c8991
Merge pull request #1627 from zhulongcheng/task-page-size
...
fix(task): add limit field to TaskFilter
2018-11-30 08:17:12 -08:00
jlapacik
d03035df9b
the final HT tests
2018-11-30 08:16:13 -08:00
Nathaniel Cook
9ea008630f
update to latest Flux
2018-11-30 09:06:49 -07:00
Edd Robinson
fad7bab3e8
Merge pull request #1545 from influxdata/er-staticcheck
...
Fix staticcheck errors and make tool a required CI step
2018-11-30 11:47:26 +00:00
Edd Robinson
186e0392ed
Address PR feedback
2018-11-30 10:54:24 +00:00
Edd Robinson
d51a3f9b32
Update README
2018-11-30 10:54:24 +00:00
Edd Robinson
25074b4568
go mod tidy
2018-11-30 10:54:24 +00:00
Edd Robinson
f7a11525d0
Ignore generated file
2018-11-30 10:54:24 +00:00
Edd Robinson
e11789f46a
Omit unused receiver name: ST1006
2018-11-30 10:54:24 +00:00
Edd Robinson
eaa4a4f49a
Removes unused methods: U1000
2018-11-30 10:54:24 +00:00
Edd Robinson
b81b30ee87
Ensure error don't end in punctuation: ST1005
2018-11-30 10:54:24 +00:00
Edd Robinson
9403c1ec8e
Ensure error strings not capitalised ST1005
2018-11-30 10:54:24 +00:00
Edd Robinson
308a5148cf
Remove iterators
2018-11-30 10:54:24 +00:00
Edd Robinson
2471024253
Use staticcheck on next branch
2018-11-30 10:53:53 +00:00
Deniz Kusefoglu
ecb5dcd544
Merge pull request #1630 from influxdata/datasources-sidepanel
...
Datasources sidepanel
2018-11-29 18:51:57 -08:00
Deniz Kusefoglu
e2854a0a1c
Add Onboaring Side Panel
...
Polish onboarding sidebar transitions and appearance of tabs
Flatten dataSources children for rendering
Add tests to SideBar components
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-11-29 18:40:24 -08:00
zhulongcheng
535716044f
unify task page size
2018-11-30 10:02:41 +08:00
zhulongcheng
d8c80fa50c
add limit param to task service
2018-11-30 10:02:41 +08:00
zhulongcheng
97d29e8974
add limit param to swagger
2018-11-30 10:02:41 +08:00
Christopher Henn
759891e37f
Add ability to create notes on a dashboard
2018-11-29 16:41:40 -08:00
Iris Scholten
2bd3031383
Merge pull request #1631 from influxdata/dataLoader/streaming-step
...
feat(ui/DataLoaders): Streaming/Listening step
2018-11-29 16:40:55 -08:00
Delmer
889da9cb71
feat(ui/graph): add gauge view options ( #1570 )
...
Adds gauge view, thresholdlist, and thresholditem
2018-11-29 19:26:29 -05:00
Iris Scholten
6e15d444a1
Add Streaming data step to onboarding wizard
...
Co-authored-by: Palak Bhojani <palak@influxdata.com>
2018-11-29 16:06:20 -08:00
Ben Johnson
98d24f7e3c
Merge pull request #1625 from influxdata/remove-influxdb-dependency
...
Remove influxdb dependency.
2018-11-29 14:23:00 -07:00
Ben Johnson
0084d4d824
Remove influxdb dependency.
2018-11-29 11:44:22 -07:00
Edd Robinson
7ccb201b80
Merge pull request #1332 from zhulongcheng/rm-create-series
...
Remove Index.CreateSeriesIfNotExists
2018-11-29 18:36:48 +00:00
kelwang
751018db19
Merge pull request #1626 from influxdata/revert-1567-convert_buckets_error
...
Revert "convert /buckets endpoint error to platform error "
2018-11-29 12:03:13 -05:00
kelwang
2a57dc1970
Revert "convert /buckets endpoint error to platform error "
2018-11-29 12:02:32 -05:00
kelwang
2e3737aa00
Merge pull request #1567 from influxdata/convert_buckets_error
...
convert /buckets endpoint error to platform error
2018-11-29 11:59:06 -05:00
Kelvin Wang
232d9d71e3
fix(http): fix bucket errors
2018-11-29 09:58:56 -05:00
Mark Rushakoff
0a96f67cf5
Merge pull request #1560 from zhulongcheng/before-validation
...
fix(http/task): add validation for beforeTime/afterTime params
2018-11-29 06:35:03 -08:00
Mark Rushakoff
45ec2265ac
Fix typo
2018-11-29 06:30:37 -08:00
Mark Rushakoff
5609b7fd93
refactor: prefer time.After
2018-11-29 06:26:11 -08:00
zhulongcheng
0c68d3126f
PR review changes
2018-11-29 14:30:07 +08:00
zhulongcheng
03c0b4c896
add validation for beforeTime/afterTime params
2018-11-29 14:30:07 +08:00
Deniz Kusefoglu
8279ba65c3
Merge pull request #1584 from influxdata/dataloader/add-dl-telegraf-button
...
Create API functions to create and get telegraf config
2018-11-28 16:17:22 -08:00
Deniz Kusefoglu
6c12aef449
Remove file
2018-11-28 16:05:06 -08:00
Ben Johnson
ee1eaaaaae
Merge pull request #1265 from influxdata/track-scanned
...
Add scanned value & bytes statistics.
2018-11-28 15:59:04 -07:00
Ben Johnson
868fdbbe03
megacheck
2018-11-28 15:52:11 -07:00
jlapacik
7840e73054
Merge pull request #1590 from influxdata/jl-ht-derivative-tests
...
generate derivative tests from HT
2018-11-28 14:44:55 -08:00
jlapacik
f382c3b3c7
generate derivative tests from HT
...
skipping these tests for now until the transpiler
adds support for derivative.
2018-11-28 14:34:32 -08:00
Ben Johnson
1862b4421d
Integrate scanned values statistics tracking.
2018-11-28 15:32:06 -07:00
Lyon Hill
ee94aa46c7
Add ping to the QueryService ( #1597 )
2018-11-28 15:02:59 -07:00
Jorge Landivar
b74b7cc66f
Merge pull request #1604 from influxdata/yarnpkgworkaround
...
Deal with yarn bug
2018-11-28 14:38:01 -06:00
j. Emrys Landivar (docmerlin)
7ba729ad9a
Deal with yarn bug
2018-11-28 13:25:48 -06:00
Deniz Kusefoglu
b3ccd3064d
Add option to download telegraf config to onboarding
2018-11-28 11:01:20 -08:00