1
I Use This!
Activity Not Available

News

Analyzed about 2 months ago. based on code collected 3 months ago.
Posted over 10 years ago by Grzegorz Śliwiński
I've just released version 0.4 of my pyramid extension, pyramid_fullauth. It's goal is to allow to add authentication abilities - both password- and social-based authentication - to pyramid based apps by the means of configuration mostly. This ... [More] version comes with limited python3 compatibility, and two bugfixes. Read more… (1 min remaining to read) [Less]
Posted over 10 years ago by Grzegorz Śliwiński
I've just released version 0.4 of my pyramid extension, pyramid_fullauth. It's goal is to allow to add authentication abilities - both password- and social-based authentication - to pyramid based apps by the means of configuration mostly. This version comes with limited python3 compatibility, and two bugfixes. Read more… (1 min remaining to read)
Posted almost 11 years ago by Grzegorz Śliwiński
Recently I've read quite interesting chapter of a Scalability Rules book. Well... chapter alone wasn't that interesting, but one thing struck me and seemed quite important. That is How do we redirect user while having Post-Redirect-Get flow on an asset he can create, edit. Read more… (1 min remaining to read)
Posted almost 11 years ago by Grzegorz Śliwiński
Recently I've read quite interesting chapter of a Scalability Rules book. Well... chapter alone wasn't that interesting, but one thing struck me and seemed quite important. That is How do we redirect user while having Post-Redirect-Get flow on an asset he can create, edit. Read more… (1 min remaining to read)
Posted about 11 years ago by Grzegorz Śliwiński
After over a month of work I've finally released version 0.3.0 of pyramid_fullauth! This release changes are mostly to testing the package, as with it, it finally reached 100% code coverage, but along I also introduced automatic style checking with ... [More] pep8, pylint, pep257 and mccabe linter, so in-code changes were big enough, that I had to release it as a new minor version. Read more… (1 min remaining to read) [Less]
Posted about 11 years ago
After over a month of work I've finally released version 0.3.0 of pyramid_fullauth! This release changes are mostly to testing the package, as with it, it finally reached 100% code coverage, but along I also introduced automatic style checking with ... [More] pep8, pylint, pep257 and mccabe linter, so in-code changes were big enough, that I had to release it as a new minor version. Read more… [Less]
Posted about 11 years ago
Some time ago, I decided to refactor pyramid_fullauth tests from mostly unittest style (though run by py.test) to same factor function style tests and base them on pytest_pyramid package, when it comes to test webapp. Everhything went smoothly, until I stumbled upon SQLAlchemy session in tests. Read more…
Posted about 11 years ago by Grzegorz Śliwiński
Some time ago, I decided to refactor pyramid_fullauth tests from mostly unittest style (though run by py.test) to same factor function style tests and base them on pytest_pyramid package, when it comes to test webapp. Everhything went smoothly, until I stumbled upon SQLAlchemy session in tests. Read more… (2 min remaining to read)
Posted over 11 years ago
It took over a four months, but finally got new version of pyramid_fullauth cooked, with three fixes. One relaxic dependency on tzf.pyramid_yml, second adjusts package to pyramid 1.5a3, and third fixes relation definition between AuthenticationProvider and User classes. Read more…
Posted over 11 years ago by Grzegorz Śliwiński
It took over a four months, but finally got new version of pyramid_fullauth cooked, with three fixes. One relaxing dependency on tzf.pyramid_yml, second adjusts package to pyramid 1.5a3, and third fixes relation definition between AuthenticationProvider and User classes. Read more… (1 min remaining to read)