DSD-DBS / capella-collab-manager

A web app for collaboration on Capella (MBSE) projects
https://dsd-dbs.github.io/capella-collab-manager/
Apache License 2.0
23 stars 4 forks source link

Branch selection in create-readonly-session isn't working #1072

Closed ewuerger closed 1 year ago

ewuerger commented 1 year ago

When requesting a Readonly session from a Project, one can choose the Branch, tag or revision*. This has no effect to the session. After connecting to it, the user is greeted by the model on the main branch.

amolenaar commented 1 year ago

Looks like it's not picked up from the frontend. From the k8s manifest:

    - name: GIT_REPOS_JSON
      value: '[{"url": "https://github.com/DSD-DBS/py-capellambse", "revision": "master",
        "depth": 1, "entrypoint": "/tests/data/melodymodel/6_0/Melody Model Test.aird",
        "nature": "model"}]'