consul/ui-v2/tests/unit
John Cowen 03ce368a61 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 18:59:20 +00:00
..
adapters Merge pull request #8013 from hashicorp/ui-staging 2020-06-03 17:46:46 +00:00
components/discovery-chain UI Release Merge (1.8-beta-2: ui-staging merge) (#7919) 2020-05-19 16:18:31 +00:00
controllers ui: Improved main navigation (#7673) 2020-05-12 17:14:28 +00:00
helpers ui: Create PopoverSelect, CatalogToolbar, and update tests (#7489) 2020-05-12 17:14:48 +00:00
mixins ui: Remove with-listeners mixin (#8142) 2020-06-18 13:55:07 +00:00
models Merge pull request #8013 from hashicorp/ui-staging 2020-06-03 17:46:46 +00:00
routes ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
search/filters ui: Add ability to search nodes listing page with IP Address (#7204) 2020-02-04 10:45:25 -05:00
serializers Merge pull request #8013 from hashicorp/ui-staging 2020-06-03 17:46:46 +00:00
services ui: Remove jQuery from the production build (#8088) 2020-07-07 18:59:20 +00:00
sort/comparators Merge pull request #8013 from hashicorp/ui-staging 2020-06-03 17:46:46 +00:00
utils ui: Remove jQuery from the production build (#8088) 2020-07-07 18:59:20 +00:00