felixmosh / turborepo-gh-artifacts

A TurboRepo local cache server which uploads artifact cache to GH artifacts.
MIT License
122 stars 7 forks source link

Pull artifacts by name #25

Closed Ugzuzg closed 8 months ago

Ugzuzg commented 8 months ago

List artifacts for a repository endpoint supports querying by name.

In a big monorepo, having only 100 last uploaded artifacts creates a lot of rebuilds due to a big number of artifacts uploaded. Looking for an artifact by its name would improve the situation.

Happy to submit a PR.

felixmosh commented 8 months ago

You are absolutely right, this is a wierd decision on my part (I don't remember the reason for this). Let me poke around, to check if that will work.

Ugzuzg commented 8 months ago

Thanks for a quick resolution! Works perfectly.