Skip to content
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

Publish RunEvent on command start and finish #954

Merged
merged 2 commits into from
Jul 27, 2016

Conversation

Nosajool
Copy link
Contributor

@Nosajool Nosajool commented Jul 27, 2016

Fix for #943

Publishes 2 events:

"ejholmes started `bash` (detached) on acme-inc"
"ejholmes ran `bash` (detached) on acme-inc"

@ejholmes
Copy link
Contributor

Awesome! I wonder if ejholmes started running might be a little cleared, and more consistent with the second message.

Can you update the CHANGELOG as well?

Otherwise, 👍

@@ -15,6 +15,7 @@
* The database schema version is now checked at boot, as well as in the http health checks. [#893](https://github.com/remind101/empire/pull/893)
* The log level within empire can now be configured when starting the service. [#929](https://github.com/remind101/empire/issues/929)
* The CloudFormation backend now has experimental support for a `Custom::ECSTaskDefinition` resource that greatly reduces the size of generated templates. [#935](https://github.com/remind101/empire/pull/935)
* `emp run` now publishes an event when it is ran
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By convention, we also include a link to the PR that introduced the change (this one).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I amended the last commit.

Change start action from "started" to "started running"
@ejholmes ejholmes merged commit 5ecce5e into master Jul 27, 2016
@ejholmes ejholmes deleted the emp-run-send-start-event branch July 27, 2016 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants