| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python3-flask-migrate: Upgrade 2.5.3 -> 2.6.0 | Leon Anavi | 2021-02-05 | 1 | -16/+0 |
| | | | | | | | | | | | | | | | Upgrade to release 2.6.0: - Removed deprecated --head-only option - Initialize logger with a name - Move import to the top in env.py file to avoid linter warnings - Add a note to the documentation regarding logging - Move builds to GitHub actions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
| * | python3-flask-migrate: Upgrade 2.5.2 -> 2.5.3 | Leon Anavi | 2020-08-31 | 1 | -0/+16 |
| Upgrade to release 2.5.3: - Allow Path objects to be used as directory parameter - Use same database URLs as Flask-SQLAlchemy - Document how to set up with init_app method - Document how to include a message in initial migrate - Remove checks for alembic 0.7.0. Flask-Migrate requires alembic >= 0.7 in its setup.py file, which makes all the checks for this version obsolete. - Use sys.executable in tests, also re-order imports - Cosmetic improvements to help messages Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||||
