Add dev container #70

Merged
stanislav.hejny merged 1 commit from feat/69 into develop 2025-08-15 14:03:44 +00:00
Member

This PR implemented ticket clevermicro/amq-adapter-python#69 to add a dev container setup for this repo.

TODO/Side quest: maybe we should move to uv, a package and project manager for python code, which is already used by CleverBRAG. This tool can work with PyCharm to set up an repeatable isolated environment for the project. Right now we are installing all required packages to the system, which is fine for something like cli usage and vsc, but for something like PyCharm, which requires at least a venv setup. So even with the current dev container setup, in PyCharm, you still need to recreate the venv setup.

This PR implemented ticket clevermicro/amq-adapter-python#69 to add a dev container setup for this repo. TODO/Side quest: maybe we should move to uv, a package and project manager for python code, which is already used by CleverBRAG. This tool can work with PyCharm to set up an repeatable isolated environment for the project. Right now we are installing all required packages to the system, which is fine for something like cli usage and vsc, but for something like PyCharm, which requires at least a venv setup. So even with the current dev container setup, in PyCharm, you still need to recreate the venv setup.
feat: Add dev container
Some checks failed
Unit test coverage / pytest (push) Failing after 2m5s
/ build-and-push (push) Successful in 2m26s
Unit test coverage / pytest (pull_request) Failing after 1m58s
887f02fc5d
ISSUE CLOSED: clevermicro/amq-adapter-python#69

Coverage is 84%

Coverage is 84%
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#69 Add dev container
clevermicro/amq-adapter-python
Reference: clevermicro/amq-adapter-python#70
No description provided.