Johnny Steenbergen
fdc3e7658c
feat(pkger): add ability to supply a pkg from a url
...
the following is now possible from the CLI(same in REST API):
influx pkg -u 1717709ffa/bucket_pkg_json
2020-01-12 07:53:58 -08:00
Johnny Steenbergen
89939dea4e
fix(influx): add env vars to cli usage and normalize usage and flag/env var priority
...
also rids us of the cobra tutorial code and encapsulates things into funcs
2020-01-10 15:20:15 -08:00
George
a0c18c9ef7
feat(http): add configurable limit to points batch size on write endpoint ( #16469 )
2020-01-10 11:02:44 +00:00
alexpaxton
63b3a07281
refactor(ui): implement cloud top nav design ( #16470 )
...
* refactor: add stylesheet for cloud nav
* refactor: remove cloud icon from side nav
* refactor: move cloud nav to top of app
* chore: add declaration so PNG files are typed as any when imported
* refactor: modify cloud nav to use specified components
* fix: Remove comment
* refactor: update nav item text
* refactor: do not show logout in sidenav for cloud users
* refactor: add unique class for google tag manager
* chore: update changelog
* refactor: don't render user menu if org isn't available
* chore: add image file for logo
Adds-Binary: ui/src/pageLayout/images/influxdata-logo.png
* chore: prettier and eslint
2020-01-09 17:56:12 -08:00
Alirie Gray
4ad9e6b6b5
fix(tasks): add content length check to decode force run request ( #16458 )
2020-01-08 18:55:42 -08:00
Deniz Kusefoglu
625ab8999d
fix(dataloader-buckets): default bucket selection should not be system bucket ( #16413 )
...
* fix(bucket-loading): Remove action duplication
* fix(bucket-loading): Remove state loading before routing to data loaders
* fix(bucket-loading): Limit available buckets to nonsystem buckets
* fix(bucket-loading): Update changelog
2020-01-08 23:44:09 +03:00
Russ Savage
128b9ee9cb
chore(changelog): add date for beta-1
2020-01-08 10:36:49 -08:00
Russ Savage
3a84d5011f
chore(README): updates for beta ( #16364 )
...
* feat(docs): updates for beta
* fix(readme): addressing pr feedback
* chore(readme): addressing feedback from paul
2020-01-08 10:35:58 -08:00
Zoe Steinkamp
cf9fe462af
fix(ui): add honeybadger error report to checks ( #16443 )
2020-01-08 10:20:25 -07:00
Timmy Luong
578f97d0b7
fix(ui): Prevent negative zero and allow zero with decimal places ( #16439 )
...
* fix(ui): Prevent negative zero and allow zero with decimal places
* chore: update CHANGELOG
* fix(ui): Turn off lint rule no-compare-neg-zero
* test: add more tests by overriding prettier
* fix(ui): turn off lint rule for a specific usage, not universally
2020-01-07 16:24:23 -08:00
Bucky Schwarz
81365b9e75
fix: show queries built in advanced mode when switching tabs
2020-01-07 15:02:11 -08:00
Ariel Salem
e45de53259
fix(ui): fixed table threshold bug and added option to make thresholds populate text or background ( #16430 )
...
fix(ui): fixed table threshold bug and added option to make thresholds populate text or background
2020-01-07 13:27:25 -08:00
Timmy Luong
dc188fc1bf
fix(ui): update giraffe ( #16435 )
...
* fix(ui): update giraffe
* chore: update CHANGELOG
2020-01-07 11:52:14 -08:00
Gavin Cabbage
6fe69549d4
feat(query): add source to query request via user agent header
2020-01-07 09:28:49 -05:00
Bucky Schwarz
c46fc454d0
docs: add developer guide; update docs to reference go 1.13
2020-01-06 13:30:40 -08:00
Ariel Salem
96dcdb0677
fix(ui): removed buildActiveQuery func to prevent queries from being reset when timeranges are selected. ( #16404 )
...
fix(ui): removed buildActiveQuery func to prevent queries from being reset when timeranges are selected. Fixed broken test that was being skipped
2020-01-06 08:53:13 -08:00
Randy Coulman
17634dff23
feat(bucket): Increase default retention to 30 days ( #16389 )
...
* feat(bucket): Increase default retention to 30 days
* chore: Update PR number in changelog
2020-01-02 14:29:03 -08:00
Timmy Luong
8780bd23a8
fix(ui): extend the y-axis when stacked line option is selected ( #16376 )
...
* fix(ui): extend the y-axis when stacked line option is selected
* chore: update CHANGELOG
2020-01-02 10:12:45 -08:00
Johnny Steenbergen
77dd06bc5e
fix: enable skipped tests for notification rules and fixup issue in tag matcher
2020-01-02 07:16:03 -08:00
Deniz Kusefoglu
acf73dfdd4
feat(ui): Add matching rules card to alert builder ( #16014 )
...
* feat(ui): Add matching rules card to alert builder
* feat(checks): Add tags from query results to NR matching query parameters
* feat(ui): Update changelog
* feat(nr): Change api function to match import convention
* fix(ui): Fix changelog update mistake
* Click submit button after typing in time machine
* feat(notification rules): Add feature flag to matching notification rules
2020-01-02 12:05:14 +00:00
Kelvin Wang
f8c0ea032c
fix(cmd/influx): show see help, instead of usage
2019-12-31 14:52:55 -05:00
Johnny Steenbergen
8d6d44ac79
chore(bolt): nuke crufty bolt db service
...
kv store is a thing.. use it instead
2019-12-30 11:19:48 -08:00
Johnny Steenbergen
e6f1805e5e
chore(inmem): nuke the duplicative inmem store
...
use kv store... its a thing
2019-12-30 11:04:45 -08:00
Brett Buddin
c42a232545
chore(kit/check): Add new readiness override to CHANGELOG.
2019-12-30 09:42:59 -05:00
Johnny Steenbergen
0dc5c2af92
feat(pkger): fixup flux query normalization in exporting of task
2019-12-27 15:16:48 -08:00
Johnny Steenbergen
f1b5e19776
feat(influx): add hide headers flag to influx cli task cmd
2019-12-27 14:41:55 -08:00
Ariel Salem
7e23c828e9
feat(ui): added last run status to tasks ( #16340 )
...
feat(ui): added last run status to tasks
2019-12-27 13:21:04 -08:00
Johnny Steenbergen
cce279a80e
feat(pkger): add ability to provide secrets alongside package when applying
...
this provides the ability to add secret refs at runtime instead of adding
them to the pkg.
2019-12-27 12:41:42 -08:00
Ariel Salem
79c5c79286
feat(ui): added notification rule & checks last run status & error ( #16338 )
...
feat(ui): added last run status checks for notification rules and check rules, readded updateCheck to fix linter and functionality issues with program and added tests to ensure check creation and update stability
2019-12-27 10:14:34 -08:00
Bucky Schwarz
dd41af3d7a
feat: Add group() to Query Builder
2019-12-26 17:02:41 -08:00
Johnny Steenbergen
1c2421cb9c
feat(pkger): add export support for tasks
2019-12-23 15:41:14 -08:00
Johnny Steenbergen
c9431bceb8
feat(pkger): add apply functionality for task resource
2019-12-23 13:56:42 -08:00
Johnny Steenbergen
8e87498317
feat(pkger): add dry run functionality for task resource
2019-12-23 11:40:28 -08:00
Johnny Steenbergen
e33d74b38c
feat(pkger): add support for tasks to parser
2019-12-23 09:24:35 -08:00
Johnny Steenbergen
af5b7fd7d3
feat(pkger): add export support for notification rules
2019-12-21 14:58:02 -08:00
Johnny Steenbergen
61dceaa727
feat(pkger): add application functionality for the notification rules resource
2019-12-20 12:48:46 -08:00
Johnny Steenbergen
02aec6ed29
feat(pkger): add dry run functionality for notification rules
2019-12-19 16:31:22 -08:00
Johnny Steenbergen
1d3e0daca4
feat(pkger): add parser support for notification rules
2019-12-19 12:56:02 -08:00
George
48b8cb84f7
feat(kv): define forward cursor interface ( #16212 )
...
* feat(kv): define forward cursor interface
* feat(kv): implement ForwardCursor on bolt and inmem buckets
* feat(kv): update tests to capture forward cursor
* fix(kv): typo in docs
* feat(kv): add Err method to ForwardCursor interface
* feat(inmem): batch pair channel sends in forward cursor
* fix(kv): remove Err field from kv.Pair
* feat(kv): add Close to kv.ForwardCursor interface
2019-12-19 17:30:05 +01:00
Johnny Steenbergen
a8a4d3d0b2
feat(pkger): add export functionality to checks resource
2019-12-18 17:52:28 -08:00
Johnny Steenbergen
677e836bf4
feat(pkger): add apply functionality for checks
...
this work is to support pkger, but was able to add back in the
skipped tests. seeing failures upstream, and didn't catch it in
influxdb b/c the tests were being skipped.
closes : #14799
2019-12-18 15:02:03 -08:00
Ariel Salem
63b8129188
fix(ui): fixed flakey tests ( #16268 )
...
fix(ui): fixed flakey tests
2019-12-18 14:03:31 -08:00
Johnny Steenbergen
1db3256980
feat(pkger): add check dry run functionality
2019-12-18 12:15:08 -08:00
Johnny Steenbergen
7c10270c4c
feat(pkger): add support for check resource to pgker parser
...
adds both basic resource specific and the label association
support to check resource in parser
2019-12-18 11:07:19 -08:00
Brett Buddin
01b683c816
chore(changelog): Add fix for infinite loop to list.
2019-12-18 09:24:20 -05:00
Timmy Luong
409a4382bb
fix(ui): retain user input when parsing invalid JSON during import
2019-12-17 19:06:05 -08:00
Johnny Steenbergen
38606c66e1
feat(endpoint): drop id specific check for secret keys in all endpoints
...
the original design made the secrets unable to be reused, a bit to opinionated
to be useful eleswhere. This relaxes that requirement so that secrets can be
referenced here.
2019-12-17 17:10:27 -08:00
Ariel Salem
bba04e20b4
fix(ui): front end sorting for numeric values now being handled correctly ( #16237 )
...
fix(ui): front end table sort now works for numbers, skipping test until flake is resolved
2019-12-17 15:15:09 -08:00
Deary Hudson III
d5f8a5fc9f
feat(cmd): apply env vars consistently across cmd ( #16225 )
2019-12-17 13:55:35 -06:00
Johnny Steenbergen
d42bbb3c64
feat(pkger): add support for exporting notification endpoints
2019-12-17 11:33:34 -08:00