##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r106:d14c31eb
remote-clone: obfuscate also given query string paramas that RhodeCode uses. Fixes #4668
0
r105:859d7a10
remote-clones: make sure we always use obfuscated url inside logs. This prevents leaking some secrets into logging data. Fixes #4668
0
r104:76a3f0e8
svn-backend: add handling of rename file as changes. Fixes #4258
0
r103:230198b7
git-version: strip the info returned from subcall to remove newline character.
0
r102:da6339df
http: added service backend for testing communication, and extracting vcsserver version via remote calls.
0
r101:62999e0d
backends: implemented functions for fetching backend versions via remote calls. Ref: #4276
0
r100:2582dee7
subrepo: Apply mercurial sub repository patch.
Martin Bornhold
0
r99:e1008af8
subrepo: Turn off interactive mode when merging mercurial repo. If there is a merge conflict in the sub repositories mercurial will prompt the used to decide which version to use.
Martin Bornhold
0
r98:2fa39df6
subrepo: Add custom exception to indicate subrepo merge conflict.
Martin Bornhold
0
r97:e424cba7
subrepo: Add patch to turn off mercurial subrepo handling.
Martin Bornhold
0
r96:5682a2ff
requirements: added ipdb (0.10.1) support.
0
r95:54363a6a
nix: Move shell hook from default.nix -> shell.nix and set custom shell prompt.
Martin Bornhold
0
r94:222e02c3
release: merge back stable branch into default
merge default
0
r88:34ed18c2
nix: Use --set instead of --prefix for setting the PATH / PYTHONPATH Using --set will not append the system PATH / PYTHONPATH to the environment variable during wraping of executables. This will "lock-out" programs and python modules from the system and only allow the ones which are set during wrapping. This means e.g. of git we make only our custom git available and if thats missing we get an error instead of silently using the system git (if installed)
Martin Bornhold
0
r87:ea99aabb
nix: Add PATH of vcsserver derivation to wrapping of other executables. The other executables like pserve or gunicorn need the same path as the vcsserver command uses. Otherwise they e.g. find different versions of git. System git versus custom git in nix-store.
Martin Bornhold
0
r86:f81f2554
nix: Removed comment hack to fix syntax highlighting. Previously the syntax higlighting of nix-mode in emacs/spacemacs had a bug which leads to wrong highlighting in case of '/*' in multi line strings. This bug is fixed and this hack therefore no longer required.
Martin Bornhold
0
r85:a0c3f57b
http: Add error handling for the repo-locked exception. Part of #4237 Previously the repo locekd exception was raised on return of the call to the hooks daemon and propagates all the way up to the WSGI server (e.g. waitress). In case of locked repos we want to return a custom response which contains an explanation for the user that the repo is locked and who has locked it.
Martin Bornhold
0
r84:5635f4b8
config: synced changes with latest template changes in control. - moved server:main section into beginning of the file to reflect the same structure as enterprise is using. - synced example gunicorn config to use vcsserver.ini
0
r83:25a177ac
nix: Add pytest-sugar to our development environment.
Martin Bornhold
0
r82:409ee6b8
release: merge back stable branch into default
merge default
0
load next
< 1 .. 36 37 38 39 40 41 42 >
showing 20 out of 827 commits