cryostatio / cryostat-web

Web front-end for Cryostat: Secure JDK Flight Recorder management for containerized JVMs
https://cryostat.io/
Other
10 stars 20 forks source link

test(mirage): correct server authority string in preview builds (backport #1283) #1285

Closed mergify[bot] closed 3 months ago

mergify[bot] commented 3 months ago

Welcome to Cryostat! 👋

Before contributing, make sure you have:

To recreate commits with GPG signature git fetch upstream && git rebase --force --gpg-sign upstream/main


Fixes: #1271

How to manually test:

  1. Check out PR
  2. yarn start:dev:preview should bring up the preview/demo UI. There should be a Fake Target, with a Demo template. Topology view should work, dashboard should work, recording start/stop/archive/delete should work, expanding recording for automated analysis should work. GraphQL-powered things will not work, snapshot recording creation does not work.
  3. yarn run build:preview:notests && cd dist && python3 -m http.server, then open http://localhost:8000 in a browser. The preview should work just the same as in the step above.
    This is an automatic backport of pull request #1283 done by Mergify.
github-actions[bot] commented 3 months ago

Hi @mergify[bot]! Add at least one of the required labels to this PR

Required labels are : chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test