Page MenuHomeSoftware Heritage

git_bare: add some modularity to directory creation
ClosedPublic

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

Details

Summary

It allows me to tweak the code to experiment

Event Timeline

Build is green

Patch application report for D6100 (id=22071)

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

Updating 149b1c1..6f395be
Fast-forward
 swh/vault/cli.py              |  1 +
 swh/vault/cookers/git_bare.py | 70 ++++++++++++++++++++++++++++++++-----------
 swh/vault/tests/test_cli.py   |  1 +
 3 files changed, 55 insertions(+), 17 deletions(-)
Changes applied before test
commit 6f395bee4b2ecba0661da4093846efd14278ba79
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Fri Aug 13 10:38:53 2021 +0200

    git_bare: add some modularity to directory creation
    
    It allows me to tweak the code to experiment

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/159/ for more details.

This revision is now accepted and ready to land.Aug 17 2021, 11:09 AM

Build is green

Patch application report for D6100 (id=22079)

Could not rebase; Attempt merge onto 38fcc30ba5...

Updating 38fcc30..04a7388
Fast-forward
 swh/vault/cookers/git_bare.py           |  22 +++++--
 swh/vault/tests/test_git_bare_cooker.py | 105 +++++++++++++++++++++++---------
 2 files changed, 94 insertions(+), 33 deletions(-)
Changes applied before test
commit 04a738807217ef5968cd62670a21374bff48748d
Author: Valentin Lorentz <vlorentz@softwareheritage.org>
Date:   Fri Aug 13 10:38:53 2021 +0200

    git_bare: add some modularity to directory creation
    
    It allows me to tweak the code to experiment

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/163/ for more details.