Skip to content

Releases: acdh-oeaw/arche-lib-ingest

Bugfixes

30 Jan 12:09
Compare
Choose a tag to compare

acdhOeaw\arche\lib\ingest\Indexer::index(): assure id prefix ends with a slash for flat-structured imports.

Bugfixes

30 Jan 10:25
Compare
Choose a tag to compare

The way acdhOeaw\arche\lib\ingestIndexer::creatFile() generetes an id fixed for the flat structure ingestions (now the ids are also generated "flat" by combining just the id prefix and the filename).

Indexer enhancements

12 Dec 11:09
Compare
Choose a tag to compare
  • acdhOeaw\arche\lib\ingest\Indexer allows to combine multiple skip modes (SKIP_NOT_EXIST | SKIP_BINARY_EXIST can be useful)
  • acdhOeaw\arche\lib\ingest\Indexer::import() supports new Indexer::ERRMODE_CONTINUE error mode allowing to continue the ingestion no matter errors.

Indexer: prolong transaction if listing files takes too long

01 Dec 12:01
Compare
Choose a tag to compare
3.3.6

Indexer::listFiles(): prolong repository transaction while listing fi…

Bump uri-normalizer to v2

29 Sep 10:41
Compare
Choose a tag to compare
3.3.5

Adjust to uri-normalizer v2

SkosVocabulary class tuning

18 Aug 15:58
Compare
Choose a tag to compare

acdhOeaw\arche\lib\ingest\SkosVocabulary::assureTitles() - if everything fails, create a title from URI.

SkosVocabulary class added

17 Aug 15:51
Compare
Choose a tag to compare

A new class (acdhOeaw\arche\lib\ingest\SkosVocabulary) for SKOS vocabularies ingestion added.

It's a specialization of acdhOeaw\arche\lib\ingest\MetadataCollection class with:

  • Additional configurable preprocessing steps added.
  • Vocabulary binary ingestion.
  • Removal of obsolete vocabulary resources from the repository.

Allow arche-lib 5

28 Jul 07:46
Compare
Choose a tag to compare
3.2.3

composer.json: allow arche-lib 5

MetadataCollection::import - handle NotFound exceptions just like Conflict ones

11 May 17:49
Compare
Choose a tag to compare
3.2.2

MetadataCollection::import(): threat NotFound exceptions just like Co…

MetadataCollection - make error reporting a little more verbose

11 May 07:26
Compare
Choose a tag to compare
3.2.1

MetadataCollection::import(): make error reporting a little more verbose