summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2020-01-09Merge branch 'master' into security-docsMichael Merickel
2020-01-09clarify the docsMichael Merickel
2020-01-09fix paradigm to avoid incorrect usagesMichael Merickel
It's almost impossible to create a decorator that works on both methods and functions, but more importantly the original approach was sharing a cache across instances of the policy. It needed to be local to the policy instance, but shared across requests. The new example demonstrates that. The cache is also much more flexible in its usage patterns now.
2020-01-08sync cookiecutter to starter project `myproject`Steve Piercy
2020-01-08link to prMichael Merickel
2020-01-07use _makeContext to reduce importsMichael Merickel
2020-01-07fix punctuation in docs/tutorials/wiki2/authentication.rstMichael Merickel
Co-Authored-By: Steve Piercy <web@stevepiercy.com>
2020-01-07revamp the test suite and explain the fixturesMichael Merickel
2020-01-06update authorization docs with new security policyMichael Merickel
2020-01-06update authentication docs with security policyMichael Merickel
2020-01-06sync views with new structure and add csrf protectionMichael Merickel
2020-01-06sync basiclayout, installation, models with new structureMichael Merickel
2020-01-04clarify that new system is coupledMichael Merickel
2020-01-03Merge branch 'master' into security-docsMichael Merickel
2020-01-03exclude tests package from source packagesMichael Merickel
2020-01-03remove inotifyMichael Merickel
2020-01-03Stupid PyCharm caching of diff will be the death of meSteve Piercy
2020-01-02Update tests.rst to align with removal of 1 unrepeatable testSteve Piercy
2020-01-02Remove unrepeatable test, per ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/3556#issuecomment-570474759
2020-01-02run linkcheck, update broken linksSteve Piercy
2020-01-02Resynch docs with cookiecutter - remove unnecessary `omit` line in .coveragercSteve Piercy
2020-01-02Add missing description for new test in cookiecutter.Steve Piercy
2020-01-02Resync wiki2/*.rst and related files after moving tests directorySteve Piercy
2020-01-02Resync wiki/*.rst and related files after moving tests directorySteve Piercy
2020-01-02Fix broken literalinclude pathsSteve Piercy
2020-01-02Resync quick_tutorial/cookiecutters.rst and related files after moving tests ↵Steve Piercy
directory, including tests package
2020-01-02Resync quick_tutorial/cookiecutters.rst and related files after moving tests ↵Steve Piercy
directory
2020-01-02Resync through project.rst after moving tests directorySteve Piercy
2020-01-02Resync through Quick Tour after moving tests directory, removing tests.py fileSteve Piercy
2020-01-02Resync through Quick Tour after moving tests directorySteve Piercy
2020-01-02Fix heading levelsSteve Piercy
2020-01-02Update reference to tests in testing.rstSteve Piercy
2020-01-02Unwrap paragraph to one line per sentenceSteve Piercy
2020-01-02Update tests src filesSteve Piercy
2020-01-02Update authorization src filesSteve Piercy
2020-01-02Update authentication src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/definingviews.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/definingmodels.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/basiclayout.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki2/installation.rst and related src filesSteve Piercy
2020-01-02Update src files for testsSteve Piercy
2020-01-02Update docs/tutorials/wiki/authorization.rst and related src filesSteve Piercy
2020-01-02Update docs/tutorials/wiki/definingviews.rst and related src files, and ↵Steve Piercy
models src files
2020-01-02Update docs/tutorials/wiki/basiclayout.rst and related filesSteve Piercy
2020-01-02Update docs/tutorials/wiki/installation.rst and related filesSteve Piercy
2020-01-024 tests require 4 dotsSteve Piercy
2020-01-02Update quick_tutorial/cookiecutters.rst and related filesSteve Piercy
2020-01-02Update project.rst and its cookiecutter project filesSteve Piercy
- Update output to reflect current cookiecutter - Fix minor typos - Use new links to PyPA for MANIFEST.in description and usage - Add missing keyword "keywords" to setup.py whirlwind description - Flip order of `install_requires` and `extras_require` to align with order in setup.py - Update line numbers and code references - Add watchman under hupper and rewrite paragraph @mmerickel should review
2020-01-02Update tests.py with 100% coverageSteve Piercy
2020-01-02Use package name instead of relative path for the rendererSteve Piercy