Ariel Salem
4b3b1308f0
feat(ui): login & sign-up page for IDPE ( #17049 )
2020-03-09 10:33:34 -07:00
Ariel Salem
a017f0c4a2
fix(ui): displaying variable list default values ( #17097 )
2020-03-09 09:31:52 -07:00
Johnny Steenbergen
de24c0e813
feat(influx): extend pkg export all cmd to allow for filtering of output
...
currently, support by filtering labelName and or by resource kind
closes : #17029
2020-03-09 09:27:01 -07:00
Jacob Marble
8bfe05e554
refactor(storage): remove reads.ResponseWriter ( #17137 )
...
ResponseWriter is only used in IDPE, so move it to that repo.
2020-03-06 15:54:11 -08:00
Johnny Steenbergen
1c9fd705a3
feat(pkger): add support for exporting org resources filtered by label
2020-03-06 14:51:01 -08:00
Jonathan A. Sternberg
834a8740e0
refactor(task/backend): move the task/backend constants to the global package ( #17133 )
...
This moves a few types and constants to the global package so it can be
used without importing the `task/backend` package. These constants are
referenced in non tasks-specific code.
This is needed to break a dependency chain where the task backend will
call into the flux runtime to perform parsing or evaluation of a script
and to prevent the http package from inheriting that dependency.
2020-03-06 16:19:32 -06:00
Jacob Marble
39b7c2ab76
refactor(storage): export IndexSeriesCursor ( #17134 )
...
* refactor(storage): add readSource field accessors
* refactor(storage): remove unused limitSeriesCursor
* refactor(storage): export IndexSeriesCursor
This allows IDPE to use the same implementation, rather than duplicate
code. Also copied unit tests from IDPE.
* chore: go fmt
2020-03-06 14:05:03 -08:00
Johnny Steenbergen
6818925643
feat(pkger): add support for exporting all and filter by resource types
...
note: all associations are still included for resources that match the
filte criteria.
2020-03-06 11:51:38 -08:00
Randy Coulman
47944e5bfa
chore(multi-user): rename nav link for org members ( #17128 )
...
Co-authored-by: Andrew Watkins <watts@influxdb.com>
Co-authored-by: Andrew Watkins <watts@influxdb.com>
2020-03-06 11:44:49 -08:00
Alex Boatwright
b982974c60
fix: stops variables from crashing ( #17127 )
...
Co-authored-by: drdelambre <drdelambre>
2020-03-06 11:44:31 -08:00
Ariel Salem
ddc0d9afd8
fix(ui): disabled group functionality for check query builder ( #17113 )
...
fix(ui): disabled group functionality for check query builder
2020-03-06 10:45:59 -08:00
Brett Buddin
8c99d38950
Merge pull request #17121 from influxdata/bb/revert
...
fix(http): Revert requirement of Content-Type
2020-03-06 12:44:39 -05:00
Brett Buddin
f1b87a32c7
chore(changelog): Remove content-type requirement.
2020-03-06 12:24:32 -05:00
Brett Buddin
de0b92ebc9
fix(http): Revert d51447fc34
.
2020-03-06 12:24:12 -05:00
Ariel Salem
148b55b9f6
fix(ui): fixed dashboard cell error for disk usage ( #17120 )
...
fix(ui): fixed dashboard cell error for disk usage
2020-03-06 09:21:00 -08:00
Jade McGough
ebc6f072db
chore(github): change CODEOWNERS for tools-team ( #17119 )
...
We own the pkger tool, so adding that to CODEOWNERS.
Removing api-team, as that team no longer exists.
2020-03-06 08:58:49 -08:00
Yiqun (Ethan) Zhang
5333ff4d1b
feat(transpiler): support difference(), group by wildcard, and correc… ( #17021 )
...
* feat(transpiler): support difference(), stddev(), spread(), group by wildcard, and correct _time column
2020-03-06 11:19:46 -05:00
Johnny Steenbergen
95c72c1679
chore(influx): update setup cmd to allow for duration for retention option
...
closes : #17107
2020-03-06 08:13:21 -08:00
Ariel Salem
037d4845d6
Revert "fix(ui): disabled group functionality for check query builder ( #17110 )" ( #17112 )
...
This reverts commit ff6d9c87cb
.
2020-03-05 17:14:44 -08:00
Ariel Salem
ff6d9c87cb
fix(ui): disabled group functionality for check query builder ( #17110 )
...
fix(ui): disabled group functionality for check query builder
2020-03-05 16:53:04 -08:00
Jacob Marble
5efde876d7
refactor(storage): rename things so flux and influxql influence is clear ( #17108 )
...
* refactor(storage): rename things so flux and influxql influence is clear
* chore: go fmt
2020-03-05 15:23:05 -08:00
Jacob Marble
1facad82dd
refactor(storage): move unused code to repo that needs it ( #17090 )
...
* refactor(storage): move unused code to repo that needs it
Turns out that a bunch of code is only needed in IDPE. This change
removes that code, and another PR adds it to IDPE.
* refactor(storage): export KeyMerger
* refactor(storage): export NilSortHi and NilSortLo
* refactor(storage): move StringIterator & friends to IDPE
* refactor(storage): unexport a few test helper funcs
2020-03-05 14:15:51 -08:00
Brett Buddin
f897c15187
Merge pull request #17091 from influxdata/bb/require-content-type
...
fix(http): Require Content-Type for query endpoint
2020-03-05 12:06:48 -05:00
Alirie Gray
dff47721ce
fix(secrets): wrap secrets service in authorizer ( #17099 )
2020-03-05 08:35:14 -08:00
Brett Buddin
32b199ef60
chore(http): Update CHANGELOG to reflect Content-Type fix.
2020-03-05 11:13:25 -05:00
Brett Buddin
d51447fc34
fix(http): Require Content-Type for query endpoint.
2020-03-05 11:12:33 -05:00
Stuart Carnie
b686a30bd8
Merge pull request #17102 from influxdata/sgc/cli
...
feat(cli): Extend flag support to pflag.Value types
2020-03-05 08:58:08 -07:00
Stuart Carnie
ffe6344275
feat(cli): Extend example demonstrating pflag.Value
2020-03-05 08:30:04 -07:00
Stuart Carnie
9335800af1
feat(cli): Extend flag support to pflag.Value types
...
Allows custom types that implement the pflag.Value interface,
which simplifies validation and error handling of flag processing.
2020-03-05 08:21:13 -07:00
Deniz Kusefoglu
b1b2444fac
feat(sampledata): Route from buckets index to Data Explorer ( #17085 )
...
* feat(sampledata): Add routing to de from bucket name
* feat(sampledata): Change rename edit bucket flow
* feat(sampledata): Add onclick behavior to system buckets
* feat(sampledata): Move rename button
* feat(sampledata): Remove rename bucket button from create bucket overlay
* feat(sampledata): Fix bucket tests
* feat(sampledata): Update changelog
2020-03-04 18:02:43 -08:00
Alirie Gray
c4e9201859
refactor(api): add HTTPC client service to notification rules API ( #17087 )
2020-03-04 16:32:33 -08:00
Brandon Farmer
635c44c704
Merge pull request #17096 from influxdata/refactor-lsp-integration
...
chore: Refactor LSP server integration for future work
2020-03-04 16:13:44 -08:00
Jade McGough
fec0a021fd
fix(cmd): use list instead of find in cli ( #16805 )
2020-03-04 15:39:04 -08:00
Brandon Farmer
95893147c0
chore: Refactor LSP server integration for future work
2020-03-04 15:33:39 -08:00
Johnny Steenbergen
29af0a26ff
feat(pkger): add support for exporting table view charts
...
closes : #16882
2020-03-04 14:20:56 -08:00
Ariel Salem
ad053d3c24
fix(ui): fixed regression bug that prevented variable maps from properly assigning values ( #17072 )
...
fix(ui): fixed regression bug that prevented variable maps from properly assigning values and updated tests to enforce correct functionality
2020-03-04 13:52:40 -08:00
Johnny Steenbergen
39b433c43f
feat(pkger): add table view parser support
2020-03-04 12:48:46 -08:00
kelwang
2f941c669a
Merge pull request #17050 from influxdata/auth_cli_list
...
fix(cmd/influx): fix auth user name
2020-03-04 10:16:59 -05:00
Kelvin Wang
4bd60efae1
fix(cmd/influx): fix auth user name
2020-03-04 09:48:18 -05:00
karel-rehor
b2a0839a14
chore: update circleci nightly-sel image chrome version ( #17058 )
...
* chore: update circleci nightly-sel image chrome version
* chore: update node image to node:lts-stretch-browsers
2020-03-04 09:51:39 +01:00
Alex Boatwright
16a0b6f7fb
feat: change aggregateWindow default text ( #17080 )
2020-03-03 14:21:00 -08:00
Andrew Watkins
91678cb9ac
chore(multi-user): update user list link ( #17084 )
2020-03-03 13:30:58 -08:00
Christopher M. Wolff
027d29dd30
chore: update to Flux version v0.63.0 ( #17083 )
2020-03-03 13:17:37 -08:00
Ariel Salem
2e348eb082
fix(ui): updated default positioning for adding aggregate funcs when toggling from query builder ( #17028 )
...
fix(ui): updated default positioning for adding aggregate funcs when toggling from query builder
2020-03-03 10:09:11 -08:00
Johnny Steenbergen
fca4e13255
fix(pkger): fix issue with imports causing option task to be injected at wrong point
...
closes : #17069
2020-03-02 15:19:54 -08:00
Alex Boatwright
31cfbde380
feat: upgrading lsp to 0.3.0 ( #17043 )
2020-03-02 09:38:30 -08:00
Jacob Marble
83818e9592
fix(storage): incremental improvments ( #17011 )
...
* fix(storage): simplify storage/seriesCursor
storage/seriesCursor releases series file and TSI references sooner.
Remove unhelpful request object, inherited from 1.x
* chore(storage): replace SeriesCursor interface with sole implementation
2020-02-28 11:12:43 -08:00
Christopher M. Wolff
7547ab8fc2
chore: update to Flux v0.62.0 ( #17048 )
2020-02-28 10:53:10 -08:00
Jorge Landivar
3c8ad39733
fix(checks): typo causing panic in checks endpoint
2020-02-28 10:54:06 -06:00
kelwang
7adf61a0c7
Merge pull request #17046 from influxdata/typo
...
chore(cmd/influx): typo
2020-02-28 09:14:14 -07:00