Moritz Weber
Moritz Weber
On model level, we should have a commit history. The commit history is fetched from different sources: - Git commits - TeamForCapella commits (not relevant for the first version) For...
There are some conditions and some things to avoid when uploading an image into a workspace. to add images to a remote TeamForCapella model, you have to execute these steps:...
It should be possible to request a session, which can be used offline. This is helpful for situations where no reliable internet connection is available, for example in the train....
Custom exception handlers should also appear as possible responses in the auto-generated OpenAPI specification.
It should be possible to define model servers in addition to license servers. In Eclipse + pure::variants sessions, the servers should be auto-configured in Preferences > Known servers
More information is available in the internal PR: https://github.com/DSD-DBS/cookiecutter-dbs-python/pull/72
The variable should be available for read-only sessions and should contain the model information (incl. Git repository, diagram cache setup, etc.) The format is described here: https://dsd-dbs.github.io/py-capellambse/start/specifying-models.html#json
It should be possible to spawn a read-only session from the model card directly. A pop-up should open, where only the tool + possible tool extensions are selectable. If the...
We should change all occurrences of `pydantic.BaseModel` to `capellacollab.core.pydantic.BaseModel`. This helps us to change pydantic configuration options centrally in the future. _Originally posted by @dominik003 in https://github.com/DSD-DBS/capella-collab-manager/pull/1355#discussion_r1520068724_
On the session card in "Active sessions", there should be a button "Share" if the connection method supports sharing. This is currently the case for Xpra and Jupyter. When clicking...