Needs work
Project:
Default Content
Version:
2.0.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Dec 2025 at 11:38 UTC
Updated:
12 Jan 2026 at 22:42 UTC
Jump to comment: Most recent
The CI is well-configured, however there are bunch of errors, which are not fixed within some time. I would like to resole them, so it will not report errors within code not edited on the MR.
Run a pipeline, example: https://git.drupalcode.org/project/default_content/-/jobs/7760761
Resolve current warnings/errors, enchance CI if necessary.
Resolve current issues;
Test the plugin working state after fixes;
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #5
konot commentedThe CI script was implemented, and necessary adjustments to existing code were made to fix as many errors/warnings as I could.
Left issues are related to the deprecation status of some functions of this module; those errors should be resolved during the module update to version 3.0 as specified in the deprecation message.
I am looking for the review of proposed changes; if there would be remarks, I would try to resolve them. Thanks!
Comment #6
berdirThis has conflicts, D12 upgrade changes shouldn't go in this.
Some of the non-injected dependencies are kind of like that on purpose because it's only the BC layer, we'd have to remove that again when that's gone.