Timmy Luong
a86c7d7db6
test(ui): remove unnecessary unit test (already covered in e2e test)
2020-04-16 09:45:05 -07:00
Timmy Luong
81bc56cba0
fix(ui): update icons in Telegraf config
2020-04-16 09:45:05 -07:00
Timmy Luong
fdb2524406
fix(ui): unset active plugin to allow user to leave info page
2020-04-16 09:45:05 -07:00
Alex Boatwright
20283a6713
fix: removing overflow for now ( #17761 )
2020-04-15 17:01:12 -07:00
Alex Boatwright
2aeb391178
feat: adding client library option for buckets ( #16680 )
2020-04-15 16:22:15 -07:00
Timmy Luong
0ec94e93a0
fix(ui): remove spacing above error message in Cells
2020-04-15 12:43:37 -07:00
Timmy Luong
be06131423
fix(ui): add error messaging for cells in dashdboard view
2020-04-15 12:43:37 -07:00
Ariel Salem
91178cebb7
fix(auth0.checkSession): added an Auth0 check to see whether an Auth0 session already exists for the incoming user and redirects the user based on whether they have a valid session or not in Auth0 ( #17753 )
2020-04-15 11:16:05 -07:00
alexpaxton
56f0d77d12
feat(ui): add single-color schemes for visualizations ( #17740 )
...
* feat: add single color schemes for line graphs
* chore: changelog
2020-04-15 10:07:57 -07:00
Alex Boatwright
3ba003b55d
fix: revert "fix: legacy fromFlux translation ( #17725 )" ( #17752 )
...
This reverts commit 2424d80117
.
2020-04-15 09:34:25 -07:00
Deniz Kusefoglu
c891e96d6b
feat(demodata):Fix demodata bucket name constant ( #17738 )
2020-04-14 21:54:32 -07:00
Alex Boatwright
2424d80117
fix: legacy fromFlux translation ( #17725 )
...
migrating from giraffe to influxdb 🤞
2020-04-14 14:12:08 -07:00
Deniz Kusefoglu
aa1f21b58a
feat(demodata): Pass bucket to removeBucket function ( #17731 )
2020-04-13 23:32:10 -07:00
alexpaxton
8130aa07a3
feat(ui): resource sorting dropdowns ( #17321 )
...
* feat(ui): replace sortable dashboard table headers with sort dropdown
* refactor(ui): remove unecessary components
* refactor(ui): add testIDs to dropdown
* refactor(ui): move tasks filter to page control bar
* fix(ui): remove unused import
* feat(ui): replace tasks sortable headers with sort dropdown
* fix(ui): make search widget more responsive
* fix(ui): make dashboard sort dropdown maintain size
* refactor(ui): consolidate resource sorting into a single component
* refactor(ui): standardize tabbed page headers
* fix: use correct import paths
* refactor(ui): implement resource sorting dropdown for variables
* refactor(ui): implement sorting dropdown on labels list
* chore: delete unused stylesheet
* refactor: implement sort dropdown for templates list
* refactor: implement sort dropdown on buckets list
* refactor: update design of "what is a bucket?" card
* refactor: implement sort dropdowns in telegrafs list
* fix: appease linter
* refactor: implement sort dropdown on scrapers list
* chore: add testIDs to resource sorter
* fix: remove unused code
* fix: update buckets and telegraf e2e tests
* fix: update labels e2e test
* fix: update variables e2e test
* refactor: move dashboards list empty state into own component
* fix: oops derp ayyyy
* chore: changelog
* refactor: use more resource specific types for sort keys
2020-04-13 15:38:03 -07:00
Bucky Schwarz
0d092d3dbb
chore: cleaned up markdown usage in the ui
2020-04-13 14:34:32 -07:00
Bucky Schwarz
29bd1c0b20
feat(cloud): add MarkdownRenderer a cloud-aware wrapper of react-markdown
2020-04-13 14:34:32 -07:00
Alex Boatwright
fa887b8768
feat: move flux parser ( #17681 )
2020-04-13 14:30:38 -07:00
Timmy Luong
859b2bd642
fix(ui): update e2e test for orgs
2020-04-13 14:17:58 -07:00
Timmy Luong
53f2cced0c
fix(ui): add component to route hierarchy to handle org renaming
2020-04-13 14:17:58 -07:00
Ariel Salem
d16406650b
chore(ui): The default transitions were slow and choppy, leading to a weird UX. Updated the Transition component to override default transition effects to speed and smooth them update. ( #17719 )
2020-04-13 13:03:06 -07:00
Deniz Kusefoglu
b1ba20c79c
feat(demodata): Demodata UI polish ( #17690 )
...
* feat(demodata): set UI display elements for demodata buckets
* feat(demodata): instantiate demodata template on bucket request
* feat(demodata): Adjust width of demodata dropdown
* feat(demodata): Filter demodata buckets array by instantiated buckets
* feat(demodata): Add delete button functionality to demodata buckets
* feat(demodata): Delete demodata dashboard if it exists
* feat(demodata): Remove unused action
* feat(demodata): Connect DemoDataBucketCard to redux
* feat(demodata): Create separate delete demodata thunk
* feat(demodata): Alphabetize bucket
* feat(demodata): import template json
* feat(demodata): api import
* feat(demodat): fix anon import
* feat(demodata): Avoid fetching all buckets on add and remove demodata buckets
* feat(demodata): await DemoDataTemplates
* feat(demodata): Add prefetch
* feat(demodata): Linting
2020-04-10 16:01:07 -07:00
alexpaxton
b987f1da66
fix(ui): make cell cloning more predictable ( #17700 )
...
* fix: simplify cloned cell positioning
* refactor: append "(Clone)" to the name of cloned cells
2020-04-10 14:23:41 -07:00
Ariel Salem
4bb34bb056
fix(TelegrafInstructions): Updated the TelegrafInstructions to remove the warning to tell users to keep the token ( #17705 )
2020-04-10 11:16:43 -07:00
Timmy Luong
615b1f456a
fix(ui): allow mouse cursor inside Script Editor for Safari
2020-04-09 16:52:02 -07:00
Russ Savage
336644a858
fix(fluxFunctions): fix typo in assert methods, group under tests ( #17694 )
...
* fix(fluxFunctions): fix typo in assert methods, group under tests
* chore(changelog): add 17694 to changlog
2020-04-09 10:27:58 -07:00
Alex Boatwright
9b8a607940
fix: load dashboard before accessing ( #17691 )
2020-04-09 08:05:05 -07:00
Timmy Luong
e170b5d2df
fix(ui): update giraffe to fix spacing between ticks ( #17692 )
...
* fix(ui): update giraffe to fix spacing between ticks
* chore: update CHANGELOG
2020-04-08 17:45:56 -07:00
alexpaxton
0b94b09527
feat(ui): sort getting started dashboards by modified ( #17657 )
...
* feat(ui): sort getting started dashboards widget by modified
* feat(ui): make recent dashboards list searchable
* refactor(ui): increase font size of tutorials list
* fix(ui): prettier
* chore(ui): update changelog
2020-04-08 16:19:56 -07:00
alexpaxton
a43e9c4197
refactor(ui): polish labels interactions ( #17660 )
...
* refactor(ui): smooth out interactions of inline labels editor
* refactor(ui): remove visibility state from labels editor
* fix(ui): prevent labels list from expanding oddly
* chore(ui): update changelog
2020-04-08 14:55:06 -07:00
alexpaxton
ce69045708
fix(ui): enable token overlay headers to wrap ( #17661 )
2020-04-08 13:20:18 -07:00
Andrew Watkins
9d791d12ed
fix: read only errors ( #17664 )
...
* fix: display notification on ne create
* fix: create dashboard from DE notify
* fix: keep user logged in on /write 403
2020-04-08 08:31:31 -07:00
Alex Boatwright
0b6f8eada9
fix: escaping tags in flux queries ( #17665 )
2020-04-07 17:34:26 -07:00
Deniz Kusefoglu
7b0ca1a2bc
fix(alerting): ensure that status fields exist before renaming them ( #17662 )
2020-04-07 14:27:54 -07:00
Bucky Schwarz
e55c085141
fix: sidebar upgrade now should now redirect properly
2020-04-07 12:38:51 -07:00
Ariel Salem
ffa48c59b8
fix(ui): fixed dark lines in checks ( #17651 )
2020-04-07 10:56:55 -07:00
Bucky Schwarz
6854ead72f
fix: force a server redirect to /upgrade
2020-04-07 08:02:19 -07:00
Alex Boatwright
bd91a81123
feat: swallow the error for now ( #17637 )
2020-04-06 17:26:24 -07:00
alexpaxton
0677b88f9b
feat(ui): remove treenav flag ( #17581 )
...
* refactor(ui): remove treeNav feature flag
* chore(ui): remove unused components
* chore(ui): remove unused routes from settings
* chore(ui): update changelog
* fix(ui): repair login e2e test
* fix(ui): repair tasks navigation e2e test
* fix(ui): repair query builder navigation test
* fix(tenants): remove portion of test
@aliriegray mentioned I should make this change to match her PR https://github.com/influxdata/influxdb/pull/17474
2020-04-06 17:06:43 -07:00
Ariel Salem
c11b2d89e1
chore(ui): refactor logout to utilize new featureFlagging from IDPE ( #17625 )
2020-04-06 14:14:00 -07:00
Alex Boatwright
2746a8b2ce
fix: more variable dependancies ( #17617 )
2020-04-06 13:48:14 -07:00
alexpaxton
58c5cf6aea
fix(ui): ensure all dashboard cards render the same size ( #17612 )
...
* fix(ui): ensure all dashboard cards render the same size
* fix(ui): ensure dashboard cards with long names don't deform
* chore(ui): changelog
* fix(ui): update dashboard card name selector in e2e test
2020-04-06 13:14:28 -07:00
Andrew Watkins
be4c8e590e
fix: read only notifications ( #17626 )
...
* fix: bubble template create permission error
* fix(read-only): display delete unauth message
2020-04-06 13:09:35 -07:00
Bucky Schwarz
7bf234ab89
feat(cloud): change text on Upgrade button to Upgrade Now
2020-04-06 05:02:31 -07:00
Alex Boatwright
d2aefbd8fd
fix: hierarchy of variables is back ( #17609 )
2020-04-03 16:16:55 -07:00
Ariel Salem
d2ea7c30ec
chore(ui): updated login page styling to match Quartz ( #17600 )
2020-04-03 15:17:08 -07:00
Ariel Salem
53a13e5a77
fix(regression): function inserts now happen on new line ( #17552 )
2020-04-03 13:31:05 -07:00
alexpaxton
9678dc67d8
chore(ui): remove most fancy scrollbars ( #17543 )
...
* chore(ui): remove unused component
* refactor(ui): remove fancy scroll and clean up alert builder
* chore(ui): delete unused components
* refactor(ui): replace fancy scrollbar in query builder
* refactor(ui): replace fancyscrollbars in token viewer
* refactor(ui): replace fancyscrollbars in telegraf config builder
* refactor(ui): replace fancy scrollbars
* refactor(ui): replace fancyscrollbar in empty graph error
* refactor(ui): update markdown cell styles and remove fancy scrollbars
* refactor(ui): ensure markdown changes look good in light mode
* refactor(ui): refactor code snippet to not use fancy scrollbars
* refactor(ui): replace last 2 instances of Fancy scrollbars
* pull mock and import out of describe block
* fix(ui): use less magic numbers for font sizes
Co-authored-by: Bucky Schwarz <d.w.schwarz@gmail.com>
2020-04-03 13:14:24 -07:00
alexpaxton
b394fdf28c
feat(ui): redesign alerting index to be responsive ( #17583 )
...
* feat(ui): redesign alerting index to be responsive
* chore(ui): update changelog
* fix(ui): ensure tested elements are visible
* fix(ui): actually fix e2e tests
2020-04-03 12:28:20 -07:00
Ariel Salem
207f174d75
fix(ui): fixed single column links bug ( #17601 )
2020-04-03 10:24:31 -07:00
Alex Boatwright
96321ff8bd
fix: validate existence of limit api response objects ( #17605 )
2020-04-03 10:06:00 -07:00