Tags give the ability to mark specific points in history as being important
-
v1.3.0
bd649ccb · ·v1.3.0 * docs: Various fixes * Remove references to swh.model.identifiers * git_bare: Send progress updates while cooking
-
v1.2.0
b36dd3b7 · ·v1.2.0 * Add support for custom SMTP configuration * Add the whole traceback in error messages. * Make object corruption non-fatal.
-
v1.1.0
e141c56d · ·v1.1.0 * git_bare: Remove sample git hooks from output * git_bare: Fix crash on submodules
-
v1.0.2
d5a7c7f2 · ·v1.0.2 * Fix compatibility with dulwich 0.19.11 (needed for builds on debian 10)
-
-
v1.0.0
fc7bcc02 · ·v1.0.0 * Feature-complete git-bare cooker * Rename bundle types and use SWHIDs everywhere instead of raw sha1_git
-
v0.6.0
0bec6231 · ·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
-
v0.3.0
7b4b59c6 · ·v0.3.0 - Refactor vault configuration without the args indirection - vault.server: Introduce typed VaultInterface - Replace file modes literals to DentryPerms enum - Add tests on current configuration check for cooker instantiation - api.server: Add types and tests on configuration checks - swh.vault: Unify get_vault factory function with other factories - vault.tests: Make postgresql fixture faster