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

[DONT MERGE] Release branch for StackStorm v2.0.1 release #2902

Merged
merged 21 commits into from Sep 22, 2016

Conversation

Previously, result and trigger_instance attributes were incorrectly excluded
from the API response if the user wanted to display a child property (e.g.
result.stdout) and the CLI always returned None for the attribute value.
Now the traces are sorted by start_timestamp in descending order first, trace
tag later.

This way it's consistent with action executions list API.
parameters which type is object.

Note 1: We already supported it for strings and list, but we didn't support it for
objects.

Note 2: This change only adds support for objects with single level of nesting.
This is done intentionally to avoid potentially infinite loops and resource
exhaustion. It's the same story with lists - we only support rendering direct
list items.
@lakshmi-kannan lakshmi-kannan merged commit d636571 into v2.0 Sep 22, 2016
@m4dcoder m4dcoder deleted the 2_0_1_release branch September 23, 2016 03:20
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