open-consul/ui-v2/app/utils
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
..
dom ui: Remove WithEventSource mixin, use a component instead (#7953) 2020-06-17 14:19:50 +01:00
editor
form
helpers
http ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
routing ui: Add tab navigation to the browser history/URLs (#7592) 2020-05-12 17:14:23 +00:00
search ui: Add tab navigation to the browser history/URLs (#7592) 2020-05-12 17:14:23 +00:00
storage ui: Add DataSource component (#7448) 2020-05-12 17:14:18 +00:00
ticker
acls-status.js
ascend.js
atob.js
btoa.js
callable-type.js
create-fingerprinter.js
distance.js
get-environment.js UI: Improved Login/Logout flow inc SSO support (#7790) 2020-05-12 17:14:51 +00:00
get-form-name-property.js
isFolder.js
keyToArray.js
left-trim.js
maybe-call.js ui: Add DataSource component (#7448) 2020-05-12 17:14:18 +00:00
minimizeModel.js
non-empty-set.js
promisedTimeout.js
remove-null.js
right-trim.js ui: Make sure right trim doesn't try to overtrim (#8171) 2020-06-23 18:34:21 +01:00
templatize.js
tomography.js
ucfirst.js
update-array-object.js