As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • idrozdov/gitlab-shell
  • mmj/gitlab-shell
2 results
Show changes
Commits on Source (1)
Loading
@@ -101,3 +101,7 @@ require (
Loading
@@ -101,3 +101,7 @@ require (
) )
exclude github.com/prometheus/client_golang v1.12.1 exclude github.com/prometheus/client_golang v1.12.1
replace gitlab.com/gitlab-org/gitaly/v16 => /Users/ash/src/gitlab/gitaly
replace github.com/hashicorp/yamux => /Users/ash/src/external/yamux
Loading
@@ -17,8 +17,8 @@ func (c *Command) performGitalyCall(ctx context.Context, response *accessverifie
Loading
@@ -17,8 +17,8 @@ func (c *Command) performGitalyCall(ctx context.Context, response *accessverifie
request := &pb.SSHUploadPackWithSidechannelRequest{ request := &pb.SSHUploadPackWithSidechannelRequest{
Repository: &response.Gitaly.Repo, Repository: &response.Gitaly.Repo,
GitProtocol: c.Args.Env.GitProtocolVersion,
GitConfigOptions: response.GitConfigOptions, GitConfigOptions: response.GitConfigOptions,
GitProtocol: c.Args.Env.GitProtocolVersion,
} }
var stats *pb.PackfileNegotiationStatistics var stats *pb.PackfileNegotiationStatistics
Loading
Loading