- May 08, 2023
-
-
Changelog: removed
-
- May 04, 2023
-
-
Peter Leitzen authored
We have to ensure that input which is not conforming the RFC (e.g. in case email address is truncated) is still obfuscated properly.
-
Sincheol (David) Kim authored
-
Vitali Tatarintev authored
Fix Layout/ArgumentAlignment offenses in models
-
- May 03, 2023
-
-
Joe Woodward authored
Adds more coverage to shared protected ref access examples Removes ProtectedRefAccess specs Adds ee spec coverage for ProtectedBranch access levels Related to #12776
-
Robert May authored
-
Robert May authored
-
Robert May authored
-
This change is part of #355896 to move all GitLab for Slack app code to Core. This MR moves: - The `slack/trigger` API endpoint - Related handling code
-
- May 02, 2023
-
-
Miguel Rincon authored
Previously the alert when a runner is linked to a project used a "notice" style, this changes the feedback to have a "success" style. Changelog: changed
-
This change is part of #355896 to move all GitLab for Slack app code to Core. This MR moves: - The `integrations/slack/events` and `integrations/slack/interactions` API endpoints - Related handling services and workers
-
Adds the AbuseReportApp for displaying an Abuse Report Changelog: added
-
Peter Leitzen authored
-
Vitali Tatarintev authored
Fix Layout/ArgumentAlignment offenses in spec/services/app_sec
-
Vijay Hawoldar authored
Fixes the rubocop ambiguous operator violation in the Namespaces::Storage::RootSize class
-
- May 01, 2023
-
-
-
Vijay Hawoldar authored
Removes the Rubocop todo for a class (Namespaces::Storage::CliNotification) which was recently removed
-
Vijay Hawoldar authored
Fixes the rubocop strong memoize violation in the Namespaces::Storage::RootExcessSize class
-
Vijay Hawoldar authored
Fixes the unused block arg rubocop violation in Namespace::RootStorageStatistics
-
Vijay Hawoldar authored
Relocates the EE::Gitlab::Namespaces::Storage::Enforcement class to live alongside it's counterparts in `ee/app/models/namespaces/storage`. This is consistent with the other classes, e.g. `RootSize` and also similar features such as the FreeUserCap classes.
-
- Apr 30, 2023
-
-
Joe Woodward authored
Removes admin override for ProtectedBranch push ProtectedBranch merge ProtectedBranch unprotect ProtectedTag create Related to #12776 Changelog: changed
-
- Apr 28, 2023
-
-
Changelog: added
-
Peter Leitzen authored
This cop ensures that only static strings are passed to gettext translation methods `_()`, `s_()`, `n_()`, `N_()`. Any kind of interpolation, formatting, or concatenation is disallowed. The following definitions are allowed: * Local variables * Method calls which are not mentioned above * Constants Generate TODOs for pending offenses in Ruby code.
-
This uses an external source of truth at https://gitlab-org.gitlab.io/quality/engineering-productivity/fast-quarantine/rspec/fast_quarantine-gitlab.txt so that we'll be able to quickly & temporarily qurantine problematic tests without having to open/merge a merge request. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Ensures the pre-enforcement storage banner will re-display to users 14 days after being dismissed
-
- Apr 27, 2023
-
-
Mayra Cabrera authored
This reverts commit 1e4b1709, reversing changes made to 7e409bcb.
-
Joe Woodward authored
The user and group associtations for ProtectedRefAccess classes only exist in EE so these scopes are invalid in CE. Calling them would raise errors.
-
Michał Zając authored
Changelog: removed EE: true
-
Kasia Misirli authored
CreateCrossProjectPipelineWorker has been replaced by CreateDownstreamPipelineWorker in #11081 and so the former has been scheduled for removal. Changelog: deprecated
-
Vitali Tatarintev authored
Fix Layout/ArgumentAlignment offenses in services/notes
-
Vitali Tatarintev authored
Fix Layout/ArgumentAlignment offenses in requests/projects
-
All the wiki_blobs will get migrated to a new separate wiki index. Any newly created project_wikis will get indexed on this new index. Project wiki search will happen in the new index. Changelog: changed MR: !107365 EE: true
-
- Apr 26, 2023
-
-
Brian Williams authored
-
We are already using Sidekiq Memory Watchdog for several releases by default Changelog: removed
-
-
- Apr 25, 2023
-
-
Rodrigo Tomonari authored
The import was deprecated 15.8 and is now being removed Changelog: removed
-
Vitali Tatarintev authored
Fix Layout/ArgumentAlignment in shared_contexts
-
Vitali Tatarintev authored
Fix Layout/ArgumentAlignment offenses in shared_examples/requests
-
Vitali Tatarintev authored
-
Peter Leitzen authored
-