-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Transport Refactor #60867
Transport Refactor #60867
Conversation
4a26bba
to
329a798
Compare
9742328
to
d9023c6
Compare
057adfb
to
4c873ea
Compare
re-run all |
32370bc
to
819fca3
Compare
c737472
to
5ec9f21
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am updating the Rabbit POC to match the latest code in this branch.
Wondering whether salt/salt/cli/caller.py needs to be updated in this branch as well so that a new caller can be implemented with a new transport.
A few general questions/comments:
|
Will this change require the master and minion to be upgraded at the same time?
|
@devkits is the RabbitMQ code, allow for the RabbitMQ to run on a different server to the master? |
123cdd4
to
299b2bb
Compare
f46ff04
to
c91899e
Compare
ec7c1e2
to
fae15bf
Compare
re-run full all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a job! Nice work on this refactor!
A couple of questions/typos in docstrings, but I think there's a typo in thin.py
that's a proper bug.
cb13aec
to
c807a86
Compare
809acac
to
bfa9651
Compare
re-run full all |
bfa9651
to
f5c25b4
Compare
Hi! I'm your friendly PR bot!You might be wondering what I'm doing commenting here on your PR. Yes, as a matter of fact, I am... I'm just here to help us improve the documentation. I can't respond to Okay... so what do you do? I detect modules that are missing docstrings or "CLI Example" on existing docstrings! So what does that have to do with my PR? I noticed that in this PR there are some files changed that have some of these Okay, what are they? Well, my favorite, is that since you were making changes here I'm hoping that If I can, then what? Well, you can either add them to this PR or add them to another PR. Either way is fine! Well... what if I can't, or don't want to? That's also fine! We appreciate all contributions to the Salt Project. If you Whatever approach you decide to take, just drop a comment here letting us know! Detected Issues (click me)Check Known Missing Docstrings...........................................Failed - hook id: invoke - duration: 1.69s - exit code: 1 Thanks again! |
re-run full all |
Replaced by #61450 |
Requires #60852
What does this PR do?
What issues does this PR fix or reference?
Fixes:
Previous Behavior
Remove this section if not relevant
New Behavior
Remove this section if not relevant
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes/No
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.