consul/ui-v2/tests/integration
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
..
adapters ui: Make sure we pass the nspace through to the API for nodes (#9488) 2021-01-05 15:54:23 +00:00
components ui: KV Form and List Components (#8307) 2020-07-20 17:05:20 +00:00
helpers ui: Namespaces Redesign (#8336) 2020-07-20 17:12:59 +00:00
serializers ui: Add new Service.Mesh* properties for improved sorting (#8542) 2020-08-21 07:54:26 +00:00
services/repository ui: Add new Service.Mesh* properties for improved sorting (#8542) 2020-08-21 07:54:26 +00:00
utils/dom/event-source ui: Delete the Promise rsvp imports from codebase (#7372) 2020-05-12 17:14:12 +00:00