Page MenuHomeSoftware Heritage

Add support for git-bare bundles in API
ClosedPublic

Authored by vlorentz on Aug 27 2021, 5:15 PM.

Details

Summary

Only revisions for now. We'll add other object types after
we make sure it works properly.

Diff Detail

Repository
rDWAPPS Web applications
Branch
vault
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 23241
Build 36262: Phabricator diff pipeline on jenkinsJenkins console · Jenkins
Build 36261: arc lint + arc unit

Event Timeline

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.

anlambert added a subscriber: anlambert.

Looks good to me. Such an awesome feature, can't wait to test it in production !

swh/web/api/views/vault.py
487–489

nitpick, could use a simple f-string here

This revision is now accepted and ready to land.Aug 27 2021, 5:44 PM
swh/web/api/views/vault.py
487–489

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)