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
1af245a649
Merge pull request #16444 from influxdata/zs-addhoneybadger16443
...
fix(ui): add honeybadger error report to checks (#16443 )
2020-01-08 10:59:26 -07:00
Zoe Steinkamp
b2f617ab29
fix(ui): add honeybadger error report to checks ( #16443 )
...
Flakey e2e test
2020-01-08 10:36:09 -07:00
Zoe Steinkamp
cf9fe462af
fix(ui): add honeybadger error report to checks ( #16443 )
2020-01-08 10:20:25 -07:00
Zoe Steinkamp
51502ca38e
fix(ui): add honeybadger error report to checks ( #16443 )
2020-01-08 10:10:18 -07:00
Zoe Steinkamp
11bc842e3d
fix(ui): add honeybadger error report to checks ( #16443 )
2020-01-08 10:06:08 -07:00
Lorenzo Affetti
48e130a28f
Merge pull request #16356 from influxdata/feat/discard-output
...
feat(query): add dialect to discard output
2020-01-08 17:28:32 +01:00
Yiqun Zhang
74ba877cb9
feat: opentracing in query execution runtime
2020-01-08 11:16:13 -05:00
Lorenzo Affetti
dc4900e252
feat(query): add dialect to discard output
2020-01-08 16:46:52 +01: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
Scott Anderson
c8a609dfca
Merge pull request #16436 from influxdata/flux-0.58-functions
...
chore(flux): added onEmpty parameter to flux filter function
2020-01-07 15:50:08 -07:00
j. Emrys Landivar (docmerlin)
026cff4bf9
chore: update to go 1.13
2020-01-07 16:42:06 -06:00
Scott Anderson
3c1f1aa63c
chore(flux): added onEmpty parameter to flux filter function
2020-01-07 15:07:56 -07: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
Andrew Watkins
1d13894f88
refactor: normalize scrapers ( #16434 )
...
* chore: only save orgs to local storage
* refactor(ui): normalize scrapers
2020-01-07 13:19: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
Johnny Steenbergen
56754f92f2
fix(kv): remove normalizing of variables names to downcase
...
note: this will remain unique by name case insensitive
closes #16429
2020-01-07 09:36:40 -08:00
Andrew Watkins
c5d4632fb3
refactor: normalize telegrafs ( #16420 )
...
* refactor: normalize telegrafs
* fix: check for schema
* fix: telegraf reducer logic
* refactor: move adding defaults to processStrategy
* fix: local storage typings
2020-01-07 09:08:07 -08:00
Gavin Cabbage
6fe69549d4
feat(query): add source to query request via user agent header
2020-01-07 09:28:49 -05:00
Johnny Steenbergen
ec35815553
chore(kv): add new/update checks to kv store base and index store
2020-01-06 16:18:01 -08:00
j. Emrys Landivar (docmerlin)
fb2080f223
feat(tasks): enable full flux durations for every and offset options
2020-01-06 15:42:01 -06: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
4dbc7ec771
chore(ui): refactored variables client API to oats generated types and API ( #16400 )
...
chore(ui): refactored variables client API to oats generated types and API
2020-01-06 12:57:52 -08:00
Jonathan A. Sternberg
4accf32f14
Merge pull request #16417 from influxdata/flux-staging/v0.58.x
...
build(flux): update Flux to v0.58.0
2020-01-06 14:37:28 -06:00
Jonathan A. Sternberg
6d22f81904
build(flux): update Flux to v0.58.0
2020-01-06 14:09:16 -06:00
Andrew Watkins
e092e52a6f
refactor: normalization authorizations ( #16406 )
...
* chore: alphabetize root reducer
* refactor(norm): normalize authorizations (tokens)
* refactor: orgs use immer and reducer helpers
* fix: provide initial state to orgs reducer
* fix(auth): normalize auths on token creation
* fix: initial state with empty object
2020-01-06 11:24:45 -08:00
Jonathan A. Sternberg
9194d89bbc
feat(query/stdlib): prevent a filter push down if the filter needs to keep empty tables ( #16295 )
...
The storage engine isn't capable of sending back empty tables when a
series is empty. Because of this, we disable the push down and let flux
do the filtering in the case where there is a filter and it is specified
to keep the empty tables.
2020-01-06 12:23:31 -06: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
Bucky Schwarz
138caab0a2
test: fix flaky explorer tests by targeting .CodeMirror and not force typing
2020-01-03 14:57:34 -08:00
Andrew Watkins
cc88a366ee
refactor(ui): normalization of buckets ( #16403 )
...
* feat(norm): separate action creators and thunks
* feat(norm): wip normalize buckets
* refactor(norm): change consumption of buckets to norm shape
* test(ui/getResources): change test to accept norm shape
* test(buckets): fix runtime error
* refactor: use immer produce in members reducer
2020-01-03 14:18:49 -08:00
Bucky Schwarz
aa48c4397e
chore: upgrade cypress
2020-01-03 11:56:40 -08:00
Jade McGough
79ab5e5e59
fix(pkger): don't swallow errors when failing to get organization ( #16397 )
2020-01-03 01:22:54 -08:00
Ariel Salem
2965dab67c
Revert "chore(ui): refactored variables client API to oats generated types and API ( #16391 )" ( #16394 )
...
This reverts commit e5c171c2dc
.
2020-01-02 16:43:22 -08:00
Ariel Salem
e5c171c2dc
chore(ui): refactored variables client API to oats generated types and API ( #16391 )
...
chore(ui): refactored variables client API to oats generated types and API
2020-01-02 15:52:37 -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
Andrew Watkins
9e9bb1c755
refactor(ui): normalize organizations ( #16377 )
...
* refactor(norm): normalize organizations
* chore: add junit.xml to gitignore
* test(norm): restructure tests to conform to normalized orgs
* fix: set proper org in local storage
* fix: update createTelegraf to use types
* fix: runtime error when adding telegraf configs
* fix: dashboard thunk not using new org shape
* chore: move edit org to correct place
* fix(orgs): faulty reducer logic
2020-01-02 13:03:43 -08:00
Alirie Gray
6c6bd39ffc
refactor(tasks): remove dead scheduler code ( #16252 )
2020-01-02 11:41:21 -08:00
Jacob Marble
047afcfc10
fix(tests): make sure NATS port is open for unit tests ( #16310 )
...
* fix(tests): make sure NATS port is open for unit tests
Fixes #10628 again
* chore: add comment re possible race
2020-01-02 11:05:56 -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
b6308ba07c
chore(kv): refactor kv.Entity to provide interface for PK and unique keys
2020-01-02 08:05: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
Edd Robinson
5a179b1f95
Merge pull request #16265 from influxdata/er-dump-wal-pred
...
feat: add predicate output to WAL dump tool
2020-01-02 11:46:57 +00:00
Deniz Kusefoglu
219d73bf60
fix(notificationrules): Correct logic on matching notification rules ( #16328 )
...
* fix(notificationrules): Correct logic on matching notification rules
* feat(nrs): Add more tests
2019-12-31 23:44:27 +00:00
Ariel Salem
cffcdf3519
chore(ui): label client refactor complete ( #16361 )
...
Chore(ui): label client refactor complete
2019-12-31 14:23:57 -08:00
kelwang
7eb04a0690
Merge pull request #16374 from influxdata/cli_usage_fix
...
fix(cmd/influx): show see help, instead of usage
2019-12-31 16:15:24 -05:00
Johnny Steenbergen
0dfc163dae
chore(kv): refactor kv checks service to take advantage of new index store
2019-12-31 13:13:38 -08:00
Johnny Steenbergen
370e533901
fix(kv): fixup the filtering for index store
...
was not correctly using the filterFn
2019-12-31 13:13:38 -08:00
Deniz Kusefoglu
fcc39e371f
feat(checks): Add custom check type ( #16350 )
...
* feat(checks): Add custom check type
* feat(checks): Remove alert builder from custom check
* feat(checks): Add AlertBuilderAction to list of possible actions
* feat(checks): Query visualization does not make sense for custom check
* feat(check): check editor should only reexecute queries if view query changes
* Update ui/src/timeMachine/components/TimeMachineFluxEditor.tsx
Co-Authored-By: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
* Address PR review
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2019-12-31 20:21:48 +00:00