Cory Parent
Cory Parent
I think that'd address a default master branch, but in my case I have one team that uses a different branching strategy so I need only to override it for...
no longer necessary because blueprints are dope! i wouldn't mind shifting the issue to providing docs on how exactly to do this in the magnetar workflow.
Realized this requires users to configure secrets into the manifest, which is unacceptable. I'll research having named hooks, which are set up in the nelson config, or allowing a configuration...
A few questions that arise immediately for me: 1. The definition of an agent implies a cluster/LAN singleton. Can we better enforce this via a semaphore built in Consul or...
do the libsodium components need to be tested for each os/arch combo here?
I thought that'd work but it looks like the `GET` requests also require overriding the default `Accept` media type. How about just allowing the user to pass explicitly at the...
I was thinking along the lines of `acceptHeader` but instead creating an ADT over the media types they use.
I don't think it ended up too ugly and should be flexible enough for future experimental endpoints.
Yeah, unfortunately some of these deployment endpoints support up to three different media types, all with different behaviors. We could simply go with the broadest one. Here that would work,...