Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
406328c8 04/26/2024 06:49 PM Ewoud Kohl van Wijngaarden

Refs #37375 - Refactor ContainerGatewayBackendTest to a simple unit test

The ContainerGatewayMain class doesn't need anything from the API, so
this strips away all the API parts that aren't needed. It now uses
simple constructor arguments instead of mocking out any test settings.

f96702c4 04/15/2024 08:53 PM Ian Ballou

Fixes #37218 - improve SQLite DB query performance & introduce PostgreSQL support

  • Fixes #37218 - podman login against the container registry returns 500 intermittently
  • Refs #37218 - fix tests for single database connection refactor
  • Refs #37218 - make transactions serialized to avoid concurrent writes & deletes...
ad53ad96 11/06/2023 07:15 PM Quinn James

Fixes #36827 - SP server can now handle Katello's new OAuth2 token format for container repos.

- All times are now rfc3339 datetime strings
- 'expires_at' is now 'expires_in', representing seconds after 'issued_at' time the token expires
- Malformed Katello return results are now rejected with 502 errors.

f14594ac 08/02/2023 02:44 PM Ian Ballou

Fixes #36616 - properly paginate /tags/list endpoint (#23)

19370a11 11/29/2022 08:12 PM Ian Ballou

Fixes #35801 - list container image tags (#20)

15c1bc45 09/28/2021 08:26 PM Ian Ballou

Fixes #33538 - Cannot pull images w/ `/` in name (#18)

7bc9ac89 04/21/2021 06:11 PM Ian Ballou

Fixes #32085 - Authenticated repo pulling support (#13)

a5442d6d 03/01/2021 06:53 PM Ewoud Kohl van Wijngaarden

Fixes #31982 - Correct settings handling

This avoids the initialize_global_settings call which is wrong. That can
have unexpected consequences. Instead, it uses the correct
load_programmable_settings to handle it.

It also ensures all files are readable or errors out. The Pulp endpoint...

8c06a105 02/02/2021 08:56 PM Ewoud Kohl van Wijngaarden

Use more effective methods for concise code (#8)

This uses dir and File.read where possible. It also uses the
rackup_path method introduced in Smart Proxy 2.3.

05d79e4d 01/22/2021 02:41 PM Ian Ballou

Fixes #31703 - switch Container Gateway to SQLite (#6)

View revisions

Also available in: Atom