Closed
Bug 1303424
Opened 8 years ago
Closed 7 years ago
upgrade to latest version of sqlalchemy and sqlalchemy-migrate
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect, P3)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: asilva)
References
Details
(Whiteboard: [lang=python][ready])
Attachments
(1 file)
Now that we're doing a Docker-based deployment, this should be easy :)
Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: [lang=python][ready]
Reporter | ||
Comment 2•8 years ago
|
||
In https://github.com/mozilla/balrog/pull/233, we discovered some issues with the "unique" constraint disappearing or not getting reported properly. Once this bug is done, we should make sure we re-enable the checks of that constraint (https://github.com/mozilla/balrog/blob/fac5aee1003d7a13810cf2b7fbdd7127921637da/auslib/test/test_db.py#L4052) and make sure we're enforcing it in db.py, too.
Reporter | ||
Comment 3•8 years ago
|
||
Ninad, are you still planning to look at this?
Flags: needinfo?(bhat.ninadmb)
Comment 4•8 years ago
|
||
I am busy with other things right now. Will unassign it for now. Sorry for the late reply.
Assignee: bhat.ninadmb → nobody
Flags: needinfo?(bhat.ninadmb)
Reporter | ||
Updated•7 years ago
|
Mentor: bhearsum
Reporter | ||
Updated•7 years ago
|
Mentor: bhearsum
Reporter | ||
Comment 5•7 years ago
|
||
Some links that might be helpful when doing this:
http://docs.sqlalchemy.org/en/rel_0_9/changelog/migration_09.html
http://docs.sqlalchemy.org/en/rel_1_0/changelog/migration_10.html
http://docs.sqlalchemy.org/en/rel_1_1/changelog/migration_11.html
http://docs.sqlalchemy.org/en/rel_1_1/changelog/migration_11.html
Reporter | ||
Comment 6•7 years ago
|
||
Updating summary - only sqlalchemy and sqlalchemy-migrate are out of date now.
Summary: upgrade to latest version of sqlalchemy and other binary libraries → upgrade to latest version of sqlalchemy and sqlalchemy-migrate
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → allan.tavares
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/e96f058dca6ffd4298d7f4567daedb5a24669563
bug 1303424 - upgrade to latest version of sqlalchemy and sqlalchemy-migrate (#564). r=bhearsum
* SqlAlchemy migrate
* sa migration
* Upgrade SqlAlchemy 0.8.0b2 ---> 0.9.10
* Upgrade SqlAlchemy 0.9.10 ---> 1.0.19
* Upgrade SqlAlchemy 1.0.19 ---> 1.1.18
* Upgrade SqlAlchemy 1.1.18 ---> 1.2.7 (latest)
* Fix SAWarning
* Change MySql connector
* Go back notifications
* rm help comments
* Review
Comment 9•7 years ago
|
||
Deployed to prod today. Thanks for working on this Allan, so great to be completely up to date on our python deps.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 10•7 years ago
|
||
That is great, let me know if you get any issue.
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•