该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 16, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 4月 13, 2024
-
-
由 Igor Drozdov 创作于
Before: For a single suggestion: - The author of the suggestion note is set as the author - The user who applies the suggestion is the committer For batch suggestions: - The user who applies the suggestion is the author and committer Now: For signle and batch suggestions: - The user who applies the suggestion is the author and committer In a separate commit/MR an option to provide co-authors will be introduced. When commit signing is enabled, the committer will be GitLab
-
- 4月 12, 2024
-
-
由 GitLab Dependency Bot 创作于
-
由 GitLab Renovate Bot 创作于
-
由 Stan Hu 创作于
This update fixes an access scope issue when using GKE Workload Identity: https://github.com/fog/fog-google/issues/599. Fix: https://github.com/fog/fog-google/pull/629 In addition, this fixes an issue with URLs with plus signs: https://github.com/fog/fog-google/issues/590. Fix: https://github.com/fog/fog-google/pull/596 Other related storage-related changes: * https://github.com/fog/fog-google/pull/591 * https://github.com/fog/fog-google/pull/600 Diff: https://my.diffend.io/gems/fog-google/1.19.0/1.24.1 Relates to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3434 Changelog: fixed
-
由 GitLab Renovate Bot 创作于
-
由 GitLab Renovate Bot 创作于
-
由 GitLab Renovate Bot 创作于
-
由 Vishal Tak 创作于
-
- 4月 11, 2024
-
-
由 Gabriel Mazetto 创作于
-
- 4月 10, 2024
-
-
由 Brett Walker 创作于
-
- 4月 08, 2024
-
-
由 GitLab Renovate Bot 创作于
-
由 GitLab Renovate Bot 创作于
-
- 4月 04, 2024
-
-
由 Peter Leitzen 创作于
This should fix errors like `error getting file: exit 128` in cases where local branches is not yet pushed.
-
- 4月 03, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 4月 02, 2024
-
-
由 GitLab Renovate Bot 创作于
-
由 GitLab Renovate Bot 创作于
-
- 3月 29, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 3月 28, 2024
-
-
由 Jennifer Li 创作于
-
- 3月 26, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 3月 25, 2024
-
-
由 Stan Hu 创作于
static_holmes is a fork of the charlock_holmes gem with a single change to make it possible to statically link icu4c libraries via the `--enable-static` config option: https://gitlab.com/gitlab-org/ruby/gems/charlock_holmes/-/merge_requests/2 For macOS users, whenever Homebrew updates icu4c, charlock_holmes gem stops working because the old dynamically linked library is removed. With this change, those upgrade problems will go away. Note that `--enable-static` only works on macOS. Ubuntu Linux doesn't compile the static library with position-independent code (`-fPIC`), so link errors result if `--enable-static` is used. Relates to https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/2062 Changelog: changed
-
- 3月 24, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 3月 23, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 3月 22, 2024
-
-
由 Stan Hu 创作于
This fixes a regression in v0.21.0 when no Sentinel masters can be resolved: https://github.com/redis-rb/redis-client/pull/183 Changelog: fixed
-
由 GitLab Renovate Bot 创作于
-
- 3月 21, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 3月 20, 2024
-
-
由 Thomas Hutterer 创作于
-
- 3月 19, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 3月 18, 2024
-
-
由 Fabien Catteau 创作于
Update Continuous Vulnerability Scanning so that it recovers from version parsing errors, and log these errors along with the corresponding projects. Prior to this change, invalid versions halted the scan altogether. EE: true Changelog: fixed
-
- 3月 16, 2024
-
-
由 Stan Hu 创作于
`send_file_upload` attempts to set `response-content-type` via a `query` parameter, but this previously only worked for fog-aws and fog-google. For Azure, we need to convert this `query` parameter for the Azure Blob Storage client, which uses the `content_type` argument to a SAS `rsct` parameter. This is done in https://gitlab.com/gitlab-org/ruby/gems/gitlab-fog-azure-rm/-/merge_requests/44. Previously the dependency proxy did not work since the `gitlab-fog-azure-rm` did not convert this `query` argument properly. This change makes the dependency proxy work with Azure Blob Storage. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/352551 Changelog: fixed
-
- 3月 14, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 3月 13, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 3月 12, 2024
-
-
由 GitLab Renovate Bot 创作于
-
- 3月 08, 2024
-
-
由 Thong Kuah 创作于
Both gems failed to complied in Macos arm64-apple-darwin23.3.0 on some team member's machine.
-
- 3月 07, 2024
-
-
由 bmarjanovic 创作于
-
由 bmarjanovic 创作于
-
由 GitLab Renovate Bot 创作于
-
由 GitLab Renovate Bot 创作于
-
由 Thong Kuah 创作于
This is to fix errors for some team members with `read_until_eof_error` in the buffer_class.c file.
-
- 3月 06, 2024
-
-
由 wang yadong 创作于
Gitaly is in the process of converting to structured errors for the `UserRevert` RPC, which allow more detailed errors to be returned to Rails. Close: https://gitlab.com/gitlab-org/gitaly/-/issues/5753
-