Closed (won't fix)
Project:
Deploy - Content Staging
Version:
7.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2014 at 17:37 UTC
Updated:
4 Apr 2014 at 11:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
artematem commentedAdded patch file.
Comment #3
artematem commentedUpdated patch
Comment #4
artematem commentedStatus > Needs review
Comment #6
artematem commentedFixed patch
Comment #8
dasha_v commentedHi skwashd, dixon_ ,
Could you please help up with this patch?
It is failing with PHP Fatal error in deploy.test: "Call to undefined function deploy_endpoint_load().".
It looks like the error is not related to the patch code, but may be with latest dev branch code. Do you know how can this be fixed?
Thank you in advance,
Dasha and Artem
Comment #9
skwashd commentedThe function is defined at line 244 of deploy.module. I haven't tried testing locally to see what is going on.
I have concerns about accepting this patch. The whole idea of this module is that it adds every entity that is created/updated to the specified plan. I don't understand when you would want to create entities in lower environments that shouldn't propagate to production. If you don't want to use the behaviour of this module, maybe deploy_plan_ui or rules is more appropriate for your use case.
Comment #10
dixon_I agree with @skwashd. It sounds like you should make use of the proper Rules integration, rather than nesting more functionality into deploy_auto_plan that was meant to be really simple and straight forward.
Comment #11
skwashd commentedBased on @dixon_'s comment, I'm closing this WONTFIX.