Russ Savage
7f380f52bf
chore(changelog): adding date to beta-13
2020-06-25 10:18:40 -07:00
David McKay
67fad644f2
fix: remove redundant break statements
2020-06-25 18:17:24 +01:00
David McKay
79431d1c46
feat: allow restricting TLS version and ciphers
2020-06-25 18:17:24 +01:00
David McKay
e97a0eb027
chore: fix tests
2020-06-25 18:16:57 +01:00
David McKay
b600559d53
chore: fix indentation
2020-06-25 18:16:57 +01:00
David McKay
6e4d7be3cf
chore(editorconfig): revert editorconfig changes, too much work
2020-06-25 18:16:57 +01:00
David McKay
687130d030
fix: restore newlines with updated editorconfig
2020-06-25 18:16:57 +01:00
David McKay
b3c738fc53
fix: have tests use non-default value and support pkger
2020-06-25 18:16:57 +01:00
David McKay
fb22376078
fix: attempt to fix tests for hoverDimension feature
2020-06-25 18:16:57 +01:00
David McKay
76e3fe103a
feat: allow for hoverDimension to be configured
2020-06-25 18:16:57 +01:00
Andrew Watkins
ef4b956daf
test: visualize cell data with variables ( #18712 )
...
* test: visualize cell data with variables
* fix: test
2020-06-25 09:59:49 -07:00
Johnny Steenbergen
c67a6ee1ea
feat(pkger): extend metrics for export functionality
2020-06-25 09:47:33 -07:00
Johnny Steenbergen
cb8fe33da8
chore(pkger): drop reference to pkg in PkgImpactSummary type
2020-06-25 09:47:33 -07:00
Johnny Steenbergen
f554563cea
chore(pkger): refactor independent stack export functionality out of existence
...
the Export behavior (renamed from CreatePkg) now provides for stackID as
another input. With this we are able to remove the additional endpoint
/api/v2/packages/stacks/:stack_id/export. It now fits into the
/api/v2/packages/export endpoint as another req body parameter. This also
makes all export functionality in teh same space, encapsulated both in the
endpoint and within the service layer :-).
references: #18646
2020-06-25 09:47:33 -07:00
Johnny Steenbergen
52cd625687
fix(influx): drop global flags and replace with locals
...
many spots in the CLI that global flags show up cause confusion or just
add overhead with no value. This cleans that up. Other commands may
have token removed if it does not pertain.
commands that do not have global flags:
* influx
* influx completion
* influx config (all sub commands as well)
* influx template
* influx template validate
* influx transpile
* influx version
* all root commands that have no actions, aka influx organization
2020-06-24 15:33:06 -07:00
Johnny Steenbergen
5612930a83
fix(influx): select an active config when deleting the active config
2020-06-24 15:18:08 -07:00
Johnny Steenbergen
74722d5191
fix(influx): stop influx set command forcing url
2020-06-24 15:18:08 -07:00
Johnny Steenbergen
a7d29b1446
fix(influx): provide validation for config host urls
...
closes : #18706
2020-06-24 13:11:06 -07:00
Johnny Steenbergen
6bac4373ca
feat(influx): improve long flags for config commands
...
this deprecates the old flags, but they are still accessible if using them
explictly. They are hidden from the -h message. When used the CLI prints out
a message indicating the flag is deprecated and to use the new flag instead.
2020-06-24 13:11:06 -07:00
Johnny Steenbergen
6694c7e393
chore(pkger): refactor export by stack to reuse CreatePkg functionality
...
this also makes it so that an association (label) that is added to a
resource is also included in the returned output. There is 1 test that
was changed as part of this work. It is to test for this specific change
in behavior
references: #18646
2020-06-24 12:03:20 -07:00
Alex Boatwright
518660786a
feat: adding more segmentation vectors ( #18607 )
2020-06-24 12:02:45 -07:00
Brett Buddin
1f422b9b94
fix(dbrp): Delete DBRP mappings when their target Bucket is deleted. ( #18699 )
2020-06-24 13:40:54 -04:00
Ben Johnson
50efc73210
Merge pull request #18664 from influxdata/storage-engine-write-validation-enabled
...
feat(storage): Add option to disable WritePoints() validation.
2020-06-24 08:43:29 -06:00
Johnny Steenbergen
8feab6d016
chore(pkger): ensure sorting of axes on export of a dashboard's query
2020-06-24 05:19:11 -07:00
Johnny Steenbergen
dcc6bd197a
chore(influx): update influx stacks rm cmd printout
2020-06-23 18:55:38 -07:00
Deniz Kusefoglu
a1dfa45e34
feat(reporting): Add reporting to instances of the UI running queries for the user ( #18661 )
...
* feat(reporting): Add ability to extend simpleQueryPerformanceEvent
* feat(reporting): Add reports to runQuery calls
2020-06-23 15:58:29 -07:00
Timmy Luong
07c76030e4
chore(ui): update giraffe
2020-06-23 14:29:57 -07:00
alexpaxton
73a3e82697
feat(templates-ui): display template resources in accordion list ( #18669 )
...
* feat: display template resources list in accordion fashion
* refactor: polish template name widget and add graphic
* fix: cleanup
2020-06-23 13:08:25 -07:00
Ariel Salem
c4fee5b6c3
feat(cache-cell-results): added cell result caching to reduce cell configuration querying on loads ( #18581 )
2020-06-23 09:34:16 -07:00
Brett Buddin
81e4b02b42
fix(kv): Install feature-flag for switching between normal and simplified options parsing. ( #18662 )
2020-06-23 12:22:53 -04:00
Bucky Schwarz
a96f21f27c
fix: don't re-fetch variables if their loading status is done
2020-06-23 08:33:23 -07:00
Ben Johnson
9784ebb781
feat(storage): Add option to disable WritePoints() validation.
...
This commit adds the `WithWritePointsValidationEnabled()` option
to disable validation in `Engine.WritePoints()` as the same
validation is performed earlier in the call stack by cloud.
2020-06-23 09:07:49 -06:00
Johnny Steenbergen
d671185bdc
fix(pkger): fixup updates for variables where updates from selected were skipped
2020-06-23 08:05:27 -07:00
Johnny Steenbergen
38d44c7980
chore(influx): add support for week duration
2020-06-22 21:02:51 -07:00
Johnny Steenbergen
3c14db1c77
fix(influx): support days as duration type
...
closes : #18639
2020-06-22 20:07:53 -07:00
Johnny Steenbergen
5db8e2fd5e
chore(influx): mark hidden flags that are deprecated as deprecated with help msg
2020-06-22 20:07:53 -07:00
Johnny Steenbergen
4827398fba
fix(influx): normalize output of template task diff
2020-06-22 17:30:28 -07:00
Johnny Steenbergen
802afebf8c
feat(pkger): add support for selected fields to variable
...
references: #18240
2020-06-22 17:05:18 -07:00
Timmy Luong
ca45ad1a23
chore(ui): update prettier in yarn.lock
2020-06-22 16:55:23 -07:00
Alirie Gray
5d3b9e2001
refactor: move name lookup to auth http ( #18643 )
2020-06-22 16:14:48 -07:00
Johnny Steenbergen
34c4e5a48b
feat(pkger): add env default vaules for template references
2020-06-22 15:14:16 -07:00
Johnny Steenbergen
2d4a12fdf6
chore(pkger): accomodate skipping resources that are part of an association
2020-06-22 14:24:33 -07:00
Andrew Watkins
6d20ef4af5
test(e2e): drag and drop cell ( #18585 )
...
* test(e2e): drag and drop cell
* chore: update prettier to 1.19.1
* chore(e2e): find cell by substring
* test(e2e): fix element selectors
* fix: prettier
2020-06-22 13:34:29 -07:00
alexpaxton
47529a826b
feat(flux editor UI): rotate layout of flux toolbar and allow no tab to be active ( #18608 )
...
* feat: rotate layout of flux toolbar and allow no tab to be active
* fix: add testID back in
* fix: update affected e2e tests
2020-06-22 12:20:55 -07:00
Bucky Schwarz
cee2f93506
fix: reportEvent has a default timestamp
2020-06-22 11:21:26 -07:00
Alex Boatwright
3e5f8a49f9
feat: push it all to GA ( #18620 )
2020-06-22 10:57:33 -07:00
Jonathan A. Sternberg
61362e4d63
feat(query/stdlib): add a rule to reorder group and window ( #18613 )
...
This rule reorders group and window so it will switch from using
`ReadGroup` to using `ReadWindowAggregate` when the intent is to
aggregate a grouped window. It will then add a group node that groups by
the given columns and the start and stop columns and then reperform the
aggregate. This is more performant than performing the group first.
2020-06-22 11:11:27 -05:00
Ariel Salem
501795b444
fix(timeseries-map-bug): prevents random racecondition bug from erroring cells ( #18632 )
2020-06-22 09:01:18 -07:00
Brett Buddin
143ee716b6
Merge pull request #18618 from influxdata/bb/default-dbrp-fix
...
fix(dbrp): Wait until we know this bucket is default before writing value
2020-06-22 09:50:08 -04:00
Johnny Steenbergen
5bef654062
fix(influx): remove references to local
...
all CLI interactions are now to go through the front door (API).
closes : #18616
2020-06-18 17:29:16 -07:00