Deniz Kusefoglu
6e77b64da9
Fix dashboard query swagger definition to reflect reality ( #14370 )
2019-07-17 19:23:51 -07:00
Alirie Gray
a73d9a2b77
refactor(tasks): remove Checker from KV Service struct ( #14367 )
2019-07-17 15:21:16 -07:00
Alirie Gray
2202b61032
feat(tasks): add health check to kv service ( #14364 )
2019-07-17 11:24:50 -07:00
Deniz Kusefoglu
cd4b048ac7
Fix alert types and discriminators ( #14358 )
...
* Add discriminator and enum to check types
* Add threshold discriminators and type enum
* Add notification rule discriminators and type enum
* Remove description field
* Fix reference to threshold base
* Move types to ViewBase type from each View Property
* Fix view properties
* Add monotonex to swagger options
* Add empty to view types
* remove whitespace
2019-07-17 11:15:01 -07:00
Lyon Hill
10bfc91562
fix(task): fix an issue where tasks fail to resume on claim ( #14356 )
2019-07-16 14:10:28 -06:00
kelwang
c6f66e1e21
Merge pull request #14352 from influxdata/additional_auth_creation_fix
...
fix(cmd/influx): user flag shouldn't be ignore
2019-07-16 13:58:53 -04:00
Kelvin Wang
42c893f31d
fix(cmd/influx): user flag shouldn't be ignore
2019-07-16 13:25:13 -04:00
Christopher Henn
20ab1daa24
refactor(ui): rename plot components
2019-07-16 09:32:40 -07:00
Christopher Henn
98e8dc9ad8
feat(ui): add initial alert threshold visualization
2019-07-16 09:32:40 -07:00
Jonathan A. Sternberg
ee7ff84d8b
feat(query/stdlib): update influxdb sources to use flux error codes ( #14346 )
...
Update the influxdb sources to be annotated with flux error codes. This
will enable us to identify different response codes for these
operations.
2019-07-16 09:15:46 -05:00
kelwang
1d56544587
Merge pull request #14263 from zhulongcheng/keyRange
...
fix(storage): add key field to keyRange
2019-07-15 22:46:39 -04:00
kelwang
99bfd05820
Merge pull request #14339 from influxdata/add_debug_log
...
feat(http): add auth debug log
2019-07-15 17:08:41 -04:00
Deniz Kusefoglu
b03e887c37
Fix alerts swagger ( #14348 )
...
* Convert operators to strings
* Change queries to query
* fix Check types
* fix notification rules
* fix notification endpoints
2019-07-15 14:07:22 -07:00
Alirie Gray
c7f09d6a56
chore(tasks): use pointers for task errors ( #14343 )
2019-07-15 13:57:51 -07:00
kelwang
d45bd1bb83
Merge pull request #14344 from influxdata/auth_create_user_fix
...
fix(http): fixed auth userid overwrite
2019-07-15 14:19:34 -04:00
Kelvin Wang
b4eb32c222
fix(http): fixed auth userid overwrite
2019-07-15 14:06:02 -04:00
Jonathan A. Sternberg
63aeff31b1
feat(http): handle flux errors that are returned from the query service ( #14338 )
...
Flux errors that are returned from the query service will be adapted to
an influxdb.Error and then will be written to HTTP correctly.
2019-07-15 12:50:53 -05:00
Kelvin Wang
f55cf4c8b3
feat(http): add auth debug log
2019-07-15 12:09:59 -04:00
Deniz Kusefoglu
e9081d68a4
WIP Add alerts and notification swagger definitions ( #14324 )
...
* Rename check schema to healthcheck
* add alert schema and endpoints
* Add checkView as a view type
Co-Authored-By: Jade McGough <jademcgough@users.noreply.github.com>
2019-07-12 14:34:36 -07:00
Deniz Kusefoglu
5e2a097953
Add initial alerting routes and containers ( #14318 )
...
* Add initial alerting routes and containers
* Feature flag alerts nav
2019-07-12 10:57:56 -07:00
Nathaniel Cook
54ea9d94dd
chore(flux): update flux to v0.36.2
2019-07-12 11:15:58 -06:00
Nathaniel Cook
e59c72b245
fix(tests): update e2e tests for new flux executetest methods
2019-07-12 11:15:58 -06:00
Nathaniel Cook
92a4ee53cf
fix(query): skip tests
2019-07-12 11:15:58 -06:00
Nathaniel Cook
c524953af1
chore: update flux to v0.36.1
2019-07-12 11:15:58 -06:00
Lyon Hill
bf460ef4d2
fix(tasks): Add a log message for run transition clairity ( #14321 )
...
* fix(tasks): Add a log message for run transition clairity
We on occasion will see a run in chronograf with missing run data.
We need to find out if we are submitting incomplete data or if we submit full data and somethinge else is happening
2019-07-12 10:10:11 -06:00
Nate Isley
c40f0ec60e
Merge pull request #14317 from influxdata/alpha-15
...
updating changelog for alpha 15
2019-07-11 14:05:51 -07:00
Nate Isley
5e2b92927d
Update CHANGELOG.md
...
Co-Authored-By: Christopher Henn <chris@chrishenn.net>
2019-07-11 14:05:29 -07:00
Nate Isley
b58f8d71e4
updating changelog for alpha 15
...
updating changelog for alpha 15
2019-07-11 14:00:36 -07:00
Nate Isley
028789aa9c
Merge pull request #14311 from influxdata/flux-0.35-functions
...
Updated functions list for flux 0.35.1
2019-07-11 13:30:12 -07:00
Scott Anderson
a8e4a1dd26
reverted unintentional comment change
2019-07-11 14:04:14 -06:00
Lyon Hill
1cd3705576
fix(task): force the scheduler to use the correct success when updating metrics ( #14313 )
2019-07-11 13:44:21 -06:00
Scott Anderson
d30f504b91
updated functions list for flux 0.35.1
2019-07-11 11:50:32 -06:00
Nate Isley
219717bf01
Merge pull request #14309 from influxdata/chore-ui-update-changelog
...
Update CHANGELOG with time zone PR
2019-07-11 10:02:33 -07:00
Christopher Henn
0ea2c009c0
chore(ui): update changelog with time zone PR
2019-07-11 09:50:16 -07:00
George
61e35a8554
fix(tasks) report errors found when iterating over flux query ( #14287 )
...
* Report errors found when iterating over flux query in task
* Add failing test for tasks executor result iterator exhaust failure
* Ensure errors exhausting tasks query result iterator are surfaced as task failure
* Update CHANGELOG with task result iteration error surfacing fix
2019-07-11 17:45:45 +01:00
Deniz Kusefoglu
ebe13e2a57
Remove feature flags from vis types and options ( #14303 )
...
* Remove feature flags from vis types and options
* Remove vis type specific parameters from cloud and oss flags
2019-07-10 17:02:46 -07:00
Deniz Kusefoglu
00f27230a9
Fix filtering bug in tokens ( #14301 )
2019-07-10 15:04:07 -07:00
Alirie Gray
0344e98798
Tasks/remove option caching ( #14283 )
...
chore(tasks): remove option caching from tests
2019-07-09 10:46:13 -07:00
Stuart Carnie
f0f96ac7fc
Merge pull request #14243 from influxdata/sgc/verify
...
Add influxd verify tsm-blocks
2019-07-09 10:23:56 +10:00
Stuart Carnie
030e11a82a
feat: Allow existing influxdb.ID type to be used as a pflag
2019-07-09 09:20:02 +10:00
Stuart Carnie
00561d5a1b
feedback: Move verify routines to `tsm1` package for consistency
...
Should have left it there to begin with 🤣
2019-07-09 09:00:41 +10:00
Stuart Carnie
46952afe37
feat(influxd): New influxd verify tsm-blocks command
...
This command performs verification of TSM blocks
* expected and actual CRC-32 checksums match
* expected and actual min and max timestamps match decoded
data
2019-07-09 09:00:41 +10:00
Christopher Henn
8f9fcfd883
feat(ui): add time zone setting
2019-07-08 15:18:22 -07:00
Alirie Gray
e753957803
Merge pull request #14257 from influxdata/task/checkpointer
...
feat(tasks): add last and checkpoint functions
2019-07-08 14:18:29 -07:00
Alirie Gray
9303f14726
feat(tasks): add last and checkpoint functions
2019-07-08 14:06:15 -07:00
kelwang
1294d0f982
Merge pull request #14268 from influxdata/invalid_compilation_500
...
fix(http): invalid compilation should not be 500 error
2019-07-08 11:48:24 -04:00
Lyon Hill
c8becfd4a2
feat(task): Create a new task executor for the new modular scheduler ( #14252 )
...
* feat(task): create new executor for modular scheduler
2019-07-08 08:13:29 -06:00
Kelvin Wang
1681e3b801
fix(http): use the original error code
2019-07-05 12:34:00 -04:00
Edd Robinson
31bc5a2ded
Merge pull request #14262 from influxdata/bug/flux-range
...
Storage reads should be in domain [start, end)
2019-07-05 17:27:29 +01:00
Edd Robinson
abbe795fa5
docs(storage): update PB doc to reflect new domain
2019-07-05 17:10:56 +01:00