Nikolay Edigaryev
|
d39f7c6036
|
Docker-related fixes (#1221)
* tests: fix RegistryRunner's "-p" specification passed to "docker"
* tests: "docker" binary is now installed from Homebrew
|
2026-04-09 21:00:36 -07:00 |
Nikolay Edigaryev
|
0794edf15a
|
RegistryRunner: explicitly listen on localhost (#956)
|
2024-11-21 09:24:37 -05:00 |
Nikolay Edigaryev
|
bff344fb7f
|
tart login: better error when an improperly formatted host is provided (#863)
* tart login: better error when an improperly formatted host is provided
* Revert old behavior w.r.t. URLComponents()
|
2024-07-15 18:36:09 +04:00 |
Nikolay Edigaryev
|
ad9c3c661e
|
Reformat code idents and introduce the SwiftFormat linter (#339)
* Package.swift: add SwiftFormat
Can be invoked with "swift package plugin swiftformat".
* $ swift package plugin swiftformat
* .cirrus.yml: run SwiftFormat
* SwiftFormat: exclude Sources/tart/OCI/Reference/Generated
|
2022-11-29 15:56:13 +00:00 |
Nikolay Edigaryev
|
fec803277d
|
Registry functional/integration tests (#96)
* Registry functional/integration tests
* Remove DockerClientSwift import
* Encodable, Decodable → Codable
|
2022-05-20 09:52:37 -04:00 |