open-consul/ui-v2/tests/unit/services
John Cowen f50438e76f
ui: Remove jQuery from the production build (#8088)
* ui: Split up client/http and replace $.ajax

This splits the client/http service more in the following ways:

1. Connections are now split out into its own service
2. The transport is now split out into its own service that returns a
listener based http transport
3. Various string parsing/stringifying functions are now split out into
utils

* Remove jQuery from our production build

* Move the coverage serving to the server.js file

* Self review amends

* Add X-Requested-With header

* Move some files around, externalize some functions

* Move connection tracking to use native Set

* Ensure HTTP parsing doesn't encode headers

In the future this will change to deal with all HTTP parsing in one
place, hence the commented out METHOD_PARSING etc

* Start to fix up integration tests to use requestParams
2020-07-07 19:58:46 +01:00
..
client ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
clipboard
code-mirror
data-source/protocols ui: Add DataSource component (#7448) 2020-05-12 17:14:18 +00:00
repository ui: Add blocking queries to gateways (#7967) 2020-06-03 16:46:52 +00:00
atob-test.js
btoa-test.js
data-structs-test.js
dom-buffer-test.js
dom-test.js
env-test.js
feedback-test.js
form-test.js
logger-test.js
repository-test.js
search-test.js
settings-test.js
sort-test.js ui: Add ability to sort service based on health (#7989) 2020-06-03 16:46:57 +00:00
state-test.js ui: Add <State /> and {{state-matches}}` ember component/helper (#7556) 2020-05-12 17:14:20 +00:00
store-test.js
ticker-test.js
timeout-test.js