Commit Graph

32713 Commits (d2aefbd8fdbdd0878d37c119a92348fe194c815d)

Author SHA1 Message Date
Ariel Salem 4f65cda351
fix(ui): fixed threshold check bug that wouldn't allow threshold checks to be created where fields had spaces in them (#17391) 2020-03-23 19:17:52 -07:00
Johnny Steenbergen c926accb42 feat(pkger): add create stack implementation for service 2020-03-23 16:30:27 -07:00
Alirie Gray 9c3c0b9592
refactor(query): add stack trace to query controller execution (#17392) 2020-03-23 15:01:43 -07:00
Brandon Farmer f206bcfdda
Merge pull request #17378 from influxdata/ui-flux-lsp
feat: ui lsp integration
2020-03-20 16:51:48 -07:00
Brandon Farmer de2ea6d139 feat: ui lsp integration
- Code folding
- Document Symbols
- Rename
- References
- Go to definition
2020-03-20 16:12:47 -07:00
Alirie Gray e51412f6db
refactor(query): add stack trace to executeQuery in controller (#17377) 2020-03-20 16:01:15 -07:00
Marc Delagrammatikas b6552f7389
Merge pull request #17374 from influxdata/feat/onboard-additional-users
feat: export transactions to support importing kv as a library
2020-03-20 13:56:01 -07:00
Marc Delagrammatikas 71ee028973 feat: export transactions to support importing kv as a library
Co-authored-by: Chris Goller <goller@gmail.com>
2020-03-20 11:59:11 -07:00
Johnny Steenbergen aae629bffd feat(pkger): extend stack with name and description fields 2020-03-20 11:37:30 -07:00
Marc Delagrammatikas ea8e6d15d0 refactor: fixes typo in OnboardInitialUser method
Fixes typo introduced by 7b99c28a99
2020-03-20 10:48:20 -07:00
Johnny Steenbergen e116ecaf5e feat(pkger): add CRUD store implmentation 2020-03-20 10:15:02 -07:00
Johnny Steenbergen 583e512451 feat(pkger): add stack foundation 2020-03-20 10:15:02 -07:00
Johnny Steenbergen 481ee1653d fix: add validation for existing resource for index store base
issue was that all checks were being made excdept for the initial check
in the entity store. fix added with tests here to validate.
2020-03-20 10:15:02 -07:00
Johnny Steenbergen 132eaef33a fix(ui): change biuld optimization for parralel option
dropping it to 2 for the time being. seeing a lot of failures in CI when
parallel is set to true.

issue aligns with webpack issue: https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/214#issuecomment-458227171
2020-03-20 08:18:04 -07:00
Johnny Steenbergen 2d1186a696 feat(pkger): add human readable random names to pkg resource metadata.name field one export 2020-03-20 08:18:04 -07:00
George 6f0d769625
feat(kv): add user resource mapping by user index (#17349)
* feat(kv): add user resource mapping by user index

* feat(kv): add support for reading from URM user index when enabled
2020-03-20 11:03:00 +00:00
Ariel Salem 42ad3818ca
fix(ui): resolved telegraf bucket dropdown bug and undefined token issue (#17363) 2020-03-19 20:01:42 -07:00
kelwang b7e7de3612
Merge pull request #17361 from influxdata/cli_batch_writer
fix(models): fix the line breaker
2020-03-19 18:48:09 -04:00
Brandon Farmer 593ba05aff
Merge pull request #17357 from influxdata/ui-function-signatures
feat: Add flux function signatures to ui
2020-03-19 15:44:58 -07:00
Kelvin Wang 60a3922446 fix(models): fix the line breaker 2020-03-19 18:32:29 -04:00
Brandon Farmer 4d377b2fb0 feat: Add flux function signatures to ui
- Pulls signatures from LSP
2020-03-19 13:59:08 -07:00
Alex Boatwright e7c363e60d
fix: neateo (#17358) 2020-03-19 12:21:29 -07:00
Johnny Steenbergen 74dd8397d3 chore(pkger): refactor name and display name with type 2020-03-19 10:50:53 -07:00
Johnny Steenbergen 8d546f4197 feat(pkger): extend tasks with ability to define and rename it
closes: #17233
2020-03-19 10:50:53 -07:00
Brandon Farmer 5582849810
Merge pull request #17343 from influxdata/ui-flux-errors
feat: add flux editor errors
2020-03-19 09:00:22 -07:00
Johnny Steenbergen 51b0b9f681 feat(pkger): extend notification rules with ability to define and rename it 2020-03-19 08:59:07 -07:00
Alirie Gray bab20281f1
fix(variables): add nil check for variable arguments (#17342) 2020-03-19 08:36:20 -07:00
Lorenzo Affetti 6ad8da19e7
Merge pull request #17309 from influxdata/la/tenant-test
test: add tests for tenant service
2020-03-19 13:01:48 +01:00
Lorenzo Affetti 413f7ad126
test: add tests for tenant service 2020-03-19 11:34:15 +01:00
Lorenzo Affetti 325d1ad485
Merge pull request #17286 from influxdata/la/refactor-auth
refactor(authorizer): auth micro framework
2020-03-19 11:28:48 +01:00
Lorenzo Affetti 40999629ee
refactor(authorizer): auth micro framework 2020-03-19 09:43:20 +01:00
Brandon Farmer a5255b748c feat: add flux editor errors 2020-03-18 18:27:57 -07:00
Johnny Steenbergen c6f4d3992e feat(pkger): extend dashboard to be able to define and rename it 2020-03-18 17:02:35 -07:00
Johnny Steenbergen 9d272b2229 chore(pkger): refactor exportCoordinator constructor 2020-03-18 17:02:35 -07:00
Gershon Shif 633b588b1b
chore(litmus): start influxd on local machine (#17347) 2020-03-18 16:48:54 -07:00
Marc Delagrammatikas b73effebb2
Merge pull request #17344 from influxdata/refactor/onboarding
refactor: rename Generate to OnboardInitialUser
2020-03-18 16:40:25 -07:00
Marc Delagrammatikas 7b99c28a99 refactor: rename Generate to OnboardInitialUser
Renaming Generate in anticipation of a new method that will onboard
users other than the initial user. The intent is to simplify multi-user
setups.

Co-authored-by: Chris Goller <goller@gmail.com>
2020-03-18 15:35:26 -07:00
Ben Johnson e2fcb7ef9d
Merge pull request #17338 from influxdata/tsi-bulk-delete
feat(tsdb): Bulk delete series performance improvement
2020-03-18 16:24:04 -06:00
Johnny Steenbergen 53a14e653f chore(pkger): add tests to confirm telegraf configs can export with duplicative names 2020-03-18 15:14:48 -07:00
Johnny Steenbergen c31f321d11 chore(pkger): refactors export mechanics to provide unique metadata.name and spec.name
this is applied to all the resoruces that have had the spec.name field applied.
all resources that have not will work in the same way before this commit.
2020-03-18 15:14:48 -07:00
Johnny Steenbergen b3927f4945 feat(pkger): extend telegraf configs to be able to define a config and rename it 2020-03-18 15:14:48 -07:00
Ben Johnson 7d72b4e511 feat(tsdb): Bulk delete series performance improvement 2020-03-18 15:47:35 -06:00
Andrew Watkins 794b8cd9e1
fix: set bucket limit to 100 (#17336)
* fix: set bucket limit to 100

* chore: extract limit to constant
2020-03-18 12:42:18 -07:00
Edd Robinson d96cbd4f74
Merge pull request #17016 from influxdata/er-bulk-import
feat(storage): prototype 1.x–2.x migration tooling
2020-03-18 17:57:26 +00:00
George 1d400a4f0f
feat(kv): support for migrations (#17145)
* feat(kv): migration types for managing kv buckets and indexes over time

chore(kv): fixup comments in migrator types

fix(kv): initialize migrator bucket on kv service initialize

chore(kv): remove currently unused auth index

chore(kv): remove currently unused urm index

* chore(kv): move migrator tests into testing package and run for inmem and bolt

* chore(changelog): update changelog to reflect kv migrator type

* fix(kv): update auto migration store to return migratable store

* chore(kv): wrap error using func instead of defer in index

* chore(kv): rename Name method to MigrationName for clarity

* chore(kv): update migration log messages to match influxdb standard
2020-03-18 12:23:51 +00:00
Alirie Gray 82d88d52c4
feat(logging): add logging middleware to tenant service (#17320) 2020-03-17 15:24:57 -07:00
Ariel Salem 8a027bccca
fix(ui): removed more dead code (#17318) 2020-03-17 14:43:39 -07:00
Ariel Salem e81d764fe6
fix(ui): fixed styling for login page (#17315) 2020-03-17 13:44:08 -07:00
Bucky Schwarz 46e2e2b301 feat(cloud): add user data and org data events to dataLayer 2020-03-17 13:24:50 -07:00
Bucky Schwarz 500ac5a2cd feat(cloud): add shallow wrapper around eventing in gtm 2020-03-17 13:24:50 -07:00