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. Apr 04, 2019
  2. Apr 03, 2019
  3. Apr 01, 2019
  4. Mar 31, 2019
  5. Mar 28, 2019
  6. Mar 21, 2019
  7. Mar 19, 2019
  8. Mar 18, 2019
  9. Mar 15, 2019
  10. Mar 14, 2019
    • Bob Van Landuyt's avatar
      Detect user based on key, username or id · 53511f36
      Bob Van Landuyt authored
      This allows gitlab-shell to be called with an argument of the format
      `key-123` or `username-name`.
      
      When called in this way, `gitlab-shell` will call the GitLab internal
      API. If the API responds with user information, it will print a
      welcome message including the username.
      
      If the API responds with a successful but empty response, gitlab-shell
      will print a welcome message for an anonymous user.
      
      If the API response includes an error message in JSON, this message
      will be printed to stderr.
      
      If the API call fails, an error message including the status code will
      be printed to stderr.
      53511f36
  11. Mar 13, 2019
    • Nick Thomas's avatar
      Merge branch 'bvl-parse-secret' into 'master' · 049beb74
      Nick Thomas authored
      Get secret from config
      
      See merge request gitlab-org/gitlab-shell!284
      049beb74
    • Bob Van Landuyt's avatar
      Get secret from config · f9d3d8b3
      Bob Van Landuyt authored
      This adds parsing if the `secret_file` from YAML. And reads the
      contents of the configured file.
      
      If no file is configured, we fall back to the `.gitlab_shell_secret`
      in the root dir of the configuration.
      
      If the configured path does not start with a `/` we start looking for
      the file relative to the root dir of the configuration.
      f9d3d8b3
    • Bob Van Landuyt's avatar
      Vendor otiai10/copy · 2a51ab39
      Bob Van Landuyt authored
      2a51ab39
  12. Mar 06, 2019
  13. Mar 04, 2019
  14. Mar 01, 2019
  15. Feb 28, 2019
  16. Feb 26, 2019
  17. Feb 25, 2019
  18. Feb 19, 2019
  19. Feb 18, 2019
  20. Feb 16, 2019
    • Stan Hu's avatar
      Add support for using gl_project_path · ebedab83
      Stan Hu authored
      This will enable us to track the human-readable project path with SSH
      access in gitlab-shell. Currently the Gitaly logs will only show the
      hashed storage and gl_repository path (e.g. project-1234).
      ebedab83
  21. Feb 14, 2019
Loading