summaryrefslogtreecommitdiff
path: root/internal/config/config.go
Commit message (Expand)AuthorAgeFilesLines
* Respect log-level configuration againNick Thomas2021-09-231-0/+2
* refactor: move away from ioutil (deprecated)feistel2021-08-191-3/+2
* refactor: change httpclient to return an errorfeistel2021-08-131-4/+5
* refactor: update usage of NewHTTPClient to NewHTTPClientWithOptsfeistel2021-08-111-1/+6
* Fix formatting via make fmtStan Hu2021-07-261-1/+0
* Prometheus metrics for HTTP requestsIgor Drozdov2021-07-211-1/+9
* remove tracing.NewRoundTripper from internal/Config, now that NewHTTPClient a...Igor Wiedler2021-07-201-10/+4
* Provide liveness and readiness probesIgor Drozdov2021-07-191-1/+5
* Shutdown sshd gracefullyIgor Drozdov2021-07-151-0/+7
* Merge branch 'change_log_format' into 'main'Patrick Bajao2021-07-131-1/+1
|\
| * changed filename extension to .log as json can operate on .log filelistout2021-05-261-1/+1
| * changed the format of log file to json from textlistout2021-05-241-2/+2
* | Fix opentracing setup for gitlab-sshdNick Thomas2021-05-171-2/+9
|/
* gitlab-sshd: Respect the ssl_cert_dir config516-handle-ssl-cert-dir-correctlyNick Thomas2021-04-301-0/+10
* gitlab-sshd: Support the PROXY protocolNick Thomas2021-04-121-0/+1
* Fix thread-safety issues in gitlab-shell518-fix-thread-safetyNick Thomas2021-04-091-22/+22
* Add monitoring endpoint to sshdBen Kochie2021-02-161-0/+2
* Refactor Config defaultsBen Kochie2021-02-161-50/+33
* RFC: Simple built-in SSH serverLorenz Brun2021-01-181-44/+94
* Make it possible to propagate correlation ID across processesStan Hu2020-09-201-1/+1
* Fix gitlab-shell not handling relative URLs over UNIX socketssh-fix-unix-relative-url-accessStan Hu2020-08-201-10/+12
* Support new ssl_cert_dir config settingAsh McKenzie2020-07-011-0/+1
* Move gitlabnet client to client packagejc-refactor-gitlabnet-clientJohn Cai2020-05-041-1/+19
* Move go code up one levelNick Thomas2019-10-181-0/+123