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
  1. Sep 12, 2024
  2. Aug 22, 2024
  3. Mar 07, 2024
  4. Dec 06, 2023
  5. Nov 22, 2023
  6. Nov 15, 2023
  7. Jul 26, 2023
  8. Jun 26, 2023
  9. Jun 06, 2023
  10. May 11, 2023
  11. Apr 26, 2023
  12. Mar 17, 2023
  13. Mar 15, 2023
  14. Nov 23, 2022
  15. Aug 05, 2022
    • Igor Drozdov's avatar
      Update Gitaly to v15 · 2c187671
      Igor Drozdov authored
      This commit also excludes gitlab-shell from dependencies:
      
      Gitaly specifies Gitlab Shell as a dependency as well in order
      to use gitlabnet client to perform API endpoints to Gitlab Rails.
      As a result, Gitlab Shell requires Gitaly -> Gitaly requires an
      older version of Gitlab Shell -> that version requires an older
      version of Gitlab Shell, etc. Let's use exclude to break the
      chain earlier
      2c187671
    • Igor Drozdov's avatar
      Fix failing TestGitReceivePackSuccess · 67345c2a
      Igor Drozdov authored
      After https://gitlab.com/gitlab-org/gitaly/-/merge_requests/4766
      has been introduced, the test started fail because we basically
      cancel the git-receive-pack after the output is received
      
      This commit gracefully closes the connection to make the test
      pass
      67345c2a
  16. Jul 05, 2022
    • Patrick Steinhardt's avatar
      go: Bump major version to v14 · 822e49b3
      Patrick Steinhardt authored
      While gitlab-shell currently has a major version of v14, the module path
      it exposes is not using that major version like it is required by the Go
      standard. This makes it impossible for dependents to import gitlab-shell
      as a dependency without using a commit as version.
      
      Fix this by changing the module path of gitlab-shell to instead be
      `gitlab.com/gitlab-org/gitlab-shell/v14` and adjust all imports
      accordingly.
      
      Changelog: fixed
      822e49b3
  17. Dec 22, 2021
    • Will Chandler's avatar
      Send full git request/response in SSHD tests · 922bb8ff
      Will Chandler authored
      Before 9deaf47f1ecb00f0f36d18ee4a0fb1576f5a0efe, Gitaly would return
      success for `SSHUploadPack` and `SSHUploadArchive` regardless of the
      exit code of the `git upload-pack|archive` process. As a result, the
      gitlab-sshd acceptance tests could rely on no errors being returned from
      Gitaly.
      
      Currently these tests send the minimum request needed to start a
      session, causing the server git process to fail as the `0000` flush
      packet to end the session is never sent.
      
      This commit fixes the tests by sending the full request/response needed
      for a successful git operation.
      922bb8ff
  18. Aug 19, 2021
  19. Aug 04, 2021
    • Nick Thomas's avatar
      Switch to labkit for logging system setup · 1274858f
      Nick Thomas authored
      - We start supporting the "color" format for logs.
      - We now respond to SIGHUP by reopening the log file.
      - We now respect the log format when no log filename is specified.
      
      Output to syslog in the event of logging system setup is preserved in
      OpenSSH mode.
      
      Changelog: added
      1274858f
  20. Jul 22, 2021
  21. Jul 14, 2021
  22. Jun 02, 2021
    • Pavlo Strokov's avatar
      fix: upgrade of the gitaly dependency · 9f5a8022
      Pavlo Strokov authored
      Gitaly project now properly respects module release flow
      and includes a module suffix in the package name. It requires
      to re-write all non-suffixed imports with suffixed of a specific
      version of tha module. With proper module versioning we don't
      need to use a 'replace' directive to point to specific commit
      and can use semantic versioning for the gitaly dependency.
      
      Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/3177
      9f5a8022
  23. Jun 01, 2021
  24. May 20, 2021
  25. May 17, 2021
  26. May 13, 2021
  27. Apr 12, 2021
  28. Mar 17, 2021
Loading