consul/ui-v2/tests
Paul Banks 27048a0612
Add metrics rendering to the new topology view. (#8858)
* Remove unused StatsCard component

* Create Card and Stats contextual components with styling

* Send endpoint, item, and protocol to Stats as props

* WIP basic plumbing for metrics in Ember

* WIP metrics data source now works for different protocols and produces reasonable mock responses

* WIP sparkline component

* Mostly working metrics and graphs in topology

* Fix date in tooltip to actually be correct

* Clean up console.log

* Add loading frame and create a style sheet for Stats

* Various polish fixes:

 - Loading state for graph
 - Added fake latency cookie value to test loading
 - If metrics provider has no series/stats for the service show something that doesn't look broken
 - Graph hover works right to the edge now
 - Stats boxes now wrap so they are either shown or not as will fit not cut off
 - Graph resizes when browser window size changes
 - Some tweaks to number formats and stat metrics to make them more compact/useful

* Thread Protocol through topology model correctly

* Rebuild assetfs

* Fix failing tests and remove stats-card now it's changed and become different

* Fix merge conflict

* Update api doublt

* more merge fixes

* Add data-permission and id attr to Card

* Run JS linter

* Move things around so the tests run with everything available

* Get tests passing:

1. Remove fakeLatency setTimeout (will be replaced with CONSUL_LATENCY
in mocks)
2. Make sure any event handlers are removed

* Make sure the Consul/scripts are available before the app

* Make sure interval gets set if there is no cookie value

* Upgrade mocks so we can use CONSUL_LATENCY

* Fix handling of no series values from Prometheus

* Update assetfs and fix a comment

* Rebase and rebuild assetfs; fix tcp metric series units to be bits not bytes

* Rebuild assetfs

* Hide stats when provider is not configured

Co-authored-by: kenia <keniavalladarez@gmail.com>
Co-authored-by: John Cowen <jcowen@hashicorp.com>
2020-10-09 21:31:15 +01:00
..
acceptance ui: L7 intentions improvements (#8851) 2020-10-08 16:02:31 +01:00
helpers ui: Default test latency to 0 (#8640) 2020-09-09 18:51:18 +01:00
integration Add metrics rendering to the new topology view. (#8858) 2020-10-09 21:31:15 +01:00
lib ui: Colocate pageobject components with their components (#8098) 2020-06-12 16:50:09 +01:00
pages ui: Show service and node checks as a merged list sorted by health (#8797) 2020-10-02 09:09:05 +01:00
steps ui: Reinstate listing of available test steps via CLI (#8614) 2020-09-09 09:12:42 +01:00
unit ui: Improved filtering and sorting (#8591) 2020-09-01 19:13:11 +01:00
dictionary.js ui: Run 2 separate test runs oss and ent (#7214) 2020-02-07 11:02:53 +00:00
index.html ui: Implements the ember-page-title addon to the UI (#7118) 2020-01-28 09:25:52 -05:00
pages.js ui: Add simple intention check interface to per service intentions (#8899) 2020-10-09 15:47:36 +01:00
steps.js ui: Reinstate listing of available test steps via CLI (#8614) 2020-09-09 09:12:42 +01:00
test-helper.js ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00