Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove global folder and move folder contents up #2769

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

hjanott
Copy link
Member

@hjanott hjanott commented Dec 16, 2024

Closes #2604

@hjanott hjanott added clean up python Pull requests that update Python code labels Dec 16, 2024
@hjanott hjanott added this to the 4.3 milestone Dec 16, 2024
@hjanott hjanott requested a review from reiterl December 16, 2024 11:33
@hjanott hjanott changed the title remove global folder and move folder contents up Remove global folder and move folder contents up Dec 16, 2024
Copy link
Member

@reiterl reiterl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One open point, else it looks good.
Please don't forget to test the scripts e.g. generate_models.

Comment on lines 16 to 19
- ../tests:/app/tests
- ../cli:/app/cli
- ../global:/app/global
- ../scripts:/app/scripts
environment:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would think, that the data and meta are missing in the docker compose part now.
Pls test.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you are right. Everything was working but it should be included into the volumes. As well should requirements; to be more consistent.

@reiterl reiterl removed their assignment Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean up python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renaming global directory
3 participants