Commit Graph

13578 Commits (6ccb8e8c75980d2858211bfaa3aec1b84de337c7)

Author SHA1 Message Date
Jonathan A. Sternberg 6ccb8e8c75 refactor: convert usages of ColReader to ArrowColReader 2019-01-10 10:25:10 -07:00
Mark Rushakoff d73d73c0d4 chore: rename imports from platform to influxdb
I did this with a dumb editor macro, so some comments changed too.

Also rename root package from platform to influxdb.

In interest of minimizing risk, anyone importing the root package has
now aliased it to "platform" so that no changes beyond imports were
necessary in those files.

Lastly, replace the old platform module to local path /dev/null so that
nobody can accidentally reintroduce a platform dependency while
migrating platform code to influxdb.
2019-01-09 20:51:47 -08:00
Mark Rushakoff c1975c2020 docs: don't mention platform in README anymore 2019-01-09 20:48:25 -08:00
Mark Rushakoff a21a921cae chore: merge content of original influxdb .gitignore
This reduces the likelihood that anyone who previously developed on
influxdb will accidentally check in a file that was generated and
previously ignored.
2019-01-09 20:48:25 -08:00
Daniel Campbell daa56c5800
Onboarding polish (#2395)
* remove skip button from header

* Add fancy scroll bars and other styles

* copy button appears on hover, add fancy scrollbars

* add space between tab words

* Update Snapshots
2019-01-09 18:36:24 -08:00
Iris Scholten 400bb706d3
Merge pull request #2392 from influxdata/feat/edit-dashboard-labels
feat(ui/labels): Add the ability to edit labels on a dashboard
2019-01-09 17:46:33 -08:00
Alex P d12e94bb01 feat(ui/labels): Add the ability to edit labels on a dashboard
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2019-01-09 17:41:19 -08:00
Delmer 80fe1f4081
feat(ui): add members to org page (#2368) 2019-01-09 20:40:41 -05:00
alexpaxton 7cf643d1d5
More Polish (#2394)
* Remove Import/Export buttons from dashboards index

* Reduce max label chars to 50

* Change format of dashboard "modified" column to relative time

Absolute time is included as a tooltip

* Redistribute column widths in dashboards table

Optimzied for long names

* Improve component spacer

Now supports more fine grained "stretch to fit" controls

* Introduce editable description component

Intended mainly for use in index list views

* Allow dashboard descriptions to be editable in place

* Give modified column a tad more space

* Standardize empty states of tabs in organization view

* Update test
2019-01-09 17:15:59 -08:00
Palakp41 7875051ace
Merge pull request #2391 from influxdata/feat/remove-bucket-org
Add delete column and functionality to buckets list and row
2019-01-09 17:11:37 -08:00
Palak Bhojani beac010471 Add delete column and functionality to buckets list and row
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-01-09 16:49:03 -08:00
Palakp41 be299966aa
Merge pull request #2382 from influxdata/fix/user-sign-out-login
Fix/user sign out login
2019-01-09 15:35:25 -08:00
Christopher Henn ddac3c796f Add support for windowPeriod macro variable
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-01-09 15:31:21 -08:00
Jeff Wendling e700d24ce0
Merge pull request #2383 from influxdata/jmw-delete-bucket
Hook up DeleteBucket to the tsm1 engine
2019-01-09 16:12:29 -07:00
Michael Desa 394673c54b
Merge pull request #2367 from influxdata/fix/issue#2252
Add org admin and member specific permissions
2019-01-09 17:54:20 -05:00
Jeff Wendling 703c3c15ca Hook up DeleteBucket to the tsm1 engine 2019-01-09 15:24:26 -07:00
Palak Bhojani 5b20852b40 Update index that wraps signin instead of signinpage 2019-01-09 14:22:41 -08:00
Michael Desa bcddb83a3c
Merge pull request #2112 from zhulongcheng/doc-rm-org
docs(http): remove unused org param from swagger
2019-01-09 17:06:53 -05:00
Michael Desa 81dcfee03e
Merge pull request #2163 from zhulongcheng/session-backend
initialize session handler by SessionBackend
2019-01-09 17:05:59 -05:00
alexpaxton c5099e7be8
Various Polish Stories (#2377)
* Add helpful tooltip to download CSV button

* Expose settings and tokens in navbar

* Remove gap around auto refresh dropdown

* Refactor Empty state styles

* Standardize tasks and dashboards empty states

* Standardize resource empty states in home page

* Refactor dashboard empty state

* Amend

* Standardize name and appearance of new dashboards and cells

* Ensure pause button doesn't press up against dropdown
2019-01-09 13:55:49 -08:00
Palak Bhojani 3813ac7dc9 Add Context so the handler is passed as props in the signinpage component
Co-authoerd-by: Delmer Reed <delmer814@gmail.com>
2019-01-09 13:48:09 -08:00
Christopher Henn 28ebc88b44 Increase query builder metaqueries range to 30d 2019-01-09 13:23:15 -08:00
Leonardo Di Donato 3d0a42cbbc fix(http): filtering telegraf configs only by organization ID
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-09 22:17:19 +01:00
Leonardo Di Donato b44ced3607 chore(testing): test that filtering telegraf configs only by orgID is possible
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-09 22:17:19 +01:00
Leonardo Di Donato 77574c559d feat(http): decode telegraf config filters and tests 2019-01-09 22:17:19 +01:00
Leonardo Di Donato 740723ae16 chore(bolt): revisit telegraf configs to support org 2019-01-09 22:17:19 +01:00
Leonardo Di Donato 41991c523c chore(inmem): revisit telegraf configs to support org 2019-01-09 22:17:19 +01:00
Leonardo Di Donato c720393c45 feat(testing): revisit telegraf config tests for filtering/restricting by org 2019-01-09 22:17:19 +01:00
Leonardo Di Donato ff820d5a3d chore(mock): adapt telegraf configs mock to new filter struct 2019-01-09 22:17:19 +01:00
Leonardo Di Donato c91c0639a7 feat(platform): scope telegraf configs to orgs 2019-01-09 22:17:19 +01:00
Jeff Wendling d3d251aa71
Merge pull request #2313 from influxdata/jmw-tsm1-prefix-delete
DeletePrefix on the tsm1 engine
2019-01-09 13:33:06 -07:00
Michael Desa 07eb6f5858
Merge pull request #2379 from influxdata/fix/remove-println-in-test
fix(http): remove fmt.Println from scraper service tests
2019-01-09 15:26:44 -05:00
Michael Desa 10429675b9 fix(http): remove fmt.Println from scraper service tests 2019-01-09 15:17:11 -05:00
Jeff Wendling b5bfb836c0 tsm1: remove unsafe in prefixTree 2019-01-09 12:43:01 -07:00
Palak Bhojani 2e8a8c5c72 Update Signin with router for redirect to login page 2019-01-09 11:13:39 -08:00
Palak Bhojani 609327a71b Add interval to sign in that checks for profile data 2019-01-09 11:01:41 -08:00
Edd Robinson f0b0d33db1
Merge pull request #2366 from influxdata/er-bucket-delete
Wire up Storage Engine to API-layer BucketService
2019-01-09 18:44:37 +00:00
Jeff Wendling e503ef40d1 tsm1: add comments responding to review feedback 2019-01-09 11:35:06 -07:00
Jeff Wendling 73c0ea410e tsm1: add test for engine DeletePrefix 2019-01-09 10:56:10 -07:00
Edd Robinson 9576f3b3a9 Skip flaky test 2019-01-09 17:49:02 +00:00
kelwang 69461e500f
Merge pull request #2342 from influxdata/onboarding_cli
fix(cmd/influx): don't print token, print the file where it stored
2019-01-09 11:51:10 -05:00
Michael Desa 0ec22953df fix(testing:bolt:inmem): add org admin permissions during onboarding generate 2019-01-09 11:43:58 -05:00
Michael Desa bef148ffd2 fix(platform): check for matching ids when permission matching 2019-01-09 11:16:02 -05:00
Michael Desa ad75185629 fix(task): update the permission checked in CreateTask
CreateTasks now check that the user has the write permission to the
tasks resource belonging to an organization. This change comes after
https://github.com/influxdata/platform/pull/2157 modified the structure
of authorization.
2019-01-09 10:36:25 -05:00
Michael Desa ead4a0a170 fix(bolt): grand first user org admin privileges during onboarding 2019-01-09 10:35:50 -05:00
Michael Desa 6f0d55d19e feat(platform): add constructor for org member and admin permssions 2019-01-09 10:35:21 -05:00
Edd Robinson 42ff769f1c Wire up storage.Engine to HTTP BucketService 2019-01-09 15:09:56 +00:00
Michael Desa d89920cfee
Merge pull request #2344 from influxdata/feat/issue#1877
Add protos (templates of dasboards)
2019-01-09 10:02:12 -05:00
Michael Desa 857b60150e feat(platform): add proto service for creating templated resources
feat(http): add http handler for proto service

feat(mock): add mock proto service

test(http): add proto handler tests

fix(platform): add view as option when adding a cell

feat(platform): add dashboard to proto struct

feat(fs): add filesystem implementation of proto

feat(http): add protos endpoints to api handler

feat(cmd/influxd/launcher): add protos path to server

doc(http): add protos to swagger

test(cmd/influxd/launcher): add --protos-path to launcher tests

fix(fs): remove unused args from test

fix(http): use platform.Error where appropriate
2019-01-09 09:55:15 -05:00
Michael Desa 7ea1db0079
Merge pull request #2250 from influxdata/fix/issue#2195
Nest views beneath dashboard cells
2019-01-09 09:30:39 -05:00