-
v1.6.0df35ac06 · ·
v1.6.0 * cache: Remove unused method add_stream * Rewrite the server to use flask instead of aiohttp
-
-
-
v1.4.0cbad3b9d · ·
v1.4.0 * git_bare: Fetch directories concurrently, using threads. * git_bare: Fix counter of processed objects * Add an introduction to the vault documentation * Use proper syntax for swh-graph requirement * git_bare: Use raw_manifest when available * git_bare: Use original author names instead of display names
-
v1.3.0bd649ccb · ·
v1.3.0 * docs: Various fixes * Remove references to swh.model.identifiers * git_bare: Send progress updates while cooking
-
v1.2.0b36dd3b7 · ·
v1.2.0 * Add support for custom SMTP configuration * Add the whole traceback in error messages. * Make object corruption non-fatal.
-
v1.1.0e141c56d · ·
v1.1.0 * git_bare: Remove sample git hooks from output * git_bare: Fix crash on submodules
-
v1.0.2d5a7c7f2 · ·
v1.0.2 * Fix compatibility with dulwich 0.19.11 (needed for builds on debian 10)
-
-
v1.0.0fc7bcc02 · ·
v1.0.0 * Feature-complete git-bare cooker * Rename bundle types and use SWHIDs everywhere instead of raw sha1_git
-
v0.6.00bec6231 · ·
v0.6.0 - git_bare: Add support for skipped/missing/absent/hidden contents - git_bare: Optionally access the objstorage directly - git_bare: Use batched content_get() instead of content_find() - git_bare: Use directory_get_entries instead of directory_ls, it should be faster - git_bare: Refactor the graph descent using explicit stacks instead of the call stack. - git_bare: When possible, use swh-graph instead of swh-storage to query revision history - git_bare: Deduplicate object downloads and writes - Add a naive git bare cooker - cli: Add 'cook' command, to run cookers without Celery - tests: Run all directory tests on the gitfast cooker - tests: Add in_memory_backend.py - tests: Make test_directory_bogus_perms/test_revision_bogus_perms/ actually test the cookers