该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 17, 2025
-
-
由 Sangwoo Han 创作于
-
- 1月 23, 2025
-
-
Changelog: changed
-
- 1月 22, 2025
-
-
由 Peter Leitzen 创作于
It's no longer needed since Ruby 3.2+ and we dropped Ruby 3.1 some time ago.
-
- 1月 14, 2025
-
-
由 Stan Hu 创作于
This is needed to support Ruby 3.3.
-
- 1月 09, 2025
-
-
由 Jochen 创作于
-
- 1月 07, 2025
-
-
由 Dominic Couture 创作于
This update fixes CVE-2024-54133. We are not vulnerable to it at the moment but this prevents a regression in the future. Changelog: security
-
- 12月 05, 2024
-
-
由 Dominic Couture 创作于
It fixes several CVEs related to regular expression denial of service vulnerabilities. We were not affected by them thanks to the mitigations in Ruby 3.2 but this upgrade will prevent the CVEs from showing up in vulnerability scanning results. Changelog: security
-
- 12月 01, 2024
-
-
由 Jessie Young 创作于
* We were vendoring the gem before in order to fix version dependency issues with doorkeepeer (before it didn't support 5.8), see https://gitlab.com/gitlab-org/gitlab/-/merge_requests/173481 * Those version dependency issues were fixed in https://github.com/doorkeeper-gem/doorkeeper-openid_connect/pull/214 * Those change were released with v 1.8.10 of the gem
-
- 11月 25, 2024
-
-
由 Jessie Young 创作于
* This requires us to vendor doorkeeper-openid_connect until https://github.com/doorkeeper-gem/doorkeeper-openid_connect/pull/213 is merged * We are updating Doorkeeper in order to use the dynamic scopes feature https://github.com/doorkeeper-gem/doorkeeper/pull/1739 * https://my.diffend.io/gems/doorkeeper/5.7.1/5.8.0 Changelog: changed
-
- 11月 05, 2024
-
-
由 Rodrigo Tomonari 创作于
Updates Sidekiq Reliable Fetcher to trigger the `sidekiq_interruptions_exhausted` callback if defined in the job when the maximum number of interruptions is reached.
-
- 10月 17, 2024
-
-
由 Heinrich Lee Yu 创作于
-
由 Omar Qunsul 创作于
- bea051e: Adding Prometheus Metrics to the HTTP Requests - dcd7ecb: Exposes GetCell API, with sequence range info - 01e3c70: ci: Bump Git version to 2.45 in CI image - fd9886c: Add Linting to Topology Service CI/CD - dee7d9a: Adds status-based headers Changelog: other
-
- 10月 11, 2024
-
-
由 Jochen 创作于
-
- 10月 10, 2024
-
-
由 Lukas Eipert 创作于
We only use a handfull of bootstrap JavaScript in the GitLab project. The CSS already has been vendored into GitLab UI: https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/4333 In order to be able to remove the bootstrap dependency we vendor the remaining used JS files and adjust the imports.
-
- 9月 05, 2024
-
-
由 ochorocho 创作于
-
- 9月 03, 2024
-
-
由 Stan Hu 创作于
This reverts merge request !164440
-
- 8月 30, 2024
-
-
由 Stan Hu 创作于
Drop test/web_test.rb since this change was shipped in Sidekiq 7.3.1.
-
由 Stan Hu 创作于
This update was generated by running: ``` cd gitlab/vendor/gems/sidekiq scripts/update-sidekiq 7.3.1 . ```
-
由 Stan Hu 创作于
This will make it easier to update Sidekiq in the future by running: ``` cd gitlab/vendor/gems/sidekiq scripts/update-sidekiq 7.3.1 . ```
-
由 Stan Hu 创作于
This reduces the number of changes we need to make each time we update Sidekiq.
-
- 8月 28, 2024
-
-
由 Sylvester Chin 创作于
Changes in test/web_test.rb are introduced in https://github.com/sidekiq/sidekiq/commit/94b998bff90ee4dd2e29a6be07e8c7fd1d27a89c.
-
- 8月 27, 2024
-
-
由 Jonston Chan 创作于
Changelog: other
-
由 Jonston Chan 创作于
Changelog: other
-
- 8月 08, 2024
-
-
由 Omar Qunsul 创作于
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/451052 Changelog: added
-
- 8月 07, 2024
-
-
由 Jessie Young 创作于
* This will be used by the API endpoint being added in: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/159569 * Using RPC added in https://gitlab.com/gitlab-org/duo-workflow/duo-workflow-service/-/merge_requests/12 * Ruby client here is copied over from files added in https://gitlab.com/gitlab-org/duo-workflow/duo-workflow-service/-/merge_requests/29 * To test: * Run Gitlab via GDK * Run Duo Workflow Service server (`poetry run python -m duo_workflow_service.server`) * In gitlab rails console, run: `Ai::DuoWorkflow::DuoWorkflowService::Client.new(duo_workflow_service_url: "localhost:50052", current_user: User.first).generate_token` * The returned token can be used to authenticate requests to the Duo Workflow Service * Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/471898
-
- 7月 31, 2024
-
-
由 Igor Drozdov 创作于
-
- 7月 26, 2024
-
-
由 Omar Qunsul 创作于
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/451052 Changelog: added
-
- 7月 16, 2024
-
-
由 Lukas 'ai-pi' Eipert 创作于
They did things [0], I debugged things and wrote probably horrible ruby code along the way. [0]: https://github.com/rubygems/rubygems/pull/7678
-
- 7月 11, 2024
-
-
由 Michael Kozono 创作于
-
- 7月 04, 2024
-
-
由 Michael Kozono 创作于
Sidekiq and GitLab promise each job runs *at least once*. They do not promise that each job runs exactly once.
-
- 6月 27, 2024
-
-
Changelog: changed
-
- 6月 18, 2024
-
-
由 Smriti Garg 创作于
This test is failing as per issue https://gitlab.com/gitlab-org/quality/engineering-productivity/master-broken-incidents/-/issues/6939 Looks like a flaky test, hence quarantining for now Changelog: fixed
-
- 6月 10, 2024
-
-
由 Jochen 创作于
-
- 6月 07, 2024
-
-
由 Alper Akgun 创作于
-
由 bmarjanovic 创作于
Changelog: changed
-
- 6月 06, 2024
-
-
由 Peter Leitzen 创作于
Move them into a separate so it can be included by templates or projects.
-
- 6月 05, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 5月 24, 2024
-
-
由 Stanislav Lashmanov 创作于
-
由 Sameer Kamani 创作于
-
- 5月 13, 2024
-
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/project-templates/express/-/issues/14 Changelog: other
-