Commit Graph

32693 Commits (d992d6f66ac3ed47d088ba41b5e647458a5769a1)

Author SHA1 Message Date
Pavel Zavora 6bddee5a16 chore(cmd/influx): update change log 2020-03-25 21:22:01 +01:00
Pavel Zavora 4253456e8d feat(cmd/write): allow default values also in tag columns 2020-03-25 21:22:01 +01:00
Pavel Zavora ff3a27aac5 feat(cmd/write): add dry-run flag 2020-03-25 21:22:01 +01:00
Pavel Zavora 3fddd8dea5 chore(cmd/write): use stdin when no file or argument is supplied 2020-03-25 21:22:01 +01:00
Pavel Zavora 82f0365ff6 feat(cmd/write): don't override config unless token migration really happened 2020-03-25 21:21:21 +01:00
Pavel Zavora fd1e4b903f feat(cmd/write): add file option 2020-03-25 21:21:21 +01:00
Pavel Zavora 7ca93e0bfe feat(cmd/write): don't check setup for dry-run executions 2020-03-25 21:17:23 +01:00
Pavel Zavora a21438be71 feat(cmd/import): warn about unsupported annotations in CSV 2020-03-25 21:17:23 +01:00
Pavel Zavora 1b773b03fc feat(cmd/write): fully support default values in CSV files 2020-03-25 21:17:23 +01:00
Pavel Zavora 58cf663b62 feat(cmd/write): add support for generic dateTime data type 2020-03-25 21:17:23 +01:00
Pavel Zavora bdb0843c93 chore(cmd/write): add test pairs for date-time conversion 2020-03-25 21:17:23 +01:00
Pavel Zavora 54fd3a9076 fix(cmd/write): fix staticcheck issues 2020-03-25 21:17:23 +01:00
Pavel Zavora 8a3feb1bbc feat(cmd/write): add csv format support 2020-03-25 21:17:23 +01:00
Johnny Steenbergen 36d99bfbf8 chore(influx): make runE middleware application explicit from caller 2020-03-25 12:41:11 -07:00
Johnny Steenbergen 7d8bd1e055 chore(pkger): refactor influx pkg cmd to not validate in CLI and have server validate
the pkger.ValidSkipParseError option allows our server to be the one to validate the
the pkg is accurate. If a user has an older version of the UI and our cloud gets updated
with new validation rules,they'll get immediate access to that change without having to
rol their CLI build.

also fixes issue where we swallow initial errors when check setup middleware
fails.
2020-03-25 11:50:14 -07:00
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
Lorenzo Affetti 1e36e7b3ad
feat(tenant): add duplicate read service 2020-03-25 12:06:28 +01: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