summaryrefslogtreecommitdiff
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* Add context fields to loggingid-context-fieldsIgor Drozdov2021-09-155-12/+12
* Extract server config related code out of sshd.goIgor Drozdov2021-09-154-73/+217
* Unit test exit-codes for sshd/session.goid-session-test-2Igor Drozdov2021-09-151-0/+145
* Unit test sshd.handleEnv functionIgor Drozdov2021-09-151-0/+44
* Add TestInvalidClientConfig and TestNewServerWithoutHosts for sshd.goid-sshd-testsIgor Drozdov2021-09-151-0/+16
* Merge branch 'main' into refactor/cmdNick Thomas2021-09-141-1/+1
|\
| * Fix a flaky testNick Thomas2021-09-141-1/+1
* | refactor: fix style issuesfeistel2021-09-081-4/+4
* | refactor: rearchitect command and executable Go modulesfeistel2021-09-087-474/+5
|/
* Merge branch 'remove/generic-args' into 'main'Nick Thomas2021-09-087-35/+37
|\
| * refactor: add acceptargs field to executablefeistel2021-09-085-16/+20
| * refactor: improve unknown executable error messagefeistel2021-09-081-1/+2
| * refactor: remove commandargs.GenericArgsfeistel2021-08-113-21/+18
* | refactor: move away from ioutil (deprecated)feistel2021-08-1917-47/+45
* | refactor: change httpclient to return an errorfeistel2021-08-133-7/+12
* | refactor: update usage of NewHTTPClient to NewHTTPClientWithOptsfeistel2021-08-111-1/+6
|/
* Merge branch '499-use-labkit-logging-initialize' into 'main'Patrick Bajao2021-08-042-33/+63
|\
| * Switch to labkit for logging system setupNick Thomas2021-08-042-33/+63
* | Merge branch 'security-300265' into 'main'Patrick Bajao2021-08-042-4/+9
|\ \ | |/ |/|
| * Modify regex to prevent partial matchesRobert May2021-06-292-4/+9
* | Remove some unreliable testsNick Thomas2021-07-304-71/+76
* | Sshd: Log same correlation_id on auth keysIgor Drozdov2021-07-273-54/+152
* | Merge branch 'sh-update-go-proxyproto' into 'main'Nick Thomas2021-07-271-1/+5
|\ \
| * | Set a 90-second timeout on proxy headersStan Hu2021-07-261-9/+12
* | | Fix formatting via make fmtStan Hu2021-07-266-18/+16
|/ /
* | Merge branch 'id-switch-logging-to-labkit' into 'main'Patrick Bajao2021-07-234-21/+23
|\ \
| * | Switch to labkit/log for logging functionalityIgor Drozdov2021-07-224-21/+23
* | | Unit tests for internal/sshd/connection.goNick Thomas2021-07-221-5/+73
|/ /
* | Prometheus metrics for HTTP requestsIgor Drozdov2021-07-214-40/+101
* | remove tracing.NewRoundTripper from internal/Config, now that NewHTTPClient a...Igor Wiedler2021-07-201-10/+4
* | Provide liveness and readiness probesIgor Drozdov2021-07-193-15/+114
* | Shutdown sshd gracefullyIgor Drozdov2021-07-153-22/+132
* | Merge branch 'id-refactor-test-helper' into 'main'Nick Thomas2021-07-142-32/+11
|\ \
| * | Refactor testhelper.PrepareTestRootDir using t.CleanupIgor Drozdov2021-07-142-32/+11
| |/
* | 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 the Geo SSH push proxy hangingValery Sizov2021-07-014-6/+74
| |/ |/|
* | Adding a UTC converter and testGary Holtz2021-06-182-1/+38
* | fix: upgrade of the gitaly dependencyPavlo Strokov2021-06-027-12/+12
* | Unit test wrong channel typeIgor Drozdov2021-06-011-4/+34
* | Merge branch '501-fix-opentracing-init' into 'main'Igor Drozdov2021-05-249-87/+105
|\ \ | |/ |/|
| * Fix opentracing setup for gitlab-sshdNick Thomas2021-05-179-87/+105
* | Add a simple acceptance test for git-receive-packSean McGivern2021-05-201-3/+3
* | Add acceptance test for git-lfs-authenticateSean McGivern2021-05-171-0/+22
|/
* Merge branch '501-gitaly-respect-parent-context' into 'main'Nick Thomas2021-05-1013-41/+39
|\
| * Respect parent context for Gitaly callsNick Thomas2021-05-0513-41/+39
* | Stop changing directory to the filesystem rootNick Thomas2021-05-061-6/+0
* | Merge branch '516-handle-ssl-cert-dir-correctly' into 'main'Nick Thomas2021-05-044-87/+94
|\ \
| * | gitlab-sshd: Respect the ssl_cert_dir config516-handle-ssl-cert-dir-correctlyNick Thomas2021-04-304-87/+94
| |/