Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up(MCOP-581) do not assume a disabled agent is idle #73
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
puppetcla
commented
Dec 27, 2016
|
CLA signed by all contributors. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
A release of |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Typo in the 3rd commit message, and can you squash the 1st and 2nd? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
The change seems reasonable. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
@MikaelSmith removed 1.8.7, squashed things |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
That ticket number doesn't seem correct... should be MCOP-581. |
ripienaar
added some commits
Dec 27, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
fixed that @MikaelSmith |
MikaelSmith
changed the title from
(MCOP-576) do not assume a disabled agent is idle
to
(MCOP-581) do not assume a disabled agent is idle
Jan 5, 2017
MikaelSmith
merged commit 0896a8d
into
puppetlabs:master
Jan 5, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ripienaar commentedDec 27, 2016
When the agent is disabled it's assumed to be idle, but there could be a
period where if the agent was not idle when it was disabled it will
still be applying for a while.
This removes the short circuit and always checks the actual status