Skip to content

Releases: ArtifactDB/gobbler

Latest builds

14 Feb 16:28
Compare
Choose a tag to compare

Release containing the latest versions of all builds.

0.5.0

29 Jun 21:10
Compare
Choose a tag to compare
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

24 Jun 22:58
Compare
Choose a tag to compare
Mimic move with copy-and-delete to reset file permissions when consum…

0.4.3

22 Jun 21:48
Compare
Choose a tag to compare
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

13 Jun 05:42
Compare
Choose a tag to compare
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

11 Mar 06:30
Compare
Choose a tag to compare
Forbid 'source' names that are not directories during upload.

This protects against uploads of the contents of symbolic links.

0.4.0

03 Mar 18:38
Compare
Choose a tag to compare
Tidied up tests to use subtests instead of a loop.

0.3.10

20 Feb 17:43
Compare
Choose a tag to compare
Include the json property names in the rerouteActions class.

Also cleaned up the docs for the rerouting properties.

0.3.9

03 Feb 17:17
Compare
Choose a tag to compare
Added option to forcibly delete versions/assets or reject probational…

0.3.8

28 Jan 17:15
Compare
Choose a tag to compare
Remove all existing (potentially obsolete) ..links files during reind…