Sam Arnold
7b2e122869
refactor: refactor for tasks backport ( #21117 )
...
* chore: remove dead code
* refactor: move FluxLanguageService interface to fluxlang
* chore: run fmt
* refactor: move task.go from top level to task/taskmodel
* chore: run formatter
* chore: fix up import ordering with gci
2021-04-07 14:42:55 -04:00
Sean Brickley
07c030a9b1
build(lsp): Upgrade flux-lsp-browser to v0.5.39 ( #21152 )
2021-04-06 15:17:01 -04:00
Paul Hummer
aab53c3d2f
build(flux): update flux to v0.112.0 ( #21150 )
2021-04-06 12:19:19 -06:00
Sean Brickley
f862f8cb1f
fix(storage): Detect need for descending cursor in WindowAggregate ( #21140 )
...
* fix(storage): Detect need for descending cursor in WindowAggregate
* chore: Format + comments
* chore: PR cosmetic feedback (#21141 )
Co-authored-by: Phil Bracikowski <pbracikowski+git@influxdata.com>
* chore: rename testcase and fix comments
Co-authored-by: Phil Bracikowski <pbracikowski+git@influxdata.com>
2021-04-05 18:33:07 -04:00
Daniel Moran
ff6b55aca4
feat(flux): allow values of 0 to disable controller limits ( #21127 )
...
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2021-04-05 16:58:27 -04:00
Jonathan A. Sternberg
28ae9eac75
tests(storage/flux): port table tests for the storage engine ( #21128 )
...
This ports the table tests that existed with the pre-beta version of the
storage engine to the one that is now used in the production version.
A few of the tests are skipped. These are portions of the storage engine
that have not been ported over. They should be unskipped when that
functionality is ported over.
2021-04-01 16:44:54 -05:00
Daniel Moran
61d1ee45b3
build: add windows to cross-build ( #21109 )
2021-03-31 18:52:20 -04:00
William Baker
4237dda205
feat: synchronize ui folder with ui repository ( #21090 )
...
* feat: synchronize ui folder with ui repository
* docs: updated README in /ui to reflect new UI asset build process
* chore: update CHANGELOG
* chore: re-worded CHANGELOG message and added trailing newline to fetch_ui_assets.sh script
* fix: leveraged queryBuilder test code from ui repo to fix flaky queryBuilder test on chrome
* docs: added comments to fetch_ui_assets script explaining where the assets come from
* chore: empty commit to trigger CI
2021-03-31 10:55:49 -04:00
Sean Brickley
6244a3d23f
build(lsp): Upgrade flux-lsp-browser to v0.5.38 ( #21104 )
2021-03-30 15:38:44 -04:00
Daniel Moran
f6b073348b
build: delete vendored copy of gogo protos ( #21098 )
2021-03-30 14:26:05 -04:00
Daniel Moran
00afd95cb7
refactor: automated move of errors and id from root to kit ( #21101 )
...
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2021-03-30 14:10:02 -04:00
Paul Hummer
a8183d8cf1
build(flux): update flux to v0.111.0 ( #21087 )
2021-03-30 09:47:02 -06:00
Daniel Moran
b1283bc998
build: fix 'go generate' and regenerate the universe ( #21089 )
2021-03-30 10:32:14 -04:00
Jonathan A. Sternberg
7b74bb41fc
fix(fluxtest): fix load storage to read/write the bucket correctly ( #21058 )
2021-03-26 15:58:04 -05:00
Sean Brickley
d7ecd6e5fa
build(lsp): Upgrade flux-lsp-browser to v0.5.37 ( #21062 )
2021-03-25 11:34:38 -04:00
Jonathan A. Sternberg
6231d5d90b
build(flux): update flux to v0.109.1 ( #21059 )
2021-03-24 13:11:44 -05:00
Russ Savage
1b7d5f3156
feat: add profiler to query command in cli ( #21006 )
2021-03-23 15:47:52 -04:00
Daniel Moran
4ef09e1ccb
feat(cmd/inflxud): add support for writing to stdout in `export-lp` ( #21046 )
2021-03-23 14:59:16 -04:00
Daniel Moran
85c1bb8cd6
chore: update CHANGELOG ( #21047 )
2021-03-23 14:46:58 -04:00
Daniel Moran
4c59a34bae
fix(bolt): prevent concurrent access to telegraf plugin metrics cache ( #21042 )
2021-03-23 14:16:14 -04:00
Yun Zhao
4f535d281a
fix(tsi1): optimize the comparison of SeriesIDSet. ( #21013 )
2021-03-23 13:27:38 -04:00
Daniel Moran
8ab90d335f
fix(cmd/influx): add limits to task and run filters in retry-failed ( #21033 )
2021-03-23 07:53:58 -04:00
Daniel Moran
3420ed53d3
refactor: modularize backup/restore behavior so it's possible to test using `go test` ( #20991 )
2021-03-23 07:28:38 -04:00
Russ Savage
f377b51250
feat: adding task ids to the ui ( #20894 )
2021-03-22 15:33:40 -04:00
Russ Savage
49a72fce07
fix: escape regex meta characters in user input ( #20925 )
2021-03-22 14:44:16 -04:00
Russ Savage
080341b865
feat: updating telegraf plugins for latest release ( #20861 )
2021-03-22 14:10:48 -04:00
Daniel Moran
73e4e70fd2
docs: remove broken reference to old DEVELOPMENT.md ( #20984 )
2021-03-17 10:55:36 -04:00
Daniel Moran
c5edd9092f
feat(http): add config parameters for HTTP timeouts ( #20971 )
2021-03-16 16:54:46 -04:00
Daniel Moran
9922863185
fix(tls): Update TLS strict cipher suite to actually work ( #20921 )
2021-03-16 10:45:27 -04:00
Sean Brickley
950e99cbb2
build(lsp): Upgrade flux-lsp-browser to v0.5.35 ( #20964 )
2021-03-15 15:50:11 -04:00
Daniel Moran
316eaa24b4
feat(http): add config option to disable metrics endpoint in influxd ( #20963 )
2021-03-15 15:11:23 -04:00
J. Emrys Landivar
5df737cbc7
fix(cmd/influx): log error details when `influxd upgrade` fails to migrate databases ( #20929 )
...
Co-authored-by: Dan Moran <dmoran@influxdata.com>
2021-03-15 14:32:50 -04:00
Timmy Luong
feb61b774d
fix: prevent time field names from being formatted ( #20932 )
2021-03-15 11:02:22 -07:00
Tecker.Yu
643acd4ab1
feat(influxql): rewrite regex conditions in subqueries ( #20882 )
...
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2021-03-15 13:04:38 -04:00
Paul Hummer
54c53625b7
build(flux): update flux to v0.108.1 ( #20958 )
2021-03-15 10:21:57 -06:00
Sean Brickley
eeba0f3268
build(lsp): Upgrade flux-lsp-browser to v0.5.34 ( #20926 )
2021-03-11 18:13:47 -05:00
Daniel Moran
ba4099ddb9
feat(cmd/influx): allow setting shard-group durations for buckets via API and CLI ( #20911 )
...
Co-authored-by: Alexander Savinykh <asavinykh@nbrx.de>
2021-03-11 14:51:03 -05:00
Daniel Moran
b6842d676e
fix(cmd/influx): delete unsupported `influx transpile` command ( #20913 )
2021-03-11 14:28:58 -05:00
Paul Hummer
5c7c31dbe9
Merge pull request #20908 from influxdata/flux-staging/v0.107.0
...
build(flux): update flux to v0.107.0
2021-03-09 13:58:47 -07:00
Paul Hummer
a0dc56f6b2
build(flux): update flux to v0.107.0
2021-03-09 13:25:39 -07:00
Jonathan A. Sternberg
a27b67bdda
feat(ci): run flux integration tests as its own job ( #20901 )
2021-03-09 12:24:28 -06:00
Daniel Moran
7169df3b51
refactor(tsm1): delete unused Write method on cache ( #20890 )
2021-03-09 09:09:20 -05:00
Jakub Bednář
2931100576
docs(clientLibs): updated Swift examples to reflect actual version of client ( #20824 )
...
* docs(clientLibs): update version of JVM clients
2021-03-09 12:26:39 +01:00
Daniel Moran
e86ee475b2
fix: make AST-based option parsing the default, remove feature flag ( #20875 )
2021-03-08 09:51:21 -05:00
Tristan Su
9c63033e8d
chore: clean up unused fields in FileSet ( #20770 )
...
Co-authored-by: Tristan Su <suqing.sq@alibaba-inc.com>
2021-03-05 09:55:03 -05:00
Timmy Luong
b775e1c51f
fix(ui): respect 24 hour clock format and allow more choices ( #20856 )
2021-03-04 17:11:53 -08:00
Daniel Moran
49b83b58ee
refactor: remove panics from CLI kit code and influxd CLI setup ( #20863 )
2021-03-04 17:18:21 -05:00
Daniel Moran
25738db42c
feat(http): allow for disabling pprof ( #20827 )
...
And translate pprof-enabled config during upgrade
2021-03-04 09:28:03 -05:00
Yun Zhao
265c1f311e
fix(tsm1): fix wal's totalOldDiskSize statistics ( #20811 )
2021-03-03 15:20:24 -05:00
Daniel Moran
5fc9240dc5
refactor: delete unused v1 monitoring service ( #20818 )
2021-03-02 12:39:38 -05:00