xjm
|
29b22a9014
|
Issue #3442167 by mondrake, xjm, larowlan: Fix string array keys in data sets returned by data provider methods that do not match the parameter names in Kernel tests
|
2024-04-29 18:31:31 -05:00 |
Dave Long
|
ea9a0f908a
|
Issue #3441718 by mondrake: Fix string array keys in data sets returned by data provider methods that do not match the parameter names in Unit tests
(cherry picked from commit f4e9c07001 )
|
2024-04-19 18:14:31 +01:00 |
quietone
|
e5ce10b4b3
|
Issue #3324560 by alexpott, mstrelan, dimitriskr, xjm, longwave, catch: Replace strpos/substr with str_starts_with() / str_contains() / str_ends_with()
|
2024-04-15 17:40:55 +12:00 |
Alex Pott
|
6b2ecdbb73
|
Issue #3437178 by immaculatexavier, quietone, smustgrave, alexpott: Simplify getLegacyDrupalVersion()
(cherry picked from commit 4881479469 )
|
2024-04-14 06:58:15 +01:00 |
Alex Pott
|
442b47177d
|
Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel tests
|
2024-04-10 15:17:46 +01:00 |
Alex Pott
|
ee650b2e7f
|
Issue #3421016 by quietone, godotislate: Convert MigrateProcessPlugin plugin discovery to attributes
(cherry picked from commit 8c0975a467 )
|
2024-04-06 11:05:10 +01:00 |
Alex Pott
|
55e5ee436c
|
Issue #3421020 by godotislate, mohit_aghera, quietone: Convert MigrateField plugin discovery to attributes
(cherry picked from commit 8e51b463d5 )
|
2024-04-06 11:00:57 +01:00 |
Alex Pott
|
b7e0c8e94b
|
Issue #3424509 by godotislate, quietone, sorlov, smustgrave, alexpott, benjifisher: Update MigratePluginManager to include both attribute and annotation class
(cherry picked from commit 7dd6b190eb )
|
2024-04-05 14:44:23 +01:00 |
quietone
|
effc39d140
|
Revert "Issue #3424509 by godotislate, quietone, sorlov, smustgrave, benjifisher, alexpott: Update MigratePluginManager to include both attribute and annotation class"
This reverts commit c9d53fd473 .
|
2024-04-04 17:32:02 +13:00 |
Alex Pott
|
d7f89942a7
|
Issue #3424509 by godotislate, quietone, sorlov, smustgrave, benjifisher, alexpott: Update MigratePluginManager to include both attribute and annotation class
(cherry picked from commit c9d53fd473 )
|
2024-04-04 00:41:11 +01:00 |
Alex Pott
|
ffd6065a7c
|
Issue #3425870 by phenaproxima, alexpott, Wim Leers: Add validation constraints to image.settings
(cherry picked from commit ad80289ed4 )
|
2024-04-03 16:13:31 +01:00 |
catch
|
999d98d63a
|
Issue #3323990 by quietone, Akhil Babu, kevinquillen, benjifisher, mikelutz: Migrate Drupal reports wrong version of Drupal if pointed at a Drupal 9 or 10 database
(cherry picked from commit a4511b1ccc )
|
2024-04-01 09:33:43 +01:00 |
catch
|
3e8edacc2b
|
Revert "Issue #3425537 by mondrake: Fix remaining methods with #[\ReturnTypeWillChange] attribute"
This reverts commit aca587777a .
|
2024-04-01 08:27:38 +01:00 |
catch
|
aca587777a
|
Issue #3425537 by mondrake: Fix remaining methods with #[\ReturnTypeWillChange] attribute
(cherry picked from commit f2f91eb17a )
|
2024-04-01 08:26:52 +01:00 |
Dave Long
|
a23b6d6768
|
Issue #3399746 by mstrelan, acbramley: Add declare(strict_types=1) to all Functional tests
(cherry picked from commit e3fab52019 )
|
2024-02-28 10:38:53 +00:00 |
Dave Long
|
cb328b8c54
|
Issue #3417669 by quietone, longwave, smustgrave: Correct migrate related words
|
2024-02-18 11:57:49 +00:00 |
Dave Long
|
654b1f2074
|
Issue #3353210 by mondrake, PrabuEla, Spokje: [PHPUnit 10] @dataProvider methods must be declared static and public
|
2024-02-14 13:38:28 +00:00 |
catch
|
f26a9ccf39
|
Issue #3341053 by quietone, smustgrave: Move migration tests to the Statistics module
|
2024-01-22 13:00:33 +00:00 |
Lauri Eskola
|
1e8ae69e1d
|
Issue #3414263 by quietone, andypost: Change help headings for WCAG 2.0
|
2024-01-15 14:55:37 +02:00 |
catch
|
16552b02a3
|
Issue #3328457 by xjm, dimitriskr: Replace most substr($a, $i) where $i is negative with str_ends_with()
|
2024-01-11 21:45:16 +00:00 |
Dave Long
|
c6eb905222
|
Issue #3371828 by quietone: NodeCompleteNodeTranslationLookup should return NULL for non translated lookups
|
2024-01-11 12:11:53 +00:00 |
Lee Rowlands
|
9add7f71ff
|
Issue #3399373 by mstrelan, xjm, longwave, quietone: Add declare(strict_types=1) to all Unit tests
|
2024-01-03 15:25:34 +10:00 |
Lee Rowlands
|
fdacae95f3
|
Issue #3159113 by daffie, saxenaakansha30, quietone: PostgreSQL Duplicate table error for alter index queries
|
2023-12-22 13:31:17 +10:00 |
xjm
|
b70dfff449
|
Issue #3401994 by mstrelan, dww, xjm, smustgrave, nicxvan: Add declare(strict_types=1) to all test traits
|
2023-12-09 08:40:55 -06:00 |
Dave Long
|
1b1af634d5
|
Issue #3402296 by mstrelan, smustgrave: Fix strict type errors in kernel tests: Do not quote integers
|
2023-11-22 22:32:35 +00:00 |
xjm
|
910b569f8e
|
Issue #3397890 by mstrelan, dww: Fix strict type errors in unit tests
|
2023-11-15 19:57:15 -06:00 |
xjm
|
73b4628445
|
Issue #3401236 by pradhumanjain2311, xjm, joachim, smustgrave: Rename EntityReferenceTestTrait to help discoverability
|
2023-11-15 14:44:07 -06:00 |
xjm
|
066dc5c8c4
|
Issue #3399370 by mstrelan: Remove @file annotation from test classes
|
2023-11-10 15:35:50 -06:00 |
Dave Long
|
36ab456505
|
Issue #3389283 by quietone: Fix spelling of words only misspelled in tests, part 1
|
2023-10-18 11:00:47 +02:00 |
Dave Long
|
2784ef71b0
|
Issue #3376262 by quietone, smustgrave: Remove install of book module from migration tests outside of the module
|
2023-10-17 12:24:28 +02:00 |
Lauri Eskola
|
f638625bb0
|
Issue #3390341 by quietone, smustgrave: Remove words removed from file but still in cspell:ignore lines
|
2023-09-29 10:26:24 +03:00 |
Lee Rowlands
|
6d93485084
|
Issue #3386458 by catch, quietone, alexpott, larowlan: Add GenericModuleTestBase and use it to test general module things
|
2023-09-26 09:14:17 +10:00 |
catch
|
1e83017587
|
Issue #3260276 by arunkumark, jasonawant, ravi.shankar, TomTech, quietone, danflanagan8, catch, mikelutz, alexpott: Add static cache to Migration FieldableEntity::getFields
|
2023-09-07 22:56:30 +01:00 |
Lauri Eskola
|
67360f2abd
|
Issue #3341682 by Wim Leers, phenaproxima, borisson_, catch, alexpott: New config schema data type: required_label
|
2023-08-17 12:29:30 +03:00 |
Dave Long
|
031f63e761
|
Issue #3219513 by quietone, smustgrave, Vidushi Mehta, sourabhjain, rpayanm, longwave, xjm, dww, catch: Fix spelling for words used once, beginning with 'n' -> 'p', inclusive
|
2023-08-01 11:07:26 +01:00 |
Lauri Eskola
|
418ce00036
|
Issue #3209249 by quietone, smustgrave, bharath-kondeti, ankithashetty, KapilV, longwave, Spokje: Fix spelling for 29 migrate translation related words
|
2023-07-30 19:51:17 +03:00 |
catch
|
b83467eabc
|
Issue #3325557 by longwave, mondrake, kim.pepper: Enable more service autowiring by adding interface aliases to core modules
|
2023-06-14 13:59:48 +01:00 |
catch
|
c326b923ef
|
Issue #3312733 by benjifisher, quietone, longwave, mikelutz, smustgrave: SQL migrations cannot be instantiated if database is not available and Node, Migrate Drupal modules are enabled
|
2023-06-12 10:11:46 +01:00 |
catch
|
6204ba9c59
|
Issue #2665216 by andypost, gidarai, daffie, mondrake, _utsavsharma, dawehner, catch, longwave, alexpott, Charlie ChX Negyesi: Deprecate Drupal\Core\Database\Connection::nextId() and the {sequences} table and schema
|
2023-06-08 12:59:56 +01:00 |
catch
|
dd5a5b712e
|
Issue #2962088 by yogeshmpawar, jvsouto, Rassoni, Prashant.c, bhanuprakashnani, quietone, cilefen, longwave, drumm, smustgrave: Convert drupal.org to example.com in tests
|
2023-05-11 13:53:48 +01:00 |
Dave Long
|
db5c7a1dc5
|
Issue #3268833 by quietone, xjm, jungle, ravi.shankar, smustgrave, daffie, Spokje, DanielVeza: Fix method comments in tests for Drupal.Commenting.DocComment.ShortSingleLine
|
2023-04-30 18:58:07 +01:00 |
quietone
|
3bafeb4964
|
Revert "Issue #3219513 by smustgrave, quietone, sourabhjain, Vidushi Mehta, rpayanm, longwave, xjm, dww: Fix spelling for words used once, beginning with 'n' -> 'p', inclusive"
This reverts commit f1e19f2233 .
|
2023-04-22 18:09:36 +12:00 |
catch
|
f1e19f2233
|
Issue #3219513 by smustgrave, quietone, sourabhjain, Vidushi Mehta, rpayanm, longwave, xjm, dww: Fix spelling for words used once, beginning with 'n' -> 'p', inclusive
|
2023-04-21 11:56:03 +01:00 |
Lee Rowlands
|
f06e188e2f
|
Issue #3318549 by smustgrave, mstrelan, larowlan, rkoller, AaronMcHale, acbramley: Rename Custom Block terminology in the admin UI
|
2023-04-17 18:50:08 +10:00 |
Dave Long
|
596b3d38f1
|
Issue #3351236 by Spokje, mondrake, smustgrave: Fix PHPStan L1 errors "Missing call to parent::setUp()/tearDown() method."
|
2023-04-16 22:50:09 +01:00 |
Alex Pott
|
375376d517
|
Issue #1845004 by znerol, claudiu.cristea, Spokje, neclimdul, VladimirAus, slasher13, tvb, pwolanin, NivethaSubramaniyan, pradhumanjainOSL, Ratan Priya, longwave, catch, Crell, andypost, xjm, dawehner, voleger, alexpott, Berdir, klausi, DamienMcKenna, mfb, borisson_, Jalandhar, mohit1604, mcdruid: Replace custom password hashing library with PHP password_hash()
|
2023-04-04 11:36:05 +01:00 |
Lee Rowlands
|
491e05f82b
|
Issue #3000717 by Grevil, Anybody, quietone, edysmp, benjifisher: Missing mapping for "nodereference_url" widget
|
2023-04-04 08:49:14 +10:00 |
catch
|
b3fac4a09f
|
Issue #3328454 by xjm, Bhanu951, jidrone, smustgrave: Replace most strpos() !== FALSE or === FALSE with str_contains()
|
2023-03-18 11:30:09 +00:00 |
Dave Long
|
312e5891fd
|
Revert "Issue #3312733 by benjifisher, quietone, mikelutz, smustgrave: SQL migrations cannot be instantiated if database is not available and Node, Migrate Drupal modules are enabled"
This reverts commit 3cad0ee92a .
|
2023-03-13 09:46:19 +00:00 |
Dave Long
|
3cad0ee92a
|
Issue #3312733 by benjifisher, quietone, mikelutz, smustgrave: SQL migrations cannot be instantiated if database is not available and Node, Migrate Drupal modules are enabled
|
2023-03-12 19:23:53 +00:00 |