- 08 Apr, 2022 18 commits
-
-
Max Woolf authored
When a sidekiq job creates an audit event during its running, it'll create the event when the job was executed, not enqueued. When this happens, we should allow the creating service to override the value. This commit adds the ability to set a specific time for when an audit event was created. By default this will default to Time.zone.now (the current behaviour) so there is no breaking change. Changelog: fixed
-
Peter Leitzen authored
Fix Style/EachWithObject offenses See merge request gitlab-org/gitlab!83823
-
Jan Provaznik authored
Explore topics: find topic by case insensitive name for detail page See merge request gitlab-org/gitlab!84064
-
Jonas Wälter authored
Changelog: changed
-
Matthias Käppler authored
Fix Licensee::InvalidLicense exception See merge request gitlab-org/gitlab!84344
-
Marcel Amirault authored
Add information about reviewing Auth related code See merge request gitlab-org/gitlab!84586
-
Jarka Košanová authored
-
Igor Drozdov authored
Explicitly require licensee/license file in order to use Licensee::InvalidLicense class defined in https://github.com/licensee/licensee/blob/v9.14.1/lib/licensee/license.rb#L6 The problem is that nested classes are not automatically preloaded which may lead to uninitialized constant exception being raised: https://gitlab.com/gitlab-org/gitlab/-/issues/356658 The exception is usually raised in dev environment causing inconvenience Changelog: fixed
-
James Fargher authored
Create unique index on projects namespace_id and name See merge request gitlab-org/gitlab!83884
-
Adam Hegyi authored
Reconfigure DB load balancing connection on code reload See merge request gitlab-org/gitlab!84528
-
charlie ablett authored
Move gitlab_subscription file See merge request gitlab-org/gitlab!84484
-
Andy Soiron authored
Remove bitmap creation housekeeping option See merge request gitlab-org/gitlab!83984
-
Dylan Griffith authored
Introduce API method for payment validation See merge request gitlab-org/gitlab!84296
-
Dylan Griffith authored
Implement migration skipping when `RestrictGitlabSchema` is used See merge request gitlab-org/gitlab!83121
-
Marcel Amirault authored
Add link to known issue for SAML Support in Okta Application See merge request gitlab-org/gitlab!84652
-
Krasimir Angelov authored
Add repository size to Plan Limits See merge request gitlab-org/gitlab!83819
-
Kerri Miller authored
Revert mergeability check changes See merge request gitlab-org/gitlab!84669
-
Stan Hu authored
This reverts merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/82465 because it is causing merge requests to be approved before a merged results pipeline can be run. Related to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/6788 Changelog: fixed
-
- 07 Apr, 2022 22 commits
-
-
Doug Stull authored
Add the ability to parse CWE/cwe-{number} and {number} format for external identifier for security training url See merge request gitlab-org/gitlab!84313
-
Mayra Cabrera authored
Revert "Merge branch '301124-merge-request-setting-audit-events' into 'master'" See merge request gitlab-org/gitlab!84653
-
Marcel Amirault authored
Moved version history notes See merge request gitlab-org/gitlab!84625
-
Marcel Amirault authored
Small update to put steps on same line See merge request gitlab-org/gitlab!84628
-
Harsimar Sandhu authored
This reverts merge request !83922
-
Dan Davison authored
Dequarantine search UI tests See merge request gitlab-org/gitlab!84426
-
Mayra Cabrera authored
Add missing authorization for `SecurityTrainingUrls` See merge request gitlab-org/gitlab!84425
-
Christopher Guitarte authored
-
Peter Hegman authored
Remove jest test callbacks from IDE specs See merge request gitlab-org/gitlab!84477
-
Vitaly Slobodin authored
Jest 27 does not support the test callback anymore so the following code is no longer valid: ``` it('test', (done) => { /* code */ }) ```
-
Suzanne Selhorn authored
Add macOS Monterey to VM images for macOS - docs See merge request gitlab-org/gitlab!84648
-
Darren Eastman authored
-
Andrew Fontaine authored
Fix missing clear cache text inside the dependency proxy dropdown See merge request gitlab-org/gitlab!84620
-
Peter Hegman authored
Replace GlAvatar shape prop 'rect' and 'circle' with constants. See merge request gitlab-org/gitlab!84510
-
Mikhail authored
-
Andrew Fontaine authored
Fix for code search bug in Safari when zoomed See merge request gitlab-org/gitlab!84363
-
Andrew Fontaine authored
Move incident metrics logic to shared location See merge request gitlab-org/gitlab!84121
-
Sean Arnold authored
-
Chloe Liu authored
E2E: Large repo gitlab migration test See merge request gitlab-org/gitlab!84450
-
Andrejs Cunskis authored
-
Vitaly Slobodin authored
Revert "Merge branch '350646-use-statistics-block' into 'master'" See merge request gitlab-org/gitlab!84635
-
Subashis authored
Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/84313 EE: true
-