consul/agent/uiserver
John Maguire a0240e3794
[NET-5688] APIGateway UI Topology Fixes (#19657)
* Update catalog and ui endpoints to show APIGateway in gateway service
topology view

* Added initial implementation for service view

* updated ui

* Fix topology view for gateways

* Adding tests for gw controller

* remove unused args

* Undo formatting changes

* Fix call sites for upstream/downstream gw changes

* Add config entry tests

* Fix function calls again

* Move from ServiceKey to ServiceName, cleanup from PR review

* Add additional check for length of services in bound apigateway for
IsSame comparison

* fix formatting for proto

* gofmt

* Add DeepCopy for retrieved BoundAPIGateway

* gofmt

* gofmt

* Rename function to be more consistent
2023-11-28 21:27:14 +00:00
..
dist [NET-5688] APIGateway UI Topology Fixes (#19657) 2023-11-28 21:27:14 +00:00
testdata Add support for serving additional metrics provider JS in the UI (#8743) 2020-10-08 18:03:13 +01:00
README.md Update repo to use go:embed (#10996) 2022-05-31 15:33:56 -04:00
buf_index_fs.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
buffered_file.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
redirect_fs.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
ui_template_data.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
uiserver.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
uiserver_test.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00

README.md

uiserver

The contents of dist/ are generated by make ui in the root of this repo which compiles ui assets and copies them here.

A CI job (publish-static-assets) will detect any diffs in ui files and commit the compiled files. Avoid committing files manually to dist/.