这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@edigaryev
Copy link
Collaborator

Resolves #34.

@edigaryev edigaryev requested a review from fkorotkov May 20, 2022 04:45
Copy link
Contributor

@fkorotkov fkorotkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's replace Encodable, Decodable with just Codable

do {
registryRunner = try await RegistryRunner()
} catch {
try XCTSkipIf(ProcessInfo.processInfo.environment["CI"] == nil)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

let ociConfigMediaType = "application/vnd.oci.image.config.v1+json"

struct OCIManifest: Encodable, Decodable {
struct OCIManifest: Encodable, Decodable, Equatable {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's replace Encodable, Decodable with just Codable

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See 694047a.

@edigaryev edigaryev requested a review from fkorotkov May 20, 2022 13:48
@edigaryev edigaryev enabled auto-merge (squash) May 20, 2022 13:48
@edigaryev edigaryev merged commit fec8032 into main May 20, 2022
@edigaryev edigaryev deleted the registry-tests branch May 20, 2022 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Registry functional/integration tests

3 participants