Skip to content

Releases: oarepo/oarepo-model-builder

Handling imports in extended schemas

17 Jul 11:53
db07dfc
Compare
Choose a tag to compare
Extends marshmallow (#203)

* Better handling of extended models - special handling for marshmallow and ui/marshmallow to simplify the extended model

* Handling imports in extended schemas

Better handling of extended models - special handling for marshmallow

17 Jul 11:28
b65baa7
Compare
Choose a tag to compare
4.0.28

Better handling of extended models - special handling for marshmallow…

vars property

17 Jul 09:05
cc9c9ff
Compare
Choose a tag to compare

refactor needed to not duplicate code in requests

Removed >= operation in runtime and dev dependencies

14 Jul 08:32
db0d9c5
Compare
Choose a tag to compare
4.0.26

Removed >= operation in runtime and dev dependencies (#200)

Marshmallow graph fix - dependency on self package

13 Jul 07:06
56da4d1
Compare
Choose a tag to compare

Fixing issue manifested in oarepo-model-builder-nr - dependency on self package

Various fixes

10 Jul 14:09
4d6b35c
Compare
Choose a tag to compare
  • generate=False with field set is behaving correctly
  • Better error messages in model validation
  • Fixing NPE for elements with read & write=False
  • Allowing sample data to be an array of values in validation (was already accepted in later processing)
  • When loading extended model, passing all the options from settings model section

4.0.23: Merge pull request #197 from oarepo/marshmallow_required

10 Jul 10:12
dfba81e
Compare
Choose a tag to compare

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