Releases: acdh-oeaw/arche-lib-ingest
Releases · acdh-oeaw/arche-lib-ingest
Bugfixes
Bugfixes
Indexer enhancements
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 newIndexer::ERRMODE_CONTINUE
error mode allowing to continue the ingestion no matter errors.
Indexer: prolong transaction if listing files takes too long
3.3.6 Indexer::listFiles(): prolong repository transaction while listing fi…
Bump uri-normalizer to v2
3.3.5 Adjust to uri-normalizer v2
SkosVocabulary class tuning
acdhOeaw\arche\lib\ingest\SkosVocabulary::assureTitles()
- if everything fails, create a title from URI.
SkosVocabulary class added
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
3.2.3 composer.json: allow arche-lib 5
MetadataCollection::import - handle NotFound exceptions just like Conflict ones
3.2.2 MetadataCollection::import(): threat NotFound exceptions just like Co…
MetadataCollection - make error reporting a little more verbose
3.2.1 MetadataCollection::import(): make error reporting a little more verbose