Commit Graph

34857 Commits (4ba5550a5d23ac1a870fcfbc5f5f35694d7bffb7)

Author SHA1 Message Date
Timmy Luong 3f3670fa1c
feat: remove ui feature flags for permanent features (#21531) 2021-05-21 16:40:35 -07:00
William Baker fee3c46023
fix: add telemetry slug for additional file exts (#21522)
* fix: add telemetry slug for more exts

* chore: update CHANGELOG
2021-05-20 08:58:18 -04:00
Jonathan A. Sternberg ce48262c31
feat(storage/flux): support table.fill() within aggregate window pushdown (#21519) 2021-05-19 20:22:56 -05:00
William Baker 35ce6e6946
build: static image for e2e tests (#21506) 2021-05-19 11:02:07 -04:00
Paul Hummer c301cf6e44
feat: add support for testing.load in fluxtest (#21492)
This patch adds support for using `testing.load` in flux acceptance
tests.
2021-05-18 09:49:28 -06:00
Sam Arnold a40e2920b4
fix: flux to function name conflict (#21496) 2021-05-18 10:40:06 -04:00
William Baker 40897b9a98
feat(notebooks): authorization for notebooks (#21490)
* feat(notebooks): auth changes to top-level authz

* feat(notebooks): added authorization

* chore(notebooks): added tests for authz
2021-05-17 19:01:27 -04:00
Paul Hummer 5a9a28151b
build(flux): update flux to v0.116.0 (#21488) 2021-05-17 14:34:18 -06:00
davidby-influx 5ef6b837b0
chore: remove erroneous dependency on istio (#21486)
Use same logging functions as the rest of the points code.
2021-05-17 12:06:06 -07:00
Daniel Moran fc3beb7d0a
fix: last-modified of empty shard directory shouldn't be Unix epoch. (#21481)
Co-authored-by: davidby-influx <72418212+davidby-influx@users.noreply.github.com>
2021-05-17 13:36:36 -04:00
William Baker cc4ebe231d
feat: notebooks api handlers & fake store (#21480)
* feat(notebooks): demo store functionality

* feat: demo store with context and middleware

* refactor: without context

* fix: update endpoint and status code for delete

* chore: changed name

* chore: added some tests

* fix: address review comments
2021-05-17 12:07:48 -04:00
Daniel Moran 6bdcbaa141
fix(cmd/influx): accept `--input` flag in `restore` command (#21477)
* feat(cmd/influx): accept --input flag in `restore` command.
* fix(restore): make it an error if no backup manifests are found
2021-05-14 15:07:58 -04:00
Sam Arnold d89b9cbaca
refactor: last cursor optimization function name (#21353)
Closes: #21330
2021-05-13 14:44:00 -04:00
Jakub Bednář 4becb6d01a
feat(users): list users via the API now supports `offset`, `limit` or `after` parameter (#21367) 2021-05-12 14:09:52 +02:00
Paul Hummer e77481fe52
build(flux): update flux to v0.115.0 (#21460) 2021-05-11 11:48:40 -06:00
William Baker 4975266e18
build: update circle config to exit from forks on build step (#21458)
* build: update circle config to exit from forks on build step

* build: skip e2e step entirely for forks
2021-05-11 12:31:43 -04:00
William Baker 0e02166ed0
chore: remove dead source code from UI folder (#21446)
* build: updated makefile

* docs: update contributing and readme docs

* chore: delete all the ui files
2021-05-11 10:11:07 -04:00
Jill R. Pelavin 879feba5f9
chore: remove type ahead flag (#21335) 2021-05-10 12:33:16 -04:00
William Baker dc72dc3f0c
build: replace local e2e tests with e2e-monitor-ci (#21387)
* feat: update e2e to use monitor-ci

* build: local copy of test script

* build: use stable docker image for e2e

* fix: use a working image for e2e ci job
2021-05-07 14:47:56 -04:00
William Baker 883241eadb
feat: update notebooks api (#21386)
* feat: update notebooks endpoints

* feat: better error messages
2021-05-07 11:00:01 -04:00
Greg 36dd396c41
chore: add comment to unused swagger definition pointing to replacement (#21283) 2021-05-06 11:23:31 -06:00
Daniel Moran 4343d5ce07
fix: add logging to NATS streaming server (#21375) 2021-05-05 14:25:39 -04:00
Sean Brickley c8b76dce91
build(lsp): Upgrade flux-lsp-browser to v0.5.44 (#21373) 2021-05-05 12:04:50 -04:00
William Baker 912ece0d2d
fix: add limits to delete api start and stop times (#21369)
* fix: add limits to delete api start and stop times

* chore: update CHANGELOG

* fix: use min and max time limits from models package
2021-05-05 11:01:32 -04:00
Paul Hummer b44fcdc4e8
build(flux): update flux to v0.114.1 (#21371) 2021-05-04 21:26:08 -06:00
Timmy Luong b66079f084
feat: update Static Legend properties to allow hiding without nulling (#21364) 2021-05-04 11:17:37 -07:00
Sean Brickley eb2fa46618
build(lsp): Upgrade flux-lsp-browser to v0.5.43 (#21363) 2021-05-03 18:25:35 -04:00
Paul Hummer 08c8b34435
build(flux): update flux to v0.114.0 (#21362) 2021-05-03 15:01:30 -06:00
Sam Arnold 8124973e0f
fix: disable MergeFiltersRule until it is more stable (#21356)
Add a test to make sure this stays fixed.
2021-05-03 14:25:44 -04:00
LLThomas 531c984d37
chore: fix typo (#21284) 2021-05-01 08:55:47 -04:00
William Baker 1550008d09
feat: build docker image for e2e testing (#21344) 2021-04-30 15:54:50 -04:00
Daniel Moran e28377f05c
fix: deprecate PostSetupUser and `influx setup user` (#21345) 2021-04-30 15:30:35 -04:00
Jonathan A. Sternberg 7766672797
fix(storage): cursor requests are [start, stop] instead of [start, stop) (#21318)
The cursors were previously [start, stop) to be consistent with how flux
requests data, but the underlying storage file store was [start, stop]
because that's how influxql read data. This reverts back the cursor
behavior so that it is now [start, stop] everywhere and the conversion
from [start, stop) to [start, stop] is performed when doing the cursor
request to get the next cursor.

Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2021-04-30 12:15:06 -04:00
Daniel Moran c9a4bd436f
chore: update CHANGELOG to match 2.0.6 (#21338) 2021-04-30 11:46:32 -04:00
William Baker 0fbc12d24a
feat: notebooks service definition (#21323)
* feat: moved service file to subfolder within notebooks

* feat: tests for notebook service

* chore: removed extra whitespace

* fix: provided slightly more specific definition for the notebook spec
2021-04-29 11:30:22 -04:00
Daniel Moran 942f7095e7
fix(query): make config validation for query controller less strict (#21324)
* fix(query): accept queue-size > 0 when concurrency = 0
* fix(influxd): revert defaults for query settings to avoid validation err
* test: lower the default query concurrency used by test launchers
2021-04-28 17:27:37 -04:00
Daniel Moran 91d59d9588
fix(upgrade): ensure query config written by `influxd upgrade` is valid (#21321)
* test: refactor upgrade test to cover the config upgrade
* fix: ensure upgraded query config is valid
2021-04-28 15:41:44 -04:00
William Baker 0106de9fa7
feat: notebooks HTTP handlers (#21316)
* feat: notebooks HTTP handlers
2021-04-28 11:06:13 -04:00
Daniel Moran 32f24e33e8
chore: update CHANGELOG to match 2.0.5 (#21317) 2021-04-28 10:32:01 -04:00
Sean Brickley 6cd6053ebf
build(lsp): Upgrade flux-lsp-browser to v0.5.42 (#21295) 2021-04-26 14:58:01 -04:00
Paul Hummer 41d695effc
build(flux): update flux to v0.113.1 (#21294) 2021-04-26 10:58:25 -06:00
William Baker 0672cffc24
fix: update the text for the e2e onboarding test splash page (#21279) 2021-04-22 09:49:11 -04:00
William Baker 4a128ba781
fix: updated the onboarding e2e test text (#21272) 2021-04-21 16:06:44 -04:00
Faith Chikwekwe 7bde3413b3
feat(query): enable min/max pushdown (#20994)
* feat(query): enable min/max pushdown

* fix(query): fix the group last pushdown to use descending cursors

* test(storage): add read group test with no agg

Co-authored-by: Jonathan A. Sternberg <jonathan@influxdata.com>
2021-04-20 12:56:43 -07:00
Sean Brickley 8656c876b9
build(lsp): Upgrade flux-lsp-browser to v0.5.41 (#21267) 2021-04-20 12:38:47 -04:00
Christopher M. Wolff fb4831f596
build(flux): update flux to v0.113.0 (#21255) 2021-04-20 07:32:33 -07:00
Serhat Şevki Dinçer 67e5746972
fix: escape dots in community templates hostname regex (#21232) 2021-04-19 09:34:19 -04:00
William Baker 56e5d2ee9a
fix: remove e2e test for creating a task from a template (#21244)
* fix: removed the e2e test for creating a task from a template
2021-04-16 15:59:02 -04:00
Bucky Schwarz f6a072f82a
feat: expose task id to checks and notification rules (#21236) 2021-04-15 16:03:39 -07:00
Timmy Luong 0c88854486
feat: add StaticLegend (#21218) 2021-04-15 15:06:01 -07:00