-
Notifications
You must be signed in to change notification settings - Fork 17
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
Transform project to new file structure #134
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gunnar-mb
force-pushed
the
newstructure
branch
7 times, most recently
from
January 8, 2025 09:22
b0943b4
to
e45e133
Compare
Ubuntu 23.04 is EOL now Signed-off-by: Gunnar Andersson <[email protected]>
gunnar-mb
force-pushed
the
newstructure
branch
from
January 14, 2025 15:58
6afa8e8
to
1c29bd1
Compare
This, and subsequent commits, are part of renaming directories and moving to a more logical and future-proof structure. Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
Ideally each template should be under each technology dir but the way the generic generator is written now, it assumes everything under one directory. For now, it can stay like this (but under the output_filters directory). Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
Signed-off-by: Gunnar Andersson <[email protected]>
gunnar-mb
force-pushed
the
newstructure
branch
from
January 14, 2025 16:22
1c29bd1
to
94e6f11
Compare
gunnar-mb
changed the title
Work in progress, transform to new file structure
Transform project to new file structure
Jan 14, 2025
.gitmodules file was missing but pyfranca was still in the index as a submodule. This seems to restore things in order. Signed-off-by: Gunnar Andersson <[email protected]>
gunnar-mb
force-pushed
the
newstructure
branch
from
January 14, 2025 16:55
400289e
to
f9a5fed
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Author: Gunnar Andersson <[email protected]>, MBition GmbH.
Change project directory structure.
This executes the restructuring of all the directories and files according to the plan described in #133.
The tests and containers are run in CI as usual, and are successful. There could be a few issues remaining, especially with the legacy Jinja-based transformations, but this restructuring appears to be mostly working at this time.
The program was tested solely for our own use cases, which might differ from yours.
The submission is provided under the main project license (LICENSE file in root of project).
Provider Information
Ref: Issue #133