##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r621:8c453fcd
vcs: implement id for svn commit and EmptyCommit fixes #4136
0
r620:ea19daa6
assets: use pyramid redirect instead of pylons for favion.ico route
dan
0
r619:2097f436
pyramid: add config to make_pyramid_app for inspection afterwards
dan
0
r618:fadf8638
docs: update api docs
dan
0
r617:0bbd3a1b
api: make jsonrpc registry ordered so doc generation can be ordered
dan
0
r616:7dbee69d
api: fix spelling of deprecated
dan
0
r615:b0c3f676
configs: updated configuration files based on latest CE and EE changes
0
r614:cbe55781
vcs: Use a thread scoped cache invalidation context to cache repository objects. Without this change the cache is on a process scope. If running with multiple threads this leads to sharing the cached object between threads. This will cause exceptions if multiple threads are trying to access the same curl object. Even worse it allows multiple threads to operate on the same repository object concurrently.
Martin Bornhold
0
r613:af6adc7d
caches: Add an argument to make the cache context thread scoped.
Martin Bornhold
0
r612:47f28cf8
tests: Adapt tests to recent changes.
Martin Bornhold
0
r611:b6047654
tests: Add custom header to expected headers
Martin Bornhold
0
r610:57108c6d
vcs: Remove 'rhodecode.vcs.skip_error_handling' flag from environ.
Martin Bornhold
0
r609:24f4767a
vcs: Use response header to decide if error handling is needed.
Martin Bornhold
0
r608:74424d4b
vcs: Add custom response header 'X-RhodeCode-Backend' to indicate VCS responses and which backend is in use.
Martin Bornhold
0
r607:39cc67cc
config: Rename method to clarify what it does.
Martin Bornhold
0
r606:277d7136
tests: Add some test cases for unicode and list separation.
Martin Bornhold
0
r605:fd4008f7
config: Encode unicode strings before passing it to pyramids asbool function.
Martin Bornhold
0
r604:d8ead9a9
config: Use rhodecode aslist if commas included in list settings otherwise pyramids aslist.
Martin Bornhold
0
r603:4f5ebd99
tests: Use settings dict from fixture instead of grabbing it from the WSGI app stack.
Martin Bornhold
0
r602:3bdca272
tests: Add a fixture to get the settings dict.
Martin Bornhold
0
load next
< 1 .. 235 236 237 238 239 .. 268 >
showing 20 out of 5342 commits