Commit Graph

686 Commits (63ef3c49a34479c5c50673fed18e9dde0d845f04)

Author SHA1 Message Date
Brandon Farmer bd5dc23461
Merge pull request #11185 from influxdata/fixes/clean-up-routes
Clean up routes
2019-01-16 17:05:03 -08:00
alexpaxton e18f9b1a25
Use Clockface Overlay when confirming switch from editor to builder (#11181)
* Introduce overlay footer presentational component

* Refactor time machine query switcher to display overlay instead of browser dialog

* Dismiss overlay when confirming
2019-01-16 16:59:48 -08:00
Brandon Farmer 4729cac5c5 Clean up routes 2019-01-16 16:55:45 -08:00
Palakp41 2a24c6dca1
Merge pull request #11156 from influxdata/feat/delete-task-adminui
Add the ability to delete a task from organization
2019-01-16 15:59:38 -08:00
alexpaxton 6f2b3d9f25
Polish Table Options (#11160)
* Clean up grid

* Polish threshold list

* Add empty state to table column options

* Improve appearance of custom time format

* Use clockface input within Draggable Column

* Use clockface input in table sidebar
2019-01-16 15:33:34 -08:00
Alirie Gray ddd6447ae3 Add ability to delete a scraper from an organization 2019-01-16 15:11:36 -08:00
Brandon Farmer 8053d3a255 Fix incorrect meta query 2019-01-16 14:39:39 -08:00
Brandon Farmer 041161a646
Merge pull request #11161 from influxdata/enhancement/improve-meta-query-speed
Improve meta query for tags
2019-01-16 13:30:59 -08:00
Brandon Farmer bc9a1afcba
Merge pull request #11142 from influxdata/feat/use-api-for-buckets
Use bucket api for listing buckets in time machine
2019-01-16 13:10:13 -08:00
Brandon Farmer b804631996 Improve meta query for tags 2019-01-16 13:06:56 -08:00
Deniz Kusefoglu ef7d5a1928
Merge pull request #11120 from influxdata/fix/save-view-properties
Ensure view retains cellID, and use cellID or id in updateVeiw
2019-01-16 12:36:59 -08:00
Deniz Kusefoglu 901cafbefd
Merge pull request #11130 from influxdata/fix/table-selection
Prevent in place editing of tables that broke table selection
2019-01-16 12:36:30 -08:00
Daniel Campbell 00711c5c01
Update final onboarding step to offer next step options to the user (#11145)
* Update final onboarding step to offer next step options to the user

* Add fallback route

* style tweaks, update snapshot

* update id getter
2019-01-16 12:16:56 -08:00
Palak Bhojani 9442a685b0 Add the ability to delete a task from organization 2019-01-16 12:16:10 -08:00
Brandon Farmer 8b04f04eaf Use bucket api for listing buckets in time machine
Closes #11068
2019-01-16 09:38:18 -08:00
Deniz Kusefoglu 776e6a7ebc Prevent in place editing of tables that broke table selection 2019-01-15 22:17:00 -08:00
Palak Bhojani 3fef15ad60 Add the ability to list all scrapers using api response 2019-01-15 17:26:44 -08:00
Alirie Gray d9a3b6d76c
Feat/edit labels on tasks (#11122)
* Replace EditDashboardLabelsOverlay with generic EditLabelsOverlay
* Add ability to add/remove labels from a task
2019-01-15 17:02:32 -08:00
Brandon Farmer fb42bf672c
Merge pull request #11121 from influxdata/feat/remember-query-builder
Remember query from query builder
2019-01-15 16:44:09 -08:00
Brandon Farmer 7cdad677f9 Remember query from query builder
Closes #11021

When switching from query builder to editor and back, query should be
persisted
2019-01-15 16:31:50 -08:00
Deniz Kusefoglu e0c4b6c87c Ensure views keep cellID and use cellID or id for view 2019-01-15 16:27:40 -08:00
Palakp41 1efecc8835
Merge pull request #11124 from influxdata/feat/delete-collectors-admin
Add the ability to delete collector from admin ui
2019-01-15 16:23:30 -08:00
Brandon Farmer a912c7e11b
Merge pull request #11126 from influxdata/feat/update-query-builder-meta-queries
Update meta queries for query builder
2019-01-15 16:22:21 -08:00
Palak Bhojani a7816fb1c0 Add the ability to delete collector from admin ui 2019-01-15 16:09:56 -08:00
Brandon Farmer 00c785056c Update meta queries for query builder 2019-01-15 16:02:59 -08:00
alexpaxton cf7ab909fb
Various Polish Stories (#11123)
* Decrease space below overlay headings

* Make panels contrast with background when nested in a tabbed page

* Improve styling of user settings page

* Improve styling of Labels and Tokens pages

* Polish Bucket overlays

* Link to org profile from dashboards list

* Refer to actual resource type instead of "This Resource"

* Link homepage card to collectors page

* Update test snapshots
2019-01-15 15:56:15 -08:00
Palak Bhojani 14007b7f94 Add the ability to download config from collectors 2019-01-15 15:15:43 -08:00
Deniz Kusefoglu 0adfe1466d Replace keys(except) function with new group and distinct format in query builder 2019-01-15 14:25:38 -08:00
Alirie Gray e33de92a1b
Merge pull request #11113 from influxdata/bugfix/table-option-render
Only render SortBy dropdown if FieldOptions exist
2019-01-15 13:40:04 -08:00
alexpaxton 684268db5e
Editable Organization Name (#11107)
* Make org name editable in place

* Remove org options tab

We can bring this back later if need be
2019-01-15 13:14:47 -08:00
Alirie Gray d96cc23f31 Only render SortBy dropdown if FieldOptions exist 2019-01-15 13:04:50 -08:00
Michael Desa 4d0bec5b49
Merge pull request #11098 from influxdata/fix/permission-ui
fix(ui): update permissions type in cur swagger and associated ui
2019-01-15 15:53:37 -05:00
alexpaxton aec88b17b4
Move my settings and my tokens to config tab (#11079) 2019-01-15 12:22:18 -08:00
Iris Scholten c97d0c7d28
Merge pull request #11076 from influxdata/feat/save-scraper-targets
feat(ui/dataLoaders): Update Scraper ui and connect to api
2019-01-15 11:51:41 -08:00
Palakp41 c278388fdd
Merge pull request #11096 from influxdata/feat/collectors-ui-admin
Build ui for Collectors on Organizaitons page
2019-01-15 11:34:35 -08:00
Michael Desa 4c1afc3a21 fix(ui): update permissions type in cur swagger and associated ui
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Co-authored-by: Michael Desa <mjdesa@gmail.com>
2019-01-15 14:24:20 -05:00
Iris Scholten ab549039d1 feat(ui/dataLoaders): Update Scraper ui and connect to api 2019-01-15 11:20:32 -08:00
Palak Bhojani 6b71e08c73 Build ui for Collectors on Organizaitons page 2019-01-15 11:14:24 -08:00
Deniz Kusefoglu b249f82e6d Add organizationID to telegrafsRequest schema 2019-01-15 10:40:39 -08:00
Deniz Kusefoglu 515d23117c
Merge pull request #11049 from influxdata/fix/dashboard-swagger
Rename json organizationID to orgID across API
2019-01-15 09:51:36 -08:00
Daniel Campbell aab247ac75
add error message for mismatch password (#11092) 2019-01-15 09:50:25 -08:00
Nathaniel Cook 8372859dee Merge branch 'master' into flux-staging 2019-01-15 08:35:59 -07:00
Deniz Kusefoglu d8eb0d0a5d Replace organizationID with orgID everywhere 2019-01-14 18:34:12 -08:00
Deniz Kusefoglu 0c54343a87 Fix missing key from dropdown 2019-01-14 18:33:25 -08:00
Deniz Kusefoglu 28d906fce6 Add orgID to dashboards 2019-01-14 18:13:27 -08:00
Alex P aabf82c965 Uh oh 2019-01-14 17:06:11 -08:00
alexpaxton 3f0cb874b6
Add Cards to User Homepage (#11073)
* Randomize greeting language

* Add binary and morse code to random greeting

* Luke says this is right cuz he took Latin

Co-Authored-By: lukevmorris <luke@influxdb.com>

* Add Klingon and Esperanto to greetings

* Add SVG animation to "dashboards" homepage tile

* Add SVG animation to "explore" homepage tile

* Add SVG animation to "collector" homepage card
2019-01-14 16:52:48 -08:00
Brandon Farmer 98a693248e
Merge pull request #11070 from influxdata/feat/not-started-query-message
Show different message before queries run in explorer
2019-01-14 16:25:32 -08:00
Brandon Farmer 19a22a3cee
Merge pull request #11064 from influxdata/feat/move-time-machine-buttons
Move timemachine buttons to add more room for graphs
2019-01-14 16:25:20 -08:00
Alirie Gray bf96a31ded
Merge pull request #11034 from influxdata/feat/send-task-from-DE
Add save query as task functionality to Data Explorer
2019-01-14 16:17:29 -08:00
Palakp41 baf6182af3
Merge pull request #11067 from influxdata/feat/token-overlay-roles-permissions
Remove hard coded token permissions and uses api response instead
2019-01-14 16:14:57 -08:00
Brandon Farmer 7c460c7739 Show different message before queries run in explorer 2019-01-14 16:11:46 -08:00
Daniel Campbell 062f6976a4
Update Line Protocol button styles, submit form on file upload. (#11066)
* Update Line Protocol button styles, submit form on file upload.

* use Button component
2019-01-14 16:10:21 -08:00
Nathaniel Cook 622106caaa Merge branch 'master' into flux-staging 2019-01-14 17:03:57 -07:00
Palak Bhojani 4d11413335 Remove hard coded token permissions and uses api response instead 2019-01-14 15:46:14 -08:00
Brandon Farmer 18074233ae Move timemachine buttons to add more room for graphs 2019-01-14 15:34:05 -08:00
Deniz Kusefoglu 1581804d74 Add save query as task functionality to Data Explorer
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2019-01-14 15:15:27 -08:00
Palakp41 dca0cb5ddf
Merge pull request #11055 from influxdata/feat/scraping-onboarding
Build ui for scraping component on onboarding
2019-01-14 14:37:59 -08:00
Brandon Farmer 65eac3cc4b Properly handle sign in page when there are no sources 2019-01-14 14:10:59 -08:00
Iris Scholten 7db37b90c6 Build ui for scraping component on onboarding
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-01-14 14:10:22 -08:00
Iris Scholten 358e1820c7 fix(ui/dataLoaders): Add check for existing configs for update 2019-01-14 11:02:14 -08:00
Iris Scholten 5e0c152efe
Merge pull request #11029 from influxdata/fix/ui-create-telegraf
Update onboarding to be able to make telegraf configs
2019-01-11 16:13:58 -08:00
Deniz Kusefoglu 7b2363c064
Merge pull request #11023 from influxdata/feat/send-from-DE
Add send to dashboard functionality to Data Explorer
2019-01-11 15:47:56 -08:00
Iris Scholten dec48900d9 Update onboarding to be able to make telegraf configs
Co-authored-by: Chris Goller <goller@gmail.com>
2019-01-11 15:26:16 -08:00
Deniz Kusefoglu 2a2fbcc264 Add send to dashboard functionality to Data Explorer
Co-authored-by: Alirie Gray<alirie.gray@gmail.com>
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2019-01-11 14:18:57 -08:00
alexpaxton c9c13137f4
Misc. UI Improvements (#11016)
* Improve contrast of tabbed page tabs

* Improve wording of "me" section

* Update button copy

* Update copy

* Convert time machine tabs to button in page header

* Move view type dropdown to page header

* Update test snapshot

* Cleanup component types
2019-01-11 14:05:44 -08:00
Nathaniel Cook 3a2231be98 Merge branch 'master' into flux-staging 2019-01-11 13:47:49 -07:00
Nathaniel Cook 1708a41fa7 refactor: update query functions for Flux builtins 2019-01-11 13:11:57 -07: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
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
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
Palak Bhojani dd9066e3e7 Add Scrapers tab to Organizations page 2019-01-10 15:04:15 -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
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
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
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 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
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
Palak Bhojani 5b20852b40 Update index that wraps signin instead of signinpage 2019-01-09 14:22:41 -08: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
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
Russ Savage 31d7a045fc
changing from 10ms to 10s (#2361) 2019-01-08 17:51:54 -08:00
Christopher Henn 7e43dc18bb Enable refresh button in TimeMachine 2019-01-08 17:05:25 -08:00
Brandon Farmer 063d773cec
Merge pull request #2359 from influxdata/feat/show-hide-query
Allow query builder to toggle query visibility
2019-01-08 16:44:00 -08:00
Iris Scholten d1520aa49f
Merge pull request #2356 from influxdata/feat/show-labels-tasks
feat(ui/labels): display labels in task row
2019-01-08 16:21:25 -08:00
Alirie Gray dadbf5d491
Create configuration page with labels subtab (#2307) 2019-01-08 16:20:36 -08:00
Brandon Farmer a88beaa59a Allow query builder to toggle query visibility 2019-01-08 16:15:01 -08:00
Iris Scholten 4f96333b52 feat(ui/labels): display labels in task row 2019-01-08 16:07:10 -08:00
Christopher Henn d07d565775 Polish query builder tab states 2019-01-08 15:15:56 -08:00
alexpaxton 21c996383c
Display Labels in Dashboards Index (#2330)
* Update cur_swagger

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Display labels in dashboards list

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Add # to example label

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Write test for dashboard TableRow component

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Update snapshot and mock data

Co-Authored-By: Iris Scholten <ischolten.is@gmail.com>

* Increase page gutter and max width of centered pages

* Show description in dashboards list

* Update snapshot

* Fix linting error

* Remove snapshot check from unit test
2019-01-08 14:56:48 -08:00
Iris Scholten a5831e70db
Merge pull request #2353 from influxdata/fix/procstat-invalid-plugin-error
Change typo of procstats to procstat and make exe required
2019-01-08 14:52:13 -08:00
Brandon Farmer 9b6669eae8 Enable searching tag keys in query builder
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-01-08 14:46:09 -08:00
Daniel Campbell 44feb51386
Onboarding responsive styles (#2352)
* update cubo doodles

* migrate style changes

* update snapshots
2019-01-08 14:40:09 -08:00
Iris Scholten 304721441f Change typo of procstats to procstat and make exe required
Co-authored-by: Palak Bhojani <palak@influxdata.com>
2019-01-08 14:25:22 -08:00
Brandon Farmer aa09e0af21 Add explicit submit button for query builder
Co-authored-by: Chris Henn <chris@chrishenn.net>
2019-01-08 13:20:51 -08:00
Christopher Henn fef6d4618e Show query completion time in TimeMachine 2019-01-08 11:05:09 -08:00
Palakp41 3c13a97a90
Merge pull request #2306 from influxdata/feat/display-token-myaccount
Display token on my account token overlay
2019-01-08 11:00:48 -08:00
Iris Scholten 99a2b9167b
Merge pull request #2310 from influxdata/onboarding/stop-header-skipping
fix(ui/onboarding): Prevent unskippable steps from being skipped with progress bar
2019-01-08 10:51:45 -08:00
alexpaxton b69f647c2b
Miscellaneous Polish (#2311)
* Update grid breakpoints

* Fix spacing of action buttons in dashboards index row

* Simplify micro copy on delete task and delete dashboard buttons

* Update HTML page title when a new page is loaded

* Condense layout of line options

* Update test snapshot

* Shrink size of buttons in task page header

* Prevent missing page name in dashboard during initial load

* Make tasks table "Owner" column match column in dashboards table

* Update test snapshots

* Depluralize button copy

* Guard against missing page titles
2019-01-08 10:27:53 -08:00
Iris Scholten bb93b3608d fix(ui/onboarding): Prevent unskippable steps from being skipped with progress bar 2019-01-08 10:11:23 -08:00
Palak Bhojani 071a109eae Display token on my account token overlay 2019-01-08 10:11:15 -08:00
Christopher Henn 01a836a995 Replace node-sass dep with sass 2019-01-08 09:42:32 -08:00
Christopher Henn c301f9150e Enable searching tag values in query builder
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2019-01-08 09:05:28 -08:00
Delmer 93c1a3a80a
feat(ui): add table graph hover time (#2286)
* feat(ui): add hover time for table graphs
* feat(ui): fix table graph sorting error

Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2019-01-08 10:42:33 -05:00
Palakp41 bf74b83724
Merge pull request #2280 from influxdata/onboarding-plugin-bundles
Remove plugin bundles that don't match the protoboards
2019-01-07 16:14:33 -08:00
Iris Scholten 6747b35455 fix(ui/dataLoaders): Ensure the type is streaming if the substep is streaming 2019-01-07 15:01:44 -08:00
Iris Scholten b020f6b0d3 feat(ui/onboarding): Allow filtering of plugin bundles 2019-01-07 14:42:14 -08:00
Christopher Henn f4c34aeda9 Fix plotting independent series 2019-01-07 12:47:32 -08:00
Christopher Henn 8fcd8ca594 Use memoization in DygraphTransformation 2019-01-07 12:47:32 -08:00
Palak Bhojani ae6c0957e3 Remove plugin bundles that don't match the protoboards 2019-01-07 11:55:06 -08:00
Christopher Henn d342fffbc9 Fix legend crash when rendering new time series
We use dygraphs to populate the value for each time series in the hover
legend. These values are stored as state, but can go stale if the
`Dygraph` component is rerendered with new time series. This breaks
assumptions we have about the data passed to the `Legend` component.

This commit adds a guard to the `Legend` component to bail out of
rendering if it encounters invalid data. This prevents the `Dygraph`
component from crashing.
2019-01-07 11:31:19 -08:00
Christopher Henn b286099f60 Polish graph loading states
If a graph switched from the "No Results" state to a loading state, it
would still display "No Results". Now, it will display the loading
state.
2019-01-07 11:07:54 -08:00
Christopher Henn 2770ae5e7b Implement new visual query builder designs 2019-01-07 10:58:18 -08:00
alexpaxton 099d311037
Refactor & Polish Renaming Widget (#2260)
* Refactor rename dashboard component

* moar polish

* Moar

* Rename component to be more generic

* Refactor component to remove flicker on blur
2019-01-07 10:35:33 -08:00
Brandon Farmer 732541f53d Do not truncate time fields in raw view 2019-01-04 16:14:49 -08:00
Brandon Farmer e3e7f1dab4 Remove y2 options 2019-01-04 14:34:12 -08:00
Brandon Farmer 97cafe85c8
Merge pull request #2227 from influxdata/feat/timeRangeStart-flux-variable
Add timeRangeStart variable to queries as preamble
2019-01-04 13:23:41 -08:00
Palakp41 35a038795f
Merge pull request #2226 from influxdata/feat/orgs-members-filtering
Create dummy data for members and add filter box to the header
2019-01-04 12:07:40 -08:00
Palak Bhojani 25d792f052 Create dummy data for members and add filter box to the header 2019-01-04 11:55:18 -08:00
alexpaxton aa1f3d2444
Introduce Confirmation Buttons (#2223)
* Initial pass at Confirmation Delete component

* Require confirmation when deleting a dashboard

* Require confirmation when deleting a task

* Cleanup

* Write unit test

* Rewrite test to use jest mock function
2019-01-04 10:01:50 -08:00
Brandon Farmer e7c33d5c8e Add timeRangeStart variable to queries as preamble 2019-01-04 09:30:04 -08:00
Delmer 3dacbdf162
feat(ui): add field options to view (#2171) 2019-01-04 08:57:04 -05:00
Andrew Watkins 6eca18fc4e
fix(ui/org-view): org view polish
* fix(ui/org-view): list actual tasks from api

* fix(ui/org-view): fix dashboard list not rendering

* fix(ui/org-view): fix bucket modal

* feat(dashboards): add updated at column
2019-01-03 16:18:14 -08:00
Palakp41 ac7e9df407
Merge pull request #2219 from influxdata/feat/org-members-role-column
Update MembersList to include role column
2019-01-03 16:09:49 -08:00
Palak Bhojani 21eb3a26d8 Update MembersList to include role column 2019-01-03 14:39:49 -08:00
Palakp41 36d602822f
Merge pull request #2199 from influxdata/fix-range-now-function
Update range function example constant to include now() instead of now
2019-01-03 14:27:27 -08:00
Palak Bhojani 56d1247e51 Update range function example constant to include now() instead of now 2019-01-03 14:10:38 -08:00
Palak Bhojani 029e3af719 Update telegraf.conf constant to 10 instead of 15 2019-01-03 13:32:35 -08:00
Palak Bhojani def2cdc287 Function name is being condition for any from functions 2019-01-03 12:39:59 -08:00
Palak Bhojani aaffe604fa Revert "Merge branch 'feat/from-function-explorer' of github.com:influxdata/platform into feat/from-function-explorer"
This reverts commit 93ce63e9c9, reversing
changes made to 4c7dfe93de.
2019-01-03 12:37:46 -08:00
Palak Bhojani 93ce63e9c9 Merge branch 'feat/from-function-explorer' of github.com:influxdata/platform into feat/from-function-explorer 2019-01-03 12:33:52 -08:00
Palak Bhojani 4c7dfe93de Add parameter to the onclick on toolbar function to condition on the func name 2019-01-03 12:32:28 -08:00
Palak Bhojani b5802b273b Merge branch 'feat/from-function-explorer' of github.com:influxdata/platform into feat/from-function-explorer 2019-01-03 12:31:20 -08:00
Palak Bhojani 6746d7ca22 Update from function example to bucket_name instead of telegraf/autogen 2019-01-03 11:52:48 -08:00
Palak Bhojani 69fd6fddd6 Add parameter to the onclick on toolbar function to condition on the func name 2019-01-03 11:20:14 -08:00
Brandon Farmer 78744e4b0e
Merge pull request #2194 from influxdata/feat/dataloader-verify-line-protocol
Add verify step for line protocol onboarding
2019-01-03 10:59:12 -08:00
Palak Bhojani ed424c713c Add parameter to the onclick on toolbar function to condition on the func name 2019-01-03 10:14:44 -08:00
Deniz Kusefoglu f79ed49a02
Merge pull request #2189 from influxdata/bugfix/tasks-error-messages
Fix error notifications on tasks
2019-01-03 18:04:44 +00:00
Brandon Farmer f06b258a13 Add verify step for line protocol onboarding 2019-01-03 09:57:39 -08:00
Christopher Henn 89e6851812 Upgrade Parcel to 1.11.0 2019-01-03 09:41:59 -08:00
Deniz Kusefoglu 9df87928ec Fix error notifications on tasks 2019-01-03 13:37:33 +00:00
Palak Bhojani 1c6f188f58 Style copy button to float right in the text area 2019-01-02 14:30:52 -08:00
Palak Bhojani cd698e1f5c Add notification when text is copied to clipboard 2019-01-02 12:25:00 -08:00
Deniz Kusefoglu be1ba8a559
Merge pull request #2178 from influxdata/tables/vertical-time-axis-default
Set default time axis to vertical
2019-01-02 18:58:02 +00:00
Deniz Kusefoglu acab39cf33 Set default time axis to vertical 2019-01-02 18:49:21 +00:00
Palak Bhojani a7ed69c322 Fix minor props issue on Admin Step 2019-01-02 09:18:41 -08:00
Palak Bhojani bab967df00 Pressing Enter takes user to next step or substep of the onboarding process
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-01-02 09:11:46 -08:00
Andrew Watkins 3429e8d0c6
feat(auth): rewrite authorization service (#2157)
* feat(view-token-overlay): add view token overlay

* test(tokens): update tests

* chore(auths): rename mock data file

* feat(token-view): clicking on description opens token view modal

* feat(token-view): add ability to close overlay

* feat(token-view): display token permissions with updated permissions shape

* feat(token-view): wip update authorization and permission shapes

* feat(auth): wip refactor auth permissions

* fix(auth): generate permissions via functions

* fix(auth): make Id ID

* chore(types): update generated client

* feat(auth): wip add user and org names to auth

* fix(user): didnt save rebase

* feat(auth): WIP refactor auth

* feat(auth): check for user existence during auth creation

* feat(auth): org must exist during auth creation

* fix(auth): pluralize telegrafs resource type

* docs(http): update swagger definition for the Authorization

* test(auth): fix broken tests

* docs(swagger): update cur_swagger Authrorizations

* fix(api): remove trace from cur_swag

* test(ui/token): update components with new generated type definitions

* feat(http): add lookup service adding names for permissions

* fix(http): remove debugging panics

* chore: go tidy

* fix: unsaved rebase

* test(idpe): add ids to Authorizations for log tests
2018-12-28 15:02:19 -08:00
Delmer efdb373868
Feat/manage labels (#2082)
feat(ui): add labels to org page
2018-12-27 13:19:07 -05:00
Deniz Kusefoglu b59f71697c
Merge pull request #2092 from influxdata/import-table-graph-changes
Merge table features from 1.x, get tables to work in dashboards
2018-12-20 18:24:57 -08:00
Deniz Kusefoglu 03a21fe487 Merge table features from 1.x, get tables to work in dashboards
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-12-20 17:52:48 -08:00
Daniel Campbell b327ff7d07
More onboarding styles (#2086)
* Update styles, fix onboarding weirdness

* update tests

* update test props
2018-12-20 13:57:59 -08:00
Christopher Henn 27b3c6e87b Add “Save As” button and modal to DE
Closes #1867
Closes #1868
2018-12-20 13:54:22 -08:00
Christopher Henn 7928eb762d Fix issue forcing sign in on page refresh 2018-12-20 10:47:17 -08:00
Alirie Gray 9dd5ee0d27 Display red x in sidebar when plugin config is invalid 2018-12-19 15:12:45 -08:00
Daniel Campbell 07edc3108b
update config title styles (#2055) 2018-12-19 13:28:35 -08:00
Daniel Campbell 60cbd661e8
remove CSV option (#2052) 2018-12-19 13:17:26 -08:00
Alirie Gray 34b9e90434
URI array validation (#2034) 2018-12-19 11:50:31 -08:00
alexpaxton 0f79e4ea32
Refactor Clockface Form and Grid (#2033)
* Introduce clockface components for grid layout

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Remove child type enforcement on grid row

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Improve naming of grid column props

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Implement Grid components in view options

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Add default prop to grid column

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Remove concept of grid layout from form elements

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Introduce validated form element

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Optionally render components into a form label

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Make linter happy via massive cleanup

* Update snapshots and fix failing test

* Add optional "required" to form elements

* Clean up grid usage in line graph options

* Update snapshot
2018-12-19 11:34:17 -08:00
Nathaniel Cook d6c0a393b0 Merge branch 'master' into flux-staging 2018-12-19 11:30:55 -07:00
Christopher Henn 33d2b133bd Rewrite hover legend 2018-12-19 10:02:08 -08:00
Daniel Campbell ef6321a708
Data loader button bar (#2039)
* Add Skip to Verify on streaming data steps, style wizard button bar

* Add tests, update snapshots
2018-12-18 18:24:09 -08:00
Iris Scholten d817ff4507 fix(ui/dataLoaders): Separate the error state from the data not found state when listening for data 2018-12-18 15:18:35 -08:00
Palakp41 1e7cadc9b9
Merge pull request #2029 from influxdata/fix/input-id-unnecessary
Remove id prop from input component
2018-12-18 14:59:00 -08:00
Alirie Gray 8b6eefb389
Merge pull request #2026 from influxdata/dataloaders/telegrafs-put-mocks
Create mock for telegraf update function
2018-12-18 14:32:12 -08:00
Palak Bhojani aeb279228d Remove id prop from input component 2018-12-18 14:30:03 -08:00
Palak Bhojani f4a291d1ff Telegraf plugins alphabetized in the sidebar 2018-12-18 13:27:40 -08:00
Alirie Gray 242d9e86e1 Create mock for telegraf update function 2018-12-18 12:34:21 -08:00
Alirie Gray 758af5eaaf Create/update telegraf plugin at verify step of onboarding 2018-12-18 12:06:45 -08:00
Nathaniel Cook b40a67efc7 chore(http): remove plan specs from swagger 2018-12-18 12:45:30 -07:00
Palak Bhojani 8a93b34198 Create styling for file input on streaming data sources 2018-12-18 11:39:54 -08:00
Iris Scholten 52b05fb5a3
Merge pull request #2010 from influxdata/dataLoaders/configure-next-back
fix(ui/dataLoaders): Update onboarding button labels and functionality
2018-12-18 11:26:05 -08:00
Nathaniel Cook f4dfda705a fix(http): remove /api/v2/query/plan
BREAKING CHANGE: The API endpoint exposed internal details about the implementation of
the logical and physical plans. Those data structures need to be free to
change without breaking the API. For now since the endpoint is unused it
is being removed. A similar API may be added back in that correctly
abstracts away the internal details of plans.
2018-12-18 12:17:34 -07:00
Nathaniel Cook e3eff83aaa chore(Makefile): remove yq dependency to generate ts client 2018-12-18 11:19:56 -07:00
Alirie Gray d9e9b1fd85
Merge pull request #2007 from influxdata/fix/authorizations-response
Match shape of get/authorizations to backend response
2018-12-18 10:06:28 -08:00
Iris Scholten 388265604b fix(ui/dataLoaders): Update the button labels and funcitonality in onboarding steps 2018-12-17 17:46:50 -08:00
Brandon Farmer eb81a9c48d
Merge pull request #2001 from influxdata/chore/misc-generated
Chore/misc generated
2018-12-17 16:36:07 -08:00
Alirie Gray 0f825d4ea3 Match shape of get/authorizations to backend response 2018-12-17 16:17:10 -08:00
alexpaxton 73b3d566e5
Add New Icons to Icon Font and Update Nav Icons (#2004)
* Update icon font

* Make nav bar icon font size a whole number

* Change icons in navbar
2018-12-17 14:28:34 -08:00
Deniz Kusefoglu a86f6cd4a4 Remove U as precision option, make default nanoseconds 2018-12-17 13:17:04 -08:00
Delmer e68949074a
feat(ui): add table options (#1994)
feat(ui): add table options

Co-authored-by: Alex Paxton<thealexpaxton@gmail.com>
2018-12-17 14:28:37 -05:00
Brandon Farmer 1b982ea984 Move misc api calls to generated client 2018-12-17 11:14:08 -08:00
Alirie Gray 0d896cb04d
Merge pull request #1980 from influxdata/tokens/delete-token-from-list
Add delete button to token index row
2018-12-17 09:37:45 -08:00
Alirie Gray 59eae630a1 Add delete button to token index row 2018-12-14 15:47:16 -08:00
Iris Scholten 3bc19c25c1
Merge pull request #1963 from influxdata/dataLoaders/required-config-fields
feat(ui/dataLoaders): Check if fields for plugin configuration
2018-12-14 15:07:34 -08:00
Iris Scholten eb0a38e727 feat(ui/dataLoaders): Check if fields are required for plugin configuration 2018-12-14 13:40:24 -08:00
Delmer 71d75cf2ab
feat(ui): disable removing only tab (#1831) 2018-12-14 14:21:59 -05:00
Brandon Farmer 767dededac
Merge pull request #1944 from influxdata/chore/org-resources-generated
Move org resources to use generated client
2018-12-13 17:16:22 -08:00
Alirie Gray 4df5303d9c
Merge pull request #1943 from influxdata/onboarding/update-step-status-on-skip
Handle setting step status when skipping a step
2018-12-13 16:58:22 -08:00
Brandon Farmer 41757e17e7 Move org resources to use generated client 2018-12-13 16:57:53 -08:00
Alirie Gray c812aa2bbb
Merge pull request #1940 from influxdata/onboarding/navigate-to-dashboard-page
Send the user to the dashboard page after completing onboarding
2018-12-13 16:44:18 -08:00
Alirie Gray 381565fe8c Handle setting step status when skipping a step 2018-12-13 16:42:37 -08:00
Brandon Farmer 816e5def43 Switch buckets ui to use generated client 2018-12-13 16:23:48 -08:00
Alirie Gray f24ec32343 Send the user to the dashboard page after completing onboarding
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-12-13 16:13:53 -08:00
alexpaxton 4e7f89d6a1
Prevent nav bar items from printing child coint as sub-items (#1941) 2018-12-13 15:15:30 -08:00
Christopher Henn 0633ad0c67 Refactor Flux visualization parsing
- Rewrite `getTablesByTime` as `spreadTables`
  - Return a single, wide, time-indexed table, which is a more useful format
    for consumers
  - Also return structured metadata about series, in preparation for
    improvements to the hover legend
  - Simplified and more efficient code
- Remove unused `parseValues` utility
- Move `results.test.ts` test cases to `response.test.ts`
- Rewrite `fluxToSingleStat` as `lastValue`, with a simplified call signature
- Fix bug where gauge visualizations would alternate which series they
  displayed a value for when refreshing, dependent on the order of the series
  in each refreshed response
- Simplify `fluxTablesToDygraph` implementation
- Memoize `lastValue` calls in the gauge and single stat visualizations, to
  avoid expensive parsing on each rerender if possible
2018-12-13 15:03:34 -08:00
alexpaxton 53308dae3b
Feat/nav logout link (#1929)
* Fix typo

* Add logout route and component

* Refactor logout button in profile to point to logout route

* WIP refactor nav menu

Making the presentational components composable, removed a couple unecessary concepts

* Style sub-menu items

* Remove unecessary async

* Use Clockface Select to enforce child types
2018-12-13 14:52:16 -08:00
Alirie Gray 69b59fbcb4
Dataloader/update progress bar (#1851)
* Update step statuses in onboarding wizard
* Create reducer to set configuration state for telegraf plugins
2018-12-13 14:29:12 -08:00
Palakp41 62469e2acf
Merge pull request #1933 from influxdata/dataLoader/copy-to-clipboard
Add ability to copy text to clipboard on Data Listening
2018-12-13 12:49:33 -08:00
Palak Bhojani 68d43141f2 Add ability to copy text to clipboard on Data Listening 2018-12-13 12:14:58 -08:00
alexpaxton e9ac5edcb4
Add labels tab and placeholder component to orgs profile (#1931) 2018-12-13 12:05:15 -08:00
alexpaxton 59a73aabf0
Remove avatar from profile page component (#1930) 2018-12-13 11:36:13 -08:00
Alex P e0e2d4266c Remove accidentally merged code
=D Don't hate me!!
2018-12-13 10:58:18 -08:00
alexpaxton deda6d8cc3
Introduce Permissions Widget (#1761)
* First pass at component set

* REVERT THIS COMMIT
2018-12-13 10:56:39 -08:00
Iris Scholten b153338c78 Fix(ui/dataLoaders): Hide download button if there's nothing to download 2018-12-13 10:04:43 -08:00
Iris Scholten 4ef2663df3 Fix(ui/dataLoaders): Update streaming button to send you to the streaming step rather going to previous location 2018-12-12 17:09:47 -08:00
Palakp41 ff14ed1822
Merge pull request #1891 from influxdata/feat/streaming-new-source-button
Add the ability to count down timer on listening for data
2018-12-12 16:40:15 -08:00
Palak Bhojani 7259934280 Add the ability to count down timer on listening for data 2018-12-12 16:26:23 -08:00
Christopher Henn 890105ec06 Implement single stat visualization options 2018-12-12 15:57:45 -08:00
Christopher Henn 9b9967d8c7 Polish SingleStat styling
- Ensures that a SingleStat inside a TimeMachine can be resized
- Ensures that a SingleStat has the approriate border raidus when used
  in a cell or TimeMachine
2018-12-12 15:57:45 -08:00
Christopher Henn 98aececac7 Remove unused props from DraggableResizerPanel 2018-12-12 15:57:45 -08:00
Iris Scholten 6a2e507389
Merge pull request #1899 from influxdata/swagger-telegraf-config-schema
Update telegraf config schema to match cur swagger
2018-12-12 15:23:55 -08:00
Iris Scholten 50fbba9227 Update telegraf config schema to match cur swagger
chore(http): updated go validation library and fixed swagger test

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-12-12 15:11:18 -08:00
Iris Scholten 3315fa9cf1
Merge pull request #1893 from influxdata/dataLoaders/system-bundle
Feat(ui/dataLoaders): Change plugin selection to bundle selection
2018-12-12 13:43:58 -08:00
Deniz Kusefoglu f9bf8e918c Pass source id instead of source to resolvedSourceID 2018-12-12 12:56:45 -08:00
Iris Scholten c9508d4ac9 Feat(ui/dataLoaders): Change individual plugin selection to bundle selection 2018-12-12 12:48:10 -08:00
Iris Scholten cae010be69
Merge pull request #1892 from influxdata/fix/signin
Fix(ui/onboarding): Fix signin
2018-12-12 11:54:38 -08:00
alexpaxton 851ba878b7
Introduce Clockface Labels Components (#1890)
* Introduce Labels components

* Export label type from clockface

* Make component spacer behave as expected

* Include padding so IndexList rows scale more gracefully

* Allow optional truncation of labels in list with tooltip

* Add option for displaying a delete button on a label

* WIP introduce label selector component

* Flesh out suggestive functionality including keyboard support

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Enable scrolling in labels widget

Also doing a handful of things to improve usability

Co-Authored-By: Delmer <ofthedelmer@users.noreply.github.com>

* Make linter happier
2018-12-12 11:54:26 -08:00
Iris Scholten 0ed9c1bd6a Fix(ui/onboarding): Fix signin
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-12-12 11:40:19 -08:00
Deniz Kusefoglu 134c458697
Merge pull request #1855 from influxdata/onboarding/add-logos-to-streaming-sources
Add (available) logos to streaming data cards and data type selector
2018-12-12 11:36:16 -08:00
Brandon Farmer f67eb65562
Merge pull request #1859 from influxdata/chore/move-user-api-generated
Use generated client for users endpoints
2018-12-12 11:16:51 -08:00
Brandon Farmer 3a397f26f9
Merge pull request #1887 from influxdata/fix/read-source-logs
Update readSource usages in log viewer
2018-12-12 11:14:08 -08:00
Christopher Henn 66770afdc8 Use clockface dropdown in ColorDropdown component 2018-12-12 10:39:40 -08:00
Christopher Henn 1e167ae41e Fix decimal place visualization option
Changes the gauge and single stat visualizations to use their decimal
place option more literally. For example, if the decimal place option is
set to 2 digits, then every number in the visualization will be
formatted with 2 digits after the decimal place. Previously, this option
was ignored altogether, and seemed to be programmed to mean “display at
most 2 digits after the decimal place”.
2018-12-12 10:39:40 -08:00
Christopher Henn f3a655bea8 Polish AutoInput
- Allow deleting the input entirely
- Only reset value if mode has changed, even if a mode button is clicked
- Emit changes to the input value consistently
2018-12-12 10:39:40 -08:00
Christopher Henn 0e1d89aa19 Polish query tab styling 2018-12-12 10:39:40 -08:00
Christopher Henn e57d082b1c Enable setting prefix/suffix for gauge views 2018-12-12 10:39:40 -08:00
Brandon Farmer 3769a85130 Update readSource usages in log viewer 2018-12-12 09:58:46 -08:00
Deniz Kusefoglu 0104466552 Add icons/logos to streaming data selector and data source type selector 2018-12-11 17:17:44 -08:00
Brandon Farmer 07ae96d4a2 Use generated client for users endpoints 2018-12-11 17:04:26 -08:00
Deniz Kusefoglu 2ef47c4316
Merge pull request #1850 from influxdata/plugin-icons
Add logos for telegraf plugins as components
2018-12-11 14:53:05 -08:00
Palakp41 051c6c276c
Merge pull request #1845 from influxdata/feat/streaming-new-source-button
Add functionality to add new source button to go back to streaming so…
2018-12-11 14:29:07 -08:00
Deniz Kusefoglu c2b1b2d5bb Add logos for telegraf plugins as components 2018-12-11 14:20:09 -08:00