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
Johnny Steenbergen
81490d6604
feat(influx): fixup config file env var naming and add support for config directory
2020-06-18 17:09:46 -07:00
Johnny Steenbergen
0f222de331
chore(influx): refactor influx config delete cmd to for consistency and update usage
...
closes : #18603
2020-06-18 16:55:33 -07:00
Johnny Steenbergen
84723e15d2
feat(influxd): refactor run command to use cli.Program to respect config file
2020-06-18 15:59:53 -07:00
Johnny Steenbergen
59239a1d93
chore(influx): replace all mentions of packages with templates in the CLI
2020-06-18 15:33:52 -07:00
Bucky Schwarz
f43dc98050
chore: reportError has a default value for timestamp now
2020-06-18 15:21:18 -07:00
Bucky Schwarz
560491d410
feat: add error metric writing method. call it during honeybadger errors
2020-06-18 15:21:18 -07:00
Alex Boatwright
2d9f86a508
chore: move flux testing notebook to feature flag ( #18612 )
2020-06-18 14:19:05 -07:00
Russ Savage
cc19948fdf
fix(fluxFunctions): fix typo in lastIndex ( #18617 )
2020-06-18 14:09:47 -07:00
Brett Buddin
e95839db60
fix(dbrp): Wait until we know this bucket is default before writing value.
2020-06-18 17:08:33 -04:00
Alex Boatwright
a51b1c23ee
fix: let flags get updated ( #18610 )
2020-06-18 13:18:15 -07:00
Deniz Kusefoglu
f378c228d5
feat(reporting): events to durations ( #18577 )
...
* feat(reporting): Add source: ui field only if fields is empty
* feat(reporting): Convert events to durations
* feat(reporting): Report durations rather than events
* feat(reporting): Report durations in ms rather than nanoseconds
* feat(reporting): Report cell edit click
* feat(reporting): join array of resource names outside the promise then
2020-06-18 13:14:06 -07:00
Brett Buddin
d5b6d7ac58
Merge pull request #18614 from influxdata/bb/no-now-flux
...
fix(task/executor): Don't send Now for Flux compiler
2020-06-18 15:55:10 -04:00
Brett Buddin
0f4b0fbe68
fix(task/executor): Don't send Now for Flux compiler. See TODO for details.
2020-06-18 15:27:28 -04:00
Bucky Schwarz
a834d18cf2
chore: move flagging location to lowest possible point - we safe now
2020-06-18 12:11:24 -07:00
Michael Hall
f8d44d7026
Merge pull request #18602 from mhall119/master
...
fix: uint overflow during setup on 32bit systems
2020-06-18 15:04:42 -04:00
Alex Boatwright
b828f7b87d
feat: instrument notebooks ( #18576 )
2020-06-18 11:44:17 -07:00
Alex Boatwright
339bf00e67
feat: extending reporting pooling ( #18584 )
...
* feat: extending reporting caching
* fix: helps if you run it
Co-authored-by: drdelambre <drdelambre>
2020-06-18 11:38:45 -07:00
Michael Hall
831be6c356
fix: Convert onboardingRequest RetentionPeriod to a Duration, rather than time.Hour to a uint. Fixes #18547
2020-06-18 14:36:22 -04:00
Lyon Hill
3987d3692b
chore: Clean out old session store feature flag ( #18596 )
2020-06-18 12:18:34 -06:00
Johnny Steenbergen
d8ac728ac0
feat(pkger): extend metrics to cover org and user id for template installations
...
chore(pkger): fixup error messages
2020-06-18 10:50:10 -07:00
Zoe Steinkamp
757ba6c366
test: add note controls test ( #18604 )
...
* test: add note controls test
* test: add note controls test
2020-06-18 11:47:03 -06:00
Johnny Steenbergen
8d9e3bb81f
feat(influx): provide active config when running bare influx config cmd
2020-06-18 09:29:12 -07:00
Bucky Schwarz
d5bf002d1e
chore: clean up rum - delete unused files, use official api
2020-06-18 09:23:57 -07:00
karel-rehor
3eac7ec154
chore(nightly_tests): update circle config to use actual acceptance tests ( #18599 )
2020-06-18 10:17:20 -06:00
Adrian Thurston
b014fbb7ef
fix: include Now when making a flux query request from a proxy request ( #18564 )
2020-06-18 19:10:44 +03:00
Johnny Steenbergen
e3e1760b38
feat(influx): extend apply command with actions to skip kind and/or resource
...
also consolidates the export filters on `kind` in place of `resourceKind`
2020-06-18 09:01:09 -07:00
Johnny Steenbergen
ec8c252dbb
feat(pkger): extend public apply API with new action to skip resources by kind
...
closes : #18490
2020-06-18 08:03:34 -07:00
Bucky Schwarz
994a37b5c8
feat: add user and org id to about page
2020-06-18 07:36:39 -07:00
Ben Johnson
35f577f615
Merge pull request #18566 from influxdata/fix-tag-key-ref
...
fix(tsdb): Add refs for file-sourced tag keys
2020-06-18 08:21:56 -06:00
Johnny Steenbergen
d1f9807624
fix(pkger): fix flaky test caused by merge race condition ( #18594 )
...
one PR got merged, then the other without rebase/rerunning tests. That
is what resulted in this broken test.
2020-06-18 16:10:27 +03:00
Pavel Závora
a4ce371c19
Merge pull request #18250 from influxdata/swagger-resend-fix
...
fix(swagger): update opID for post resend endpoint
2020-06-18 06:45:08 +02:00
Bucky Schwarz
5ad1c8ed76
feat: show template resources in template install overlay
2020-06-17 18:08:55 -07:00
Johnny Steenbergen
a2bca73760
feat(pkger): extend service with ability to skip resources by kind
...
references: #18490
2020-06-17 17:57:48 -07:00
Johnny Steenbergen
a179d6d473
fix(pkger): delete newly created stack when applying a template that encounters err
2020-06-17 17:57:23 -07:00