Commit Graph

2182 Commits (ff38420558138a4310474871caedfd697723c342)

Author SHA1 Message Date
Ariel Salem 61670125b1
fix(ui): updated telegrafs reducer to set correctly set props (#16092) 2019-12-03 09:28:11 -08:00
Ariel Salem cfcf2ae34f
fix(ui): updated getEndTime to account for now() selections as the upper bound of the query (#16089)
* fix(ui): updated getEndTime to account for now() selections as the upper bound of the query
2019-12-03 08:39:59 -08:00
Alex Boatwright fb20dfbf13
fix(ui): guard against null (#16068) 2019-12-02 11:50:19 -08:00
Alex Boatwright 75bf014e5e
fix(ui): polyfill for IntersectionObserver (#16071) 2019-12-02 11:16:04 -08:00
lukevmorris b9fb792f69
fix: cloudbeta -> support email address (#15950) 2019-12-02 11:04:07 -08:00
Ariel Salem 8d80f712ea
fix(ui): querying a time range without relevant data should show no data for that part of the timerange (#16040)
* fix(graph-time-query): updated graphs so that graph x-axis reflects the input timeRange

* fix(dashboard-timerange): dashboard timerange is now outputting the correct timerange

* fix(ui/dashboard): connected the timeMachine to the component to make data consistently available based on timeMachine context

* fix(query): updated implementation to reduce mucking the timeMachine reducer logic

* fix(edit-veo): configuring a timerange in the dashboard should be accessible when editing cells

* fix(wip): wip

* fix(graph-time-query): updated graphs so that graph x-axis reflects the input timeRange

* fix(dashboard-timerange): dashboard timerange is now outputting the correct timerange

* fix(ui/dashboard): connected the timeMachine to the component to make data consistently available based on timeMachine context

* fix(query): updated implementation to reduce mucking the timeMachine reducer logic

* fix(edit-veo): configuring a timerange in the dashboard should be accessible when editing cells

* feat(ui): Type start and end time functions

* fix(ui): Set VEO timeMachine timeRange from parent dashboard

* feat(ui): Regularize getStartTime and getEndTime

* feat(ui): Fix prettier errors

* fix(ui): added unit tests for critical parts of the function

* fix(ui): removed unnecessary console that was failing jstest

* fix(ui): added getStartTime and getEndTime tests:
2019-12-02 10:44:33 -08:00
Ariel Salem 5ef4c11379
fix(ui): updated telegraf description to be more explicit (#16061)
* fix(ui): updated telegraf description to be more explicit

* fix(ui): updated title to display same styling as empty text

* fix(ui): added defaultProps and checks for collectors
2019-12-02 10:03:40 -08:00
Ariel Salem f27198c1ad
fix(ui): DWP should default bucket name to selected bucket (#16056)
* fix(ui): segregated bucket dropdown logic to their respective components

* fix(ui): finished refactoring deletedataoverlay to reset predicate state when dismissing overlay

* feat(ui): added cypress testing to ensure bug fix stability
2019-11-27 09:02:15 -08:00
Alex Boatwright e0098f05bc
fix(ui): allow users to go to the token page (#16049) 2019-11-26 13:45:18 -08:00
Alex Boatwright ca60ea4868
feat(ui): let the user know about more telegraf plugins (#16047) 2019-11-26 13:28:01 -08:00
Bucky Schwarz a90899ebf2 chore(ui): add filter and group concepts to tags in redux 2019-11-26 12:34:07 -08:00
Alex Boatwright 380b4113cc
fix(ui): allow telegraf output without buckets (#16039) 2019-11-25 12:29:52 -08:00
Chris Goller ce9ce176d9
fix(ui): set env vars correctly for cloud 2019-11-23 19:21:59 -06:00
Zoe Steinkamp 38454a41d1
Merge pull request #16027 from influxdata/zs-backgroundcolor-#15803
fix(ui): value zero has no background color
2019-11-22 17:22:44 -07:00
Chris Goller 72614a0c59 fix(ui): tranposed package.json ordering 2019-11-22 15:33:12 -06:00
Zoe Steinkamp 7ab4282902 fix(ui): value zero has no background color
swaping out if function order
2019-11-22 12:43:02 -07:00
Alex Boatwright 7e8c8004ae
feat(ui): monaco syntax (#16003) 2019-11-22 10:13:52 -08:00
Zoe Steinkamp de4397874b fix(ui): value zero has no background color
Formatting
2019-11-22 10:25:49 -07:00
Zoe Steinkamp f320923378 fix(ui): value zero has no background color
Now fixed, falsy zero is no longer being bad
2019-11-22 10:12:48 -07:00
Alex Boatwright 0dbaf4af43
feat(ui): lazy load monaco in runtime (#15978) 2019-11-21 15:28:02 -08:00
Alex Boatwright 2c5fbe8ae1
fix(ui): update the meta tag (#16013) 2019-11-21 14:52:10 -08:00
Chris Goller 2ae8592aa4
feat: add /oauth proxying in webpack dev server (#16002)
feat: add /oauth proxying in webpack dev server
2019-11-21 14:09:23 -06:00
Chris Goller 6471bd3438 fix(ui): use cross-env for cloud environment variables 2019-11-21 12:01:54 -06:00
Chris Goller 04f4b49b93 fix(ui): reorder endpoint listing 2019-11-21 12:00:57 -06:00
Alex Boatwright 5fc74d51f8
fix(ui): redirect user when they have no task templates (#15982) 2019-11-20 22:53:49 -08:00
Chris Goller b54a3349dc feat: add start:cloud target to yarn to run in a cloud like env 2019-11-20 23:55:54 -06:00
Chris Goller da44220413 feat: add /oauth proxying in webpack dev server 2019-11-20 22:31:57 -06:00
Ariel Salem 684139d3af
feat(ui/DWP): added searchable dropdown for tag key and values for selected bucket (#15879)
* feat(ui/DWP): added searchable dropdown for tag key and values for selected bucket

* feat(DWP-targets): key-value tags are associated with selected bucket

* fix(predicates/action): reordered actions so that actions alphabetical and thunks are at the bottom of the page

* feat(DWP-dropdown): made suggested PR changes

* fix(DWP-dropdown): added filter predicate to tagKeys query

* feat(ui/DWP): added searchable dropdown for tag key and values for selected bucket

* feat(DWP-targets): key-value tags are associated with selected bucket

* fix(predicates/action): reordered actions so that actions alphabetical and thunks are at the bottom of the page

* feat(DWP-dropdown): made suggested PR changes

* fix(DWP-dropdown): added filter predicate to tagKeys query

* first steps to predicate action tests

* fix(dwp-dropdown): added action tests for thunk actions

* fix(predicates.test): removed unnecessary store and redux logic from test
2019-11-20 15:23:35 -08:00
Chris Goller 10d1a49278 refactor(cypress): change the indent of tests 2019-11-20 15:55:58 -06:00
Chris Goller 676f389be7 test(cypress): add test for writing data via UI 2019-11-20 15:55:58 -06:00
Chris Goller 6d24f6f763 chore(cypress): clarify line protocol comments 2019-11-20 15:55:58 -06:00
Chris Goller ebf58f2ca1 refactor(cypress): use graph view types test ids 2019-11-20 15:55:58 -06:00
Chris Goller 0f1e0e112c chore(cypress): remove unused variable 2019-11-20 15:54:32 -06:00
Chris Goller 8b0c25f1ec test(cypress): add writing and exploring data 2019-11-20 15:54:32 -06:00
Deniz Kusefoglu c0011a6f56
fix(ui): Remove add member flow and users redux state (#15979)
* fix(ui): Remove add member flow and users redux state

* fix(getResourcesStatus): added tests to getresources function to ensure stability

* Refactor getResourcesStatus and testing
2019-11-20 12:15:43 -08:00
Alex Boatwright 388df3e99e
feat(ui): autofilling the organization in the client examples (#15983) 2019-11-19 14:59:59 -08:00
Timmy Luong bb6c666810 fix(ui): Delay threshold re-rendering until mouse up when dragging markers 2019-11-19 11:40:20 -08:00
Alex Boatwright 612a89854e
fix(ui): sort out table state (#15944) 2019-11-18 09:49:15 -08:00
Ariel Salem 59f3ca2b30
fix(getResourcesStatus): added checks for status prop in getResourceStatus (#15941)
* fix(getResourcesStatus): added checks for status prop in getResourceStatus

* fix(getResourcesStatus): updated file to align with prettier format

* fix(getResourcesStatus): removed helper func for better performance
2019-11-18 09:39:04 -08:00
Deniz Kusefoglu b923452250
feat(ui): Event marker filtering for check status levels. (#15874)
* feat(ui): Add unknown as check status level

* feat(ui) Implement eventMarker filtering

* feat(ui): update giraffe dependency

* feat(ui): Fix css classes

* feat(ui): Add tests
2019-11-15 18:05:13 -08:00
Zoe Steinkamp 1f29a46834
Merge pull request #15923 from influxdata/zs-singlestatstring-#15314
Zs singlestatstring #15314
2019-11-15 18:45:35 -07:00
Alex Boatwright 624a92a0a6
feat(ui): add some color to monaco (#15882) 2019-11-15 15:13:45 -08:00
Zoe Steinkamp 5b9c99463f improvment(UI): Single Stat allow string
Fixing test description
2019-11-15 16:08:48 -07:00
Zoe Steinkamp f9404a9134 improvment(UI): Single Stat allow string
running prettier
2019-11-15 16:07:41 -07:00
Zoe Steinkamp c37cfaade9 improvment(UI): Single Stat allow string
Fixing test
2019-11-15 15:37:54 -07:00
Timmy Luong 6751205505 test: combine tests and remove unnecessary thens 2019-11-15 14:33:21 -08:00
Zoe Steinkamp b6af1b53db improvment(UI): Single Stat allow string
Modifying test
2019-11-15 15:22:11 -07:00
alexpaxton 288ce95e70
chore(ui): upgrade to clockface 1.0.6 (#15925)
* chore(ui): upgrade to clockface 1.0.6

* refactor(ui): update old instances of g1-raven
2019-11-15 14:03:12 -08:00
Zoe Steinkamp 5df1c0c2ee improvment(UI): Single Stat allow string
Fixing cannot mispellings
2019-11-15 14:22:21 -07:00
Zoe Steinkamp 2d98e4994a improvment(UI): Single Stat allow string
the full fix
2019-11-15 14:22:21 -07:00
Zoe Steinkamp 26422d255d improvment(UI): Single Stat allow string
This is not complete, we have found the problem that needs to be fixed
2019-11-15 14:22:21 -07:00
Ariel Salem b50eeaf6be
fix(ui/alertbuilder): updated scss file to accurately set textarea height (#15936) 2019-11-15 09:59:36 -08:00
Zoe Steinkamp ae54fd34b2 fix(ui): arrows in table
Change to function
2019-11-14 17:09:29 -07:00
Zoe Steinkamp 96d27324d1 fix(ui): arrows in table
The fix for getting sorting to work
2019-11-14 14:55:07 -07:00
Timmy Luong 111f9f2719 fix(ui): update wording and remove name editing in checks page 2019-11-13 08:53:50 -08:00
Timmy Luong b1749ce257 fix(ui): Use correct text when generating token 2019-11-12 14:12:39 -08:00
Timmy Luong de53875663 fix(ui): Show empty dashboards state (#15853) 2019-11-12 11:49:56 -08:00
Bucky Schwarz bcc0aa8488 fix(ui): don't show members information in cloud 2019-11-12 10:54:09 -08:00
Timmy Luong efb782e471 fix(ui): Allow easier manipulation of custom bin sizes in Histograms 2019-11-12 10:18:09 -08:00
Alex Boatwright 118721a61d
feat: adding in some editor events for monaco (#15854) 2019-11-12 10:03:07 -08:00
Zoe Steinkamp 30623f65fe
Merge pull request #15787 from influxdata/zs-filteringTelegraphInput-#15601
Zs filtering telegraph input #15601
2019-11-11 14:49:14 -08:00
Alex Boatwright a1cecbf56a
fix(ui): make a more deterministic build (#15820) 2019-11-11 14:05:48 -08:00
Zoe Steinkamp e5e42549f4 fix(UI) Fixed the telegraph filtering on labels
Removing only
2019-11-11 14:29:25 -07:00
Zoe Steinkamp 5548f9aadb fix(UI) Fixed the telegraph filtering on labels
Adding additions
2019-11-11 13:33:48 -07:00
Zoe Steinkamp b246b0732e fix(UI) Fixed the telegraph filtering on labels
Cleaning up test
2019-11-11 13:33:48 -07:00
Zoe Steinkamp 5d31054998 fix(UI) Fixed the telegraph filtering on labels
need to just fix tests now
2019-11-11 13:33:48 -07:00
Alex Boatwright f2cda2ae10
fix(ui): infer cloud mode (#15801) 2019-11-08 12:44:10 -08:00
alexpaxton b6356fcdf2
refactor(ui): update home page animations (#15809)
* refactor: replace home page cards with Panels

* refactor: update collectors graphic

* refactor: update dashboard animation

* refactor: update alerting animation

* fix: appease linter

* chore: upgrade clockface

* refactor: animate on button hover instead of card hover

* chore: update changelog

* refactor: get orgID from redux instead of params
2019-11-08 13:07:42 -05:00
Timmy Luong 64ca5f91bc fix(ui): Update numeric Input components to pass NaN where appropriate and fix other edge cases 2019-11-08 10:05:23 -08:00
Michael Desa 1d4872d09d
chore(alert-history): remove existence checks from alert history page
This should be added back when
https://github.com/influxdata/idpe/issues/5019 is solved
2019-11-08 12:38:56 -05:00
Gavin Cabbage 3e29464d4b fix(tasks): fake flux deps 2019-11-08 09:35:20 -05:00
Ariel Salem 5ba9142f2f
fix(flakey-test): refactored getSortedBucketNames for more consistency and predictability. Finished DWP API functionality (#15802)
* fix(flakey-test): refactored getSortedBucketNames for more consistency and predictability. Finished DWP API functionality

* fix(FilterRow): removed unnecessary FeatureFlag from component

* chore: updated yml and tests to reflect API changes
2019-11-07 16:19:42 -08:00
Ariel Salem 591f2870d8
fix(predicate/parser): updated case statement for NotEqual on deleteWithPredicate API (#15799)
* fix(predicate/parser): updated case statement for NotEqual on deleteWithPredicate API
2019-11-07 12:24:38 -08:00
Ariel Salem 33e87b74bb
Fix(custom-table): provides data consistency when creating a table (#15746)
* fix(custom-table): working on refactoring the set_fields custom table overwrite

* fix(custom-table): resolved data inconsistencies

* fix(tests): added utility function testing for reducer method

* fix(inputs): modified reducer to make inputs actionable

* fix(visibility): added check for visibility differences

* fix(WIP): toggling between custom tables works

* fix(comments): added comments to help clarify util func

* fix(tests): added basic testing for settings functionality

* chore(linter): made suggested linter changes
2019-11-07 07:52:53 -08:00
Ariel Salem afb4667b15
fix(bucket-list): wrapped DWP in featureFlag and sorted bucket list (#15769)
* fix(bucket-list): wrapped DWP in featureFlag and sorted bucket list

* chore(changelog): updated the changelog to reflect PR changes

* fix(e2e): skipping tests until featureflag removed from DWP

* chore(tests): refactoring to use selector and add tests

* chore(refactor): created selector for ordering bucketlist and added tests

* fix(bucketsort): updated func and var names to accurately reflect intent

* fix(bucket/selector): renamed func for accuracy
2019-11-06 15:29:01 -08:00
Alex Boatwright a0b17a690b
feat(ui): adding the ability to view just the output section (#15674) 2019-11-06 13:52:03 -08:00
alexpaxton 9e34e3913a
refactor(ui): update appearance of tables (#15783)
* refactor: update appearance of variables control bar

* refactor: add documentation link to variables empty state

* refactor: update appearance of table cells

* refactor: update appearance of raw data table

* refactor: appease linter
2019-11-06 13:04:15 -05:00
Andrew Watkins 73d185af00
fix(ui): cannot remove node (#15770)
* fix: remove fragments

* chore: update react

* fix: componentWillMount errors
2019-11-06 09:58:04 -08:00
alexpaxton 72df235ee3
refactor(ui): redesign dashboard cells (#15722)
* refactor(cells): improve contrast and compactness of cells

Also removing a lot of absolute positioning to reduce z-index headaches

* refactor(ui): redesign markdown cells

* refactor(ui): WIP redesign context menus

* refactor(ui): complete styling of context menus

* refactor(ui): redesign cell notes

* fix: update dashboard view e2e test

* fix: appease linter

* refactor: make background color of veo match dashboard cells

* refactor: make notes the same color as cells

* refactor: increase markdown cell horizontal padding

* refactor: replace hamburger icon with dor grid

* refactor: ensure cell icons all transition uniformly

* refactor: hide download csv link behind feature flag
2019-11-05 17:58:00 -05:00
Ariel Salem 0d89697809
fix(DWP): reset redux state when DWP resolves or rejects (#15766)
* fix(DWP): reset redux state when DWP resolves or rejects

* chore(lint): fixed lint and added PR to changelog

* fix(linter): removed unused depenency in tests
2019-11-05 14:03:27 -08:00
Ariel Salem 7b758a4103
fix(DWP-not): added new featureflag for DWP inequality filter (#15774) 2019-11-05 13:29:27 -08:00
Ariel Salem c59e70d87f
fix(DWP-date): date selector refactored to popover and fixed reducer error (#15771)
* fix(DWP-date): refactored to popover and fixed functionality

* fix(position): popover position changed to match syntax
2019-11-05 12:31:14 -08:00
Deniz Kusefoglu da5f157a63
Add monaco editor and react wrapper (#15751)
* Add initial react-monaco-editor

* Add flux language options to monaco

* feat: only including vendor libraries when the module is used

* chore: clean up after thineself
2019-11-05 10:38:25 -07:00
Timmy Luong 5cafe04908 fix(ui): update util to allow matching the homepage as the active icon 2019-11-04 17:27:18 -08:00
Zoe Steinkamp 23bf899533
Merge pull request #15728 from influxdata/zs-sortbyseconds-#14923
Zs sortbyseconds #14923
2019-11-04 17:35:47 -07:00
Zoe Steinkamp d643f07c63 fix(ui): Fixing the sort by seconds
fixing the comments
2019-11-04 17:15:43 -07:00
alexpaxton 385cdf9231
refactor(ui): fix appearance of color dropdowns (#15735)
* refactor: replace FancyScrollbar with DapperScrollbars

* refactor: simplify component to use style prop

* refactor: replace custom styles with Clockface components

* refactor: ensure layout of single stat and gauge are consistent

* fix: appease linter

* fix: update unit test

* fix: fix typo in unit test

* fix: don't use base threshold for test

It has no input

* fix: fix moar typos in unit test

dear lord

* fix: add timeouts to threshold tests

* fix: don't look for error states until they should exist

* fix: use getNodeText to test error messages exactly

* fix: keep variable fresh

* fix: tweak assertion

* fix: use child count in assertion

* fix: appease linter
2019-11-04 19:12:16 -05:00
Alex Boatwright a04a95d48d
feat(ui): adding bundle analyzer for prod and dev (#15749) 2019-11-04 14:12:18 -08:00
Zoe Steinkamp c11fc49563 fix(ui): Fixing the sort by seconds
fixing jstest
2019-11-04 09:20:25 -07:00
Zoe Steinkamp f37ea3bfb8 fix(ui): Fixing the sort by seconds
Fixing flakey test
2019-11-04 09:07:23 -07:00
Zoe Steinkamp fd09f267c0 fix(ui): Fixing the sort by seconds
Fixing e2e test
2019-11-03 23:19:40 -07:00
Zoe Steinkamp af8943e7a0 fix(ui): Fixing the sort by seconds
Fixing JStest
2019-11-03 22:54:29 -07:00
Zoe Steinkamp f30240abec fix(ui): Fixing the sort by seconds
Fixed the buckets test and files
2019-11-03 22:33:34 -07:00
Zoe Steinkamp 0c4123111d fix(ui) Fixing the sort by seconds 2019-11-03 22:33:34 -07:00
Bucky Schwarz 453b4cfe3f feat(ui): tweak telegraf nginx and redis flows 2019-11-01 14:31:29 -07:00
Timmy Luong 19c72fbed5 fix(ui): set the width only on the Popover to fix the button size 2019-11-01 14:18:35 -07:00
Bucky Schwarz bd98a19892 test(ui): make tasks e2e test a little less flaky 2019-11-01 09:42:06 -07:00
Bucky Schwarz dc8904928f test(ui): rejigger the collector tests to be less flaky 2019-11-01 09:42:06 -07:00
Ariel Salem cba69aba5f
fix(toolbar): refactored toolbar and variable to overlay (#15681)
fix(toolbar): refactored toolbar and variable to overlay
2019-11-01 06:53:05 -07:00
Timmy Luong d33ea6eea7 fix(ui): add filter to fieldOptions when dragging a column 2019-10-31 16:43:18 -07:00