该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 05, 2024
-
-
由 ochorocho 创作于
-
- 9月 03, 2024
-
- 8月 30, 2024
-
- 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
-
- 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
-
- 5月 09, 2024
-
-
由 Stan Hu 创作于
One of the Sidekiq Web UI test attempts to test that the latency shown in the queues page is 0.0. However, if there is some slowness on the runner the latency could tick up to a second, causing the test to fail. Avoid this flakiness by stubbing `Time.now` so that we guarantee that the latency will always remain at 0. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/460842
-
- 5月 07, 2024
-
- 5月 03, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 23, 2024
-
-
由 Roger Meier 创作于
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/407398 Changelog: removed
-
- 4月 17, 2024
-
-
由 ochorocho 创作于
-
- 3月 29, 2024
-
-
由 Javiera Tapia 创作于
-
- 3月 05, 2024
-
-
由 Jochen 创作于
-
- 2月 23, 2024
-
-
由 bmarjanovic 创作于
Changelog: changed
-
- 2月 16, 2024
-
-
由 Stan Hu 创作于
RubyGems 3.5.6 dropped `Bundler::URI` in favor of a vendored `Gem::URI`: https://github.com/rubygems/rubygems/pull/7386 As a result, if you attempt to run bundle exec bundler-checksum init on a system with RubyGems 3.5.6, it will fail with an `undefined method` error. Changelog: fixed
-
- 2月 13, 2024
-
-
由 Paul Gascou-Vaillancourt 创作于
This ensures that `data` is defined in the vendored jquery.endless-scroll. This fixes a bug where endless scroll would not work in development when using Vite instead of Webpack.
-
- 2月 03, 2024
-
-
由 Stan Hu 创作于
This pulls in https://github.com/attr-encrypted/attr_encrypted/pull/439. Removing this support allows tests to pass with Ruby 3.2. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/409397
- 2月 02, 2024
-
-
由 Stan Hu 创作于
We vendored Sidekiq in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143563 to fix Redis 6.0 compatibility. However, we should test our changes against Redis 6.2 and 7.0 to ensure we didn't break anything.
-
由 Stan Hu 创作于
We vendored Sidekiq in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/142986. However, in Cloud Native GitLab, `git` isn't present, and the Git data isn't available, so we cannot rely on this.
-