Jamie (Bear) Murphy
Jamie (Bear) Murphy
@kkthxbye-code nice catch I forgot to add it to the docker-entrypoint.sh script for the main netbox runner. I pushed another commit there to fix that As for the queue-worker. I...
@kkthxbye-code is there anything else you would need see added to this pr or discussion somewhere?
+1 on seeing this added
another issue for this: https://github.com/saltstack/salt/issues/58297
Howdy! Im not sure that comment is valid (the issue happens before the db insert). I understand where that view is coming from though and it would be related to...
I agree it should probably be moved to a util. I actually brought that up in the pr message.
@waynew I have de-duped the code and created a method for it in salt.returners. it is now a much more minimal change-set to the returners. I have not however read...
So i tried using `salt.utils.data.decode` eg: `json_data = salt.utils.json.dumps(salt.utils.data.decode(load))` but it did not work. Ive also tried with to_str enabled but it also did not work ``` root@saltdirector:~# salt-run nacl.enc...
Ive moved the function into salt/utils/jid's this seems like a sanish place for it, its already being imported into the required returners + already had unit tests i could extend....