Only revisions for now. We'll add other object types after
we make sure it works properly.
Details
Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Maniphest Tasks
- T3505: Make the git-bare cooker available to the staff and beta-testers in the production webapp
- Commits
- rDWAPPS9f358af9a431: Add support for git-bare bundles in API
Diff Detail
Diff Detail
- Repository
- rDWAPPS Web applications
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D6157 (id=22285)
Rebasing onto 3a448d88c8...
Current branch diff-target is up to date.
Changes applied before test
commit 9f358af9a43198092f20244cc6c396077025d874 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 27 17:15:22 2021 +0200 Add support for git-bare bundles in API Only revisions for now. We'll add other object types after we make sure it works properly.
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1041/ for more details.
Comment Actions
Looks good to me. Such an awesome feature, can't wait to test it in production !
swh/web/api/views/vault.py | ||
---|---|---|
486–488 | nitpick, could use a simple f-string here |
swh/web/api/views/vault.py | ||
---|---|---|
486–488 | I kept it like this for consistency with the other ones. (I'll try to remember to send a diff to update them all later) |