Skip to content

Releases: acdh-oeaw/arche-lib-ingest

Allow PHP ^8.1

27 May 07:54
Compare
Choose a tag to compare
4.0.2

composer.json: allow php ^8.1

Bugfixes

08 Mar 17:11
Compare
Choose a tag to compare
4.0.1

Indexer::createFile(): parent property should be a namedNode

Allow PHP 8.2

27 Feb 10:18
Compare
Choose a tag to compare
3.7.1

composer.json: allow PHP 8.2

Ported from EasyRdf to RdfInterface

13 Feb 16:21
Compare
Choose a tag to compare
4.0.0

.github/workflows/test.yml: fix coveralls upload

FileId class created

02 Nov 09:04
Compare
Choose a tag to compare

The file path to repository resource id translation code extracted as a separate class (acdhOeaw\arche\lib\ingest\util\FileId) allowing easy reuse in different libraries.

Bugfixes

01 Mar 13:35
Compare
Choose a tag to compare
  • Fixed network connection recognition in acdhOeaw\arche\lib\ingest\MetadataCollection::import()
  • acdhOeaw\arche\lib\ingest\MetadataCollection::import() and acdhOeaw\arche\lib\ingest\Indexer::import(): waiting before reingestion attempt on network errors tuned

Bugfixes

19 Feb 09:37
Compare
Choose a tag to compare

acdhOeaw\arche\lib\ingest\File::uploadAsync() emits the progress message for resources skipped on SKIP_NOT_EXIST

MetadataCollection and Indexer retry on network errors

16 Feb 16:23
Compare
Choose a tag to compare

Until now any network error just interrupted the ingestion. Now network errors are treated in (almost) the same way as conflict - a retry up to a given limit per resource is being made.

Redmine class added

15 Feb 13:19
Compare
Choose a tag to compare
3.5.0

Redmine::updateIssue(): return the id of the actually updated redmine…

Tuning

30 Jan 12:58
Compare
Choose a tag to compare

acdhOeaw\arche\lib\ingest\Indexer::pathToUtf8(): assume UTF-8 on linux systems