Releases: ArtifactDB/gobbler
Releases · ArtifactDB/gobbler
Latest builds
Release containing the latest versions of all builds.
0.5.0
Report empty directories from a recursive /list. This allows downloaders to reproduce empty directories within the registry, and is consistent with the recording of such directories in the manifest. Also did a minor bugfix to the empty directory discovery code in the walker, to avoid reporting directories that only contain other empty directories.
0.4.4
Mimic move with copy-and-delete to reset file permissions when consum…
0.4.3
Reindexing should only be performed by administrators. Because it modifies existing registry contents, which is a serious operation. This change also ensures that we're consistent with the documentation.
0.4.2
Bugfix to upload locks to protect access to asset permissions. We do some refactoring to make it more obvious that the asset-level locks are properly acquired in all code paths. This involves some duplication of the permission-checking code so we add some extra tests.
0.4.1
Forbid 'source' names that are not directories during upload. This protects against uploads of the contents of symbolic links.
0.4.0
Tidied up tests to use subtests instead of a loop.
0.3.10
Include the json property names in the rerouteActions class. Also cleaned up the docs for the rerouting properties.
0.3.9
Added option to forcibly delete versions/assets or reject probational…
0.3.8
Remove all existing (potentially obsolete) ..links files during reind…