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

feat: models for the craft manifest #473

Merged
merged 6 commits into from
Sep 19, 2024
Merged

Conversation

tigarmo
Copy link
Contributor

@tigarmo tigarmo commented Sep 16, 2024

There are three new models:

  • ProjectManifest, representing the metadata from the project itself and its built artifact;

  • SessionArtifactManifest, representing the metadata for a single asset that was downloaded during the fetch-service session;

  • CraftManifest, that ties the first two together and provides the full view of assets downloaded and generated by a build.

  • Have you followed the guidelines for contributing?

  • Have you signed the CLA?

  • Have you successfully run tox?


There are three new models:

- ProjectManifest, representing the metadata from the project itself and its
  built artifact;
- SessionArtifactManifest, representing the metadata for a single asset that
  was downloaded during the fetch-service session;
- CraftManifest, that ties the first two together and provides the full view
  of assets downloaded and generated by a build.
@tigarmo tigarmo closed this Sep 17, 2024
@tigarmo tigarmo reopened this Sep 17, 2024
@tigarmo tigarmo marked this pull request as ready for review September 17, 2024 12:19
@tigarmo tigarmo requested review from lengau, a team and cmatsuoka and removed request for a team September 17, 2024 12:20
craft_application/manifest.py Outdated Show resolved Hide resolved
craft_application/manifest.py Outdated Show resolved Hide resolved
craft_application/manifest.py Outdated Show resolved Hide resolved
craft_application/models/manifest.py Show resolved Hide resolved
@tigarmo tigarmo added the squash label Sep 18, 2024
@tigarmo tigarmo requested a review from lengau September 18, 2024 19:56
craft_application/models/manifest.py Outdated Show resolved Hide resolved
craft_application/models/manifest.py Outdated Show resolved Hide resolved
craft_application/models/manifest.py Outdated Show resolved Hide resolved
craft_application/models/manifest.py Outdated Show resolved Hide resolved
craft_application/models/manifest.py Outdated Show resolved Hide resolved
@tigarmo tigarmo requested a review from lengau September 19, 2024 11:55
@tigarmo tigarmo requested a review from cmatsuoka September 19, 2024 12:18
Copy link
Contributor

@lengau lengau left a comment

Choose a reason for hiding this comment

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

Let's go! 🚀

Copy link
Contributor

@cmatsuoka cmatsuoka left a comment

Choose a reason for hiding this comment

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

🚢 it!

@tigarmo tigarmo merged commit 575ac20 into main Sep 19, 2024
7 checks passed
@tigarmo tigarmo deleted the work/CRAFT-3206-manifest-models branch September 19, 2024 14:31
linostar pushed a commit to linostar/craft-application that referenced this pull request Dec 4, 2024
There are three new models:

- ProjectManifest, representing the metadata from the project itself and its
  built artifact;
- SessionArtifactManifest, representing the metadata for a single asset that
  was downloaded during the fetch-service session;
- CraftManifest, that ties the first two together and provides the full view
  of assets downloaded and generated by a build.

---------

Co-authored-by: Alex Lowe <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants