Commit Graph

30610 Commits (48ee7ada0423193732ed3491c0dd2d4bf7f662ef)

Author SHA1 Message Date
tmgordeeva 48ee7ada04
fix(storage): move retention snapshot out of per bucket calls (#14420)
* fix(storage): move retention snapshot out of per bucket calls

Also adds tracking for snapshots from retention and full compactions.
2019-07-23 11:40:05 -07:00
Christopher Henn c0253d868e refactor(ui): rename WrappedCancelablePromise to CancelBox 2019-07-23 11:16:53 -07:00
Christopher Henn 5f015bf013 fix(ui): catch cancellation errors more reliably 2019-07-23 11:16:53 -07:00
Christopher Henn bbf80ac5a9 fix(ui): avoid single stat crash
Changes the `latestValues` logic to ignore null/empty Flux rows. This
prevents a single stat/gauge crash.

Also wraps the time machine `Vis` in a error boundary, to mitigate the
results of a crash.

Closes #14422
2019-07-23 10:53:15 -07:00
Sebastian Borza 8ad76395c0
Merge pull request #14417 from influxdata/info_logger
move logger facility back to Info from Debug
2019-07-23 12:00:35 -05:00
Delmer Reed c316edfdfe fix(ui/style): fix chronograf style 2019-07-23 09:35:42 -07:00
Delmer Reed 384f057c29 fix(ui/asset-alert): fix asset-alert clipping dashboard contents 2019-07-23 09:35:42 -07:00
Jonathan A. Sternberg 6ca9064c7b
chore(ui): upgrade influxdb-templates to v0.3.0 (#14419) 2019-07-23 11:00:13 -05:00
Jorge Landivar 47cd6df834 fix(http): task runs and logs no longer use task token (#14416)
* fix(http): task runs and logs no longer use task token

* test(http): skip session tests

These tests are not using checking authorization correctly.
2019-07-23 10:31:39 -05:00
Sebastian Borza 0653043353
move logger facility back to Info from Debug 2019-07-23 07:35:57 -05:00
Jorge Landivar 9dd27067e8
Merge pull request #14009 from influxdata/cancel-runs-schema
chore(tasks): add swagger for canceling task runs
2019-07-23 02:55:06 -05:00
Chris Goller 986f2eaa75
fix(task/backend): add auth id for marshaling (#14413) 2019-07-22 20:45:03 -05:00
Russ Savage 3dafbc6c62
Fixed task manual run notification type (#14412)
* Fixed task manual run notification type

* updating changelog

* fixing trailing whitespace in stale.yml config
2019-07-22 17:08:23 -07:00
tmgordeeva 871f5466fe
fix(storage): run snapshot before retention deletes (#14400)
Deleting from the cache takes a lock which blocks writes. Snapshot to clear the
cache before deleting to reduce the lock contention.
2019-07-22 16:22:42 -07:00
Lyon Hill 3c3e6172a5
fix(task): eliminate unneccesary auth checking when communicating to internal systems (#14411) 2019-07-22 16:44:49 -06:00
Deniz Kusefoglu 6c700628fa
Add alerts page (#14406)
* Add columns for checks, nr's and endpoints

* Add checks getters and redux store

* Add notification rules Store and fetching

* Connect ChecksColumn to redux and add checkcards

* specify const types in action creators
2019-07-22 15:19:02 -07:00
Christopher Henn 491b2067b2 feat(ui): add delete with predicate overlays 2019-07-22 15:02:34 -07:00
Russ Savage 18af2d0687
fixing stalebot config (#14409) 2019-07-22 14:27:11 -07:00
Deniz Kusefoglu e399e656ce
Fix aggregate window: change name parameter to period (#14407) 2019-07-22 13:39:31 -07:00
Christopher Wolff 63c0f40548 fix(query): use auth-wrapped org and bucket services for query 2019-07-19 20:02:53 -06:00
Delmer e0325296d3
Merge pull request #14392 from influxdata/fix/rate-limit-banners
fix(ui/cloud): display alerts for read or write rates
2019-07-19 18:14:28 -04:00
Delmer Reed 5deeebca4c fix(ui/cloud): wrap limited assets in components 2019-07-19 18:03:32 -04:00
Delmer Reed 5ed0535ba0 fix(ui/cloud): display alerts for read or write rates 2019-07-19 17:45:59 -04:00
Iris Scholten 6ddac5b3c6
feat(ui): Add link to documentation when uploading line protocol (#14385) 2019-07-18 16:51:59 -07:00
Andrew Watkins fa79779489
fix(ui/flux): correct map example (#14379) 2019-07-18 15:07:22 -07:00
Andrew Watkins 8fe429a8f2
fix(templates): import static templates for creating dashboards (#14378) 2019-07-18 12:13:22 -07:00
Deniz Kusefoglu 403e97c460
Consume types from client 1.5 (#14372)
* Bump js client version

* Fix types after client version
2019-07-18 10:19:08 -07:00
Delmer 331b1dbd3b
fix(ui/checkout_btn): onClick go to billing instead of checkout (#14369) 2019-07-18 12:43:44 -04:00
Jonathan A. Sternberg 47b032464f
refactor(query): handle flux errors in the query controller instead of http (#14368)
If we handle the flux errors in the query controller, it makes it so we
are handling the errors in the location where the happen rather than at
a layer further up the stack.

This should simplify it so the errors are handled in this single
location instead.
2019-07-18 11:43:15 -05:00
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
Delmer Reed 93e0ea2d4e fix(ui/checkout_btn): onClick go to billing instead of checkout 2019-07-17 17:05:25 -04: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