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

Bug fixes #81

Merged
merged 8 commits into from
May 16, 2014
Merged

Bug fixes #81

merged 8 commits into from
May 16, 2014

Conversation

prakhar1989
Copy link
Contributor

Bug fixes for issues #80, #78, #77

Added an extra collections file to test formdata.

headers: Helpers.generateHeaderObj(request.transformed.headers),
data: this._getTransformedRequestData(request),
dataMode: request.dataMode
url: request.transformed.url,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indentation change. Had reverted my Vim settings accidentally and hence the bogus commit.

@viig99
Copy link
Contributor

viig99 commented May 16, 2014

Any traction ?

@prakhar1989
Copy link
Contributor Author

@viig99 Made the changes to return and indent. Merge now. Will send the PR on transformed data separately.

var isSet = false;

// check if the envVariable already exists
Globals.envJson.values.forEach(function(envObject) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Please use underscore find to this, and use if-else here instead of early returns

viig99 added a commit that referenced this pull request May 16, 2014
@viig99 viig99 merged commit d7fde46 into postmanlabs:master May 16, 2014
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.

2 participants