summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/migrate_drupal
Commit message (Collapse)AuthorAge
* Issue #3009349 by quietone, benjifisher, danflanagan8, alexpott, ↵catch13 days
| | | | ravi.shankar, smustgrave, mikelutz, catch, godotislate: Move source_module from Migrate to Migrate Drupal
* Issue #3506605 by benjifisher: Move the d8_config source plugin to the ↵catch2025-04-14
| | | | migrate module
* Issue #3224907 by dcam, thhafner: Orphaned state keys after migrate_drupal ↵catch2025-04-09
| | | | uninstall
* Issue #3515715 by quietone: Fix 'DocComment.MissingShort' in Unit testsnod_2025-04-04
|
* Issue #3481778 by nicxvan, oily, dww, quietone, smustgrave, daffie, ↵catch2025-03-16
| | | | longwave, mikelutz: Deprecate functions using ModuleHandler::add()
* Issue #3504776 by quietone, annmarysruthy, vighneshh, oily, smustgrave, ↵nod_2025-03-03
| | | | borisson_: Fix Drupal.Commenting.FunctionComment.MissingReturnComment in extension tests
* Issue #3498302 by quietone, borisson_: Fix ↵nod_2025-03-03
| | | | 'Drupal.Commenting.ClassComment.Missing' in modules
* Issue #3487851 by mondrake, daffie: Replace \PDO::FETCH_* constants to ↵Dave Long2025-02-26
| | | | indicate fetch mode with an enumeration
* Issue #3498297 by shalini_jha, quietone: Fix ↵nod_2025-02-21
| | | | 'Drupal.Commenting.ClassComment.Missing' in test modules
* Issue #3421014 by godotislate, quietone, mstrelan, benjifisher, larowlan, ↵catch2025-02-18
| | | | alexpott, berdir: Convert MigrateSource plugin discovery to attributes
* Issue #3483146 by nicxvan, sourav_paul, vladimiraus, mstrelan, smustgrave: ↵quietone2025-02-18
| | | | Add string return type to all hook_help implementations
* Issue #3464320 by benjifisher, quietone, smustgrave: ↵catch2025-02-17
| | | | Drupal\migrate\Plugin\Migration should provide a way to add dependencies
* Issue #3497410 by quietone, nod_, borisson_: Fix ↵nod_2025-02-16
| | | | DrupalPractice.Objects.GlobalFunction in hooks
* Issue #3497105 by quietone, borisson_: Fix LineLength for inline commentsnod_2025-02-16
|
* Issue #3469836 by quietone, smustgrave, heddn, binoli lalani, alexpott, ↵catch2025-02-14
| | | | mstrelan: Fix "call to undefined' PHPStan-0 issues in migration system
* Issue #3498915 by benjifisher, nicxvan, mondrake: Move content_entity source ↵catch2025-02-03
| | | | plugin to migrate module
* Issue #3258581 by godotislate, nikolay shapovalov, boromino, quietone, ↵catch2025-02-03
| | | | merlin06, benjifisher: Move I18nQueryTrait from content_translation to migrate_drupal
* Issue #3489416 by quietone, lavanyatalwar, shalini_jha, smustgrave, ↵nod_2025-02-03
| | | | borisson_: Fix Drupal.Commenting.FunctionComment.MissingReturnComment in non-tests
* Issue #3488834 by quietone, smustgrave: Remove Ban module from migration ↵catch2025-01-23
| | | | tests not in the module
* Issue #3478220 by quietone: Fix MissingParamType in modules not viewsDave Long2025-01-03
|
* Issue #3491275 by nicxvan, dww, catch, mstrelan, berdir, larowlan: Mark core ↵Lee Rowlands2024-12-19
| | | | modules as converted to OOP hooks
* Issue #2842949 by quietone, rigoucr, arunkumark, gaurav.kapoor, timmillwood, ↵Lee Rowlands2024-12-19
| | | | harsha012: Fix Drupal.Commenting.DocComment.SpacingBeforeTags coding standard
* Issue #3492235 by catch, longwave, mikelutz: Default ↵Dave Long2024-12-10
| | | | container_rebuild_required to FALSE
* Issue #3416522 by catch, alexpott, longwave, phenaproxima, nicxvan, wim ↵Dave Long2024-12-09
| | | | leers, smustgrave, larowlan, berdir, godotislate, dww: Add the ability to install multiple modules and only do a single container rebuild to ModuleInstaller
* Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and ↵Alex Pott2024-11-19
| | | | fgetcsv() for PHP 8.4
* Issue #3410128 by quietone, longwave, nikolay shapovalov, smustgrave: Remove ↵Alex Pott2024-11-18
| | | | remaining unnecessary uses of t() in tests
* Issue #3487666 by mstrelan, nicxvan: Add void return type to all *_alter ↵quietone2024-11-18
| | | | hook implementations
* Issue #3483599 by nicxvan, ghost of drupal past, catch, longwave, fabianx: ↵Dave Long2024-11-14
| | | | Convert all procedural hook implementations to Hook classes
* Issue #3483050 by mstrelan, nicxvan: Add int return type to all ↵catch2024-11-13
| | | | hook_update_last_removed implementations
* Issue #3483040 by quietone: Add array return type to all ↵catch2024-11-11
| | | | hook_removed_post_updates implementations
* Issue #3456601 by mstrelan, xjm, smustgrave, longwave: Add void return ↵catch2024-10-23
| | | | typehints to test helper methods
* Issue #3251754 by spokje, quietone, longwave, smustgrave, mallezie, ↵Alex Pott2024-10-23
| | | | mstrelan, alexpott, daffie, tstoeckler, mondrake, samaraof@ciandt.com: Use DrupalPractice.CodeAnalysis.VariableAnalysis for Kernel and Unit tests
* Revert "Issue #3458426 by mstrelan, catch, smustgrave: Add int return ↵quietone2024-09-27
| | | | | | typehints to protected test helper methods" This reverts commit d433d966c1e0711e89a958809e7375a37bd4fabf.
* Issue #3458426 by mstrelan, catch, smustgrave: Add int return typehints to ↵quietone2024-09-27
| | | | protected test helper methods
* Issue #3400434 by mstrelan: Enforce strict types in testscatch2024-08-30
|
* Issue #3467405 by quietone, smustgrave: Missing @var annotation for ↵catch2024-08-30
| | | | properties that provide default values
* Issue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string ↵Dave Long2024-08-27
| | | | 'Modules to enable' to {@inheritdoc} in comments
* Issue #3465602 by catch, quietone, smustgrave: Order tests by number of ↵nod_2024-08-27
| | | | public methods to optimize gitlab job times
* Issue #3400334 by mstrelan, quietone, smustgrave: Add ↵catch2024-08-24
| | | | declare(strict_types=1) to all test modules
* Issue #3466788 by mondrake, longwave: Fix ‘risky’ testscatch2024-08-12
|
* Issue #3462759 by catch: Try to rebalance kernel tests between gitlab ↵Dave Long2024-07-22
| | | | runners (@group #slow again)
* Issue #3458427 by mstrelan: Add array return typehints to protected test ↵catch2024-07-19
| | | | helper methods
* Issue #3458701 by yash.rode: Add validation constraints to user.mailcatch2024-07-17
|
* Issue #3421809 by mstrelan, Spokje: Remove unused variables in catch statementscatch2024-07-17
|
* Issue #3421418 by mstrelan, Spokje, xjm, mondrake, longwave, acbramley: Add ↵catch2024-06-19
| | | | void return typehints to all test methods
* Issue #3449569 by kim.pepper, longwave, catch: Use autoconfigure more in coreAlex Pott2024-06-12
|
* Issue #3180696 by Spokje, Nikolay Shapovalov, adamzimmermann, quietone, ↵Lee Rowlands2024-06-05
| | | | manish-31, xjm, SuperfluousApostrophe, smustgrave, jonathan1055, longwave: Fix 'Drupal.Commenting.TodoComment' coding standard
* Issue #3427999 by andypost, Ayesh, bbrala: [PHP 8.4] Fix implicitly nullable ↵catch2024-06-01
| | | | type declarations
* Issue #3443117 by bbrala, longwave, quietone: Fix ↵catch2024-05-10
| | | | Drupal.Functions.MultiLineFunctionDeclaration coding standard
* Issue #3442167 by mondrake, xjm, larowlan: Fix string array keys in data ↵xjm2024-04-29
| | | | sets returned by data provider methods that do not match the parameter names in Kernel tests