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

new: introduce asset artifact type #309

Merged
merged 13 commits into from
Dec 13, 2023

Commits on Dec 13, 2023

  1. new: introduce asset as new artifact type

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0094d20 View commit details
    Browse the repository at this point in the history
  2. update: handle pushing and pulling of assets

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    9327ea2 View commit details
    Browse the repository at this point in the history
  3. update: adapt flag description to include asset

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a40da37 View commit details
    Browse the repository at this point in the history
  4. update: adapt push tests

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6f750ff View commit details
    Browse the repository at this point in the history
  5. update: properly handle assets dir when installing assets

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    818c437 View commit details
    Browse the repository at this point in the history
  6. update: explicitly handle artifact types when pushing

    Co-authored-by: Federico Di Pierro <[email protected]>
    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso and FedeDP committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d3a6532 View commit details
    Browse the repository at this point in the history
  7. test: introduce test for asset artifact type

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    10ba01a View commit details
    Browse the repository at this point in the history
  8. update: allow to create tar.gz from directories, required for asset t…

    …ypes
    
    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    619150b View commit details
    Browse the repository at this point in the history
  9. update: allow to extract directories for asset files

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f483277 View commit details
    Browse the repository at this point in the history
  10. update: satisfy new license and fix linting error

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c0d776f View commit details
    Browse the repository at this point in the history
  11. fix: ensure files are places in their directories when creating tar.g…

    …z archives
    
    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5df4a99 View commit details
    Browse the repository at this point in the history
  12. test: compressing of files and dirs

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7cc530f View commit details
    Browse the repository at this point in the history
  13. update: make extract agnostic about artifact types again

    Signed-off-by: Lorenzo Susini <[email protected]>
    loresuso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    46b1b43 View commit details
    Browse the repository at this point in the history