forked from swiftlang/swift-package-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add publication time to registry package release metadata (swiftlang#…
…6407) * Add publication time to registry package release metadata Motivation: Registry should have information about how a package was published. This includes who published it, who signed it, and when it was published. - "Who published the package release?": this is `metadata.author`, which is already defined in the metadata JSON schema. - "Who signed the package release?": this can be extracted from the signing certificate if signed (requires rdar://107483043 and will be done in separate PR) - "When was the release published?": added in this PR rdar://106674475 Modifications: - Add `originalPublicationTime` to user-provided metadata during publication - Add `publishedAt` to registry's package release metadata response - Update registry API spec * Add publishedAt to PackageSearchClient
- Loading branch information
Showing
6 changed files
with
295 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.