gitlab4j / gitlab4j-api

GitLab4J API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories via the GitLab REST API
MIT License
1.07k stars 463 forks source link

Add sha256 field in package file #1141

Closed valentinmanea closed 3 months ago

valentinmanea commented 4 months ago

Added the sha256 field in PackageFile class

Fixes: #1142

jmini commented 3 months ago

I have rebased the source branch of this PR (6.x_add_sha256_field_in_package_file in the valentinmanea fork) on top of main of this repo:

git rebase --onto origin/main origin/6.x
git push valentinmanea HEAD:6.x_add_sha256_field_in_package_file --force

Be aware that your local branch 6.x_add_sha256_field_in_package_file has diverged with the one on the GitHub.

If you need to do one more changes on this branch: I recommend to use git fetch and git reset --hard origin/6.x_add_sha256_field_in_package_file (assuming your local origin is pointing to the valentinmanea fork on GitHub) before doing any local modifications instead of git pull.

I have changed the target branch of this PR to be main

valentinmanea commented 3 months ago

@jmini Can you merge this ?

jmini commented 3 months ago

I have been fighting CI, because of the flakiness of some integrations tests. But now it is good.

jmini commented 3 months ago

I have merged your change to main and 6.x. 🎉

Thank you very much for this contribution.