Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(hub): enable repository_url #3961

Merged
merged 4 commits into from
Apr 23, 2024
Merged

Conversation

EstebanBorai
Copy link
Contributor

No description provided.

pub description: String,
pub license: String,
pub manifest: Vec<String>, // Files in package, package-meta is implied, signature is omitted
pub repository_url: Option<Url>,
pub repository_commit_sha: Option<String>,
Copy link
Contributor

Choose a reason for hiding this comment

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

Lets leave out repository_commit_sha for now. We can re-introduce it later as a tag if needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

SGTM! Here is the change: 9babcd7

Copy link
Contributor

@digikata digikata left a comment

Choose a reason for hiding this comment

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

LGTM (just the nit of the sha field comment)

@EstebanBorai EstebanBorai changed the title feat(hub): enable repository_url and repository_commit_sha feat(hub): enable repository_url Apr 22, 2024
@EstebanBorai EstebanBorai added this pull request to the merge queue Apr 23, 2024
Merged via the queue into master with commit 2ed5838 Apr 23, 2024
106 checks passed
@EstebanBorai EstebanBorai deleted the feat/hub-package-meta-fields branch April 23, 2024 05:49
fraidev pushed a commit to fraidev/fluvio that referenced this pull request Apr 23, 2024
* feat(hub): enable `repository_url` and `repository_commit_sha`

* fix: fmt issues

* fix: rm commit sha
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.

2 participants