Matt Phillips
Matt Phillips
hi all, I can handle the merge and release, as luke already threw me commitbit.maintainership many months back. Before merge I would prefer some level of unit testing on your...
You are certainly right. I'll try to start maintaining one going forward.
there seems to be an issue with kwarg to arg spec parsing in salt itself. in the interim you can change the jid= to just a [jid], I need to...
@eplodn no, I think what you're actually looking for is https://github.com/saltstack/pepper/blob/develop/pepper/cli.py#L647 its gated off because its not compatible with tornado salt-api, but if you run cherrypy it will work as...
@eplodn timeouts in salt are tricky, there is no 'timeout' in the sense you are thinking for a long running job that will abort. if a minion is responding to...
I am also not actively able to spend time on this project; as daniel said above saltstack slack would be your best bet.
Simon, I’m not against your work but I think leaving requests as an extra would be ideal. I think the original intent of pepper was to be python-core dependencies only....
@simmel you could do your original approach, but make requests an extra similar to kerberos no? side note, I took over maintainership of this package a little while ago. I...
thats semi intended behvaior, master is the current master that minion object is connected to. use master_list to get the original set of masters
+1 on this. having functionality similar to whats exposed on https://observablehq.com/@d3/color-legend would be super handy