该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 29, 2022
-
-
由 Jonathan Schafer 创作于
-
由 Kerri Miller 创作于
Fix bug in U2fRegistration after_update callback See merge request gitlab-org/gitlab!93391
-
由 Jessie Young 创作于
* In a pipeline for a separate MR, rspec undercover flagged that this was not tested: https://gitlab.com/gitlab-org/gitlab/-/jobs/2778676259 * Specs for the existing behavior revealed that this callback was not called as expected due to the activerecord dirty condition * In ActiveRecord 5.1, the following deprecation message was added: DEPRECATION WARNING: The behavior of `attribute_changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_change_to_attribute?` instead. * Starting with Rails 5.2 (we are currently on Rails 6.1.6.1), within an `after_update` callback, `attribute_changed?` now returns `false` even if the attribute was changed. * So in this case, changes to the `counter` attribute were not triggering this callback. * Updating the callback to `saved_change_to_<attribute>` fixes the issue: https://github.com/rails/rails/blob/04972d9b9ef60796dc8f0917817b5392d61fcf09/activerecord/lib/active_record/attribute_methods/dirty.rb#L86-L92
-
由 Allison Browne 创作于
Add auditor access for group runners See merge request gitlab-org/gitlab!91553
-
由 Kent Japhet Ballon 创作于
Allows the auditor user to access the CI/CD runners within a group. Changelog: fixed EE: true
-
由 Paul Slaughter 创作于
Fix: notify locale on merge request unmergeable See merge request gitlab-org/gitlab!92855
-
由 Jeremy Wu 创作于
* Replace raw string to i18n translatable string * Fix the variable referencing Changelog: fixed
-
由 Kerri Miller 创作于
Resolve "API Support for Immediate Group Deletion" See merge request gitlab-org/gitlab!92508
-
由 GitLab Bot 创作于
-
- 7月 28, 2022
-
-
由 Tetiana Chupryna 创作于
GraphQL: Support deprecating type names See merge request gitlab-org/gitlab!93105
-
由 Pedro Pombeiro 创作于
Using lazy evaluation prevents clearing out data for tests
-
由 Frédéric Caplette 创作于
Migrate tests tab to vue pipeline tabs See merge request gitlab-org/gitlab!93214
-
由 Miranda Fluharty 创作于
Add necessary data to helpers, pass it along in pipeline_tabs Only register the module in test_reports if feature flag is not enabled
-
由 GitLab Bot 创作于
-
由 Jose Ivan Vargas 创作于
Show configured DAST profile details on DAST Security Configuration See merge request gitlab-org/gitlab!93238
-
由 Jannik Lehmann 创作于
Remove unnecessary template See merge request gitlab-org/gitlab!93434
-
由 Vasilii Iakliushin 创作于
Autocomplete API improvement See merge request gitlab-org/gitlab!93106
-
由 Dmitry Gruzd 创作于
-
由 Alper Akgun 创作于
Fix `updated_at` for snippet on git push See merge request gitlab-org/gitlab!93085
-
由 Avinash Upadhyaya 创作于
-
由 GitLab Bot 创作于
-
由 Matthias Käppler 创作于
MR Widget Extension Telemetry - `WidgetCodeQuality` See merge request gitlab-org/gitlab!93333
-
由 Kati Paizee 创作于
Remove link to Groups page from Manage groups See merge request gitlab-org/gitlab!93457
-
由 Fiona Neill 创作于
-
由 Thong Kuah 创作于
Remove a small number of hardcoded passwords in requests specs See merge request gitlab-org/gitlab!93059
-
由 GitLab Bot 创作于
-
由 Pavel Shutsin 创作于
Move create-pipeline-service rules tests See merge request gitlab-org/gitlab!93225
-
由 Peter Leitzen 创作于
Add link for nil link text See merge request gitlab-org/gitlab!93345
-
由 Lin Jen-Shin 创作于
Update auth codeowner group See merge request gitlab-org/gitlab!92784
-
由 Achilleas Pipinellis 创作于
Move note for upgrade patch closer to the paths table See merge request gitlab-org/gitlab!92833
-
由 Anton Starovoytov 创作于
-
由 Thong Kuah 创作于
Add allowlisted users to git anti-abuse service See merge request gitlab-org/gitlab!91181
-
由 Artur Fedorov 创作于
-
由 Artur Fedorov 创作于
This MR allows user to see saved profiles for DAST configuration. Now user can see saved profiles when refreshes page Changelog: changed EE: true
-
由 charlie ablett 创作于
Add file upload delete endpoint See merge request gitlab-org/gitlab!92791
-
由 Jan Provaznik 创作于
Allows to delete file upload in a project or group. Changelog: added
-
由 GitLab Bot 创作于
-
由 Rajendra Kadam 创作于
-
由 Mark Florian 创作于
Merge branch '368911-webpack-minimization-prevents-yaml-merge-function-from-identifying-node-type-correctly' into 'master' Remove constructor.name query in yaml merge utility See merge request gitlab-org/gitlab!93364
-