consul/ui-v2/app
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: [Bugfix] KV creation from within a 'folder' (#8613) 2020-09-09 08:13:11 +00:00
controllers ui: Add new Service.Mesh* properties for improved sorting (#8542) 2020-08-21 07:54:26 +00:00
forms ui: Namespace Support (#6639) 2019-12-18 12:26:47 +00:00
helpers ui: Add new Service.Mesh* properties for improved sorting (#8542) 2020-08-21 07:54:26 +00:00
initializers ui: Add sorting to namespaces (#8405) 2020-08-10 14:56:24 +00:00
instance-initializers ui: Move routes to use data-sources (#8321) 2020-07-17 13:43:16 +00:00
mixins ui: KV Form and List Components (#8307) 2020-07-20 17:05:20 +00:00
models ui: Add new Service.Mesh* properties for improved sorting (#8542) 2020-08-21 07:54:26 +00:00
routes ui: Make sure we pass the nspace through to the API for nodes (#9488) 2021-01-05 15:54:23 +00: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 new Service.Mesh* properties for improved sorting (#8542) 2020-08-21 07:54:26 +00:00
services ui: Reduce reconnection attempts on disconnection (#8481) 2020-08-11 17:47:39 +00:00
sort/comparators ui: Add new Service.Mesh* properties for improved sorting (#8542) 2020-08-21 07:54:26 +00:00
styles ui: Add sorting to ACLs tokens with tests (#8359) 2020-07-29 13:42:01 +00:00
templates ui: Add new Service.Mesh* properties for improved sorting (#8542) 2020-08-21 07:54:26 +00:00
utils ui: Reduce reconnection attempts on disconnection (#8481) 2020-08-11 17:47:39 +00:00
validations ui: New Intention Form/List components (#8172) 2020-07-09 09:09:53 +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: New Intention Form/List components (#8172) 2020-07-09 09:09:53 +00:00