-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Initial check state #1573
Initial check state #1573
Conversation
@@ -770,6 +770,7 @@ func parseChecks(service *structs.Service, checkObjs *ast.ObjectList) error { | |||
"port", | |||
"command", | |||
"args", | |||
"status", |
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.
Can you add this to the parse test suite?
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 also think it is a little vague of a name. Maybe initial_status
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.
@dadgar should I rename it to InitialStatus everywhere? or just in parse.go?
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.
Everywhere for consistency please
@hoffoo Thanks! Added some comments, we are going to merge this after we get 0.4.1 out of the door. |
okay i made the changes, please let me know of anything else Thanks! |
@hoffoo Could you rebase and get this mergable? |
done! do you want me to open a squashed pr? not sure what the process is |
@hoffoo So your branch is behind our master, which is why there are so many extra commits in your PR which have already landed in |
f0d112b
to
acc6c71
Compare
@diptanu sorry about that, new commit is ready |
acc6c71
to
6e94f68
Compare
6e94f68
to
20cce5e
Compare
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
This is an whack at #1239
Thanks!