##// END OF EJS Templates
Commit Message Age Author Refs
load previous
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
r76:0cb8cb70
tags: use get_peeled to get the peeled tag sha commit instead of _peeled_refs which doesn't include them all the time.
dan
0
r75:1a2aabd0
Nix: Don't depend on subversion.patches being present
0
r74:96540e0a
Nix: Patch subversion on Darwin Things fail when running "import svn.client" due to a missing symbol.
0
r73:dab86b02
Nix: Allow to build against current unstable For Subversion we have to start using the attribute "dev" for the include path. 16.09 supports this as well and for 16.03 a fallback with a TODO note is included.
0
r72:e84adf60
packaging: Subversion 1.8 -> 1.9 Using now the current version out of nixpkgs.
0
r71:fd6648f2
nix: bumped internal release number
0
r70:c8b079f4
release: Bump version 4.4.0 to 4.5.0
0
r69:fc26e407
release: merge back stable branch into default
merge default
0
load next
< 1 .. 31 32 33 34 35 36 37 >
showing 20 out of 739 commits