Stuart Carnie
4124968b28
fix(kv): Really use inmem store for in memory URM tests
2020-08-03 15:14:15 -07:00
Stuart Carnie
f47bab1f0d
fix(task): Configure meta.Client to allow tests to pass
2020-08-03 15:13:47 -07:00
Stuart Carnie
6b0fffe17a
fix: Default to TSI1 index for new shards
2020-08-03 15:13:01 -07:00
Stuart Carnie
d67b034868
fix(storage): Fix panic when no shards exists
2020-08-03 10:26:32 -07:00
Stuart Carnie
d7434216e2
fix(storage): Use correct engine paths
...
Remove redundant repl.go after rebasing on 8dd8d1f79e
2020-08-03 09:21:04 -07:00
Stuart Carnie
8cfcfb0300
fix(cmd): Resolve build issues with influx command and tests
2020-08-03 09:21:04 -07:00
Stuart Carnie
f3501aa338
fix(stdlib): Fix unit tests and improved to implementation
2020-08-03 09:21:04 -07:00
Stuart Carnie
81e3a017de
fix(testing): Fix compilation errors
2020-08-03 09:21:04 -07:00
Stuart Carnie
21c3733464
fix(storage): meta.Client persists to kv and updates via BucketService
...
Includes initial migration to add metadata bucket
2020-08-03 09:21:02 -07:00
Stuart Carnie
e772333b6b
feat(meta): Use kv.Store abstraction to read and write to files or kv
2020-08-03 09:20:51 -07:00
Stuart Carnie
f86fcd24d5
fix(launcher): Fix unit tests after rebase
2020-08-03 09:20:51 -07:00
Stuart Carnie
bb50560481
fix(mock): Fix unit tests
2020-08-03 09:20:51 -07:00
Stuart Carnie
533b5c4ed6
fix: Build error
2020-08-03 09:20:51 -07:00
Stuart Carnie
3d14b1128e
fix: Speed up tests by disabling bolt fsync
2020-08-03 09:20:51 -07:00
Stuart Carnie
f76dec6187
fix(http): All tests pass
2020-08-03 09:20:51 -07:00
Stuart Carnie
89532f0c29
refactor: move v2/v1/models to v2/models
2020-08-03 09:20:51 -07:00
Stuart Carnie
a71b43ff17
refactor: remove redundant files
...
* retention will be enforced by the InfluxDB 1.x engine
* storage will be a shim for `tsdb`, so don't need tests here
2020-08-03 09:20:50 -07:00
Stuart Carnie
d32709ed16
chore: More cleanup
2020-08-03 09:20:50 -07:00
Stuart Carnie
7c225cb3ac
chore: More cleanup
2020-08-03 09:20:50 -07:00
Stuart Carnie
26c18ac0a5
chore: Converging on 1.x tsdb
2020-08-03 09:20:48 -07:00
Edd Robinson
2b175291be
refactor: WIP removing tsbd
2020-08-03 09:18:34 -07:00
Stuart Carnie
05007a7df6
chore: Remove unused flux package from 1.x
2020-08-03 09:18:34 -07:00
Stuart Carnie
a97ec1f34e
feat: Initial commit with working reads
2020-08-03 09:18:34 -07:00
Edd Robinson
89efcb3d74
refactor: writes work
2020-08-03 09:18:34 -07:00
Stuart Carnie
e3060c291c
refactor: tsdb store builds an runs
2020-08-03 09:18:32 -07:00
Edd Robinson
5f426195bf
refactor: start inserting tsdb store into engine
2020-08-03 09:17:24 -07:00
Edd Robinson
8c4bb1d65f
refactor: strip contents of storage engine
2020-08-03 09:17:24 -07:00
Stuart Carnie
92efddbfbe
chore(tsdb): Initial commit of tsdb package
...
* pulls in 1.x tsdb, compiles and passes test
2020-08-03 09:17:23 -07:00
Lyon Hill
0a9e8fdb4a
chore: update task tests to use the tenant service ( #19169 )
...
* chore: update task tests to use the tenant service
After the introduction of the tenant system we need to switch the testing frameworks
to use it instead of the old kv system
* chore: update onboarding to allow injected middleware
2020-08-03 09:33:46 -06:00
Zoe Steinkamp
f59c313650
feat: add not for additional scripts ( #19172 )
2020-07-31 15:59:58 -06:00
Zoe Steinkamp
471ccfd50f
feat: Community template polishing ( #19171 )
...
* feat: Community template polishing
2020-07-31 15:59:46 -06:00
Alex Boatwright
a89040bfa7
fix: decoupling remounting from onboarding state ( #19124 )
2020-07-31 13:42:26 -07:00
Alex Boatwright
337bc7c2ea
fix: apply feedback from default sort order ( #19165 )
2020-07-31 12:20:33 -07:00
Andrew Watkins
a3b000bb4c
perf: dashboard rendering events ( #19163 )
...
* fix: useRef DnD context error spam
* perf: only fire events for initiall viewable cells
* fix: drag types
* fix: import
* fix: unused imports
* chore: add TODO
* fix: remove unused ref
* fix: import
* fix: import observer polyfill
* chore: move event
* chore: mountID to renderID
* feat: change renderID from tag to field
* chore: remove redundant orgID
2020-07-31 11:56:40 -07:00
Pavel Závora
d77ccf9ed7
Merge pull request #19082 from influxdata/19081/lost_secrets
...
fix(endpoints): do not reset organization's secrets when an endpoint is created or updated
2020-07-31 12:45:37 +02:00
Johnny Steenbergen
211e16dd7c
chore(pkger): axe deprecated fields
2020-07-30 17:25:58 -07:00
Zoe Steinkamp
11d1823841
feat: Template link to resource ( #19154 )
...
* feat: Template link to resource
* chore(community-templates): consolidate community template links
Co-authored-by: Bucky Schwarz <d.w.schwarz@gmail.com>
2020-07-30 16:36:01 -06:00
Lyon Hill
a0d7f9c41b
feat(tenant): Allow tenant to be composable and still maintain access across services ( #19164 )
...
Tenant services often need to make function calls to other services inside the tenant system. This can cause a problem when a external system needs to inject middleware into the call stack for the secondary system call. For instance when a bucket is created we may need to alert the storage system of the change. To accomplish this we need a way for the org svc to call a middleware influxdb.BucketService that is a tenant type service wrapped with a middleware piece. This is accomplished by allowing the individual services access to the tenant system that was generated. If a middleware is wrapping one of the systems the embedded system can still make internal calls
2020-07-30 15:55:25 -06:00
Alirie Gray
d1b8e98798
refactor: remove nested orgs labels route ( #19104 )
2020-07-30 10:53:14 -07:00
Jonathan A. Sternberg
8dd8d1f79e
feat(cmd/influx): modify the query cli to use the http api ( #19076 )
...
This modifies the query cli to remove the flux runtime dependency and
uses the public http api to execute the query. It then uses flux's csv
decoder to read the raw response.
This removes any dependency on the flux runtime and substantially
reduces the binary size and the startup execution time.
2020-07-30 12:44:48 -05:00
pierwill
4a81b5dd79
Merge pull request #19153 from influxdata/edit-fuzz-readme
...
fix: Edit FUZZ.md
2020-07-30 10:35:04 -07:00
pierwill
21f871aab4
fix: Edit FUZZ.md
2020-07-30 09:19:26 -07:00
Daniel Campbell
bc4c19dfd8
feat(ui): Enhance resource creation experience when limits are reached ( #19103 )
...
* feat(ui): add AssetLimitOverlay
* feat(ui): enable create bucket button
* feat(ui): enable create dashboard and task buttons
* feat(ui): add reusable AssetLimitButton
* feat(ui): change alerts limit experience
* feat(ui): update changelog
* feat(ui): address review comments
2020-07-30 09:14:21 -07:00
Will Cooke
48814abab1
Merge pull request #19151 from influxdata/update-orgid-location-for-arduino
...
chore: Update orgID location and Token location for Arduino client library boilerplate.
2020-07-30 13:36:19 +01:00
Will Cooke
d510884e48
chore: Update orgID location and Token location for Arduino client library boilerplate.
2020-07-30 13:10:52 +01:00
Pavel Zavora
1939eecbf9
chore: improve code doc
2020-07-30 02:37:51 +02:00
Pavel Zavora
b58daa3b80
fix(endpoints): add test to validate secrets
2020-07-30 02:37:51 +02:00
Pavel Zavora
187485d8b6
fix(endpoints): do not override all secrets when an endpoint is created/updated #19081
2020-07-30 02:37:51 +02:00
Zoe Steinkamp
c4972715c6
feat: Add Error Reporting to community templates ( #19140 )
...
* feat: Add Error Reporting to community templates
* Update ui/src/templates/components/CommunityTemplateImportOverlay.tsx
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
* Update ui/src/templates/containers/CommunityTemplatesIndex.tsx
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
* feat: Add Error Reporting to community templates
fix prettier
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-07-29 15:36:01 -06:00
Yiqun (Ethan) Zhang
baa8323431
fix: group resultset produces 1 table per group ( #18968 )
...
This helps resolve #18098
2020-07-29 15:31:29 -05:00