Commit Graph

13608 Commits (da0f5d5ea6597ba4549d778858189508a8b21292)

Author SHA1 Message Date
Michael Desa da0f5d5ea6
Merge pull request #10971 from influxdata/fix/filter-authorization-perms
fix(influxdb): add org id to permissions
2019-01-11 12:49:16 -05:00
Daniel Campbell edc3e37c28
Polish/onboarding buttons (#11000)
* Remove back button on Admin step

* Make wizard button text consistent
2019-01-11 09:27:11 -08:00
Michael Desa 944de4157a fix(influxdb): add org id to permissions
filter out resources that have mission IDs

fix(influxdb): simplify auth check in PermissionAllowed

review(platform): update as noted in review

fix(influxdb): ensure permission has valid org id
2019-01-11 12:23:28 -05:00
Daniel Campbell b3238d318f
Polish/onboarding (#10984)
* hide url tab in line protocol

* update snapshot

* Add influxdata url

* Change Admin to Initial User
2019-01-11 09:17:17 -08:00
Jacob Marble c852bdf638
Merge pull request #10973 from influxdata/fix/readme-basic-usage
fix: Add 'Basic Usage' fodder to README
2019-01-11 07:57:18 -08:00
Iris Scholten ea6b999f57
Merge pull request #10986 from influxdata/generic-multiple-input
Change Multiple Input to be generic and move to clockface
2019-01-10 16:56:57 -08:00
Iris Scholten c1c5644899 Change Multiple Input to be generic and move to clockface
Co-authored-by: Palak Bhojani <palak@influxdata.com>
2019-01-10 16:37:18 -08:00
Palakp41 d40bcdb261
Merge pull request #10978 from influxdata/feat/adminui-scrapers-list
Add Scrapers tab to Organizations page
2019-01-10 16:35:19 -08:00
Mark Rushakoff 975c9a0a58 ci: rename api-compatibility Jenkinsfile
To get CI sorted out, we need the 2.x Jenkinsfile to have a different
name from the 1.x Jenkinsfile.
2019-01-10 16:03:08 -08:00
Jade McGough dd2190fc1a
Merge pull request #10985 from influxdata/auth-cli-permissions
feat(cmd): add missing auth cli params
2019-01-10 16:01:42 -08:00
Jade McGough 8b255440e5 feat(cmd): add missing auth cli params 2019-01-10 15:38:07 -08:00
Palak Bhojani dd9066e3e7 Add Scrapers tab to Organizations page 2019-01-10 15:04:15 -08:00
Brandon Farmer 54c8d18d8e
Merge pull request #10972 from influxdata/fix/stop-ignoring-ui-src
Stop ignoring ui/src
2019-01-10 14:42:12 -08:00
Brandon Farmer cedaffcb5a Stop ignoring ui/src
* this line prevents new files from being added to ui/src
2019-01-10 14:06:26 -08:00
Iris Scholten b4e1d4ad21
Merge pull request #10966 from influxdata/fix/empty-onboarding-verify
fix(ui/onboarding): Update verify step to fail more gracefully if requests fail
2019-01-10 13:12:12 -08:00
Jacob Marble 53d2d076cc fix: Add 'Basic Usage' fodder to README 2019-01-10 13:02:48 -08:00
Jade McGough dcf606da9d
Merge pull request #10964 from influxdata/view-label-links
fix(http): add labels to view links responses
2019-01-10 12:51:58 -08:00
Iris Scholten 7c30b16c46 fix(ui/onboarding): Update verify step to fail more gracefully if requests fail 2019-01-10 12:46:38 -08:00
alexpaxton f722c7326f
Merge pull request #10967 from influxdata/polish/misc-ui-changes
Miscellaneous Polish Tasks
2019-01-10 12:08:19 -08:00
Alex P dab5d039ec Remove "Sources" tab from navbar but preserve route 2019-01-10 11:44:59 -08:00
Alex P fa8ac42ef8 Polish save as button and overlay 2019-01-10 11:43:49 -08:00
Jade McGough 6b99b09e0b fix(http): add labels to view links responses 2019-01-10 11:41:17 -08:00
Alex P c65e98b6b4 Use confirmation button and search widget instead of custom components 2019-01-10 11:39:51 -08:00
Alex P a8fc802031 Hide delete bucket button unless hovered 2019-01-10 11:24:06 -08:00
Mark Rushakoff cc389a3b51 chore: use upstream version of kin-openapi
We were using a fork, but the change introduced in that fork has since
been merged upstream.

Closes #10626.
2019-01-10 11:22:03 -08:00
Deniz Kusefoglu 6cb2945d66
Merge pull request #10959 from influxdata/chore/nest-views-under-dash
Chore/nest views under dash
2019-01-10 10:41:52 -08:00
Deniz Kusefoglu bc46eb5698 trailing slashes and code review 2019-01-10 10:05:58 -08:00
Deniz Kusefoglu ffb8e14ef3 Break logs actions 2019-01-10 10:05:58 -08:00
Deniz Kusefoglu 88cb771aac Alter FE data types for cell and view to include parent IDs, use new nested view API 2019-01-10 10:05:58 -08:00
Deniz Kusefoglu deb87aef05 Update curswagger and generate client with views nested under cells 2019-01-10 10:05:58 -08:00
Mark Rushakoff 9fb6161b71 chore: temporarily treat appveyor as no-op 2019-01-10 09:55:48 -08: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