summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-08update docs on pathspec arg to ICacheBusterMichael Merickel
2015-12-08tweak ManifestCacheBuster to allow overriding parse_manifest without ↵Michael Merickel
touching the file loading logic
2015-12-08pass the raw asset spec into the cache busterMichael Merickel
2015-12-08update the cache busting narrative to use add_cache_busterMichael Merickel
2015-12-08allow disabling the cache busterMichael Merickel
2015-12-07support os.sep on windowsMichael Merickel
2015-12-07sort by length such that longer paths are tested firstMichael Merickel
2015-12-07add a first cut at an add_cache_buster apiMichael Merickel
2015-12-07support getting the file path from a FSAssetSource even if it doesn't existMichael Merickel
2015-12-01initial work on config.add_cache_busterMichael Merickel
2015-11-28Merge pull request #2154 from stevepiercy/masterSteve Piercy
revert optional step for Dash docset in releasing
2015-11-28revert optional step for Dash docsetSteve Piercy
2015-11-25Merge remote-tracking branch 'upstream/master'Steve Piercy
2015-11-25Merge pull request #2152 from mmerickel/fix/drop-py2-docsMichael Merickel
remove py2-docs from tox.ini and reorder so coverage is last
2015-11-25add docs to travis buildsMichael Merickel
2015-11-25remove py2-docs from tox.ini and reorder so coverage is lastMichael Merickel
2015-11-23expose the PickleSerializerMichael Merickel
2015-11-20add optional step to update the Pyramid Dash docsetSteve Piercy
2015-11-20Merge pull request #2147 from stevepiercy/masterSteve Piercy
use intersphinx links to webob objects
2015-11-20Merge pull request #2146 from stevepiercy/masterSteve Piercy
spell out "specification" so that sphinx will not emit a warning for …
2015-11-20use intersphinx links to webob objectsSteve Piercy
2015-11-20spell out "specification" so that sphinx will not emit a warning for not ↵Steve Piercy
being able to find "asset spec"
2015-11-15update docs to use asset specs with ManifestCacheBusterMichael Merickel
2015-11-15support asset specs in ManifestCacheBusterMichael Merickel
2015-11-15update changelogMichael Merickel
2015-11-15Merge pull request #2137 from mmerickel/fix/pserve-windows-reloadMichael Merickel
add .exe to the script being invoked if missing on windows
2015-11-15add .exe to the script being invoked if missing on windowsMichael Merickel
fixes #2126
2015-11-15Merge pull request #2133 from stevepiercy/masterSteve Piercy
minor grammar, .rst syntax fixes, rewrap 79 cols
2015-11-15minor grammar, .rst syntax fixes, rewrap 79 colsSteve Piercy
2015-11-14Merge pull request #2128 from stevepiercy/masterSteve Piercy
minor grammar, .rst syntax fixes, rewrap 79 columns
2015-11-14Merge remote-tracking branch 'upstream/master'Steve Piercy
2015-11-13minor grammar, .rst syntax, rewrap 79 colsSteve Piercy
2015-11-13daemon option may not be set on windowsMichael Merickel
2015-11-13add changelog for #2044Michael Merickel
2015-11-13Merge pull request #2044 from Pylons/pserve_reload_syntaxerror_handlerMichael Merickel
pserve: track files with SyntaxError and skip reload
2015-11-13Merge pull request #2049 from Pylons/fix/pserve-reload-verbosityMichael Merickel
avoid spamming by outputting state only once when a file changes
2015-11-13print out every file that has a syntax errorMichael Merickel
2015-11-12fix bug in docstringMichael Merickel
2015-11-12Merge pull request #2117 from Pylons/feature/int_conversion_checkMichael Merickel
Supersedes: #2050 int conversion checks
2015-11-12Merge branch 'master' into feature/int_conversion_checkBert JW Regeer
2015-11-12Merge pull request #2120 from mmerickel/fix/pserve-deprecation-messagesBert JW Regeer
improve pserve deprecation messages
2015-11-12update changelog for #2120Michael Merickel
2015-11-12Merge pull request #2119 from mmerickel/fix/prevent-reload-daemonBert JW Regeer
abort when using reload with daemon
2015-11-12Add AuthTkt test to test ticket timeoutsBert JW Regeer
Previous tests did not actually test the code, other than by chance, which meant future changes could regress, which is bad.
2015-11-12add changelog for #2119Michael Merickel
2015-11-12abort when using reload with daemonMichael Merickel
2015-11-12Merge pull request #2118 from mmerickel/fix/pserve-monitor-daemonBert JW Regeer
fix usage of --monitor-restart with --daemon Closes #1216
2015-11-12improve pserve deprecation messagesMichael Merickel
2015-11-12add changelog entry for #2118Michael Merickel
2015-11-12fix usage of --monitor-restart with --daemonMichael Merickel
Fixes #1216