- Dec 13, 2017
-
-
Marin Jankovski authored
-
- Feb 24, 2017
-
-
Pawel Chojnacki authored
-
- Dec 12, 2016
-
-
Sean McGivern authored
Add a new configuration option, custom_hooks_dir. When this is set, we will look for global custom hooks in: <custom_hooks_dir>/{pre-receive,update,post-receive}.d/* When this is not set, default to <REPO_PATH>/hooks.
-
- Sep 27, 2016
-
-
Paco Guzman authored
Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the git_trace_log_file config key The value of the variable if present must be a writable absolute path. If it’s not the case we log a proper message and not enable tracing to not throw output to the users.
-
- Aug 18, 2016
-
-
Gabriel Mazetto authored
-
- Jun 29, 2016
-
-
Alejandro Rodríguez authored
-
- Feb 09, 2016
-
-
Jacob Vosmaer authored
-
Achilleas Pipinellis authored
[ci skip]
-
- Dec 11, 2015
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
They do not play nice with gitlab-workhorse (or rather Golang net/http DefaultServemux).
-
- Nov 10, 2015
-
-
Kirill Smelkov authored
It is well known that UNIX sockets are faster than TCP over loopback. E.g. on my machine according to lmbench[1] they have ~ 2 times lower latency and ~ 2-3 times more throughput compared to TCP over loopback: *Local* Communication latencies in microseconds - smaller is better --------------------------------------------------------------------- Host OS 2p/0K Pipe AF UDP RPC/ TCP RPC/ TCP ctxsw UNIX UDP TCP conn --------- ------------- ----- ----- ---- ----- ----- ----- ----- ---- teco Linux 4.2.0-1 13.8 29.2 26.8 45.0 47.9 48.5 55.5 45. *Local* Communication bandwidths in MB/s - bigger is better ----------------------------------------------------------------------------- Host OS Pipe AF TCP File Mmap Bcopy Bcopy Mem Mem UNIX reread reread (libc) (hand) read write --------- ------------- ---- ---- ---- ------ ------ ------ ------ ---- ----- teco Linux 4.2.0-1 1084 4353 1493 2329.1 3720.7 1613.8 1109.2 3402 1404. The same ratio usually holds for servers. Also UNIX sockets, since they reside on filesystem, besides being faster with less latency, have one another nice property: access permissions to them are managed the same way access to files is. Because of lower latencies and higher throughput - for performance reasons, and for easier security, it makes sense to interconnect services on one machine via UNIX sockets and talk via TCP only to outside world. All internal services inside GitLab can talk to each other via UNIX socket already and only gitlab-shell was missing support to talk to Unicorn via UNIX socket. Let's teach gitlab-shell to talk via UNIX sockets. [1] http://www.bitmover.com/lmbench/ ~~~~ In this patch we - add URI::HTTPUNIX to handle http+unix:// URI scheme - add Net::HTTPUNIX to handle "connect via unix socket and then talk http" - adjust GitlabNet#http_client_for() accordingly - adjust documentation in config.yml.example The http+unix:// scheme is not reinvented anew: the idea about its structure is quite logical an was already established at least in requests-unixsocket python package: http://fixall.online/theres-no-need-to-reinvent-the-wheelhttpsgithubcommsabramorequests-unixsocketurl/241810/ https://github.com/msabramo/requests-unixsocket
-
- Jun 11, 2015
-
-
Marin Jankovski authored
-
- Feb 21, 2015
-
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- Feb 16, 2015
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Feb 08, 2015
-
-
Jakub Jirutka authored
-
- Sep 16, 2014
-
-
Jacob Vosmaer authored
-
- Sep 12, 2014
-
-
Tao authored
-
- Aug 23, 2014
-
-
Ben Bodenmiller authored
-
- Jun 20, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Mar 21, 2014
-
-
Peter authored
-
- Sep 17, 2013
-
-
Jan Schlüter authored
-
- Jun 13, 2013
-
-
David Southard authored
-
- Jun 07, 2013
-
-
Akinori MUSHA authored
-
- May 18, 2013
- Apr 22, 2013
-
-
mcfedr authored
In the main gitlab config there is a message that this should be the real path, meaning it looks like it can be the symlinked path in this config, experience shows this is not the case.
-
- Apr 10, 2013
-
-
GitLab authored
-
- Mar 29, 2013
-
-
Chris authored
-
- Mar 23, 2013
-
-
Akzhan authored
Now it supports: * self_signed_cert option to allow self-signed certificates over https protocol. * user and password options to pass though http auth.
-
- Feb 05, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Feb 03, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-