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

Add support for inputs specifying task metadata #91

Merged
merged 4 commits into from
Nov 29, 2017

Conversation

erwinvaneyk
Copy link
Member

This PR adds support for users to specify headers (and queries)
The main advantage of using headers is that those explicitly do not get recorded anywhere. They are specific to a task and do not get propagated through

It currently uses a quick experimental format detecting inputs with a key header_* as headers and query_* as query params. In the future it might be an option to change it to an object-based format:

headers:
  key: val

Or support both ways of defining headers.

As flybys:

  • User can force the Content type of the request
  • Updated / improved the documentation of the examples
  • Added a util function to limit the printing of a TypedValue to avoid cluttering of the UI.

@erwinvaneyk erwinvaneyk force-pushed the fission-headers-query-support branch from afccb9e to 9656c8b Compare November 29, 2017 00:27
@erwinvaneyk erwinvaneyk merged commit 9a4813d into master Nov 29, 2017
@erwinvaneyk erwinvaneyk deleted the fission-headers-query-support branch November 29, 2017 01:15
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.

1 participant