* disable url parameter in swagger-ui page (#11202)
Closes: #11201
Solution:
- update swagger-ui to recent release
- add option `queryConfigEnabled: false`
(cherry picked from commit
|
||
---|---|---|
.. | ||
README.md | ||
linkify_changelog.py | ||
module-tests.sh | ||
protoc-swagger-gen.sh | ||
protocgen-any.sh | ||
protocgen.sh | ||
update-swagger-ui-statik.sh |
README.md
Generally we should avoid shell scripting and write tests purely in Golang. However, some libraries are not Goroutine-safe (e.g. app simulations cannot be run safely in parallel), and OS-native threading may be more efficient for many parallel simulations, so we use shell scripts here.