feat: restructure repository into multi-artifact layout#60
Draft
ArthurTonial wants to merge 2 commits intomainfrom
Draft
feat: restructure repository into multi-artifact layout#60ArthurTonial wants to merge 2 commits intomainfrom
ArthurTonial wants to merge 2 commits intomainfrom
Conversation
This file contains hidden or 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
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.
Description
Restructures the repository into the multi-artifact layout. All source code and tests are moved from
src/intopackages/core/.Key changes:
auditlog,auditlog_ng,destination,objectstore,secret_resolver,telemetry,ias,aicore) fromsrc/sap_cloud_sdk/core/andsrc/sap_cloud_sdk/intopackages/core/sap_cloud_sdk/packages/core/tests/sap_cloud_sdk.core.*→sap_cloud_sdk.*) across source modules and test patch stringspackages/core/pyproject.tomlas the authoritative build config for the core packagesrc/buf/→packages/core/buf/(buf-generatedvalidate_pb2files required byprotovalidate)Makefileto target the new layoutsrc/treeRelated Issue
Closes #<issue_number>
Type of Change
Please check the relevant option:
How to Test
Expected: wheel and sdist created successfully, 982 tests pass.
Checklist
Before submitting your PR, please review and check the following:
Breaking Changes
If this PR introduces breaking changes, please describe:
Additional Notes
src/directory is fully removed. The rootpyproject.tomlstill exists but will be replaced with a uv workspace config in a follow-up PR.src/paths and will be updated in a follow-up PR once the base branch is merged.