Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 24, 2023
  2. 6月 06, 2023
  3. 6月 05, 2023
  4. 6月 02, 2023
    • Marcel Amirault's avatar
      Update usage charts to use compute terminology · 9ffd5f63
      Marcel Amirault 创作于
      We are moving from CI/CD minutes to Compute and
      units of compute, so we need to update the usage
      pages and specs to use the new terms.
      
      Changelog: changed
      EE: true
      9ffd5f63
    • Max Woolf's avatar
      Adds visualizations to ProjectType · 30387f28
      Max Woolf 创作于
      Also adds slug field to VisualizationType
      
      EE: true
      Changelog: added
      30387f28
    • Vladimir Shushlin's avatar
      Add upgrade status to RunnerManager in GraphQL · 8caeaa1e
      Vladimir Shushlin 创作于
      Changelog: added
      EE: true
      8caeaa1e
    • Patrick Bajao's avatar
      Implement FillInMergeRequestTemplate AI action · f2fa1a30
      Patrick Bajao 创作于
      Adds support for `fillInMergeRequestTemplate` input for `aiAction`
      that has the following arguments:
      - `resourceId` (required) - project where the MR will be created on
      - `title` (required) - title of the MR to be created
      - `sourceProjectId` (optional, defaults to `resource`)
      - `sourceBranch` (required)
      - `targetBranch` (required)
      - `content` (required)
      
      The `sourceBranch` and `targetBranch` will be used to compare
      the changes between those branches so we can get the diff to send
      to the AI provider. That's why it's required.
      
      The `sourceProjectId` is needed for forks so we can compare the
      changes made on the fork's source branch with the target branch.
      
      Sections in the template content can add `<!-- AI Skip -->` to
      the body to ensure that AI won't touch the section.
      
      This uses Vertex AI as the AI provider.
      
      This is behind the `fill_in_mr_template` feature flag.
      f2fa1a30
    • A Browne's avatar
      Add a new ai action for job trace analysis · 613a8a7d
      A Browne 创作于
      613a8a7d
  5. 6月 01, 2023
  6. 5月 31, 2023
  7. 5月 30, 2023
  8. 5月 29, 2023
  9. 5月 28, 2023
  10. 5月 26, 2023
  11. 5月 25, 2023
  12. 5月 24, 2023
  13. 5月 23, 2023
  14. 5月 22, 2023
  15. 5月 21, 2023
  16. 5月 19, 2023
加载中