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. May 24, 2024
  2. Apr 22, 2024
  3. Mar 27, 2024
  4. Mar 07, 2024
  5. Jan 19, 2024
  6. Dec 06, 2023
  7. Nov 22, 2023
  8. Nov 15, 2023
  9. Oct 06, 2023
  10. Sep 01, 2023
  11. Aug 08, 2023
  12. Jul 26, 2023
  13. Jul 10, 2023
  14. Jul 04, 2023
  15. Jun 26, 2023
  16. Jun 20, 2023
  17. Jun 06, 2023
  18. May 11, 2023
  19. Apr 26, 2023
  20. Mar 17, 2023
  21. Mar 15, 2023
  22. Jan 23, 2023
  23. Nov 23, 2022
  24. 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
  25. 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
  26. May 19, 2022
  27. May 05, 2022
Loading