consul/ui-v2/app/adapters
John Cowen af335e7ecc
ui: Make sure we pass the nspace through to the API for nodes (#9488)
Nodes themselves are not namespaced, so we'd originally assumed we did not need to pass through the ns query parameter when listing or viewing nodes.

As it turns out the API endpoints we use to list and view nodes (and related things) return things that are namespaced, therefore any API requests for nodes do require a the ns query parameter to be passed through to the request.

This PR adds the necessary ns query param to all things Node, apart from the querying for the leader which only returns node related information.
2021-01-05 15:54:23 +00: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: Move routes to use data-sources (#8321) 2020-07-17 13:43:16 +00:00
dc.js ui: Improved main navigation (#7673) 2020-05-12 17:14:28 +00:00
discovery-chain.js ui: Move routes to use data-sources (#8321) 2020-07-17 13:43:16 +00:00
http.js ui: Remove jQuery from the production build (#8088) 2020-07-07 18:59:20 +00:00
intention.js ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384) 2020-07-29 08:16:54 +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: Make sure we pass the nspace through to the API for nodes (#9488) 2021-01-05 15:54:23 +00:00
nspace.js ui: Move routes to use data-sources (#8321) 2020-07-17 13:43:16 +00:00
oidc-provider.js ui: Move routes to use data-sources (#8321) 2020-07-17 13:43:16 +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: Move routes to use data-sources (#8321) 2020-07-17 13:43:16 +00:00
role.js ui: Support for Node Identities (#8137) 2020-06-23 09:00:56 +00:00
service.js ui: Use X-Range header as a signal as to whether to reconcile the ember-data store (#8384) 2020-07-29 08:16:54 +00:00
session.js ui: Move routes to use data-sources (#8321) 2020-07-17 13:43:16 +00:00
token.js ui: Support for Node Identities (#8137) 2020-06-23 09:00:56 +00:00