Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 8月 23, 2022
  2. 8月 22, 2022
  3. 8月 19, 2022
  4. 8月 18, 2022
  5. 8月 17, 2022
  6. 8月 16, 2022
  7. 8月 15, 2022
    • Nicolas Dular's avatar
      Deprecate confidential attribute for notes · 599c7a83
      Nicolas Dular 创作于
      This deprecates the `confidential` parameter for the Notes API in favour
      of `internal`. This affects the GraphQL API, REST API, and internal
      Notes creation API.
      
      We also expose the `internal` attribute now for a `Note` and the
      behaviour of `internal` and `confidential` is the same.
      
      In the case of submitting a request to create a note with
      `internal: true`, and `confidential: false`, `internal` overrules the
      `confidential` parameter.
      
      In a follow-up work, the remaining mentions of `confidential` in the
      Services, Models, and Database column will be renamed.
      
      Changelog: deprecated
      599c7a83
  8. 8月 14, 2022
    • Amy Qualls's avatar
      Fix Kramdown warnings in graphql defs and docs · a975ab69
      Amy Qualls 创作于
      Two issues of Kramdown warnings that should be resolved:
      
      - Use of square brackets in Dora Metrics that Kramdown interprets
        as a malformed link
      - Malformed URL in Editor documentation
      a975ab69
  9. 8月 13, 2022
  10. 8月 12, 2022
  11. 8月 10, 2022
  12. 8月 09, 2022
  13. 8月 06, 2022
  14. 8月 05, 2022
  15. 8月 04, 2022
  16. 8月 03, 2022
  17. 8月 02, 2022
  18. 8月 01, 2022
加载中