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 11, 2020
    • Zeger-Jan van de Weg's avatar
      hooks: Remove deprecated hooks dir · deff4a44
      Zeger-Jan van de Weg authored
      Over a year ago, through e0824f17, the
      hooks in this repository were updated to not be successful, basically
      block each push from happening.
      
      This change removes the hooks, and updates the documentation. There's no
      customer impact, and these changes are just part of a general cleanup.
      deff4a44
  2. Sep 03, 2020
  3. Aug 28, 2020
  4. Aug 21, 2020
  5. Aug 20, 2020
  6. Aug 18, 2020
  7. Aug 17, 2020
    • Taylan Develioglu's avatar
      Add support obtaining personal access tokens via SSH · b8d66d79
      Taylan Develioglu authored
      Implements the feature requested in gitlab-org/gitlab#19672
      
      This requires the internal api counterpart in gitlab-org/gitlab!36302 to
      be merged first.
      
      It can be used as follows:
      ```
      censored@censored-VirtualBox:~/git/gitlab$ ssh git@gitlab-2004 personal_access_token
      remote:
      remote: ========================================================================
      remote:
      remote: Usage: personal_access_token <name> <scope1[,scope2,...]> [ttl_days]
      remote:
      remote: ========================================================================
      remote:
      
      censored@censored-VirtualBox:~/git/gitlab$ ssh git@gitlab-2004 personal_access_token newtoken read_api,read_repository 30
      Token:   aAY1G3YPeemECgUvxuXY
      Scopes:  read_api,read_repository
      Expires: 2020-08-07
      ```
      b8d66d79
  8. Aug 11, 2020
  9. Aug 05, 2020
  10. Jul 31, 2020
  11. Jul 23, 2020
  12. Jul 22, 2020
  13. Jul 20, 2020
  14. Jul 02, 2020
  15. Jul 01, 2020
  16. Jun 08, 2020
  17. Jun 06, 2020
  18. Jun 05, 2020
  19. Jun 03, 2020
  20. Jun 01, 2020
Loading