Marcus Kok

Results 20 issues of Marcus Kok

Since the unlimited sku returns a private repo count equal to a max integer, the ui should show 'unlimited' instead of the actual number. ![unlimited-repos](https://github.com/quay/quay/assets/47163063/2a76d3c7-b852-4aec-b0e7-306249b56e73)

Makes it so that failed requests to logs endpoints should raise accurate errors for the new UI. Allows for errors like "Method not implemented" to show when viewing logs ![Screenshot...

Show private repo count in marketplace ui when viewing or attaching SKUs from the marketplace.

Change angular marketplace UI to show private repo count instead of SKU. Remove "Monthly" from section heading.

do-not-merge/work-in-progress

update Jinja2 to 3.1.4 to address CVE-2024-34064 jinja2: accepts keys containing non-attribute characters

When detecting expiration date for a manifest using the `quay.expires-after` label, if the manifest has any children the expiration should be set based on their labels. Fixes an issue where...

Adds search bar to the usage logs page that allows user to filter logs in the table based on description. ![Screenshot 2024-06-17 at 11 07 11 AM](https://github.com/quay/quay/assets/47163063/44be39b7-a1f2-4eee-ae02-e1b1685ecf33)

Usage logs are not updating when the user changes the filter value in the search bar. Adding a callback to refetch the query when filter value changes to have the...

Changes dependency for `github.com/quay/config-tool` to `github.com/quay/quay/config-tool`. The current config-tool dependency is archived and is now located in the quay monorepo. Updates the go-jose dependency to 4.0.2 as a result due...