该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 11月 01, 2024
-
-
由 Andrejs Cunskis 创作于
-
由 🤖 GitLab Bot 🤖 创作于
-
由 Harsha Muralidhar 创作于
-
- 10月 31, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 10月 30, 2024
-
-
由 Will Meek 创作于
Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
由 Andrejs Cunskis 创作于
-
由 Anton Kalmykov 创作于
Update sorting and filtering in the Admin Area > Groups to follow the pattern used across the product for better visual alignment Closes https://gitlab.com/gitlab-org/gitlab/-/issues/437016 Changelog: changed
-
由 Andrejs Cunskis 创作于
Add randomised node ports Remove cluster creation via separate command due to logical coupling between cluster configuration and deployment configuration
-
由 Abdul Wadood 创作于
As we want to enable this cop after fixing all the offenses.
-
- 10月 29, 2024
-
-
由 Will Meek 创作于
Adds an end to end test that exercises Container Registry Continuous Vulnerability Scanning, targeting Staging
-
由 Jay McCure 创作于
-
由 Andrejs Cunskis 创作于
-
由 Mark Lapierre 创作于
-
由 Paul Gascou-Vaillancourt 创作于
-
由 Alexander Turinske 创作于
- without a security policy project
-
由 Desiree Chevalier 创作于
-
由 Harsha Muralidhar 创作于
-
- 10月 28, 2024
-
-
由 🤖 GitLab Bot 🤖 创作于
Promote to blocking: Ai-powered Duo Chat when initiating Duo Chat on ...
-
由 🤖 GitLab Bot 🤖 创作于
Promote to blocking: Manage Gitlab migration with wiki successfully i...
-
- 10月 26, 2024
-
-
由 Andrejs Cunskis 创作于
Remove maxReplicas values Rename constant Update class doc comment Fix spec name
-
由 Desiree Chevalier 创作于
-
由 GitLab Renovate Bot 创作于
-
- 10月 25, 2024
-
-
由 Andrejs Cunskis 创作于
-
由 🤖 GitLab Bot 🤖 创作于
Promote to blocking: Govern Security Reports for dependency scanning ...
-
由 Jay McCure 创作于
-
由 John McDonnell 创作于
Adds logic to check the direct_access['base_url'] value which should indicate where the AI Gateway is running. As we sometimes run with a mocked backend, we can use this value to determine whether the test shoudl expect to run a mocked string or something generated by a live model.
-
由 GitLab Renovate Bot 创作于
-
- 10月 24, 2024
-
-
由 Jenny Kim 创作于
This reverts merge request !170381
-
由 Jay McCure 创作于
-
由 Andrejs Cunskis 创作于
-
由 Jay McCure 创作于
This reverts merge request !170259
-
由 Jay McCure 创作于
-
由 Dominic Couture 创作于
Changelog: security
-
由 ddavison 创作于
-
由 Desiree Chevalier 创作于
-
- 10月 23, 2024
-
-
由 Andrejs Cunskis 创作于
Fix project and user fabrication Remove unnecessary contexts
-
由 Andrejs Cunskis 创作于
-
由 Andrejs Cunskis 创作于
-
由 Joe Woodward 创作于
We recently introduced a new merge request check that looks for locked files. The check ensures that none of the paths are locked by anyone other than the author. It looks like we forgot to update the spec. The spec didn't fail because the author was also locking the file so we weren't tripping this check. We also introduced a new merge commit diff mode which interacts with this check. The diff mode will ignore changes from merge commits that are present in all parents i.e. If the merge request author merged the target_branch into the source_branch after making changes in the source_branch: Previously, we would include all of those files as changed_paths even if the merge request author hadn't modifed them through fixing merge conflicts or manually amending the commit. Now, we only include the merged changes in the changed_paths if the user fixed a merge conflict or manually amended the file. So what was previously happening was the check during the MR phase would return zero locked paths but then when you merge and gitlab pushes the changes to the repository we would run the same checks on the merge commit and that would be flagged because it's no longer the merge request author but the person who merged the MR. When we enable the new merge commit diff mode this change isn't evaluated after being merged so we do not receive any error and the test fails. I've updated the test to now check that the path lock check has failed.
-