- Feb 05, 2024
-
-
Douglas Barbosa Alexandre authored
This code is not being used since the hashed storage migration has already been enforced, and the Geo legacy replication code has been removed. Changelog: removed EE: true
-
- Dec 08, 2023
-
-
Changelog: changed
-
- Nov 10, 2023
-
-
Creates todo files for the following RuboCop rules: * Gemspec/DeprecatedAttributeAssignment * Performance/StringInclude * Performance/StringReplacement * RSpec/NamedSubject * RSpec/SpecifyExpected * Style/ArgumentsForwarding * Style/BlockDelimiters * Style/RedundantReturn
-
- Oct 19, 2023
-
-
Peter Leitzen authored
This commit removes exclusions from RuboCop TODOs and rspec_order_todo.yml for removed/non-existent files.
-
- Sep 04, 2023
-
-
- Apr 21, 2023
-
-
Removes code, metrics, and documentation for the deprecated Phabricator importer. Changelog: removed
-
- Feb 16, 2023
-
-
Alina Mihaila authored
-
- Dec 09, 2022
-
-
Mohammad Aseem authored
Fix rubocop offenses. Changelog: other EE: true
-
- Nov 30, 2022
-
-
James Fargher authored
The times in backup manager and its specs were inconsistently using local and utc. This caused spec failures at specific times of year depending on the local timezone. So here we make sure to use local timezone everywhere.
-
- Nov 29, 2022
-
-
Ahmad Tolba authored
Merge branch 'secMaster' into 'master' See merge request gitlab-org/security/gitlab!2945 Changelog: security
-
- Nov 28, 2022
-
-
Omar Qunsul authored
Many of the files have been deleted or removed, but not cleaned up from the Rubocop todos before. Changelog: other
-
- Nov 24, 2022
-
-
Valery Sizov authored
As we migrated replication to SSF, it's not needed anymore Changelog: removed
-
- Sep 21, 2022
-
-
Enforce `ci_active_jobs` limit before populating a pipeline. When the limit is exceeded an empty pipeline is persisted instead of a full pipeline. In addition we include bridge jobs in the count of jobs. Feature flag used: `ci_limit_active_jobs_early`. Changelog: other EE: true
-
- Jul 15, 2022
-
-
feistel authored
Rubocop todos contain several fils that have been removed and are no longer there. This MR cleanups the ymls to remove exclusion of files that do not exist. Previous MRs missed exclude rules without enclosing quotes.
-
- Jun 08, 2022
-
-
- May 05, 2022
-
-
Changelog: removed EE: true
-
- Jan 18, 2022
-
-
Aleksei Lipniagov authored
This removes most of the things related to Sherlock. Dependent gems and docs will be removed separately.
-
- Dec 01, 2021
-
-
Peter Leitzen authored
This commit moves all RuboCop configuration from the large `.rubocop_manual_todo.yml` into smaller more focused files within `.rubocop_todo/**/*.yml`. This step enables us to split `.rubocop_todo.yml` later which is very likely needed if we start using `rake rubocop:todo:generate` because it will produce a huge `.rubocop_todo.yml` (due to much higher "exclude limit").
-