##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r92:24ffe44a
release: Finish preparation for 4.4.2
0
r91:20caeffa
release: updated pip2nix output for 4.4.2
0
r90:296127f6
release: Start preparation for 4.4.2
0
r89:980afc58
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
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
r81:90c96324
Added tag v4.4.1 for changeset cbb9f1d329ae
0
r80:cbb9f1d3
release: Finish preparation for 4.4.1
0
r79:f25ade60
release: updated pip2nix output for 4.4.1
0
r78:9fe0825a
release: Start preparation for 4.4.1
0
r77:65aca5f2
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
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
load next
< 1 .. 61 62 63 64 65 .. 67 >
showing 20 out of 1333 commits