Page MenuHomeSoftware Heritage

git_bare: Add support for directories as snapshot branches
ClosedPublic

Authored by vlorentz on Aug 17 2021, 10:39 AM.

Diff Detail

Repository
rDVAU Software Heritage Vault
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D6099 (id=22070)

Could not rebase; Attempt merge onto 149b1c1c31...

Updating 149b1c1..22abc04
Fast-forward
 swh/vault/cli.py              |  1 +
 swh/vault/cookers/git_bare.py | 54 +++++++++++++++++++++++++++++++++----------
 swh/vault/tests/test_cli.py   |  1 +
 3 files changed, 44 insertions(+), 12 deletions(-)
Changes applied before test
commit 22abc040f2fcfd930f231b07bea81f383b7d4620
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Fri Aug 13 10:04:49 2021 +0200

    git_bare: Add support for directories as snapshot branches

commit 0d7d0786c5f63e0164eadc4c0f65967a144d6831
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Fri Aug 13 10:03:31 2021 +0200

    git_bare: Skip loading empty lists

commit 0b3bf03d32a67422fd39e4d411471a23311ec253
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Fri Aug 13 10:01:56 2021 +0200

    git_bare: Deduplicate loading of release subgraphs

commit 03ab5a97b46b37eb6925ccb459893bce02ce7654
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Fri Aug 13 09:58:19 2021 +0200

    git_bare: Fix crash on dangling branches

commit 4d31b7a49a17531fe9d5de24f3085870e691a383
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Fri Aug 13 09:57:21 2021 +0200

    Disable bundle size limit when running from the CLI.

See https://jenkins.softwareheritage.org/job/DVAU/job/tests-on-diff/158/ for more details.

Build is green

Patch application report for D6099 (id=22082)

Rebasing onto 38fcc30ba5...

Current branch diff-target is up to date.
Changes applied before test
commit 2320131e2331588ef8951ee9655dce46e0affcce
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Fri Aug 13 10:04:49 2021 +0200

    git_bare: Add support for directories as snapshot branches

See https://jenkins.softwareheritage.org/job/DVAU/job/tests-on-diff/166/ for more details.

LGTM

swh/vault/tests/test_git_bare_cooker.py
203

implies

This revision is now accepted and ready to land.Aug 17 2021, 12:04 PM