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. Jun 29, 2021
    • Nick Thomas's avatar
      Fix a failing spec · 07ab5369
      Nick Thomas authored
      When the shell environment includes SSH_CONNECTION, one spec fails as
      the way we're stubbing the environment to the subprocess doesn't wipe
      out the pre-existing variable. This commit changes how we do it so the
      spec passes even in this environment.
      07ab5369
    • Nick Thomas's avatar
      Merge branch 'id-create-process-page' into 'main' · 1a299b07
      Nick Thomas authored
      Create PROCESS.md page with Security release process
      
      See merge request gitlab-org/gitlab-shell!488
      1a299b07
  2. Jun 23, 2021
  3. Jun 21, 2021
  4. Jun 18, 2021
  5. Jun 08, 2021
  6. Jun 07, 2021
  7. Jun 04, 2021
  8. 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
  9. Jun 01, 2021
  10. May 24, 2021
  11. May 21, 2021
  12. May 20, 2021
  13. May 19, 2021
  14. May 18, 2021
  15. May 17, 2021
  16. May 14, 2021
  17. May 13, 2021
  18. May 10, 2021
  19. May 06, 2021
    • Igor Drozdov's avatar
      Merge branch '501-remove-chdir-call' into 'main' · c6b47a56
      Igor Drozdov authored
      Stop changing directory to the filesystem root
      
      See merge request gitlab-org/gitlab-shell!470
      c6b47a56
    • Nick Thomas's avatar
      Stop changing directory to the filesystem root · c541500d
      Nick Thomas authored
      This behaviour dates from when Gitaly RPCs were executed in Ruby by a
      Go subprocess. It's not needed for gitlab-shell now that it's in Go,
      and it's a very strange thing for gitlab-sshd. Best just to remove it.
      
      If we wanted to retain this behaviour, we could have an `os.Chdir` call
      in the gitlab-shell binary, but I just don't think it's needed.
      
      Changelog: fixed
      c541500d
  20. May 05, 2021
  21. May 04, 2021
  22. Apr 30, 2021
Loading