- Jun 01, 2020
-
-
Stan Hu authored
Release v13.3.0 See merge request gitlab-org/gitlab-shell!391
-
Ash McKenzie authored
-
Ash McKenzie authored
Upgrade Ruby version to v2.6.6 See merge request gitlab-org/gitlab-shell!390
-
- May 29, 2020
-
-
Stan Hu authored
GitLab has now been upgraded to use Ruby 2.6.6: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33253
-
- May 28, 2020
-
-
Nick Thomas authored
Use default puma socket in example config See merge request gitlab-org/gitlab-shell!388
-
Justin Kromlinger authored
The unicorn replacement 'puma' uses a unix socket in the example config [1] instead of a tcp port. Using the non-existing tcp port results in "Internal API unreachable" on git operations. [1] https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/puma.rb.example#L34
-
- May 22, 2020
-
-
Nick Thomas authored
Set client name when making requests to Gitaly See merge request gitlab-org/gitlab-shell!387
-
Changzheng Liu authored
-
- May 13, 2020
-
-
Nick Thomas authored
Fix race conditions with logrus testing Closes #450 See merge request gitlab-org/gitlab-shell!385
-
- May 12, 2020
-
-
Igor Drozdov authored
Add race testing as separate CI step See merge request gitlab-org/gitlab-shell!383
-
Nick Thomas authored
Release v13.2.0 See merge request gitlab-org/gitlab-shell!384
-
Stan Hu authored
logrus fires a Goroutine to write logs, so the tests could fail if they checked the event queue before the logrus have fired. Since there isn't an easy way to flush all outstanding hooks, we just retry every 100 ms for up to a second for log to arrive in the queue. Closes https://gitlab.com/gitlab-org/gitlab-shell/-/issues/450
-
- May 11, 2020
-
-
Stan Hu authored
-
Stan Hu authored
This would help catch race conditions such as https://gitlab.com/gitlab-org/gitlab-shell/-/issues/450 before merge.
-
Igor Drozdov authored
Add HTTP status code to internal API logs Closes #450 See merge request gitlab-org/gitlab-shell!376
-
- May 08, 2020
-
-
Stan Hu authored
Calling logrus hook.LastEntry() can lead to race conditions. Use AllEntries instead: https://github.com/sirupsen/logrus/blob/60c74ad9be0d874af0ab0daef6ab07c5c5911f0d/hooks/test/test.go#L77 Closes https://gitlab.com/gitlab-org/gitlab-shell/-/issues/450
-
Stan Hu authored
This would make it easier to filter the logs by status code.
-
- May 06, 2020
-
-
Nick Thomas authored
Release v13.1.0 See merge request gitlab-org/gitlab-shell!382
-
Nick Thomas authored
-
Nick Thomas authored
Ensure we are passing the parsed secret Closes #458 See merge request gitlab-org/gitlab-shell!381
-
DJ Mountney authored
Rather than the secret file. The parsing of the file was already done in the gitlab-shell config. This fixes an issue where a recent refactor of the gitlabnet client passed the wrong value.
-
Patrick Bajao authored
Release v13.0.0 See merge request gitlab-org/gitlab-shell!379
-
- May 05, 2020
-
-
John Cai authored
-
Nick Thomas authored
Merge branch '457-custom_hooks_dir-setting-in-config-yml-example-is-no-longer-relevant' into 'master' Remove custom_hooks_dir setting Closes #457 See merge request gitlab-org/gitlab-shell!378
-
Ash McKenzie authored
It now lives within gitaly
-
Nick Thomas authored
Move gitlabnet client to client package Closes #451 See merge request gitlab-org/gitlab-shell!377
-
- May 04, 2020
-
-
John Cai authored
-
- Apr 21, 2020
-
-
Patrick Bajao authored
Set default, workflow, and use rules in CI config See merge request gitlab-org/gitlab-shell!375
-
- Apr 17, 2020
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Patrick Bajao authored
Release v12.2.0 See merge request gitlab-org/gitlab-shell!374
-
Patrick Bajao authored
Merge branch '202037-geo-ssh-clone-pull-redirect-to-primary-when-selective-sync-enabled-and-project-not-selected' into 'master' Geo: Add custom action support for clone/pull See merge request gitlab-org/gitlab-shell!369
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
Package is responsible for parsing git pkt lines. Copied from gitaly, for now.
-
Ash McKenzie authored
-
- Apr 15, 2020
-
-
Patrick Bajao authored
Extract customaction into a separate module See merge request gitlab-org/gitlab-shell!370
-