Ariel Salem
|
9ce2af7fdf
|
fix(ui): fixed logout functionality so that Logout Component is displayed and used on cloud (#17416)
|
2020-03-25 11:18:41 -07:00 |
Russ Savage
|
2be485fe22
|
chore(readme): update the working branch (#17415)
|
2020-03-25 11:13:09 -07:00 |
Lorenzo Affetti
|
8f77972f41
|
Merge pull request #17414 from influxdata/la/metric-unused-memory
feat(query): add unused memory bytes prom metric to controller
|
2020-03-25 18:56:22 +01:00 |
Lorenzo Affetti
|
7f70353b18
|
feat(query): add unused memory bytes prom metric to controller
|
2020-03-25 18:03:38 +01:00 |
Johnny Steenbergen
|
2f7aee2f2e
|
chore(influx): small cleanup of pkg command removing duplicate validation
|
2020-03-25 09:09:48 -07:00 |
Alirie Gray
|
bdd6dc644a
|
refactor(query): change log level to record panic stack traces (#17406)
|
2020-03-24 14:13:11 -07:00 |
Ariel Salem
|
dc915569f3
|
fix(ui): updated duplicate check error message (#17404)
|
2020-03-24 14:03:10 -07:00 |
kelwang
|
bef7fc54f3
|
Merge pull request #17400 from influxdata/cli_delete_bucket_by_name
feat(cmd/influx): add delete bucket by name
|
2020-03-24 16:28:23 -04:00 |
Kelvin Wang
|
1e9099c45f
|
feat(cmd/influx): add delete bucket by name
|
2020-03-24 16:10:24 -04:00 |
Alex Boatwright
|
40d3dd8cc4
|
fix: show all dashboards (#17399)
|
2020-03-24 11:14:55 -07:00 |
Ariel Salem
|
4d60f8e3c9
|
chore(ui): updated the login page to new design (#17397)
|
2020-03-24 11:03:39 -07:00 |
Brett Buddin
|
5482cc3dec
|
Merge pull request #17384 from influxdata/bb/reuse-slices
fix(task/scheduler): Reuse slices built by iterator to reduce allocations
|
2020-03-24 10:40:22 -04:00 |
Brett Buddin
|
d97775809f
|
chore(changelog): Update changelog to reflect scheduler buffer reuse.
|
2020-03-24 10:14:33 -04:00 |
Brett Buddin
|
79cade52a6
|
fix(task/scheduler): Reuse slices built by iterator to reduce allocations.
|
2020-03-24 10:14:02 -04:00 |
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 |