Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 25, 2023
  2. 7月 24, 2023
  3. 7月 21, 2023
  4. 7月 20, 2023
  5. 7月 19, 2023
    • Ahmed Hemdan's avatar
    • Amy Qualls's avatar
      Update user-facing bad plurals of 'emoji' · aac7a9ab
      Amy Qualls 创作于
      Emoji shouldn't be pluralized with an 's'. We can't fix the backend,
      but we can definitely fix the user-facing text. Fixes backend tests
      as well.
      aac7a9ab
    • Joe Woodward's avatar
      Expose deploy key in push access level graphql type · aaeb41c2
      Joe Woodward 创作于
      Branch rules requires us to display when a deploy key is assigned to the
      push access levels.
      
      Prior to this change we didn't return deploy key's
      as a type.
      
      In EE we expose `user` and `group` as their own types so clients can
      differentiate between role access levels. Used as inspiration to expose
      `deploy_key`s.
      
      Adds a new policy rule to `DeployKeyPolicy` to enable `read_deploy_key`
      if the deploy key is public or the user has access to a project where
      the key is assigned.
      
      Changelog: added
      aaeb41c2
  6. 7月 18, 2023
  7. 7月 17, 2023
  8. 7月 14, 2023
  9. 7月 13, 2023
  10. 7月 11, 2023
  11. 7月 07, 2023
  12. 7月 06, 2023
  13. 7月 05, 2023
  14. 7月 04, 2023
  15. 6月 30, 2023
  16. 6月 29, 2023
  17. 6月 28, 2023
    • Furkan Ayhan's avatar
      Refactor PipelineSchedules services · ea7042a2
      Furkan Ayhan 创作于
      - Create Ci::PipelineSchedules::CreateService
      - Add error messages to the model in both Ci::PipelineSchedules services
      - Use Ci::PipelineSchedules::UpdateService in a missing place
      ea7042a2
  18. 6月 27, 2023
  19. 6月 23, 2023
    • Joseph Wambua's avatar
      Add missing filters to issues list · d8761533
      Joseph Wambua 创作于
      Add filters that are missing in the issues graphql query. These are:
       - epic_wildcard_id
       - assignee_wildcard_id
       - weight_wildcard_id
       - iteration_title
       - iteration_candence_id
      
      Changelog: changed
      EE: true
      d8761533
加载中