Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ext: versioning initialization fix + release v1.0.0b2 #53

Merged
merged 2 commits into from
Sep 2, 2016

Conversation

lnielsen
Copy link
Member

@lnielsen lnielsen commented Sep 2, 2016

No description provided.

* Fixes issue where module loading order would prevent versioned
  database models from being created, due to the versioning being
  configured after the SQLAlchemy ORM Mapper already had loaded all
  models and thus did not sent the after_configured signal which
  SQLAlchemy-Continuum used to create the versioned database models.

Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
@lnielsen lnielsen changed the title Initfix ext: versioning initialization fix + release v1.0.0b2 Sep 2, 2016
@lnielsen lnielsen merged commit 8db902c into inveniosoftware:master Sep 2, 2016
@jirikuncar
Copy link
Member

Can you please provide a test case? There is nothing which prevents anyone to remove the code during refactoring. Thanks!

@lnielsen
Copy link
Member Author

lnielsen commented Sep 5, 2016

#55 - this bug was blocking a release hence the urgency to get it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants