Commit Graph

32693 Commits (d992d6f66ac3ed47d088ba41b5e647458a5769a1)

Author SHA1 Message Date
Lyon Hill 5e018ee3e4
fix(tenant): add system buckets for old orgs that may not have buckets. (#17479) 2020-03-27 15:31:35 -06:00
Johnny Steenbergen 9f2fcea365 fix: add missing flag register to task run list cmd for json out and hide header flags 2020-03-27 14:20:37 -07:00
Russ Savage a3ff52d13e
chore(changelog): add beta-7 date 2020-03-27 14:16:11 -07:00
Johnny Steenbergen 77900b39cc fix: add missing flag register to task run list cmd for json out and hide header flags 2020-03-27 13:47:31 -07:00
Ariel Salem a8becf1a73
fix(ui): fixed export token refresh bug (#17471) 2020-03-27 13:43:17 -07:00
Johnny Steenbergen e767b1e410 fix: add missing flag register to org cmd for json out and hide header flags 2020-03-27 13:31:46 -07:00
Alirie Gray 8c61d913b4
refactor(tenant): move user auth layer into tenant service (#17473) 2020-03-27 13:10:43 -07:00
kelwang 51d360355c
Merge pull request #17472 from influxdata/simple_config_switch
feat(cmd/influx): easy switch config
2020-03-27 16:08:28 -04:00
Johnny Steenbergen aa8e080858 chore(pkger): add additional documentation for pkger 2020-03-27 12:54:55 -07:00
Kelvin Wang 5db57c9081 feat(cmd/influx): easy switch config 2020-03-27 15:45:36 -04:00
Johnny Steenbergen 3cb44a0301 feat(influx): add jsonout and hide headers support to task cmd 2020-03-27 12:33:24 -07:00
Johnny Steenbergen 361777acfd feat(influx): add jsonout and hide headers support to auth cmd 2020-03-27 11:49:09 -07:00
Johnny Steenbergen 62a64e9abd feat(influx): add jsonout and hide headers support to user cmd 2020-03-27 11:49:09 -07:00
Alirie Gray ca1e8a7359
refactor(tenant): move org auth layer to tenant service (#17468) 2020-03-27 11:47:30 -07:00
Lyon Hill 4e38c4e636
feat(tenant): add urm indexing into the tenant service (#17467) 2020-03-27 12:36:25 -06:00
Brett Buddin 2200143a22
Merge pull request #17462 from influxdata/bb/no-tasks
feat(influxd): flag to disable scheduling of tasks
2020-03-27 14:26:34 -04:00
Russ Savage b0876d4144
Merge branch 'master' into 17003/writeFromCsv 2020-03-27 11:14:52 -07:00
Johnny Steenbergen 7a518380ad feat(influx): add jsonout and hide headers support to config cmd 2020-03-27 10:59:50 -07:00
Johnny Steenbergen 241e3513e6 feat(influx): add jsonout and hide headers support to setup cmd 2020-03-27 10:59:50 -07:00
Johnny Steenbergen 08fbdbff1a feat(influx): add jsonout and hide headers support to secret cmd 2020-03-27 10:59:50 -07:00
Johnny Steenbergen ba57fa5a66 feat(influx): add jsonout and hide headers support to org cmd 2020-03-27 10:59:50 -07:00
Johnny Steenbergen 34e0754572 feat(influx): add jsonout and hide headers functionality to bucket cmds 2020-03-27 10:29:56 -07:00
Brett Buddin 19abbebef6
chore(influxd): update changelog for no-tasks flag. 2020-03-27 12:52:29 -04:00
Brett Buddin 3d826d96cf
feat(influxd): flag to disable scheduling of tasks 2020-03-27 12:52:07 -04:00
Johnny Steenbergen f0c0b82a7a feat(influx): add json output flag for pkg commands that print tables 2020-03-27 08:32:58 -07:00
Johnny Steenbergen 37646464b3 feat(pkger): add stack init cmd to influx cli
closes: #17235
2020-03-27 08:32:58 -07:00
Pavel Zavora 7b7468dfdd Merge branch '17003/writeFromCsv' of github.com:influxdata/influxdb into 17003/writeFromCsv 2020-03-27 16:31:44 +01:00
Pavel Zavora 8140c69ebf chore(cmd/influx/write): allow tags and fields starting with _ 2020-03-27 16:31:34 +01:00
Lyon Hill 1a66ca3900
feat(tenant): Add in api elements to tenant service (#17447)
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>

Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2020-03-27 08:56:22 -06:00
sranka 9baf17f25b
Merge branch 'master' into 17003/writeFromCsv 2020-03-27 13:36:35 +01:00
Pavel Zavora bb5e22024c feat(cmd/influx/write): remove linepart annotation, use datatype annotation instead 2020-03-27 13:08:50 +01:00
Pavel Zavora 289b990287 feat(cmd/influx/write): support extra measurement,tag,field,ignored values in datatype annotation 2020-03-27 10:25:47 +01:00
Pavel Zavora 2881fce68d chore(cmd/influx/write): improve error reporting 2020-03-27 08:20:27 +01:00
Pavel Zavora 9e7570a64a chore(cmd/influx/write): add test for line batching 2020-03-27 07:41:38 +01:00
Pavel Zavora d6a7ba024c chore(cmd/influx/write): rename internal timestamp data type to dateTime:number 2020-03-27 07:40:19 +01:00
Deniz Kusefoglu ad38ed1215
feat(sampledata): Add demo data dropdown and membership request to buckets (#17454)
* feat(sampledata): Create Add demodata button behind feature flag

* feat(sampledata): Add demodata actions and reducers

* feat(sampledata): Add sampledata api functions

* feat(sampledata): Place bucket fetching behind feature flag

* feat(sampledata): Clean up

* feat(sampledata): Add actions to demodata dropdown

* feat(sampledata): No need to map over demodata buckets

* feat(sampledata: Fetch demo data buckets user is member to

* feat(sampledata): const is const

* feat(sampledata): Add demodata to testID string

* feat(sampledata): simplify buckets endpoint check

* feat(sampledata): Remove feature flag component for isFlagEnabled function
2020-03-26 17:31:47 -07:00
alexpaxton 844abce937
fix(ui): fix Quartz URLs (#17455)
* fix(ui): remove rogue slashes

* fix(ui): remove extra bit of URL

* fix(ui): ensure proper usage path is being used

* fix(ui): use proper billing path

* fix(ui): default org link to /about if in cloud

* fix(ui): prevent OSS members tab from appearing in cloud

* chore(ui): prettier

* fix(ui): update links in org nav

* fix(ui): direct org header to /users in cloud
2020-03-26 17:21:54 -07:00
Alirie Gray ad7a4a05bb
refactor: change log level back for query controller panics (#17450) 2020-03-26 15:19:07 -07:00
Bucky Schwarz a142d11d9a feat: configurable js linewriter 2020-03-26 14:11:55 -07:00
Pavel Zavora ede26fce65 chore(cmd/influx/write): q comments 2020-03-26 21:19:33 +01:00
Johnny Steenbergen 8c70dc9b23 feat(pkger): add create stack endpoint for http server 2020-03-26 12:37:43 -07:00
Johnny Steenbergen 7a24e450c1 feat(pkger): add auth for pkger stack CRUDing
adds new AuthAgent type that can be reused across service middleware.
2020-03-26 10:11:59 -07:00
alexpaxton 0bdc90a58f
refactor(ui): enable background image on signin page (#17424) 2020-03-26 09:43:00 -07:00
Deniz Kusefoglu 1e73ef5534
feat(sampledata): Return bucket resources that user has member access to (#17362)
* feat(sampledata): Return bucket resources that user has member access to

* feat(sampledata): Add tests
2020-03-25 18:50:37 -07:00
Lorenzo Affetti b9fc4e5668
Merge pull request #17385 from influxdata/la/dup-read
feat(tenant): add duplicate read service
2020-03-25 23:41:29 +01:00
alexpaxton f1e2dad6d6
feat(ui): implement new navigation design (#17206)
* refactor(ui): WIP implement tree nav

* feat(ui): enable expand/collapse behavior of nav tree

* chore(ui): rename "settings" to "organization"

* fix(ui): add nav tree key to mock state

* refactor(ui): remove CloudNav component

* fix(ui): cleanup

* refactor(ui): move nav tree object to constants file

* fix(ui): use correct icon for data nav item

* fix(ui): repair affected test

* refactor(ui): use a more explicit type than boolean for nav state

* chore(ui): write test for nav bar state action

* refactor(ui): handle org switching with an overlay

* chore(ui): replace reference to local clockface with reference to package

* fix(ui): update nav selector in tasks e2e test

* chore(ui): add testids to all nav items for easier selection

* fix(ui): prevent expanded navbar from breaking e2e tests

* fix(ui): update broken login e2e test

* fix(ui): udpate selectors in query builder test

* refactor(ui): align nav structure with quartz counterpart

* fix(ui): prettier

* refactor(ui): move usage and billing into user widget

* refactor(ui): use correct url for usage and billing

* chore(ui): upgrade clockface dependency to 2.0.3

* refactor(ui): implement short labels in the navigation tree

* refactor(ui): wrap tree nav in feature flag

* chore(ui): prettier

* chore(ui): remove deleted file accidentally included in rebase

* refactor(ui): use get in TreeNav mstp to prevent potential future breakage

* chore(ui): set default values for treeNav feature flag

* refactor(ui): reinstate cloud nav but wrapped with a feature flag

* refactor(ui): reinstate old navbar wrapped in feature flag

* feat(ui): add Upgrade button to all page headers except DashboardPage

* feat(ui): add upgrade banner to treenav

* chore(ui): remove comments

* refactor(ui): polish upgrade banner

* refactor(ui): only show tiny banner ad if screen is large enough and menu is collapsed

* refactor(ui): ensure settings page supports old and new navigation

* chore(ui): cleanup

* chore(ui): revert comment change

* chore(ui): ensure custom classname exists on new upgrade button

* chore(ui): cleanup

* fix(ui): remove duplicate route

* refactor(ui): make const for repeated comparison

* refactor(ui): cleanup from pr review

* fix(ui): oops

* refactor(ui): update user widget to follow most recent logout approach

Co-Authored-By: Ariel Salem <ariel.salem1989@gmail.com>

Co-authored-by: Ariel Salem <ariel.salem1989@gmail.com>
2020-03-25 13:57:24 -07:00
Pavel Zavora 1911854218 chore(cmd/influx): create write's dryrun subcommand with runE middleware 2020-03-25 21:26:18 +01:00
Pavel Zavora 978604cc52 fix(cmd/influx): reuse organization struct for org and org-id flags of write command 2020-03-25 21:22:01 +01:00
Pavel Zavora f871de2076 feat(cmd/influx): introduce dryrun sub-command of write command 2020-03-25 21:22:01 +01:00
Pavel Zavora 60765219ae fix(cmd/influx): revert the way of how config is read when token flag is empty 2020-03-25 21:22:01 +01:00