##// END OF EJS Templates
Commit Message Age Author Refs
load previous
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
r601:e1a806ed
vcs: Skip error handling in case of responses from VCSMiddleware.
Martin Bornhold
0
r600:eff669b8
vcs: Add a flag to the environ to skip the error handling for responses from VCSMiddleware
Martin Bornhold
0
r599:0e697286
config: Use settings from pyramid app init for appenlight.
Martin Bornhold
0
r598:30c23e4b
config: Sanitize 'appenlight' and 'gzip_responses' settings.
Martin Bornhold
0
r597:3f693e41
config: Set 'gzip_responses' to false by default.
Martin Bornhold
0
r596:6d5196c2
config: Remove unsused setting 'full_stack' from ini files.
Martin Bornhold
0
load next
< 1 .. 188 189 190 191 192 .. 218 >
showing 20 out of 4357 commits