Loading go-apps/meep-platform-ctrl/server/routers.go +0 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ type Route struct { Method string Pattern string HandlerFunc http.HandlerFunc } type Routes []Route Loading go-apps/meep-sandbox-ctrl/entrypoint.sh +7 −5 Original line number Diff line number Diff line Loading @@ -13,11 +13,13 @@ for file in /swagger/*-api.yaml; do done # Copy user-swagger & adapt basepath to sandbox if [[ ! -z "${USER_SWAGGER}" ]]; then cp -r ${USER_SWAGGER} ${USER_SWAGGER_SANDBOX} for file in ${USER_SWAGGER_SANDBOX}/*-api.yaml; do echo "Prepending [${MEEP_SANDBOX_NAME}] to basepath in: $file" sed -i 's,basePath: \"/\?,basePath: \"/'${MEEP_SANDBOX_NAME}'/,' $file; done fi # Update spec links in index.html # sed -i 's,"url": "\([^"]*\)","url": "'${MEEP_HOST_URL}'/'${MEEP_SANDBOX_NAME}'/api/\1",g' /swagger/index.html Loading go-apps/meep-virt-engine/server/chart-template.go +6 −6 File changed.Contains only whitespace changes. Show changes Loading
go-apps/meep-platform-ctrl/server/routers.go +0 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ type Route struct { Method string Pattern string HandlerFunc http.HandlerFunc } type Routes []Route Loading
go-apps/meep-sandbox-ctrl/entrypoint.sh +7 −5 Original line number Diff line number Diff line Loading @@ -13,11 +13,13 @@ for file in /swagger/*-api.yaml; do done # Copy user-swagger & adapt basepath to sandbox if [[ ! -z "${USER_SWAGGER}" ]]; then cp -r ${USER_SWAGGER} ${USER_SWAGGER_SANDBOX} for file in ${USER_SWAGGER_SANDBOX}/*-api.yaml; do echo "Prepending [${MEEP_SANDBOX_NAME}] to basepath in: $file" sed -i 's,basePath: \"/\?,basePath: \"/'${MEEP_SANDBOX_NAME}'/,' $file; done fi # Update spec links in index.html # sed -i 's,"url": "\([^"]*\)","url": "'${MEEP_HOST_URL}'/'${MEEP_SANDBOX_NAME}'/api/\1",g' /swagger/index.html Loading
go-apps/meep-virt-engine/server/chart-template.go +6 −6 File changed.Contains only whitespace changes. Show changes