open-consul/ui-v2/app
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
..
adapters ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
components Update URLs for gateway docs 2020-07-06 11:34:22 -07:00
controllers ui: Redesign - Node service instances tab (#8204) 2020-07-01 10:27:29 -04:00
forms ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
helpers ui: Redesign - Node service instances tab (#8204) 2020-07-01 10:27:29 -04:00
initializers ui: Move healthcheck ordering to use new comparators (#8096) 2020-06-16 14:13:29 +01:00
instance-initializers ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
mixins ui: Support for Node Identities (#8137) 2020-06-23 09:59:43 +01:00
models ui: Support for Node Identities (#8137) 2020-06-23 09:59:43 +01:00
routes ui: Token listing redesign (#8117) 2020-06-17 10:25:54 +01:00
routing 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 ui: Add blocking queries to gateways (#7967) 2020-06-03 16:46:52 +00:00
services ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
sort/comparators ui: Move healthcheck ordering to use new comparators (#8096) 2020-06-16 14:13:29 +01:00
styles ui: Re-adds gray backgrounds to old style %pills (#8251) 2020-07-07 19:03:15 +01:00
templates Update URLs for gateway docs 2020-07-06 11:34:22 -07:00
utils ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
validations ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
app.js ui: Upgrade to ember 3.16 Octane Edition (#7334) 2020-05-12 17:14:10 +00:00
env.js ui: Improve configuration/env/feature flag usage (also add build time year detection) (#7072) 2020-01-21 17:52:40 +00:00
index.html ui: Keyboard navigation improvements (#7090) 2020-01-20 14:15:15 +00:00
router.js ui: Redesign - Node service instances tab (#8204) 2020-07-01 10:27:29 -04:00