-
Notifications
You must be signed in to change notification settings - Fork 361
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
Add process readiness changed controller and event #3554
Conversation
is this waiting on any other PRs before we can merge? |
@sethboyles - All of the PRs are listed here. I just noticed one of them for the runtime schema is failing some checks. I will look into it. |
@@ -15,6 +15,21 @@ class AppEventRepository | |||
docker_credentials].freeze | |||
SYSTEM_ACTOR_HASH = { guid: 'system', type: 'system', name: 'system', user_name: 'system' }.freeze | |||
|
|||
def create_app_readiness_changed_event(app, readiness_changed_payload) |
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.
hey @ameowlia, where is this function being called, @sethboyles and i couldn't find it?
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.
My guess is that I forgot to delete that code. I initially (erroneously) added an app event instead of an app.process event. It's probably part of the app event that I should've deleted. I'll test to make sure everything still works if I remove it tomorrow. Good catch!
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 removed the code. Units still pass. And when I deployed it everything still works.
9f965d3
to
c216d2c
Compare
Co-authored-by: Geoff Franks <[email protected]> Signed-off-by: Geoff Franks <[email protected]>
c216d2c
to
a563539
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.
woot!
See more context here: cloudfoundry/capi-release#363
I have reviewed the contributing guide
I have viewed, signed, and submitted the Contributor License Agreement
I have made this pull request to the
main
branchI have run all the unit tests using
bundle exec rake
I have run CF Acceptance Tests