Pavel Zavora
04026eb835
feat(notification/telegram): update swagger with telegram endpoint and rule
2020-07-25 11:59:04 +02:00
Pavel Zavora
192e997aea
feat(notification/telegram): add telegram endpoint and rule
2020-07-25 11:59:04 +02:00
Bucky Schwarz
82c4fa61b5
test: add unit test to default x and y column functions
...
Co-authored-by: Zoe Steinkamp <zoe.steinkamp@gmail.com>
2020-07-24 16:21:06 -07:00
Johnny Steenbergen
5dfa0e2973
feat(pkger): add resource links to a stack's resources from public HTTP API list/read calls
...
closes : #19049
2020-07-24 15:42:16 -07:00
Johnny Steenbergen
a652cdf552
chore(pkger): axe deprecated /packges route tree
2020-07-24 09:33:30 -07:00
Ariel Salem
e4db8c5cd3
Revert "feat(QueryCache): adds a query cache to Dashboards ( #19010 )" ( #19061 )
...
This reverts commit 5fffc8186a
.
2020-07-24 09:19:50 -07:00
Pavel Závora
0dac01aa27
Merge pull request #19062 from influxdata/sranka-patch-1
...
docs(swagger): repair description
2020-07-24 15:23:58 +02:00
Pavel Závora
708714349c
docs(swagger): repair description
...
The generated typescript code (for influxdb-client-js) does not pass a tsdoc linter check and complains with `The code span is missing its closing backtick`
2020-07-24 15:17:03 +02:00
Ariel Salem
5fffc8186a
feat(QueryCache): adds a query cache to Dashboards ( #19010 )
2020-07-24 05:25:24 -07:00
George
4a845f64cf
chore: simplify to transform dependencies ( #18820 )
...
* chore: remove bucket and org cruft from experimental to transformation
* chore: remove URM dependency from bucket auth middleware
2020-07-24 11:49:23 +01:00
George
47b7226e3c
fix(tenant): use rand org bucket id generator over snowflake in tenant service ( #19021 )
...
* fix(tenant): use rand org bucket id generator over snowflake in tenant service
* fix(tenant): update bucket test harness to create org via store instead of service
2020-07-24 11:35:41 +01:00
George
1b6d9abc00
chore(bolt): add option to skip fsync for test purposes ( #19037 )
2020-07-24 10:13:05 +01:00
Daniel Campbell
089ccc0609
fix(ui): dashboard upgrade ( #19055 )
...
* fix(ui): remove upgrade button on dashboard
* fix(ui): prettier
2020-07-24 00:03:43 -07:00
Zoe Steinkamp
1dc6a9d14d
fix: X axis not accepting value & Y axis only accepting value ( #19044 )
...
* fix: X axis not accepting value & Y axis only accepting value
The fix for the x axis
* fix: X axis not accepting values & y axis only accepting values
The fix
+ start of unit test
* fix: X axis not accepting values & y axis only accepting values
adding the tests
* fix: X axis not accepting values & y axis only accepting values
Fixing the merge conflicts
* fix: X axis not accepting values & y axis only accepting values
fixing go issue
* fix: X axis not accepting values & y axis only accepting values
changelog
2020-07-23 17:03:24 -06:00
Daniel Campbell
4df52d0cb4
feat(ui): redesign asset & rate limit alerts ( #19032 )
...
* feat(ui): update rate limit alert
* feat(ui): update to clockface 2.3.0
* feat(ui): update limit alert components
* feat(ui): add home page limit alert
* feat(ui): replace alert page limit alerts
* feat(ui): relace load data limit alerts
* feat(ui): replace dashboards limit alerts
* feat(ui): replace data explorer limit alerts
* feat(ui): replace tasks limit alerts
* feat(ui): replace settings limit alerts
* fix(ui): prettier
* feat(ui): update changelog
* fix(ui): update clockface to 2.3.1 and fix tests
* fix(ui): change test id
2020-07-23 15:29:57 -07:00
jlapacik
17391d6924
fix: call Next on read cursor at end of loop ( #19012 )
2020-07-23 15:06:17 -07:00
Johnny Steenbergen
d1791d390f
fix(influx): register global flags on telegraf cmds
2020-07-23 14:36:00 -07:00
Johnny Steenbergen
fd42c092d0
fix(influx): enforce flag validation
...
closes : #18629
2020-07-23 14:36:00 -07:00
Jonathan A. Sternberg
8678a22ee3
feat(storage/flux): add tests for min/max pushdowns ( #19028 )
2020-07-23 16:07:30 -05:00
Jonathan A. Sternberg
a14a8646e8
ci(release): correctly build static binaries for the nightly release ( #19022 )
2020-07-23 11:46:58 -07:00
Ben Johnson
1247e7449d
Merge pull request #19018 from benbjohnson/tsi-series-file-limiter
...
feat(tsdb): Add optional mincore limiter to TSI & Series File
2020-07-23 12:34:23 -06:00
Johnny Steenbergen
aee64f1901
chore(influx): drop REPL command
...
closes : #18676
2020-07-23 11:17:46 -07:00
Russ Savage
f54848f443
chore(changelog): updates for beta-15 ( #19041 )
2020-07-23 10:54:33 -07:00
Andrew Watkins
b9a3abd2ee
fix: switch org ( #19039 )
...
* fix: switching orgs
* chore: test name
2020-07-23 10:09:45 -07:00
Christopher M. Wolff
8b106bcee1
feat(storage): add mean aggregate array cursor and tests ( #19019 )
2020-07-23 09:49:53 -07:00
Andrew Watkins
d3c86e8f4c
perf: cancel dashboard page requests ( #19029 )
...
* perf(wip): abort dashboard page requests
* feat: runQuery mutex (#19001 )
* perf: cancel hydrateVars
* fix: prettier
* chore: linter
* fix: optional chaining operator
Co-authored-by: Alex Boatwright <drdelambre@gmail.com>
2020-07-23 09:32:51 -07:00
Johnny Steenbergen
76c2134767
feat(influx): enable dynamic configs destination
...
introduces the new flag --configs-path to the influx CLI. This new
flag has a corresponding env var INFLUX_CONFIGS_PATH. It is useful
to export this env var in a shell dotfile for consumption throughout the
box.
closes : #17979
2020-07-23 08:36:49 -07:00
Adrian Thurston
1ad9d68a28
docs: added libprotobuf-dev to list of packages to apt install ( #18844 )
2020-07-23 16:22:49 +03:00
Adrian Thurston
c693f0b080
test: use experimental.chain in flux e2e tests to allow a single pass ( #18898 )
...
Force the writing of data and running of the test to happen sequentially. As
the results come out, collect them and report an error only if the diff results
are not empty.
2020-07-23 15:58:21 +03:00
Bucky Schwarz
88cdf43db1
revert: feat(pkger): add Stack resource type to global list
...
This reverts commit 99eabf8a44
.
A backend change was needed to make this work in Cloud envs, that change is blocked.
2020-07-22 12:48:53 -07:00
Alex Boatwright
437b35b869
feat: adding notebook flag to backend ( #19013 )
2020-07-22 09:27:11 -07:00
Ben Johnson
3cc2638bbf
feat(tsi1): Add optional mincore limiter to TSI
2020-07-22 10:17:42 -06:00
yuktarakesh
5ba4f4da7b
Merge pull request #18954 from influxdata/feat/feature-flag-merge-filter
...
feat(query/stdlib): update flags.yml with mergleFilterRule and add mergeFilterRule to rules.go with corresponding unit tests.
2020-07-22 09:01:32 -07:00
Russ Savage
3009579b85
fix(migrate): remove cli migrate command ( #19004 )
2020-07-22 08:35:57 -07:00
Gavin Cabbage
3c6b728702
chore: use go generate to download large tsdb testdata ( #18993 )
...
* chore: use go generate to download large tsdb testdata
* chore(gitignore): TSM/TSI verbiage
2020-07-22 11:29:22 -04:00
yukta
dbcd363dad
feat(query/stdlib): update flags.yml with mergleFilterRule and add mergeFilterRule to rules.go with corresponding unit tests.
2020-07-22 08:16:35 -07:00
yukta
6448a155c3
feat(query/stdlib): update flags.yml with mergleFilterRule and add mergeFilterRule to rules.go with corresponding unit tests.
2020-07-22 08:16:35 -07:00
alexpaxton
cd1dc94a07
feat: add trackable classnames and events to flows ( #19007 )
2020-07-21 15:50:49 -07:00
Jonathan A. Sternberg
f854762cac
fix(storage/flux): do not wait for empty tables in the windower ( #19008 )
...
When splitting windows into their own individual tables, do not wait for
empty tables to be read. Empty tables may never be read so waiting for
them can result in a deadlock.
This was found while writing a test case for in progress work and so a
test case for this condition will follow in a future commit.
2020-07-21 17:38:33 -05:00
Johnny Steenbergen
8b058597d6
chore(fs): refactor global file consts into internal/fs
2020-07-21 14:27:52 -07:00
jlapacik
8433b5ba99
feat: typescript api for editing flux options
2020-07-21 14:19:22 -07:00
Johnny Steenbergen
99eabf8a44
feat(pkger): add Stack resource type to global list
...
now that Stacks have landed, the resource type can now be included for
any all access tokens, not just the token from setup
2020-07-21 11:16:00 -07:00
Zoe Steinkamp
7cf4215b9e
test: rename the query in side menu ( #18996 )
...
* Test: Rename the query in side menu
Confirm toggle goes back as well
* Test: Rename the query in side menu
fix prettier
* Test: Rename the query in side menu
remove only
2020-07-21 11:57:50 -06:00
Deniz Kusefoglu
dabf0e8292
fix(eventing): Report duration as field value instead of tag value ( #19005 )
2020-07-21 10:41:25 -07:00
Paul Hummer
d701f1c9dd
Merge pull request #19003 from influxdata/flux-staging/v0.74.0
...
build(flux): update Flux to v0.74.0
2020-07-21 09:24:44 -06:00
Paul Hummer
aa33f440a0
build(flux): update Flux to v0.74.0
2020-07-21 09:05:26 -06:00
Johnny Steenbergen
86894d4337
feat(influx): add telegraf resource support to influx CLI
...
closes : #17654
2020-07-20 15:37:43 -07:00
jlapacik
b7e2330fa3
test: offset tests for min and max read cursors
2020-07-20 12:23:37 -07:00
jlapacik
36987bec0f
feat: add offset parameter to window cursors
2020-07-20 12:23:37 -07:00
jlapacik
4d8547f0fe
test: launcher tests for window offset
2020-07-20 12:23:37 -07:00