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

Fixes DCOS-8897 by adding the historySummary option. #95

Merged
merged 2 commits into from
Sep 1, 2016

Conversation

aquamatthias
Copy link
Contributor

@aquamatthias aquamatthias commented Sep 1, 2016

Added an additional embed option: historySummary.
This will embed only a subset of the history:

    {
        "history": {
            "failedFinishedRuns": [], 
            "failureCount": 0, 
            "lastFailureAt": null, 
            "lastSuccessAt": null, 
            "successCount": 0, 
            "successfulFinishedRuns": []
        }, 
        "historySummary": {
            "failureCount": 0, 
            "lastFailureAt": null, 
            "lastSuccessAt": null, 
            "successCount": 0
        }
}    

@meichstedt
Copy link
Contributor

LGTM!

@meichstedt meichstedt merged commit 5775633 into master Sep 1, 2016
@meichstedt meichstedt deleted the mv/fixes_DCOS-8897 branch September 1, 2016 17:20
aquamatthias added a commit that referenced this pull request Sep 5, 2016
* Fixes DCOS-8897 by adding the historySummary option.

* Add Raml Documenation for the new embed option.
@marcomonaco marcomonaco added pr and removed pr labels Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants