Skip to content

Releases: oarepo/oarepo-model-builder

4.0.22: Merge pull request #196 from oarepo/edtf_import

03 Jul 12:50
2729524
Compare
Choose a tag to compare

generate=False with field set is behaving correctly

03 Jul 09:36
44f0e5f
Compare
Choose a tag to compare
4.0.21

generate=False with field set is behaving correctly (#195)

ext refactor

27 Jun 07:25
a529624
Compare
Choose a tag to compare
  • one extension class with multiple resources and services is used in flask app instead of multiple extensions
  • allows reusing services and resources in composing other services and resources

facet class refactor

15 Jun 13:42
2f73692
Compare
Choose a tag to compare
Merge pull request #193 from oarepo/validators_fix

facet class refactor

validators fix

15 Jun 13:31
4bb649a
Compare
Choose a tag to compare
Merge pull request #192 from oarepo/validators_fix

validators fix

changes for plugins

12 Jun 13:48
fff212c
Compare
Choose a tag to compare
  • record metadata versioning optional
  • remapping inherited components to superclasses in dependencies
  • using trimmedstring in oai validation

Replaced ma_fields with ma.fields

12 Jun 07:42
795dea7
Compare
Choose a tag to compare
Ma fields replaced dot (#190)

* replaced ma_fields with ma.fields

* version bump

Unifying alembic location

05 Jun 13:14
fcb8601
Compare
Choose a tag to compare
4.0.15

Unifying alembic location (#189)

Pre-processed model is saved to model file with filename `<profile>.json`

05 Jun 11:54
701953a
Compare
Choose a tag to compare

Moved plugins to top-level, added profiles

04 Jun 20:25
9234394
Compare
Choose a tag to compare
Moved plugins to top-level, added profiles (#186)

* Using runtime schema instead of invenio one

* Moved plugins to the root of model file as they are global, not record specific