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

Introduce GitLab Releases Provider #3

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 6, 2024

  1. feat: introduce GitLab Releases provider

    This commit implements a GitLab Releases provider, modeled after the
    GitHub Releases provider. It uses the `glab` command line interface
    (CLI) to handle downloads, and delegates to that CLI for error
    handling.
    
    I did experiment briefly with using the Rust `glob` crate to eagerly
    identify errors in glob patterns passed for matching artifacts, but
    that crate didn't exactly match the Go `path/filepath.Match` [1]
    logic and I didn't want to introduce any weird incompatibilities
    between the two layers.
    
    [1]: https://pkg.go.dev/path/filepath#Match
    
    Signed-off-by: Andrew Lilley Brinker <[email protected]>
    alilleybrinker committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    325c2a3 View commit details
    Browse the repository at this point in the history