-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proposal for flexible process types #321
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Daniel Mikusa <[email protected]>
Maintainers, As you review this RFC please queue up issues to be created using the following commands:
Issues(none) |
I don't see anything in here about chaining transformations. Would we want to support that? If so, perhaps we could consider changing the names of the variables to something like |
What do you think about adding an optional |
Not sure I follow, do you have an example of what you mean by chaining? |
Sounds good to me. I'll add it. |
Signed-off-by: Daniel Mikusa <[email protected]>
Kind of like what @jabrown85 mentioned in the slack thread. "time wraps secretmanager wraps some-cmd". I could see multiple buildpacks that do this transforming, so if you're the 3rd transformation buildpack, |
Ohh, ok. I understand. Yes, I can see how that might get confusing, and a rename sounds reasonable. How about |
Yeah I think dropping the prefix altogether is the right approach. It should be clear in context what those placeholders are. |
Signed-off-by: Daniel Mikusa <[email protected]>
Done. |
@joeybrown-sf Any thoughts on the alternatives section? or the format of the toml in the spec changes section? Even if it's just to say you prefer it the way it is now. Lot of ways to do this, just hoping to get a little feedback on that. thanks! |
sure thing! I do prefer the single transform block, but that's just my personal preference. I like it because it's a bit more terse, less nested, and self-explanatory. That being said, I like "transformations" better than "transforms" because the former is always a noun where the latter could be a verb. In my opinion, the following format would is my favorite.
|
Readable