Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Updating of artifacts and artifact data #83

Merged

Commits on Nov 2, 2022

  1. Fixed repo interface mocks not being generated

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    6c7eeba View commit details
    Browse the repository at this point in the history
  2. Implemented updating of artifacts

    Currently only supports replacement of associated ArtifactData
    Uses unreleased flyteidl update for new datacatalog endpoint
    
    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    537ae35 View commit details
    Browse the repository at this point in the history
  3. Updated project to Go 1.18

    Updated Dockerfile to be in line with flyteadmin
    Updated GitHub automation to use Go 1.18
    
    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8150033 View commit details
    Browse the repository at this point in the history
  4. Fixed artifact data upsert in Artifact.Update

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    3e40f0b View commit details
    Browse the repository at this point in the history
  5. Removed golang_dockerfile from boilerplate update

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a713525 View commit details
    Browse the repository at this point in the history
  6. UpdateArtifact returns ID of artifact updated

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    e8f5d72 View commit details
    Browse the repository at this point in the history
  7. Updated to latest version of flytepropeller

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    507ad84 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Updated to latest released version of flyteidl

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f3391f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Updated to latest released flytestdlib version

    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f747051 View commit details
    Browse the repository at this point in the history
  2. Missing artifact data is now removed after DB models have been updated

    Prevents DB entries without underlying blob storage data in case of a partial update failure
    
    Signed-off-by: Nick Müller <[email protected]>
    Nick Müller committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    995f5e3 View commit details
    Browse the repository at this point in the history