- Jan 17, 2023
-
-
- Dec 15, 2022
-
-
Igor Drozdov authored
Incorporate older edits to README Closes #544 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/696 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Jerry Seto <jseto@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
-
- Dec 02, 2022
-
-
Igor Drozdov authored
Release 14.14.0 version See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/702 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Dec 01, 2022
-
-
Stan Hu authored
- Add developer documentation to sshd package !683 - Improve error message for Gitaly `LimitError`s !691 - Drop 1.16 compatibility in go.sum !692 - Bump x/text to 0.3.8 !692 - Update prometheus package to 1.13.1 !692 Restrict IP access for PROXY protocol !693 - Fix broken Gitaly integration tests !694 - Clean up .gitlab-ci.yml file !695 - Use the images provided by Gitlab to run tests !698 - Use Ruby 2.7.7 as the default !699 - Use blocking reader to fix race in test !700
-
- Nov 29, 2022
-
-
Patrick Bajao authored
Update .ruby-version file to match .tool-versions file See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/701 Merged-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Evan Read authored
-
Patrick Bajao authored
Use Ruby 2.7.7 as the default See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/699 Merged-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Co-authored-by:
Ash McKenzie <amckenzie@gitlab.com>
-
- Nov 28, 2022
-
-
Ash McKenzie authored
Use blocking reader to fix race in test Closes #602 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/700 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
Patrick Bajao <ebajao@gitlab.com>
-
Patrick Bajao authored
The `TestCanceledContext` test in `twofactorverify_test.go` tests the scenario wherein the request context gets canceled in the middle of the request. A race can occur though when the input gets read before the context is canceled which can result to a different error: instead of having the context canceled, the OTP will be blank. To fix it, we use a blocking reader as input to simulate "waiting for input" scenario. This way, reading the input will never be finished and the context cancelation can be done appropriately.
-
Patrick Bajao authored
Use the images provided by Gitlab to run tests See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/698 Merged-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Co-authored-by:
Igor Drozdov <idrozdov@gitlab.com>
-
Ash McKenzie authored
-
- Nov 24, 2022
-
-
Igor Drozdov authored
That would save us from installing additional dependencies ourselves
-
Ash McKenzie authored
Add developer documentation to sshd package See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/683 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Alejandro Rodríguez <alejandro@gitlab.com> Approved-by:
Oscar Tovar <otovar@gitlab.com> Approved-by:
James Fargher <proglottis@gmail.com> Approved-by:
John Cai <jcai@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
Igor Drozdov <idrozdov@gitlab.com>
-
Ash McKenzie authored
Restrict IP access for PROXY protocol Closes #577 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/693 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Alejandro Rodríguez <alejandro@gitlab.com> Co-authored-by:
James Fargher <jfargher@gitlab.com>
-
- Nov 23, 2022
-
-
Ash McKenzie authored
Clean up .gitlab-ci.yml file See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/695 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
Igor Drozdov <idrozdov@gitlab.com>
-
James Fargher authored
-
James Fargher authored
-
James Fargher authored
MustStrictWhiteListPolicy panics when configured incorrectly. So here we use the error returning version instead.
-
James Fargher authored
-
James Fargher authored
Changelog: added
-
James Fargher authored
Instead of interpreting the configuration for every new connection, we can rely on a closure to simplify the proxy handler path. This is more similar to how the provided MustStrictWhiteListPolicy works which will be added in a later commit.
-
Igor Drozdov authored
-
Igor Drozdov authored
-
Igor Drozdov authored
Fix broken Gitaly integration tests See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/694 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Patrick Bajao <ebajao@gitlab.com>
-
Patrick Bajao authored
Gitaly started to require `Repository` information for certain commands like upload-pack, upload-archive, and receive-pack. However, gitlab-shell tests are sending `git_object_directory` and `git_alternate_object_directories` that do not exist. To fix the tests, we set those to an existing directory in the created repository.
-
- Nov 03, 2022
-
-
Ash McKenzie authored
Clean up go.sum by updating libraries in go.mod See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/692 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Alejandro Rodríguez <alejandro@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
Igor Drozdov <idrozdov@gitlab.com>
-
- Nov 02, 2022
-
-
Igor Drozdov authored
It also excludes 1.12.1 version to break the cycling dependency that loads a lot of obsolete libraries
-
Igor Drozdov authored
-
Igor Drozdov authored
The changes are the result of running go mod tidy -compat=1.17 We don't support 1.16 for a while, this command just cleans up the unnecessary dependencies
-
- Oct 25, 2022
-
-
Igor Drozdov authored
Improve error message for Gitaly `LimitError`s Closes #556 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/691 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
John Cai <jcai@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Alejandro Rodríguez <alejorro70@gmail.com>
-
- Oct 24, 2022
-
-
Alejandro Rodríguez authored
-
- Oct 18, 2022
-
-
Igor Drozdov authored
Release 14.13.0 version See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/690 Merged-by:
Igor Drozdov <idrozdov@gitlab.com>
-
Igor Drozdov authored
- Update .tool-versions to Go 1.18.7 - Remove secret from request headers
-
Ash McKenzie authored
Remove secret from request headers See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/689 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
Igor Drozdov <idrozdov@gitlab.com>
-
- Oct 17, 2022
-
-
Igor Drozdov authored
Now the requests are verified via JWT
-
- Oct 13, 2022
-
-
Igor Drozdov authored
Update .tool-versions to Go 1.18.7 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/688 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
- Oct 12, 2022
-
-
Stan Hu authored
Security announcement: https://groups.google.com/g/golang-announce/c/xtuG5faxtaU Part of https://gitlab.com/groups/gitlab-org/-/epics/8843
-
- Sep 28, 2022
-
-
Igor Drozdov authored
Release v14.12.0 See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/687 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com>
-
Igor Drozdov authored
- Trim secret before signing JWT tokens !686 - Bump .tool-versions to use Go 1.18.6 !685 - Update Gitaly to 15.4.0-rc2 !681 - Test against Golang v1.19 !680
-