##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r961:85c844b7
http: Remove default arguments from prepare callback function.
Martin Bornhold
0
r960:ebfb39d8
vcs: Raise exception if unknown protocol specified for vcs server protocol.
Martin Bornhold
0
r959:b3b912d4
http: Remove 'pyro4' default values from function arguemnts in vcs init. #4237
Martin Bornhold
0
r958:d2115b36
http: Use http as default setting when sanitize config values. Part of #4237
Martin Bornhold
0
r957:e87951a3
vcs: Set default settings to HTTP in ini files. Part of #4237
Martin Bornhold
0
r956:f726bb30
tests: add test for pull request with multiple commits and reflect peppercorn usage in other pull request tests
dan
0
r955:e88e739c
pullrequests: added peppercorn sequence start/end markers to commit range list to fix bug where pull requests with multiple commits were submitting only one commit
dan
0
r954:0aa8a71a
dev-env: Remove flake8 target from makefile. We previously removed flake8 from our development environment. This is a follow up which removes it also from the makefile.
Martin Bornhold
0
r953:228787c1
global settings: add a new template for flash filtering
0
r952:039d714b
helpers: flash messages can now carry additional information in json format
0
r951:8ff080b9
vcs: Do not pass the backend key into the scm app instances. We used the key as a value for a response header. Since this header is removed there is no need to pass the backend key araound.
Martin Bornhold
0
r950:21c331ba
vcs: Remove custom response header which contains backend key. We used this custom header to skip the error handling. This is no linger needed since the VCS middleware is moved above of the error handling.
Martin Bornhold
0
r949:706ee3c3
error-handling: Remove if condition to check if the response is a vcs response. We moved the VCS middleware out of the error handling. Therefore we don't need to skip the error handling anymore.
Martin Bornhold
0
r948:8c23f9c3
wsgi-stack: Move the vcs middleware out of the error handling. Currently we are bypassing the error handling in case of responses from the vcs middleware with a custom response header. By moving it out of the error handling we don't need the custom header anymore.
Martin Bornhold
0
r947:eb8b2333
tests: Add a way to deactivate exception re-raising in tests.
Martin Bornhold
0
r946:cc879238
wsgi-stack: Add a more meaningful comment why we insert the error middleware.
Martin Bornhold
0
r945:c9704d4f
wsgi-stack: Use the pylons error handling middleware.
Martin Bornhold
0
r944:7f7e85a7
wsgi-stack: Refactor the error handling view into a middleware class.
Martin Bornhold
0
r943:080dc803
configs: updated default configs based on latest changes in control config templates
0
r942:cde81eb1
default-reviewers: add reason when manually adding reviewers after creating a PR. Fixes #4250
0
load next
< 1 .. 218 219 220 221 222 .. 268 >
showing 20 out of 5342 commits