summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/jsonapi
Commit message (Collapse)AuthorAge
* Issue #3476224 by pwolanin, heddn, bbrala, tstoeckler: JSON:API assumes ↵Alex Pott5 days
| | | | entity reference field's main property must be the entity ID
* Issue #3522406 by quietone, longwave, klausi, bbrala: Update Coder to 8.3.30catch8 days
|
* Issue #3527314 by amateescu: Stop creating a "Stage" workspace by default on ↵catch2025-06-02
| | | | module installation
* Issue #3410938 by kim.pepper, dww, nicxvan, smustgrave, andypost, dpi, ↵Lee Rowlands2025-05-23
| | | | quietone: Create enums for RequirementSeverity and deprecate drupal_requirements_severity() constants
* Issue #3500632 by nicxvan, dww, smustgrave, oily, berdir: Convert ↵Lee Rowlands2025-05-09
| | | | hook_requirements() that do not interact with install time
* Issue #3513659 by quietone, longwave, smustgrave, catch: Enable LineLength ↵Dave Long2025-05-08
| | | | for core/modules excluding tests
* Issue #3517489 by quietone: Replace use of blacklist from jsonapi testscatch2025-04-15
|
* Issue #3448457 by narendrar, bbrala, smustgrave, alexpott, phenaproxima, ↵Alex Pott2025-04-09
| | | | catch, borisson_, larowlan: Add validation constraints to core.entity_form_mode.*.*
* Issue #3512766 by kristiaanvandeneynde, berdir, catch: Optimize redirect ↵catch2025-04-01
| | | | chain retrieval in VariationCache
* Issue #3515404 by mstrelan, acbramley: [random test failure] ↵Lee Rowlands2025-03-28
| | | | JsonApiFunctionalTest::testRead
* Issue #3438070 by berdir, catch, bbrala: Add JSON:API performance testscatch2025-03-26
|
* Issue #3232018 by leksat, prudloff, acbramley, smustgrave, larowlan: Trigger ↵catch2025-03-17
| | | | a deprecation when using \Drupal\Core\Cache\RefinableCacheableDependencyTrait::addCacheableDependency with a non CacheableDependencyInterface object
* Issue #3512960 by quietone: Fix LongLineDeclaration in Kernel testscatch2025-03-17
|
* Issue #3513128 by quietone: Fix LongLineDeclaration in Unit testscatch2025-03-17
|
* Issue #3508581 by annmarysruthy, borisson_: Fix ↵nod_2025-03-11
| | | | Drupal.Commenting.FunctionComment.Missing in Kernel tests
* Issue #3508765 by quietone, smustgrave: Fix return.missing for stringsnod_2025-03-03
|
* Issue #3508513 by annmarysruthy, quietone, smustgrave, borisson_: Fix ↵nod_2025-03-03
| | | | Drupal.Commenting.FunctionComment.Missing in Functional tests
* 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 #3490948 by rowrowrowrow, bbrala: Change hardcoded entity key 'uid' to ↵quietone2025-02-24
| | | | getKey in ResourceTestBase
* Issue #3483146 by nicxvan, sourav_paul, vladimiraus, mstrelan, smustgrave: ↵quietone2025-02-18
| | | | Add string return type to all hook_help implementations
* 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 #3488823 by mstrelan, shalini_jha, smustgrave, nicxvan: Add void ↵quietone2025-02-14
| | | | return to @ingroup entity_crud hook implementations
* Issue #3495966 by nikolay shapovalov, nicxvan, smustgrave, berdir: Deprecate ↵catch2025-02-03
| | | | and replace entity_test_create_bundle(), entity_test_delete_bundle()
* Issue #3501186 by znerol, smustgrave: Change $previous argument for any ↵catch2025-02-03
| | | | Exception to \Throwable
* Issue #3503744 by quietone, borisson_: Fix ↵nod_2025-02-03
| | | | 'Drupal.Commenting.VariableComment.MissingVar' in module and profile tests
* Issue #3503756 by quietone, smustgrave: Remove inline usages of @code/@endcodenod_2025-02-03
|
* Issue #3497102 by quietone, smustgrave: Fix LineLength for doc block paragraphsnod_2025-01-31
|
* Issue #3499234 by nikolay shapovalov, bbrala, nicxvan: Manually convert test ↵catch2025-01-23
| | | | modules hooks
* Issue #3498059 by mstrelan, shalini_jha, hetal.solanki: Add array return to ↵quietone2025-01-15
| | | | all hook_requirements implementations
* Issue #3477634 by mondrake, daffie: Ensure run-tests.sh and PHPUnit CLI run ↵Lee Rowlands2025-01-03
| | | | with the same list of tests to be executed
* Issue #3477669 by quietone: Fix VariableComment.Missing in tests but not ↵Lee Rowlands2025-01-03
| | | | core/tests
* Issue #3473228 by mstrelan, smustgrave, larowlan: Fix more var and param ↵Lee Rowlands2025-01-03
| | | | docs identified by phpstan
* Issue #3487239 by dpi, smustgrave, mstrelan: Resolve PHPStan-Strict errors: ↵Lee Rowlands2025-01-03
| | | | staticMethod.nameCase
* Issue #3483551 by quietone, akulsaxena, longwave: Fix 13 wordsLee Rowlands2025-01-03
|
* Issue #3477156 by quietone, mstrelan, alexpott: Use ↵Lee Rowlands2025-01-03
| | | | DrupalPractice.CodeAnalysis.VariableAnalysis on Functional* tests
* Issue #3488109 by mstrelan, quietone: Add AccessResultInterface return type ↵Lee Rowlands2024-12-23
| | | | to hook_entity_access (and friends) implementations
* Issue #3031367 by bradjones1, bbrala, gabesullice, wim leers, larowlan, ↵Lee Rowlands2024-12-23
| | | | alexpott: Generate JSON schema for content entity types
* Issue #3100732 by bbrala, bradjones1, mglaman, wim leers, ptmkenny, ↵Lee Rowlands2024-12-20
| | | | ranjith_kumar_k_u, plach, larowlan, joachim, claudiu.cristea: Allow specifying metadata on JSON:API objects
* Issue #3490549 by kim.pepper, lendude, larowlan: Add an interface for ↵Lee Rowlands2024-12-19
| | | | FileUploadHandler
* Issue #2842949 by quietone, rigoucr, arunkumark, gaurav.kapoor, timmillwood, ↵Lee Rowlands2024-12-19
| | | | harsha012: Fix Drupal.Commenting.DocComment.SpacingBeforeTags coding standard
* Issue #3490964 by nexusnovaz, mstrelan: Add array return to all ↵Lee Rowlands2024-12-19
| | | | hook_jsonapi_ENTITY_TYPE_filter_access hook implementations
* Issue #3489519 by mstrelan, smustgrave, quietone: Add void return to module ↵Lee Rowlands2024-12-19
| | | | and theme install/uninstall hook implementations
* 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 #3278759 by mxr576, kristiaanvandeneynde, acbramley, danflanagan8, ↵Lee Rowlands2024-11-30
| | | | larowlan, bbrala: Access cacheability is not correct when "view own unpublished content" is in use
* Issue #3473374 by mxr576, bbrala, kristiaanvandeneynde: Improve Dynamic Page ↵Lee Rowlands2024-11-27
| | | | Cache header assertions in JSON:API tests
* Issue #3486526 by theodorejb, andypost, nicxvan: Inconsistent switch case syntaxquietone2024-11-25
|
* Issue #3487666 by mstrelan, nicxvan: Add void return type to all *_alter ↵quietone2024-11-18
| | | | hook implementations