Closed (fixed)
Project:
Build Hooks
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
19 Jun 2020 at 09:51 UTC
Updated:
5 Oct 2020 at 04:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
karishmaamin commentedComment #3
ruchi-94 commentedComment #4
xaviemirmonHi @karishmaamin
Thanks for your patch. I've just applied it to my site but found it doesn't cover the submodules. Any chance you could generate another one that includes build_hooks_circleci and build_hook_netlify?
Comment #5
suresh prabhu parkala commentedPlease review the patch.
Comment #6
xaviemirmonWorks for me @suresh-prabhu-parkala!
Comment #7
ruchi-94 commentedComment #8
larowlanThis isn't enough to make the module compatible, see #3139733: Automated Drupal Rector fixes
Comment #9
larowlanComment #10
suresh prabhu parkala commentedPlease review!
Comment #11
larowlanFrontendEnvironmentInterface still implements ConfigurablePluginInterface which has been removed - see https://www.drupal.org/node/2946161 for how to replace it
Comment #12
larowlanPostponing this on #3171708: Add test coverage so we can tell when it is compatible
Comment #13
larowlan#3172105: There is no schema for build_hooks.settings Adds a rough test, working on this
Comment #14
larowlanComment #15
larowlanTest showing the issue with the interface from #10
Comment #17
larowlanThere's some issues in the schema still
Fixing those
Interdiff is against 10
Comment #18
acbramley commentedThis should be replaced with
package: TestingOther than that, LGTM!
Comment #19
larowlanThanks! I didn't even know that was possible.
Much better this way.
Comment #20
larowlanSaving issue credits
Comment #21
acbramley commented💥
Comment #23
larowlanI'll cut a new release at this point, so people can composer install the module on D9 - hopefully that will flush out any remaining issues.