concourse / registry-image-resource

a resource for images in a Docker registry
Apache License 2.0
89 stars 107 forks source link

feat(created_at_sort): add support for sorting by created #354

Closed exp0nge closed 5 months ago

exp0nge commented 5 months ago

Implements https://github.com/concourse/registry-image-resource/issues/352

xtremerui commented 5 months ago

@exp0nge we might want to fix those flaky test on our end first. This will be included in next Concourse release.

taylorsilva commented 5 months ago

@exp0nge I fixed the flaky check tests in #357 You'll need to rebase on master and fix the merge conflicts please 🙏

exp0nge commented 5 months ago

@exp0nge I fixed the flaky check tests in #357 You'll need to rebase on master and fix the merge conflicts please 🙏

Done!

exp0nge commented 5 months ago

@taylorsilva / @xtremerui What's the release schedule? I would like to stop running a custom fork 😄

taylorsilva commented 5 months ago

I really want this change too as it'll help with some pipelines I have. Sadly waiting on Rui to reply here: https://github.com/concourse/concourse/issues/8938 I don't want to just barrel ahead and step on his toes. idk what his day-to-day is like right now and how much time he gets to work on Concourse.

(FYI, I'm not part of Broadcom, just an external guy like you, but with some say in the project. I work on Concourse-stuff during my own time. I have a separate day job.)

taylorsilva commented 5 months ago

I'm gonna try and get some of the dependa bot PR's in and then release a v1.10.0 of this resource. You can then use that in your pipelines or preload it on your workers: https://concourse-ci.org/concourse-worker.html#installing-or-upgrading-bundled-resource-types

exp0nge commented 5 months ago

Sadly waiting on Rui to reply here: https://github.com/concourse/concourse/issues/8938

Ah, thanks for the reference. Seems quite involved.

risicle commented 2 months ago

Any update on a v1.10.0?