open-consul/ui-v2/app/adapters
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
..
acl.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
application.js ui: HTTP Body testing (#7290) 2020-05-12 17:14:02 +00:00
coordinate.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
dc.js ui: Improved main navigation (#7673) 2020-05-12 17:14:28 +00:00
discovery-chain.js ui: Various amends for 1.7beta (#6965) 2019-12-18 18:27:54 +00:00
http.js ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
intention.js ui: Per Service Intentions Tab (#7615) 2020-05-12 17:14:26 +00:00
kv.js ui: Ensure KV flags are passed through to Consul on update (#7216) 2020-02-05 09:37:45 +00:00
node.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
nspace.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
oidc-provider.js UI: Improved Login/Logout flow inc SSO support (#7790) 2020-05-12 17:14:51 +00:00
policy.js ui: oss don't ever POST/PUT Namespaces when writing data (#7238) 2020-02-07 15:50:50 +00:00
proxy.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
role.js ui: Support for Node Identities (#8137) 2020-06-23 09:59:43 +01:00
service.js ui: Add blocking queries to gateways (#7967) 2020-06-03 16:46:52 +00:00
session.js ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
token.js ui: Support for Node Identities (#8137) 2020-06-23 09:59:43 +01:00