##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r1021:d36782c6
svn-support: Fix tests for subversion support. Pass authentication realm to render function instead of retrieving it inside.
Martin Bornhold
0
r1020:b4758185
events: Add comments to the subcriber classes.
Martin Bornhold
0
r1019:1a069e4a
events: Move subscriber classes from svn_support to rhodecode.subscribers. These classes are generic and can be used by other components as well. Thereofore they should not live inside of the svn_support package.
Martin Bornhold
0
r1018:003babb4
svn-support: Remove commented code.
Martin Bornhold
0
r1017:9910c00d
svn-support: Use a queue and worker thread to serialize execution of event subscriber.
Martin Bornhold
0
r1016:e68768e9
svn-support: Use shlex to split the reload command for subprocess usage.
Martin Bornhold
0
r1015:c9bcf161
svn-support: Make the reload command timeout configurable via ini file. Duration of the reload command may heavily vary between different commands, setups, etc. Therefore we should make the timeout configurable. This way customers can adapt it to their needs.
Martin Bornhold
0
r1014:86a8d5c9
svn-support: Add js on click handler to trigger Apache config genreation. Th on click handler sends a POST to trigger the config file generation. On succes it displays a notification to the user.
Martin Bornhold
0
r1013:499b9d52
svn-support: Add a button to vcs-svn settings template to generate Apache config.
Martin Bornhold
0
r1012:af6bf7a6
svn-support: Add a view to trigger the (re)generation of Apache mod_dav_svn configuration file. The configuration is automatically generated if a repository group is changed. This is problematic in a case where no repository groups are used (yet). Therfore an option is needed to start the geneartion manually.
Martin Bornhold
0
r1011:0a4f6193
svn-support: Add subscriber to execute the svn.proxy.reload_cmd on config changes. #4271
Martin Bornhold
0
r1010:dd5a407a
svn-support: Add event to singnal apache mod dav svn configuration changes.
Martin Bornhold
0
r1009:805136cb
svn-support: Add reload command option (svn.proxy.reload_cmd) to ini files.
Martin Bornhold
0
r1008:ed3214a7
packaging: Fix versions of Chameleon(==2.24) and urllib3(==1.16).
Martin Bornhold
0
r1007:e9c22488
subprocess: Change all imports from `subprocess` -> `subprocess32`
Martin Bornhold
0
r1006:4d64868f
nix: Add subprocess32 to build inputs. From the python 2 docs: POSIX users (Linux, BSD, etc.) are strongly encouraged to install and use the much more recent subprocess32 module instead of the version included with python 2.7. It is a drop in replacement with better behavior in many situations.
Martin Bornhold
0
r1005:8241bd32
svn-support: Add config setting to set the svn proxy (apache) reload command.
Martin Bornhold
0
r1004:4b450a75
svn-support: Use settings functions from rhodecode config.
Martin Bornhold
0
r1003:7a52996d
config: Add argument to convert settings to lowercase or not. Most settings should be converted to lowercase during app init. But at least file system paths should not lower cased. Threfore we need a switch to control it.
Martin Bornhold
0
r1002:b82fa46d
vcs: make the not initialiazed exception more meaningfull.
0
load next
< 1 .. 215 216 217 218 219 .. 268 >
showing 20 out of 5342 commits