Max U
0ba8974294
remove api changes in python file
2019-07-19 15:07:06 -07: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
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