Jason Lantz
Jason Lantz
I'm also open to discussing dropping project__package__name_managed which was only used for NPSP. We originally developed as "Cumulus" but wanted to use a more formal name in the packaging org....
We have another internal team that is currently building out a Dockerfile for CumulusCI which will be included soon :)
It would be nice to be able to generate a report from this functionality of all the places that were skipped due to lack comments.
FYI, this is actually way harder than it sounds. It requires changing the architecture of every build worker to register itself back with the master app. It also requires implementing...
I'm no longer part of the team, but I do want to clarify the message from @GeekStewie's original post. The deprecation message is that they are no longer maintaining the...
@davisagli Great point. That's an easy PR that I'll put together shortly as an early warning system at least.
That's not a bad idea about parsing with a regex, but I'd consider that a separate feature than this one. If you wanted to implement regex without this feature, you'd...
@TedHusted As for the off-topic portion, I just went through this whole series of discussion and debate with one of my clients over the course of ~2 months. I'll try...
I have a working implementation of this feature using Jinja2 template expressions to dynamically generate the package version name for 1GP. I still need to write test coverage for it...