summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add FIPS compliant Go distribution to CI pipelineadd-fips-compliant-go-distributionIgor Drozdov2022-04-121-2/+2
|
* Merge branch '554-support-using-go-version-1-17-8' into 'main'Igor Drozdov2022-04-071-1/+1
|\ | | | | | | | | | | | | Upgrade golang to 1.17.8 Closes #554 See merge request gitlab-org/gitlab-shell!592
| * Upgrade golang to 1.17.8Ash McKenzie2022-04-071-1/+1
|/
* Merge branch 'id-release-13.25.0' into 'main'v13.25.0Ash McKenzie2022-04-072-1/+7
|\ | | | | | | | | Release 13.25.0 See merge request gitlab-org/gitlab-shell!591
| * Release 13.25.0Igor Drozdov2022-04-062-1/+7
|/ | | | | | - Fix connections duration metrics !588 - ci: start integrating go 1.18 into the CI pipelines !587 - Abort long-running unauthenticated SSH connections !582
* Merge branch 'id-fix-connections-duration-metrics' into 'main'Ash McKenzie2022-04-061-4/+4
|\ | | | | | | | | Fix connections duration metrics See merge request gitlab-org/gitlab-shell!588
| * Fix connections duration metricsIgor Drozdov2022-04-051-4/+4
| | | | | | | | We need to pass time.Now as a param, otherwise it's calculated on call
* | Merge branch 'update-version-file' into 'main'Igor Drozdov2022-04-061-1/+1
|\ \ | | | | | | | | | | | | Update Version File See merge request gitlab-org/gitlab-shell!589
| * | Update Version FileJason Goodman2022-04-061-1/+1
| |/
* | Merge branch 'ci/go-1.18' into 'main'Igor Drozdov2022-04-061-10/+6
|\ \ | |/ |/| | | | | ci: start integrating go 1.18 into the CI pipelines See merge request gitlab-org/gitlab-shell!587
| * ci: start integrating go 1.18 into the CI pipelinesfeistel2022-04-011-10/+6
|/
* Merge branch 'improve-login-grace-timeout-msg' into 'main'Ash McKenzie2022-04-011-1/+1
|\ | | | | | | | | | | | | Improve login grace timeout message Closes #553 See merge request gitlab-org/gitlab-shell!586
| * Improve login grace timeout messageIgor Drozdov2022-03-311-1/+1
|/
* Merge branch 'id-logic-grace-time' into 'main'Ash McKenzie2022-03-304-1/+52
|\ | | | | | | | | Abort long-running unauthenticated SSH connections See merge request gitlab-org/gitlab-shell!582
| * Abort long-running unauthenticated SSH connectionsIgor Drozdov2022-03-304-1/+52
|/
* Merge branch 'use-gitlab-dangerfiles' into 'main'Ash McKenzie2022-03-304-0/+106
|\ | | | | | | | | Use gitlab-dangerfiles to improve MR hygiene See merge request gitlab-org/gitlab-shell!583
| * Use gitlab-dangerfiles to improve MR hygieneRémy Coutable2022-03-294-0/+106
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'id-release-13-24-2' into 'main'v13.24.2Igor Drozdov2022-03-291-0/+4
|\ \ | | | | | | | | | | | | Release 13.24.2 See merge request gitlab-org/gitlab-shell!585
| * | Release 13.24.2Igor Drozdov2022-03-291-0/+4
|/ / | | | | | | - Bump gitaly client !584
* | Merge branch 'jv-bump-gitaly' into 'main'Igor Drozdov2022-03-292-4/+4
|\ \ | |/ |/| | | | | Bump gitaly client See merge request gitlab-org/gitlab-shell!584
| * Bump gitaly clientJacob Vosmaer2022-03-292-4/+4
|/ | | | | | Bump gitaly client to 51da8bc17059e4ccd39873e4f3def935341472b8 to get changes from https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4439.
* Merge branch 'id-config-fields-docs' into 'main'Ash McKenzie2022-03-241-0/+6
|\ | | | | | | | | Add docs for grace-period and probes config options See merge request gitlab-org/gitlab-shell!581
| * Add docs for grace-period and probes config optionsIgor Drozdov2022-03-241-0/+6
|/
* Merge branch 'id-release-v-13-24-1' into 'main'v13.24.1Igor Drozdov2022-03-182-1/+7
|\ | | | | | | | | Release 13.24.1 See merge request gitlab-org/gitlab-shell!580
| * Release 13.24.1Igor Drozdov2022-03-182-1/+7
|/
* Merge branch 'id-reuse-grpc-connections-and-sidechannel' into 'main'Igor Drozdov2022-03-1812-148/+333
|\ | | | | | | | | Reuse Gitaly connections and sidechannel See merge request gitlab-org/gitlab-shell!575
| * Reuse Gitaly conns and SidechannelIgor Drozdov2022-03-0712-148/+333
| | | | | | | | | | | | | | | | When gitlab-sshd has been introduced we've started running our own SSH server. In this case we're able to cache and reuse Gitaly connections and Registry. It helps to reduce memory usage.
* | Merge branch '550-fix-unknown-log-level-message' into 'main'Patrick Bajao2022-03-162-3/+13
|\ \ | |/ |/| | | | | | | | | Default to info level for an empty log-level Closes #550 See merge request gitlab-org/gitlab-shell!579
| * Default to info level for an empty log-levelNick Thomas2022-03-152-3/+13
|/ | | | | | | | | | | | | | | | | I'd assumed that the `omitempty` directive for LogLevel in internal/config/config.go would get us this behaviour. If it did, we wouldn't have had to specify the default twice. Unfortunately, it doesn't, which is to say that given a config file like: ``` log_level: ``` The default *is* overridden by the empty string. It's an easy enough fix. Changelog: fixed
* Merge branch 'smh-update-gitaly-vendor' into 'main'Igor Drozdov2022-03-072-4/+6
|\ | | | | | | | | Update Gitaly dependency to v14.9.0-rc1 See merge request gitlab-org/gitlab-shell!578
| * Update Gitaly dependency to v14.9.0-rc1Sami Hiltunen2022-03-072-4/+6
|/
* Merge branch 'ashmckenzie/gitlab-shell-v13-24-0' into 'main'v13.24.0Patrick Bajao2022-02-232-1/+9
|\ | | | | | | | | Release 13.24.0 See merge request gitlab-org/gitlab-shell!577
| * Release 13.24.0Ash McKenzie2022-02-232-1/+9
|/
* Merge branch 'ashmckenzie/golang-1-17-7' into 'main'Patrick Bajao2022-02-221-1/+1
|\ | | | | | | | | Upgrade golang to 1.17.7 See merge request gitlab-org/gitlab-shell!576
| * Upgrade golang to 1.17.7Ash McKenzie2022-02-221-1/+1
| |
* | Merge branch 'id-concurrent-connections-prometheus' into 'main'Patrick Bajao2022-02-224-26/+84
|\ \ | |/ |/| | | | | Add more metrics for gitlab-sshd See merge request gitlab-org/gitlab-shell!574
| * Add more metrics for gitlab-sshdIgor Drozdov2022-02-214-26/+84
| | | | | | | | | | | | - Counter of HTTP merge requests - Gauge of HTTP requests currently being performed - Gauge of connections currently handled by gitlab sshd
* | Merge branch 'id-create-beginners-guide' into 'main'Patrick Bajao2022-02-172-76/+96
|\ \ | |/ |/| | | | | Move code guidelines to doc/beginners_guide.md See merge request gitlab-org/gitlab-shell!572
| * First pass of tone and style polishAmy Qualls2022-02-161-39/+51
| | | | | | | | | | Bring the page a lot closer to GitLab tone and style. Not perfect, but we've gotta start somewhere.
| * Add metadata to pagePatrick Bajao2022-02-161-0/+6
| |
| * Move code guidelines to doc/beginners_guide.mdIgor Drozdov2022-02-162-76/+78
|/ | | | It helps to have less verbose README.md
* Merge branch 'id-add-features-description' into 'main'Patrick Bajao2022-02-162-5/+96
|\ | | | | | | | | Add docs for full feature list See merge request gitlab-org/gitlab-shell!571
| * Add metadata for these pagesAmy Qualls2022-02-152-0/+12
| | | | | | | | | | These pages should get credited to Source Code. (I should also check about CODEOWNERS entries too.)
| * Revisions for tone and styleAmy Qualls2022-02-151-19/+31
| | | | | | | | | | | | | | | | | | | | Do an initial cleanup pass: - Line wraps - Change 'allows' to 'enables' - Clean up syntax highlighting - Fix spelling and capitalization - Standardize on colons at the end of the introductory sentences
| * Fix link in READMEAmy Qualls2022-02-151-2/+2
| | | | | | | | Shouldn't start with a leading slash.
| * Add docs for full feature listIgor Drozdov2022-02-152-4/+71
| | | | | | | | Describe what Gitlab Shell is capable of
* | Merge branch 'aqualls-codeowner-addition' into 'main'Igor Drozdov2022-02-151-0/+3
|\ \ | |/ |/| | | | | Add aqualls as codeowner for docs files See merge request gitlab-org/gitlab-shell!573
| * Add aqualls as codeowner for docs filesAmy Qualls2022-02-151-0/+3
|/
* Merge branch 'id-release-13-23-2' into 'main'v13.23.2Igor Drozdov2022-02-112-1/+8
|\ | | | | | | | | Release 13.23.2 See merge request gitlab-org/gitlab-shell!570
| * Release 13.23.2Igor Drozdov2022-02-112-1/+8
|/