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 hardcoded dependency between artifacts and projects #2991

Merged
merged 5 commits into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. Remove hardcoded dependency between artifacts and projects

    This makes repos nullable in artifacts. As of today, this is not really
    a case that actually happens... so this should effectively be a no-op.
    However, the idea is that soon we'll start getting artifacts that that
    come from other providers that are not the same as the repository they
    are linked to.
    
    Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
    JAORMX committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    263621b View commit details
    Browse the repository at this point in the history
  2. Update database/migrations/000050_artifact_projects.up.sql

    Co-authored-by: Jakub Hrozek <jakub@stacklok.com>
    JAORMX and jhrozek committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3612a58 View commit details
    Browse the repository at this point in the history
  3. Update database/migrations/000050_artifact_projects.up.sql

    Co-authored-by: Jakub Hrozek <jakub@stacklok.com>
    JAORMX and jhrozek committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1eb024f View commit details
    Browse the repository at this point in the history
  4. More changes due to recent changes

    Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
    JAORMX committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2e22f2c View commit details
    Browse the repository at this point in the history
  5. Fix down-migration

    Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
    JAORMX committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    da8ab74 View commit details
    Browse the repository at this point in the history