Commit Graph

33660 Commits (a3be86b231e961f973b04f6704d2dc45049d2299)

Author SHA1 Message Date
Bucky Schwarz a3be86b231 chore: connected community template stacks to redux 2020-07-09 15:25:13 -07:00
Brett Buddin 51406f4f62
feat(tsdb): SHOW TAG KEYS (no time) query using only TSI data. (#18905)
* feat(tsdb): SHOW TAG KEYS (no time) query using only TSI data.

* fix(tsdb): Allow for earlier return when scanning during show tag keys.

* fix(tsdb): Speed things up by using the key merger to reduce allocs.

* chore(tsm1): Fix golint.

* fix(tsdb): Remove sorting, because these keys should already be sorted.

* fix(tsdb): Remove dead code to placate the linter.
2020-07-09 18:01:42 -04:00
pierwill a1d9c87699
Merge pull request #18780 from pierwill/oss-fuzz-init
feat: Add initial OSS-Fuzz testing integration
2020-07-09 14:42:47 -07:00
Ben Johnson be98fe3a81
Merge pull request #18901 from influxdata/tsm1-file-stat-created-at
feat(tsdb): Add CreatedAt field for tsm1.FileStat
2020-07-09 14:13:00 -06:00
Lyon Hill e9e4d794cf
feat(task): Add new permission lookup pattern for executor (#18869)
We can now use the user service to populate task owners permissions.
This should improve the task lookup time and decouple the task system
from the URM system. In the future we will have the ability to better isolate
tenant pieces from the rest of the service.
2020-07-09 14:06:46 -06:00
Jacob Marble 76179a203e
chore: Adjust CODEOWNERS for storage team (#18904) 2020-07-09 12:47:23 -07:00
Jonathan A. Sternberg 3c291455aa
build(flux): update Flux to v0.72.1 (#18899) 2020-07-09 14:43:50 -05:00
jlapacik 49bdad8681 fix: descending array cursor should include end time
Fixes https://github.com/influxdata/influxdb/issues/18897.
2020-07-09 12:22:25 -07:00
jlapacik e6e55038e8 test: descending array cursor should include end time 2020-07-09 12:22:25 -07:00
Stuart Carnie dd98d65bac
Merge pull request #18894 from influxdata/sgc/issues/influxql_schema
feat(storage): InfluxQL schema APIs without time range
2020-07-09 10:47:25 -07:00
Stuart Carnie d2dd19b70e
feat(storage): InfluxQL schema APIs without time range
These changes introduce optimized schema APIs for InfluxQL that
utilize the time series index (TSI) exclusively for significant
performance gains.
2020-07-09 10:09:19 -07:00
Ben Johnson 3fe7c63a0a feat(tsdb): Add CreatedAt field for tsm1.FileStat
This commit adds a "created at" field to `tsm1.FileStat` which
uses the `ModTime()` of the TSM file but excludes any updates
for tombstone files.
2020-07-09 10:38:59 -06:00
Zoe Steinkamp a523aa9ac4
test: Token tests multiple (#18895)
* test: Token tests multiple

test for sort by name
edit description
add all access token

* test: Token tests multiple
2020-07-09 10:24:24 -06:00
Bucky Schwarz 89e5084a3b feat(community-templates): install resources and show installed resources 2020-07-08 16:05:35 -07:00
Bucky Schwarz 28986d5ac6 chore(comm-templates): disable selecting of variables and buckets 2020-07-08 16:05:35 -07:00
Timmy Luong 30f938149a chore(ui): update CHANGELOG and fix lint errors 2020-07-08 15:39:58 -07:00
Timmy Luong 1fbb34f8d0 fix: allow custom set y-axis min to be 0 2020-07-08 15:39:58 -07:00
Johnny Steenbergen 8b6788fdd2 feat(pkger): make stacks event sourced
closes: #18874
2020-07-08 13:40:48 -07:00
Russ Savage c8af0f35be
chore(changelog): updates for beta-14 (#18889) 2020-07-08 12:21:36 -07:00
Andrew Watkins d664199bcf
fix: telegraf config overlay display and cloud links (#18880)
* fix: reload links that lead to cloud

* fix: telegraf config display
2020-07-07 16:47:41 -07:00
Rohan Sreerama 4e62a80d51
Merge pull request #18881 from influxdata/rs/test-auth/read-update-deletev2
feat(authorization): Added tests for Read, Update, and Delete in Authorization
2020-07-07 16:44:16 -07:00
Rohan Sreerama d68c61dcf6 feat(authorization): Added tests for Read, Update, and Delete in Authorization 2020-07-07 16:20:26 -07:00
greg linton e4d33f1066 fix: don't overwrite build date set via ldflags 2020-07-07 16:15:00 -06:00
jlapacik 9f9be91828 feat: remove feature flags for first and last pushdowns 2020-07-07 14:15:48 -07:00
Andrew Watkins cfd9eac6d6
fix(tasks): import from template overlay (#18875) 2020-07-07 12:51:17 -07:00
pierwill 770f46b0a2 feat: Add initial OSS-Fuzz testing integration 2020-07-07 11:46:35 -07:00
Andrew Watkins 8615c64177
chore: upgrade @types/react-redux (#18873)
* chore: upgrade @types/react-redux

* chore: update router types 294

* chore: upgrade react router types 0 lint

* fix: test typing
2020-07-07 11:02:16 -07:00
Zoe Steinkamp c54a8b0476
Alertchecksdefinequeryerror (#18842)
* fix: Allow no tags in query builder

* fix: Allow no tags in query builder

* fix: Allow no tags in query builder

* fix: parse flux query into needed params

* fix: parse flux query into needed params
2020-07-07 12:00:52 -06:00
Bucky Schwarz 899074d3dd chore: update templates to use react router 5 hotness 2020-07-07 09:29:12 -07:00
Johnny Steenbergen f804afc6ac fix(pkger): enforce flag parsing on export all and apply CLI commands
closes: #18850
2020-07-06 13:11:59 -07:00
Johnny Steenbergen f15fc045fb fix(pkger): fulfill pagination for tasks/checks/not rules for export all
closes: #18850
2020-07-06 13:11:59 -07:00
Johnny Steenbergen 44bd37c1a0 chore(pkger): ensure all diff and summary resource collections are non null 2020-07-06 10:51:20 -07:00
Alirie Gray e02e950ed0
refactor: add new tenant system struct to consolidate services (#18833) 2020-07-06 10:49:51 -07:00
Andrew Watkins e042fa8207
chore: upgrade react router (#18854)
* chore(wip): upgrade react-router-dom react-redux and connected-react-router

* chore(wip): move UnauthenticatedApp routes

* fix: type errors

* chore: render Getting Started

* chore: render tasks page

* chore: onboaring configure later

* fix: navbar orgID

* fix: two onboarding tests work

* chore: all onboarding tests pass

* chore: switch routes

* chore: no switch

* chore: task and data explorer working

* chore: dashboard index routing

* chore: route dashboard, cells, and veos

* chore: route to notebooks

* chore: add buckets routing

* chore: use constants for routes

* chore: route telegrafs

* chore: place overlays in an index

* fix: dashboard note overlays

* fix: generate token overlays

* fix: scrapers index

* chore: route client libs page and overlays

* chore: variable and template routes

* chore: label index routing

* chore: route AboutPage

* chore: alert routing

* chore: members routing

* chore: login routing

* fix: basepath

* fix: onboarding not rerendering

* fix: org rename

* fix: dashbaoard templates

* test: fix jstests

* chore: move dashboard routes

* fix: dashboard index catching dashboard show routes

* fix: e2e test

* chore: cleanup

* style: revert signin page
2020-07-06 10:45:43 -07:00
Bucky Schwarz a25bb8d57a chore: rename activeCommunityTemplate to communityTemplateToInstall 2020-07-06 09:22:37 -07:00
Bucky Schwarz 42fd2a99cb chore: move template installing functions to utils 2020-07-06 09:22:37 -07:00
Scott Anderson 897094f0ca
chore(docs): update links to documentation (#18845) 2020-07-06 09:58:45 -06:00
Nathaniel Cook f6659cfad3
chore(flux): update Flux to v0.71.1 (#18857)
Includes patch fix to negative window every values
2020-07-03 11:29:55 -06:00
Ben Johnson 3b2716b312
Merge pull request #18847 from influxdata/points-writer-bucket-finder
fix(storage): Refactor LoggingPointsWriter to use BucketFinder
2020-07-02 13:55:24 -06:00
Ben Johnson 6b0b4d7c4e fix(storage): Refactor LoggingPointsWriter to use BucketFinder
This commit changes the writer to use `storage.BucketFinder` which
is a subset of the `influxdb.BucketService` interface.
2020-07-02 12:46:43 -06:00
alexpaxton 8e0f1e2dba refactor: cleanup 2020-07-02 09:15:50 -07:00
alexpaxton 5169b3c661 refactor: make toggle mimic design 2020-07-02 09:15:50 -07:00
alexpaxton 1b1a4ae4c1 refactor: always allow toggling of list groups 2020-07-02 09:15:50 -07:00
alexpaxton 9365ddbb74 refactor: do not render empty list groups 2020-07-02 09:15:50 -07:00
Jakub Bednar f9314df5f8 fix(swagger): PostBucketRequest.orgID is required
Signed-off-by: Jakub Bednar <jakub.bednar@gmail.com>
2020-07-02 10:01:15 -06:00
Scott Anderson 25e3687bab
chore(flux): add flux 0.71 function updates (#18832) 2020-07-02 09:21:15 -06:00
George 4a6bc1d74f
chore: remove kv Session service and sessionsv1 bucket (#18823)
* chore: remove sessionsv1 bucket

* chore: add extra configuration to sessions.Service
2020-07-02 15:15:08 +01:00
jlapacik 3b50d08cd9 fix: window tables are empty if cursor is empty
Previously windowed aggregate tables would construct the _start and
_stop arrays before checking if the underlying array cursor was empty.
The table would therefore report itself as non-empty even though
there were no points within the table's time range. Now we check if
the underlying array cursor is empty before we construct any output
arrays. If the cursor is empty, meaning the series is empty, the
table will be dropped.

Fixes https://github.com/influxdata/influxdb/issues/18704.
2020-07-01 16:58:50 -07:00
jlapacik 25309c398d test: windowed aggregates should filter empty series 2020-07-01 16:58:50 -07:00
jlapacik 3246b3c7ad refactor: remove feature flag for certain pushdowns 2020-07-01 12:59:39 -07:00