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

Manage Image Overflow in our Quay.io Repository #843

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 11, 2024

  1. Includes quay_overflow.go file and quay_overflow_test.go

    Signed-off-by: dlaw4608 <[email protected]>
    dlaw4608 authored and KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7ee678f View commit details
    Browse the repository at this point in the history
  2. refactor: return error for tag deletions

    Signed-off-by: KevFan <[email protected]>
    KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5677b1d View commit details
    Browse the repository at this point in the history
  3. refactor: use simple logger

    Signed-off-by: KevFan <[email protected]>
    KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    97e110d View commit details
    Browse the repository at this point in the history
  4. refactor: get all tags from paginated response

    Signed-off-by: KevFan <[email protected]>
    KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    10d9601 View commit details
    Browse the repository at this point in the history
  5. refactor: filter out tags that already have an expiry

    Signed-off-by: KevFan <[email protected]>
    KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c8739b0 View commit details
    Browse the repository at this point in the history
  6. refactor: list of regex preserve strings

    Signed-off-by: KevFan <[email protected]>
    KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    453011e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c748bbd View commit details
    Browse the repository at this point in the history
  8. refactor: remove cut off date logic, obselete if tags would use expir…

    …y label
    
    Signed-off-by: KevFan <[email protected]>
    KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    252a0fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e32e453 View commit details
    Browse the repository at this point in the history
  10. refactor: print execution time

    Signed-off-by: KevFan <[email protected]>
    KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d378a59 View commit details
    Browse the repository at this point in the history
  11. refactor: batch delete

    Signed-off-by: KevFan <[email protected]>
    KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5f359fe View commit details
    Browse the repository at this point in the history
  12. refactor: use httptest instead of mocking client

    Signed-off-by: KevFan <[email protected]>
    KevFan committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e5ea790 View commit details
    Browse the repository at this point in the history