该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 12月 12, 2023
-
-
由 Ahmed Hemdan 创作于
This commit update `gitlab-secret_detection` gem with some minor changes to work nicely for the changes introduced in other commits in this merge request.
-
- 12月 06, 2023
-
-
由 Serena Fang 创作于
- Introduce Interfaces for Push Check to invoke Secret Detection - Add Gitleaks Ruleset file consisting rules for scanning SD - Add tests to confirm Secret Detection behaviour
-
- 12月 04, 2023
-
- 11月 22, 2023
-
-
由 Kamil Trzciński 创作于
-
由 Kamil Trzciński 创作于
This moves two spec helpers into `gitlab-rspec`.
-
- 11月 14, 2023
-
-
由 Furkan Ayhan 创作于
Running external methods can allocate I/O bound resources (like PostgreSQL connection or Gitaly). This is forbidden when running within a concurrent Ruby thread, for example `async` HTTP requests provided by the `gitlab-http` gem. Changelog: other
-
由 Serena Fang 创作于
Changelog: added
-
- 11月 11, 2023
-
-
由 Stan Hu 创作于
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/135760 introduced a new gitlab-backup-cli gem, but it executed `git`, which is not present in Cloud Native GitLab. Fix this by avoiding `git` and fixing the Rubocop rules to inherit from the parent gems config. Changelog: changed
-
由 Gabriel Mazetto 创作于
This change does not require semver_dialects, it was updated in order to unblock access to newer thor versions.
-
- 11月 10, 2023
-
-
由 Linjie Zhang 创作于
-
- 11月 07, 2023
-
-
由 Furkan Ayhan 创作于
When using the `gitlab-http` gem, you can pass the `async: true` option and get a `Concurrent::Promise` object. Since there is no business logic and external connection inside the async calls, it is thread-safe.
-
- 11月 03, 2023
-
-
由 Doug Stull 创作于
- move the check to the left a bit and allow developer to detect the issue quicker before danger.
-
- 10月 23, 2023
-
-
由 Peter Leitzen 创作于
-
- 10月 20, 2023
-
-
由 Dzmitry Meshcharakou 创作于
-
- 10月 19, 2023
-
-
由 Gosia Ksionek 创作于
-
- 10月 13, 2023
-
-
由 Peter Leitzen 创作于
Unite RSpec/InvalidFeatureCategory and RSpec/MissingFeatureCategory into RSpec/FeatureCategory. This not only reduces the amount of code but also side-steps potential confusion with RuboCop rule Gemfile/MissingFeatureCategory.
-
- 10月 12, 2023
-
-
由 dfrazao-gitlab 创作于
When the default value is false the schema validation is reporting a wrong inconsistency. Changelog: fixed Relates to: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/133322
-
- 10月 11, 2023
-
-
由 Vladimir Shushlin 创作于
-
- 10月 10, 2023
-
-
由 Leonardo da Rosa 创作于
It exclude indexes that were created by constraints from schema validations gem Changelog: fixed
-
由 Albert Salim 创作于
-
由 Furkan Ayhan 创作于
- Move the existing HTTP lib to LegacyHTTP - Use the existing HTTP file to switch between HTTP and LegacyHTTP via the new feature flag use_gitlab_http_v2 - Adjust test files according to the new changes These changes are behind the feature flag use_gitlab_http_v2
-
- 10月 09, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10月 05, 2023
-
-
由 Marius Bobin 创作于
Optimistic locking is overriding the query_constraints method and our patch was overriding it instead of overriding the original method and the locking_version attribute was lost during the update Changelog: fixed
-
- 9月 28, 2023
-
-
由 Lin Jen-Shin 创作于
-
由 Pedro Pombeiro 创作于
Use Tempfile.create instead of Tempfile.open
-
- 9月 27, 2023
-
-
由 Jon Jenkins 创作于
In order to support running of migrations in milestone order, this commit adds some of the necessary classes and tests to make this work.
-
- 9月 26, 2023
-
-
由 charlie ablett 创作于
- Monkeypatch on ActiveRecord::Base
-
- 9月 25, 2023
-
-
由 Furkan Ayhan 创作于
For an easy migration, in this step we are replacing all UrlBlocker::BlockedUrlError exceptions with HTTP_V2::UrlBlocker::BlockedUrlError
-
由 Furkan Ayhan 创作于
- Adding the gem to the Gemfile - Initializing it and require its dependencies - Removing the old patches
-
- 9月 13, 2023
-
-
由 Furkan Ayhan 创作于
-
由 Adam Hegyi 创作于
This change implements periodical sync worker for events data.
-
由 Furkan Ayhan 创作于
- Copy the contents and requirements of lib/gitlab/http.rb into the new gitlab-http gem. - While lib/gitlab/http.rb is using Gitlab::HTTP, the gitlab-http gem is using Gitlab::Http. So, we can gradually migrate to the gem.
-
- 9月 11, 2023
-
-
由 Thong Kuah 创作于
1. Use the database when running this specs 2. Add a RSpec context
-
- 9月 08, 2023
-
-
由 charlie ablett 创作于
- STDOUT by default, but a logger and log proc can be specified via configuration - Add structured log configuration for logging dev/test
-
- 9月 04, 2023
-
-
由 Vladimir Shushlin 创作于
Also add specs for formatter
-
- 8月 29, 2023
-
-
由 Diogo Frazão 创作于
The `to_h` will return a hash with the following fields: - type - object_type - table_name - object_name - structure_sql_statement - database_statement Relates to: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129822 Changelog: added
-
由 Adam Hegyi 创作于
-
- 8月 24, 2023
-
-
由 Adam Hegyi 创作于
This change allows redacting placeholders from raw SQL statements for the ClickHouse database.
-
- 8月 07, 2023
-
-
由 Adam Hegyi 创作于
This change enables request and response compression for the ClickHouse client.
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-