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

Index artifacts with no associated projects #1013

Closed
wants to merge 6 commits into from

Commits on Apr 20, 2022

  1. Updating artifact table schema

      * Making the `repository` column in the `artifact` schema NULLABLE.
      * This provides schema-level support for Option[Project.Repository]` fields
        in `Artifact` types.
      * Should help resolve #869.
    jyoo980 committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    a516d40 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Merging main into local

    jyoo980 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    bd53c83 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Adding incremental work (does not compile fully)

      * Work to enable insertion of artifacts wo. an associated project underway.
      * Still needs work, specifically with the def'n of what a "new" project is.
        * Do we treat a project that later has an associated project "new" now?
        * Details important in implementing the insertArtifact function.
    jyoo980 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    1459a15 View commit details
    Browse the repository at this point in the history
  2. Updating tests to reflect optional projects

      * Will need to create new tests to make sure insertion works with artifacts
        that do not have an associated project.
    jyoo980 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    ca98fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20a8610 View commit details
    Browse the repository at this point in the history
  4. Updating variable name

    jyoo980 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    5a2c6a1 View commit details
    Browse the repository at this point in the history