该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 25, 2024
-
-
由 Bojan Marjanovic 创作于
Changelog: added
-
由 Sahil Sarawagi 创作于
This commit removes deprecated StoreSecurityReportsWorker class file. It also regenerates the Sidekiq queue configuration file. Changelog: removed Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/467944
-
由 Dmitry Gruzd 创作于
Changelog: changed EE: true
-
- 7月 24, 2024
-
-
- Remove Packages::Composer::CacheFile model. - Remove composer cache file sidekiq workers. - Remove composer cache file creator. - Remove composer cache file database records. Changelog: removed
-
由 moaz-khalifa 创作于
This MR aims to fix three issues in Packages::Nuget::SearchResultsPresenter class: - Fix n+1 queries issue - Avoid unnecessary query if results are empty - Reduce the number of iterations over results to only one Changelog: performance
-
由 Sheldon Led 创作于
-
由 bmarjanovic 创作于
Changelog: fixed
-
由 syasonik 创作于
The Metrics Dashboard (used for monitoring apps deploying using gitlab) was deprecated in 14.7 and removed from the product in 16.0. This commit cleans up a portion of the dead code. https://gitlab.com/groups/gitlab-org/-/epics/10107
-
由 syasonik 创作于
The Metrics Dashboard (used for monitoring apps deploying using gitlab) was deprecated in 14.7 and removed from the product in 16.0. This commit cleans up a portion of the dead code. https://gitlab.com/groups/gitlab-org/-/epics/10107
-
- 7月 23, 2024
-
-
由 Rutger Wessels 创作于
Only in rspec context
-
由 Arturo Herrero 创作于
-
由 Terri Chu 创作于
-
- 7月 22, 2024
-
-
由 Bekir Kagan YILDIZ 创作于
Co-authored-by:
Luke Duncalfe <lduncalfe@gitlab.com>
-
- 7月 20, 2024
-
-
由 Terri Chu 创作于
This migration marks the 20230901120542 ForceReindexCommitsFromMainIndex Advanced search migration as obsolete. [Search for references to `force_reindex_commits_from_main_index` in code](https://gitlab.com/search?project_id=278964&scope=blobs&search=force_reindex_commits_from_main_index®ex=false)) At the moment, the `gitlab-housekeeper` is not always capable of removing all references so you must check the diff and pipeline failures to confirm if there are any issues. It is the responsibility of the assignee (picked from ~"group::global search") to push those changes to this branch. [Read more](https://docs.gitlab.com/ee/development/search/advanced_search_migration_styleguide.html#deleting-advanced-search-migrations-in-a-major-version-upgrade) about the process for marking Advanced search migrations as obsolete. All Advanced search migrations must have had at least one [required stop](https : // docs.gitlab.com / ee / development / database / required_stops.html) to process the migration. Therefore we mark any Advanced search migrations added before the last required stop as obsolete. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::MarkOldAdvancedSearchMigrationsAsObsolete keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other EE: true
-
由 Terri Chu 创作于
This migration marks the 20230720000000 ReindexWikisToFixRouting Advanced search migration as obsolete. [Search for references to `reindex_wikis_to_fix_routing` in code](https://gitlab.com/search?project_id=278964&scope=blobs&search=reindex_wikis_to_fix_routing®ex=false)) At the moment, the `gitlab-housekeeper` is not always capable of removing all references so you must check the diff and pipeline failures to confirm if there are any issues. It is the responsibility of the assignee (picked from ~"group::global search") to push those changes to this branch. [Read more](https://docs.gitlab.com/ee/development/search/advanced_search_migration_styleguide.html#deleting-advanced-search-migrations-in-a-major-version-upgrade) about the process for marking Advanced search migrations as obsolete. All Advanced search migrations must have had at least one [required stop](https : // docs.gitlab.com / ee / development / database / required_stops.html) to process the migration. Therefore we mark any Advanced search migrations added before the last required stop as obsolete. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::MarkOldAdvancedSearchMigrationsAsObsolete keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other EE: true
-
- 7月 19, 2024
-
-
由 Martin Čavoj 创作于
With this change, custom CI action in Scan execution policies will be ignored. Changelog: removed EE: true
-
- 7月 18, 2024
-
-
由 Doug Stull 创作于
- move some items into model layer - general refactoring
-
- 7月 17, 2024
-
-
由 Gerardo Navarro 创作于
- Apply table syntax `where` block for `hostname` context - Remove unnecessary declarations, e.g. `using RSpec::Parameterized::TableSyntax` Changelog: other
-
由 Terri Chu 创作于
This commit adds a new RuboCop rule `Gitlab/NoFindInWorkers` to prevent the use of `.find` in workers. It also enabled "grace period" and generated TODOs. Co-authored-by:
Peter Leitzen <pleitzen@gitlab.com>
-
- 7月 16, 2024
-
-
由 Marc Shaw 创作于
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/159194
-
由 Arturo Herrero 创作于
Changelog: changed EE: true
-
由 Anton Kalmykov 创作于
Closes: https://gitlab.com/gitlab-org/gitlab/-/issues/460211 Changelog: changed
-
由 Rajendra Kadam 创作于
Create execution config from run config and associate with build Sent run keyword value in job response Add specs for new changes Add feature flag `pipeline_run_keyword` to derisk prod deployment Add specs to cover feature flag changes Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146333
-
- 7月 15, 2024
- 7月 13, 2024
-
-
由 Terri Chu 创作于
-
- 7月 11, 2024
-
-
由 Lukas Wanko 创作于
- Renamed `ProvisionCodeSuggestionsService` to `ProvisionAddOnService` and generalized it to handle any add-on provisioning. - Updated references and tests across relevant files (`activate_service.rb`, `destroy_service.rb`, `sync_seat_link_request_worker.rb`, and their respective specs) to reflect this change. - Introduced dynamic naming and querying for add-ons based on parameters to enhance flexibility and maintainability. EE: true
-
由 Bekir Kagan YILDIZ 创作于
-
由 Marc Shaw 创作于
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/157572 Changelog: removed
-
- 7月 10, 2024
-
-
由 Tamsil Sajid Amani 创作于
-
- 7月 09, 2024
-
-
由 Rohit Kala 创作于
Changelog: other
-
由 Laura Montemayor 创作于
* Add the ignore_column for `stage` * Remove the service from rubocop_todo * Remove `stage` from clone_accessors in job models Changelog: removed
-
由 Panos Kanellidis 创作于
Changelog: other EE: true
-
由 Terri Chu 创作于
Changelog: changed EE: true
-
- 7月 08, 2024
-
-
由 Angelo Gulina 创作于
At this time, we will allow for edge cases in BSO scenarios, and will not put namespaces in read-only state.
-
由 Sheldon Led 创作于
GitlabSubscriptionHistory now tracks `seats_in_use` changes for subscriptions attached to a namespace Changelog: changed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157311 EE: true
-
由 Raj Sodhi 创作于
Co-authored-by:
Heinrich Lee Yu <heinrich@gitlab.com>
-
- 7月 06, 2024
-
-
由 Panos Kanellidis 创作于
Changelog: other
-
- 7月 04, 2024
-
-
由 Deepak Kumar 创作于
Style/Lambda offenses fixed across 64 files Changelog: other EE: true
-
由 Jay Montal 创作于
- Feature flag controlled an experiment - Experiment deemed invalidated, as such we want to remove this feature completely Changelog: removed EE: true
-