Ben Johnson
a5bbf469ed
Merge pull request #16688 from influxdata/fix-tsdb-predicate
...
fix(tsdb): Fix predicate clone
2020-02-04 11:26:31 -07:00
Johnny Steenbergen
236f52ba62
fix(http): improve error handling and response to api consumer for org service
2020-02-04 09:43:51 -08:00
Johnny Steenbergen
ba803d2046
feat(kit): add http api decoder/responder
2020-02-04 09:43:51 -08:00
Ben Johnson
ce47e57089
fix(tsdb): Fix predicate clone
2020-02-04 10:12:26 -07:00
Greg
e593119c3d
feat: report telegraf plugin usage metrics ( #16378 )
...
* Begin implementing retreival of telegraf plugin stats
* Implement storing/deletion of telegraf plugin stats
* Test plugin stats
* Initialize plugins bucket for tests
* Add comment
* Shorten time and frequency in bolt when providing telegraf plugins metrics
* Simplify ticker loop
* Leak underlying ticker while still satisfying linter
2020-02-04 08:24:58 -07:00
Andrew Watkins
b6b5b4d9a7
refactor: normalization checks ( #16707 )
...
* refactor(checks): action types
* feat: ive done too much
* fix: tsc errors
* fix: jest tests
* chore: change <resourceName>Status to activeStatus
* refactor: getResourceAtID
2020-02-03 16:55:40 -08:00
Bucky Schwarz
dd0ab8fe36
chore: turn on queryBuilderGrouping flag
2020-02-03 16:03:13 -08:00
Ariel Salem
b742fee5b2
fix(ui): fixed dashboard mapping error ( #16715 )
...
fix(ui): fixed dashboard mapping error
2020-02-03 15:47:53 -08:00
Johnny Steenbergen
71f204d465
fix(pkger): drop text color requirement for single stat charts
2020-02-03 13:48:34 -08:00
Johnny Steenbergen
343c9b166b
chore(pkger): consolidate pkger http server into pkger
...
this is the last step for pkger to follow the service definition pattern
that is in the works. Some bits from http were moved into kit/transport/http
for reusability. End result is to hopefully axe http pkg for resuable types in
kit. Long ways off still...
2020-02-03 12:39:47 -08:00
Johnny Steenbergen
2b0b32abe8
chore(http): pull out eror handler into kit pkg for portability
2020-02-03 12:39:47 -08:00
Johnny Steenbergen
f9ed0ccb82
feat(pkger): add metrics svc middleware
2020-02-03 11:07:46 -08:00
Zoe Steinkamp
d283a875e4
fix: gauge spaced out ( #16698 )
...
* fix: gauge spaced out
* fix: gauge spaced out
2020-02-03 09:41:18 -07:00
Zoe Steinkamp
4898a27c7d
fix(tests): Collectors and tasks ( #16699 )
...
* fix(tests): Collectors and tasks
* fix(tests): Collectors and tasks
2020-02-03 09:40:59 -07:00
Lyon Hill
8bd6044398
fix(kv): update user and variables to use forward cursor ( #16671 )
2020-02-03 08:50:06 -07:00
Lyon Hill
f385d19713
fix(kv): update tasks kv to use forward cursor ( #16670 )
2020-02-03 08:49:51 -07:00
Johnny Steenbergen
12052a942c
chore(influx): fixup flag setting in influx tests to use args
...
this is inspired by: https://github.com/kubernetes/kubernetes/blob/master/pkg/kubectl/cmd/cmd_test.go#L73
2020-02-01 09:08:09 -08:00
Andrew Watkins
45f1cc8c57
refactor: normalize notification rules ( #16694 )
...
* feat(wip): move creators and thunks
* chore: cleanup action typings
* feat: normalize notification rules
* chore: let code breathe
* test(rules): add create and reducer tests
* test: cleanup
* test: run 50 times
* test: run 25 times
* chore: remove test loop
2020-01-31 13:26:25 -08:00
Andrew Watkins
974d0ef85e
refactor: normalize notification endpoints ( #16687 )
...
* refactor(endpoints): normalization
* chore(endpoints): move thunks
* test: add label to endpoint
* fix: prettier
* test: simplify explorer test
2020-01-31 07:53:23 -07:00
Alex Boatwright
707d27cc98
fix: import dashboards ( #16674 )
2020-01-30 13:14:59 -07:00
Zoe Steinkamp
e0165303ed
Zs flakeyexplorertest16587 ( #16676 )
...
* fix(test): flaky explorerer test round 1
* fix(test): flaky explorerer test round 1
* fix(test): flaky explorerer test round 1
* fix(test): flaky explorerer test round 1
2020-01-29 11:30:46 -07:00
Jade McGough
e78be03465
Merge pull request #16527 from oiooj/pr-panic
...
fix(http): fix /telegrafs panics when using org=org_name parameter
2020-01-26 19:48:49 -08:00
kun
8e6ce60cf5
fix(http): fix /telegrafs panics when using org=org_name parameter
2020-01-27 11:04:11 +08:00
Johnny Steenbergen
c45f011a59
chore(pkger): update comment and update root of pkg error to be `root`
2020-01-24 16:53:24 -08:00
Russ Savage
455d40e0c5
chore(CHANGELOG): update for beta-2
2020-01-24 15:18:44 -08:00
Jonathan A. Sternberg
b8079278eb
build(flux): update Flux to v0.59.5 ( #16669 )
2020-01-24 15:17:16 -06:00
Lyon Hill
cb7f053d45
fix(kv): Update scrapers to use new forward cursor ( #16647 )
...
* fix(kv): Update scrapers to use new forward cursor
I also made a minor update to move a db lookup outside of a for loop to save
time and optimize
* fix(inmem): fix a potential race condition
2020-01-24 13:35:47 -07:00
Alex Boatwright
7c2980d9ea
fix: killin it softly ( #16666 )
2020-01-24 09:56:28 -08:00
Alex Boatwright
3b7da5df1d
fix: default label properties ( #16665 )
2020-01-24 09:14:53 -08:00
George
281c08ec50
fix(models): filter out reserved tag keys in points parser ( #16412 )
...
* fix(models): filter out reserved tag keys in points parser
* chore(models): update changelog to reflect reserved tag key change
2020-01-24 17:09:16 +00:00
Lyon Hill
d1c0ddc362
fix(kv): update kv source to use the new forward cursor ( #16659 )
2020-01-24 09:46:01 -07:00
Lyon Hill
0fa52eec9d
fix(kv): update kv secrets to use new forward cursor ( #16648 )
2020-01-24 09:24:20 -07:00
Timmy Luong
67829a2b7c
refactor(templates): normalize Templates ( #16642 )
...
* refactor(templates): normalize Templates
* refactor(templates): fix types, lint, and tests
* fix(ui): update schemas
* fix(ui): remove unnecessary processStrategy from templates
* fix(ui): lint
* fix(ui): update thunks and selectors, and remove errant comments
2020-01-23 22:21:06 -08:00
Andrew Watkins
21e7eb7841
fix: clone dashboards ( #16662 )
...
* fix: cannot clone dashboards
* test: add simple clone test
2020-01-23 15:46:44 -08:00
Jacob Marble
a56e0226e6
fix(storage): check engine closed before collecting index metrics ( #16656 )
2020-01-23 15:27:25 -08:00
Alex Boatwright
8e9b2a69a7
fix: adding labels to resources is no longer broken ( #16652 )
2020-01-23 15:23:20 -08:00
Andrew Watkins
4fe3aff9a6
chore(ui): move notifications ( #16658 )
...
* chore: move checks rules and endpoints to own dirs
* chore(rule): move components to rule dir
* chore: move check components
* chore: reducers and components
* chore: move rule and endpoint reducers
* chore: move selectors
* fix: imports
2020-01-23 14:40:21 -08:00
Jakub Bednář
ee85eec6a1
feat(clientLibs): add Ruby client library to Client Page ( #16617 )
...
* doc(clientLibs): add actual version of Java client
* feat(clientLibs): add Ruby client library
* feat(clientLibs): add Ruby client library
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2020-01-23 14:32:32 -08:00
Daniel Campbell
94b13f1532
feat(influxdb): Add Ruby Logo ( #16655 )
2020-01-23 14:20:54 -08:00
Johnny Steenbergen
592e9369a7
feat(pkger): add support for inspecting url paths to grab extension for pkger decoding
2020-01-23 14:14:28 -08:00
Andrew Watkins
78c1e9e19e
refactor(ui/views): normalization ( #16616 )
...
* refactor: move views logic to separate directory
* refactor: normalize views
* fix: spinners
* fix: dont render views until status is done
* fix(http/dashboards): view shape not returning from getDashboard
* test: delete irrelevant and redundant test
* fix: go tidy
* test: skipping monaco test
* chore: sort type exports
* chore: cleanup
2020-01-23 13:17:08 -08:00
Deniz Kusefoglu
7a9b09cf1c
fix(dashboard-dd): Add name of newly created dropdown ( #16640 )
2020-01-23 14:57:05 -05:00
Gavin Cabbage
b91d778579
feat: resource log
2020-01-23 13:04:06 -05:00
Deniz Kusefoglu
fa7861d904
feat(permissions): Add new resources to permissions array ( #16638 )
2020-01-23 12:19:23 -05:00
Andrey Yurchenkov
99d702e0ff
fix(documentation): Rename DEVELOPMENT.MD to DEVELOPMENT.md ( #16601 )
2020-01-23 08:57:32 -08:00
Lyon Hill
379fd085fc
fix(kv): update org collection to use forward cursor ( #16639 )
2020-01-23 08:47:02 -07:00
Lyon Hill
d509946bef
fix(kv): update notification rules to use the new forward cursor ( #16637 )
2020-01-23 08:46:53 -07:00
Lyon Hill
25cc4ea83d
fix(kv): update label collection to use new forward cursor ( #16636 )
2020-01-23 08:46:40 -07:00
Lyon Hill
a7dddba728
fix(kv): Update documents in kv to use new forward cursor ( #16635 )
2020-01-23 08:46:23 -07:00
Lyon Hill
8894b65d2d
fix(kv): update kvlog to use the new forward cursor ( #16634 )
2020-01-23 08:46:09 -07:00