summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|/
* Merge branch 'id-update-labkit-version' into 'main'Ash McKenzie2022-02-112-26/+115
|\ | | | | | | | | Bump labkit version to 1.12.0 See merge request gitlab-org/gitlab-shell!569
| * Bump labkit version to 1.12.0Igor Drozdov2022-02-112-26/+115
|/ | | | It also bumps minor versions of its dependencies
* Merge branch 'dfrhodes-main-patch-08696' into 'main'Igor Drozdov2022-02-031-10/+6
|\ | | | | | | | | Add title and correct copyright notice to license See merge request gitlab-org/gitlab-shell!568
| * Add title and correct c.right notice to licenseDan Rhodes2022-02-031-10/+6
|/
* Merge branch 'sean_carroll-main-patch-51330' into 'main'Igor Drozdov2022-02-031-1/+1
|\ | | | | | | | | Update LICENSE to 2022 See merge request gitlab-org/gitlab-shell!566
| * Update LICENSE to 2022Sean Carroll2022-02-021-1/+1
| |
* | Merge branch 'id-handle-unhandled-errs' into 'main'Patrick Bajao2022-02-033-11/+23
|\ \ | |/ |/| | | | | Handle and log unhandled errors See merge request gitlab-org/gitlab-shell!564
| * Handle and log unhandled errorsIgor Drozdov2022-02-023-11/+23
| | | | | | | | | | | | | | | | | | Currently, we don't process the results of this execution, because it's not really imprortant Let's at least log the err if the execution went wrong That will also make Vulnerability report happy
* | Merge branch 'id-bump-go-proxyproto' into 'main'Ash McKenzie2022-02-022-3/+3
|\ \ | | | | | | | | | | | | Bump go-proxyproto package See merge request gitlab-org/gitlab-shell!563
| * | Bump go-proxyproto packageIgor Drozdov2022-02-012-3/+3
| |/
* | Merge branch '539-problem-with-upgrading' into 'main'Patrick Bajao2022-02-022-14/+15
|\ \ | | | | | | | | | | | | | | | | | | When building, ignore the vendor/ directory if present Closes #539 See merge request gitlab-org/gitlab-shell!565
| * | Ignore vendor/ directory even if presentAsh McKenzie2022-02-021-1/+1
| | |
| * | Ignore vendor directoryAsh McKenzie2022-02-021-0/+1
| | |
| * | Alpha sort .gitignoreAsh McKenzie2022-02-021-13/+13
|/ /
* | Merge branch '547-update-go-to-1176' into 'main'Ash McKenzie2022-02-011-1/+1
|\ \ | |/ |/| | | | | | | | | Update Go to version 1.17.6 Closes #547 See merge request gitlab-org/gitlab-shell!562
| * Update Go to version 1.17.6Dustin Collins2022-02-011-1/+1
|/
* Merge branch 'id-release-new-tag' into 'main'v13.23.1Igor Drozdov2022-01-312-1/+5
|\ | | | | | | | | Release 13.23.1 See merge request gitlab-org/gitlab-shell!561