Commit Graph

30881 Commits (update_create_time)

Author SHA1 Message Date
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
Nathaniel Cook 1a987cdbef Merge branch 'master' into flux-staging 2019-07-12 10:41:32 -06:00
Nathaniel Cook 1e6c139dce chore(flux): update flux to v0.36.2 2019-07-12 10:36:26 -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
Nathaniel Cook b0a97a9494 fix(tests): update e2e tests for new flux executetest methods 2019-07-11 17:10:52 -06:00
Nathaniel Cook 151a19428f fix(query): skip tests 2019-07-11 17:10:52 -06:00
Nathaniel Cook e70026d996 chore: update flux to v0.36.1 2019-07-11 17:10:52 -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
Max U fe2aceb5e4 Merge branch 'master' into mu-tsm-clean-14058 2019-07-08 15:19:41 -04:00
Max U 6f14314e97 change log level from info to error 2019-07-08 14:49:14 -04:00
Max U 2202d727da fixes merge conflicts 2019-07-08 14:07:04 -04:00
maxunt ca5a599261
Merge branch 'master' into er-rename 2019-07-08 13:42:24 -04:00
Max U 39f51969e9 replaced os.Create calls w API calls to fs.CreateFile, includes unit test 2019-07-08 13:01:42 -04: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
Edd Robinson 12f2eeda1f fix(storage): ensure query range is (start, stop] 2019-07-05 17:10:56 +01:00
zhulongcheng 94d4c846a8 fix(storage): add key field to keyRange
Signed-off-by: zhulongcheng <zhulongcheng.me@gmail.com>
2019-07-05 00:14:19 +08:00
Ben Johnson 150165e92f
fix(tsdb): Fix tsm1 block merge. (#14254)
fix(tsdb): Fix tsm1 block merge.
2019-07-04 08:35:43 -06:00
Jacob Marble af2d26584a
chore(tracing): LogError handles nil; remove Jaeger from test (#14260) 2019-07-03 16:43:07 -07:00
Stuart Carnie 4a4268ed2b
Merge pull request #14250 from influxdata/sgc/fix/report
report-tsm --pattern flag incorrectly matches everything but specified value
2019-07-04 08:08:03 +10:00
kelwang 1dd4141087
Merge pull request #14258 from influxdata/fix_dbrp_not_found_error
fix(inmem): fix dbrp not found
2019-07-03 16:46:19 -04:00
Delmer 77c3d95289
feat(ui/cloud): add cloud checkout button (#14259) 2019-07-03 16:27:30 -04:00