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
Johnny Steenbergen
a4e4be7787
feat(pkger): add ability to skip a resource within a template
...
references: #18490
2020-06-17 17:22:56 -07:00
Johnny Steenbergen
0b531e83bb
feat(pkger): extend pkger apply/dry run with ability to skip resources
...
this work is primarily to introduce the state changes internally within
the state coordinator. The coordinator can be unit tested effectively to
verify the actions are being heard.
references: #18490
2020-06-17 15:28:46 -07:00
Johnny Steenbergen
72db5bdd96
chore(pkger): cache testdata dir in memory to reduce disk calls in tests
...
speeds up test ~5x
2020-06-17 15:28:46 -07:00
Zoe Steinkamp
ce79edfd2e
fix: Gauge size adjustment ( #18587 )
2020-06-17 16:25:27 -06:00
Johnny Steenbergen
ce6827c214
chore(cli): extend tests for CLI to capture how flags with `-` are in configs
...
the config for a daemon should use keys that match the flags of the
daemon it is provided too.
2020-06-17 14:52:03 -07:00
Johnny Steenbergen
aa1e29fb84
feat(influx): extend stacks cmd with update
...
closes : #18548
2020-06-17 14:46:09 -07:00
Johnny Steenbergen
a6df6c95ec
chore(influx): update influx stacks usage
2020-06-17 14:46:09 -07:00
Alex Boatwright
7e1cf87c06
feat: flux csv debugging interface ( #18554 )
2020-06-17 14:25:52 -07:00
Alex Boatwright
9a00b0ca52
feat: toggle flow panel types with feature flags ( #18555 )
2020-06-17 14:24:55 -07:00
drdelambre
a09de1b513
fix: helps if you run it
2020-06-17 14:02:55 -07:00
drdelambre
2c495e5603
feat: extending reporting caching
2020-06-17 13:56:18 -07:00
Alex Boatwright
238c3ecb47
fix: maybe looking at the correct file will help ( #18582 )
2020-06-17 13:34:38 -07:00
Bucky Schwarz
584e44d92b
fix: fix yarn lock file
2020-06-17 12:50:30 -07:00
Brett Buddin
954939fa3a
Merge pull request #18507 from influxdata/bb/extract-write-logic
...
refactor(http): Extract write handler logic for re-use elsewhere
2020-06-17 15:22:41 -04:00
Yiqun (Ethan) Zhang
95d97c6e29
feat(query): planner rule to push down window and bare first() and la… ( #18534 )
2020-06-17 14:00:40 -05:00
alexpaxton
037777a6ef
refactor: increase contrast of helper text in flow cells ( #18572 )
2020-06-17 11:58:52 -07:00
Lyon Hill
c9177b8913
feat: migrate task records to always have an owner id ( #18513 )
...
* feat: migrate task records to always have an owner id
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
Co-authored-by: George <me@georgemac.com>
2020-06-17 12:30:37 -06:00
Johnny Steenbergen
285502a8ae
feat(cli): extend Program with config file
...
closes : #18565
2020-06-17 10:52:31 -07:00
Brett Buddin
e1f063c084
chore(kit/io): Tests for LimitedReadCloser.
2020-06-17 13:13:59 -04:00
Brett Buddin
4ce308ee02
fix(http): Make sure we are using the proper response writer.
2020-06-17 13:13:59 -04:00