summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-07fix circular imports with predicate configMichael Merickel
fixes #3112
2018-08-04syntaxMichael Merickel
2018-08-04add changelog for #3307Michael Merickel
2018-08-04Merge pull request #3307 from Pylons/alembic-cookiecutter-alchemyMichael Merickel
Add Alembic support from alchemy cookiecutter
2018-08-04Merge pull request #3323 from stevepiercy/masterSteve Piercy
Update __init__.py
2018-08-04Update __init__.pyOdinsGenre
2018-08-04Merge pull request #3318 from mmerickel/pshell-setup-generatorMichael Merickel
enable the setup function in pshell to wrap the command lifecycle
2018-08-01Merge pull request #3321 from mmerickel/travis-pypyMichael Merickel
test on newer pypy/pypy3
2018-08-01test on newer pypy/pypy3Michael Merickel
2018-08-01ignore these tests on pypy, see ↵Chris McDonough
https://github.com/Pylons/pyramid/issues/3237 (#3320)
2018-08-01lolChris McDonough
2018-08-01implement samesite option for AuthTktAuthenticationPolicy and ↵Chris McDonough
CookieCSRFStoragePolicy
2018-07-30add some docs for pshell setup with an example of handling transactionsMichael Merickel
2018-07-29enable the setup function in pshell to wrap the command lifecycleMichael Merickel
2018-07-02Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2018-06-30use correct script name to fix testsSteve Piercy
2018-06-30synch up source code in tests stepSteve Piercy
2018-06-30synch up source code in authorization stepSteve Piercy
2018-06-30synch up linenos with source codeSteve Piercy
2018-06-30Synch up source files for authentication stepSteve Piercy
2018-06-29Synch up src files and update definingviews.rstSteve Piercy
2018-06-29Gardening of definingmodels.rstSteve Piercy
- Synch up emphasize-lines to new script changes - Update output examples
2018-06-29Add flake8Steve Piercy
2018-06-29More synching of src to cc filesSteve Piercy
2018-06-29Resynch src files to cookiecutterSteve Piercy
2018-06-28Merge pull request #3310 from gerwis1998/masterSteve Piercy
Fixes on typos.
2018-06-28Change import to module scopeSteve Piercy
2018-06-29Redoing some changes. My bad ;)Gerard
2018-06-28Typos changedGerard
2018-06-28Modify sections for db script to align with Alembic workflow (WIP)Steve Piercy
- This is not complete. I don't know what I did wrong, but the script does not run.
2018-06-28First stab at updated db scriptSteve Piercy
2018-06-28Add Alembic step and overviewSteve Piercy
2018-06-27Add alembic directory to source in models stepSteve Piercy
2018-06-27switch to engine_from_config to be consistent with run_migrations_offlineSteve Piercy
See https://github.com/Pylons/pyramid-cookiecutter-alchemy/commit/f1ab68543d3e44fc1a5df0aa0355f08578f38b7a
2018-06-26drop alpha status from pyramid requirement in setup.pySteve Piercy
- See https://github.com/Pylons/pyramid-cookiecutter-alchemy/issues/34
2018-06-26rename script to align with cookiecutter defaultSteve Piercy
2018-06-26Merge pull request #3308 from stevepiercy/masterSteve Piercy
add .python-version to gitignore
2018-06-26add .python-version to gitignoreSteve Piercy
2018-06-26Add alembic, correct name of init script in setup.pySteve Piercy
- Adjust linenos in defining models step - Update package version numbers to latest
2018-06-26Add omitted files to basiclayout stepSteve Piercy
2018-06-25Add Alembic and clarify console script in Installation stepSteve Piercy
2018-06-25add missing .gitignoreSteve Piercy
2018-06-25Synch up readmes with cookiecutterSteve Piercy
2018-06-22Add mention of migrations and Alembic in design and glossary.Steve Piercy
2018-06-22Update source files for basiclayout step for Alembic supportSteve Piercy
2018-06-22Update source files for installation step with new alembic supportSteve Piercy
2018-06-20Merge pull request #3304 from stevepiercy/masterSteve Piercy
remove html_use_smartypants
2018-06-20remove html_use_smartypantsSteve Piercy
- for good, now that we specify Sphinx minimum version of 1.7.4
2018-06-15Merge branch 'pr/3303'Michael Merickel
2018-06-15Merge branch 'pr/3302'Michael Merickel