Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 3月 12, 2025
  2. 3月 11, 2025
  3. 3月 10, 2025
  4. 3月 09, 2025
  5. 3月 08, 2025
  6. 3月 07, 2025
    • Annabel Dunstone Gray's avatar
      Use sentence case for package registry · a02a09e9
      Annabel Dunstone Gray 创作于
      Changelog: changed
      a02a09e9
    • Stan Hu's avatar
      Fix Rack Attack incorrectly rate limiting runner API · f3547556
      Stan Hu 创作于
      To update a job status, the runner uses the PUT /api/v4/:jobs endpoint
      with the job token in two places:
      
      1. The PRIVATE-TOKEN header
      2. The `token` parameter in the JSON body
      
      Previously `AuthFinders` looked up the PAT and raised an unauthorized
      exception because no user was found. Instead, it should continue to
      see if it can authenticate the job with the `token` parameter.
      
      This commit makes `access_token` return blank if it has the CI build
      token prefix so that the exception is not raised. That way Rack Attack
      can then ensure the request is authenticated with the job token.
      
      Changelog: fixed
      f3547556
    • Agnes Slota's avatar
      Rename custom status widget to status widget · ef78e820
      Agnes Slota 创作于
      As we already renamed the status widget to the
      verification status widget, we can finally use
      the status naming as part of the configurable
      statuses initiative.
      
      This commit renames the custom widget status
      to the status widget to achieve that.
      
      Changelog: changed
      ef78e820
    • Océane Legrand's avatar
      Add put API endpoint to support uploading recipe package files · 6eea3d10
      Océane Legrand 创作于
      This include the new endpoint, the backend code to create recipe revision when uploading a file and tests.
      
      Changelog: added
      6eea3d10
    • Agnes Slota's avatar
      Fetch allowed statuses from widget definitions · 328d29ae
      Agnes Slota 创作于
      As part of the first iteration of the configurable
      statuses initiative, we would like to:
      * return statuses from the system-defined lifecycle
      that match the work item type via GraphQL API,
      * only expose the data to the Premium and
      Ultimate users.
      328d29ae
  7. 3月 06, 2025
  8. 3月 05, 2025
  9. 3月 04, 2025
  10. 3月 01, 2025
  11. 2月 28, 2025
  12. 2月 27, 2025
  13. 2月 26, 2025
  14. 2月 25, 2025
加载中