alexpaxton
be430667a7
Add clone dashboard functionality to orgs dashboard list ( #11265 )
...
Co-Authored-By: Deniz Kusefoglu <deniz@influxdata.com>
2019-01-17 16:37:25 -08:00
Palakp41
a2435354bb
Merge pull request #11251 from influxdata/feat/bucket-dropdown-scrapers
...
Create the scraper for the bucket selected in dropdown
2019-01-17 16:33:13 -08:00
Delmer Reed
d8f9f011ff
Support true time series query cancellation
...
Previously, outdated queries in the `TimeSeries` and
`QueryBuilderFetcher` would run to completion even though their results
were ignored.
Now, pending but outdated queries will be truly canceled via
`XmlHttpRequest#abort`. This frees up server and network resources.
Closes #10801
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2019-01-17 16:22:09 -08:00
alexpaxton
250c8df997
Moar Polish ( #11255 )
...
* Allow for custom classnames in panels
* Rename "Collectors" to "Telegraf Configurations"
* Allow query builder blocks to always be removable
Use standard margin variables in query builder
* Fix alignment of labels in tasks list
* Amend
* Simplify context menu items
* Ensure cloned cells have same dimensions as source
* Update test snapshots
2019-01-17 16:18:55 -08:00
Daniel Campbell
e357f4bdbf
Polish/tip text ( #11257 )
...
* Add tip text to admin step
* update snapshot
* update text
* update snapshot
2019-01-17 16:03:20 -08:00
Brandon Farmer
eea0a368fb
Use v1 namespaced functions for metaqueries
2019-01-17 15:27:14 -08:00
Alirie Gray
4b1bc928a7
Merge pull request #11196 from influxdata/feat(adminui)/remove-dashboard-from-org
...
Add ability to delete a dashboard from the organizations page
2019-01-17 14:39:22 -08:00
Palak Bhojani
df19b14c3b
Create the scraper for the bucket selected in dropdown
2019-01-17 14:38:58 -08:00
Alirie Gray
60009cb1b7
Feat(adminui)/advanced data collection step ( #11230 )
...
Route to data loader wizard from onboarding advanced step
2019-01-17 14:38:00 -08:00
Alirie Gray
5baa4ba397
Merge pull request #11215 from influxdata/polish(tasks)/change-interval-label-to-every
...
Change interval label in TaskForm to every
2019-01-17 14:36:19 -08:00
Iris Scholten
40e75ced16
Merge pull request #11183 from influxdata/feat/plugin-links
...
Add additional info links to plugin forms
2019-01-17 14:35:00 -08:00
Deniz Kusefoglu
27ecddff56
Merge pull request #11245 from influxdata/polish/fix-error-link
...
Change error text and link to point to influxdb
2019-01-17 14:28:51 -08:00
Iris Scholten
dfde657b82
Merge pull request #11235 from influxdata/feat/add-scrapers
...
feat(ui/dataLoaders): Add new scraper from scrapers tab
2019-01-17 14:19:36 -08:00
Iris Scholten
022b19358c
Add additional info links to plugin forms
2019-01-17 14:07:53 -08:00
Iris Scholten
d7f18beaee
feat(ui/dataLoaders): Add new scraper from scrapers tab
2019-01-17 13:37:12 -08:00
alexpaxton
4bf257d136
Refactor note editor ( #11243 )
...
Simplified and removed a bunch of styles
2019-01-17 13:37:03 -08:00
Deniz Kusefoglu
76df423518
Change error text and link to point to influxdb
2019-01-17 13:04:00 -08:00
alexpaxton
fa9b78c2f6
Prototype/vis options side panel ( #11232 )
...
* Display view options in a side panel instead of replacing query builder
* Change view options to stack vertically
* Shrink view options panel slightly
Trying to make everything fit in here
* Give linter a cookie
* Fix incorrect name
* Use global style variables when possible
* Fix weird auto input bug
Co-Authored-By: Chris Henn <chris@chrishenn.net>
* Make view options look proper in VEO
* EOL
2019-01-17 12:24:42 -08:00
Daniel Campbell
e87421c984
Polish/scrolling plugins ( #11225 )
...
* Make Side Bar Scroll
* completion tweaks
* update snapshots
2019-01-17 11:54:36 -08:00
Deniz Kusefoglu
15547eda0d
Merge pull request #11197 from influxdata/feat/add-protoboard-creation-to-onboarding
...
Add protos state in redux and create protos API infrastructure
2019-01-17 11:51:55 -08:00
Christopher Henn
1a60b18c0b
Ensure computed windowPeriod is an integer
...
Also lowers the `DESIRED_POINTS_PER_GRAPH` constant so that queries
return faster. Once Flux becomes more efficient at windowing, we should
increase this constant again.
2019-01-17 10:31:39 -08:00
alexpaxton
46d1179cb9
A Modest Polish PR ( #11191 )
...
* Remove "My" from config sub-pages
* Amend
* Change "Account" to "Profile"
2019-01-17 10:23:15 -08:00
Delmer
6e0635861e
feat(ui): login redirect to /me ( #11166 )
2019-01-17 12:02:05 -05:00
Alirie Gray
47b8ba08f9
Change interval label in TaskForm to every
2019-01-17 08:49:35 -08:00
Jonathan A. Sternberg
a63acddf1c
fix(ui): update the flux doc for group ( #11213 )
...
The documention for `group` used the old function signature. Updated
with the most recent from the spec.
2019-01-17 10:39:53 -06:00
Deniz Kusefoglu
95e808871e
Add protos state in redux and create API infra
2019-01-16 20:24:13 -08:00
Alirie Gray
7e36e3f23d
Add ability to delete a dashboard from the organizations page
2019-01-16 19:52:37 -08:00
Brandon Farmer
273e0478f0
Fix org routes
2019-01-16 17:49:13 -08:00
Iris Scholten
6a83d6dbc4
Merge pull request #11174 from influxdata/feat/data-loaders-wizard
...
Move dataloading into admin ui
2019-01-16 17:32:30 -08:00
Iris Scholten
4918d7ae67
Move dataloading into admin ui
...
Co-authored-by: Daniel Campbell <metalwhirlwind@gmail.com>
2019-01-16 17:21:07 -08:00
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