Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Adding in filtering options for the task, job and flow endpoints Issu… #141

Merged
merged 3 commits into from
Nov 30, 2015

Conversation

vrushalivc
Copy link
Contributor

…e #140

@@ -51,7 +55,6 @@
public class ObjectMapperProvider implements ContextResolver<ObjectMapper> {
private final ObjectMapper customMapper;

@SuppressWarnings("unused")
Copy link
Collaborator

Choose a reason for hiding this comment

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

It still seems unused?

@vrushalivc
Copy link
Contributor Author

Thank @sjlee for the review! I have updated the PR with your suggestions.

+ "&includeConf=" + builderIncludeConfigs
+ "&includeConfRegex=" + builderIncludeConfigRegex
+ StringUtil.buildParam("includeJobField", includeJobFields)
+ "&" + StringUtil.buildParam("includeFlowField", include)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this "includeFlowField" or "include"?

@vrushalivc
Copy link
Contributor Author

Thanks Sangjin for catching these, I have updated the PR.

@vrushalivc vrushalivc self-assigned this Nov 30, 2015
@sjlee
Copy link
Collaborator

sjlee commented Nov 30, 2015

LGTM. Merging.

sjlee added a commit that referenced this pull request Nov 30, 2015
Adding in filtering options for the task, job and flow endpoints Issu…
@sjlee sjlee merged commit ec681f8 into twitter:master Nov 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants