PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Tuesday the 12th of March, 2019

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[11:40:42] <cooperlees> Windows is always good fun ...
[14:32:04] <woodruffw> hey EWDurbin: is there an alembic.ini somewhere in the warehouse repo? i'm trying to update the DB migration for that MFA PR, but i can't find the config to point alembic at
[14:33:20] <EWDurbin> woodruffw: you can use the warehouse CLI for that, it manages configuring alembic/db https://warehouse.readthedocs.io/development/database-migrations/
[14:33:46] <woodruffw> ah, let me try that. thanks!
[14:38:18] <woodruffw> yep, that worked. i was running into an earlier issue with that, but it was PEBKAC: i had forgotten to upgrade the DB after rebasing onto master
[19:05:22] <sumanah> !logs
[19:05:22] <pmxbot> http://kafka.dcpython.org/channel/pypa-dev
[19:06:25] <sumanah> woodruffw: *wave* I see you've made progress in your developer environment :-) everything else ok?
[19:08:42] <woodruffw> sumanah: yup! i have a local instance of warehouse running, and i've rebased that initial 2FA PR onto master. i'm currently working on the logic to create a TOTP secret/expose a provisioning url
[19:09:11] <sumanah> woodruffw: Was the process of setup mostly smooth? Always looking for stuff to improve
[19:09:19] <woodruffw> this is my first time working with a pyramid codebase, so i might have some questions about how forms get routed in a bit :)
[19:09:46] <woodruffw> smooth for the most part, yeah. i had some minor issues with alembic, but EWDurbin helped me out there
[19:11:05] <sumanah> :-)