Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  .github
  bundler.d
  lib
  settings.d
  test
.gitignore 818 Bytes
.packit.yaml 1.75 KB
.rubocop.yml 1.7 KB
.rubocop_todo.yml 1.42 KB
Gemfile 406 Bytes
LICENSE 34.3 KB
README.md 2.47 KB
Rakefile 276 Bytes
smart_proxy_container_gateway.gemspec 868 Bytes

Latest revisions

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

Fixes #37375 - Refactor settings to connection_string

This prefers a single connection_string setting to be used to connect to
a database. This can be anything that Sequel supports. This simplifies
configuration and also allows for easy use of an in-memory database in...

b5b13fd3 04/26/2024 06:49 PM Ewoud Kohl van Wijngaarden

Refs #37375 - Refactor Database class to avoid options hash

The options hash is a poor API because it's not immediately obvious what
the various parameters are. This refactors to be a very light wrapper
around Sequel.connect with optional support to migrate the old database....

35bfd2ba 04/26/2024 06:49 PM Ewoud Kohl van Wijngaarden

Refs #37375 - Avoid loading test settings in class construction

This is already done in the setup part.

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.

d10e320f 04/25/2024 06:39 PM Ian Ballou

Add packit support

39dfd4c0 04/23/2024 05:58 PM Ian Ballou

Fixes #37369 - add transaction to token creation/deletion

7f89d1fb 04/15/2024 08:53 PM Ian Ballou

Bump version to 2.0.0

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...
65cc104a 01/09/2024 06:56 PM Ian Ballou

Bump version to 1.2.0

fdbab029 01/08/2024 08:59 PM Evgeni Golov

support Ruby 3 (#30)

View all revisions | View revisions

Also available in: Atom