Skip to content

Release/1.0.2#368

Merged
umeshp7 merged 66 commits intomasterfrom
release/1.0.2
Oct 15, 2020
Merged

Release/1.0.2#368
umeshp7 merged 66 commits intomasterfrom
release/1.0.2

Conversation

@umeshp7
Copy link
Contributor

@umeshp7 umeshp7 commented Oct 15, 2020

  • Fixed spaces around variables and arguments in Python codgen to comply with PEP 8.
  • Added Content-Length header to generated HTTP snippets.
  • Switched to multiline strings for Raw bodies in Go.
  • Stopped manually encoding response bodes in utf8 for Python-requests.
  • Removed unnecessary semicolons at the end of statements in Ruby.
  • Fixed wrong name of HTTP codegen in README

vinibrsl and others added 30 commits April 27, 2020 16:06
 - removes .encode(utf8) from print statement in generated snippet
 - Adds Content-Length header to HTTP snippets when body type is raw and length is nonzero
 - Modifies expected response and adds Content-Length header where required
 - adds test to check Content-length header for above case
 - removes check for only raw body requests
 - calculates Content length for all type of body
 - appends adds content length header if body has nonzero length
 - adds newline character before form data header for proper formatting
 - modifies expected-http-message json and adds content length header where required
 - modifies name for unit test for content-length header
 - adds err check after client.Do(req)
 - adds println and return statement inside err condition body
 - removes json.stringify where not necessary
 - sanitize raw body
 - adds err check for ioutils.ReadAll method
 - removes unwanted console.log statements
In the guarded fail case the semaphore wasn't being signaled and thus the 'program' would lock up.
Added a `semaphore.signal()` to the guard body
Add missing \n to line
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.4.1...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
…s-parser-13.1.2

Bump yargs-parser from 13.1.0 to 13.1.2
webholik and others added 28 commits September 30, 2020 13:29
…sh-4.17.19

Bump lodash from 4.17.15 to 4.17.19
…92cb0cd365ced5895

[Snyk] Upgrade follow-redirects from 1.4.1 to 1.13.0
…ptic-6.5.3

Bump elliptic from 6.4.1 to 6.5.3
…87b826207e815

[Snyk] Security upgrade lodash from 4.17.19 to 4.17.20
…2a82d1df6e0a00994

[Snyk] Upgrade shelljs from 0.7.8 to 0.8.4
…2cf6acead28469a72

[Snyk] Upgrade mocha from 5.0.3 to 5.2.0
…a8e61ad9677d628d5

[Snyk] Upgrade eslint-plugin-lodash from 2.4.5 to 2.7.0
…2eeea3165d0d107f4

[Snyk] Upgrade chalk from 2.1.0 to 2.4.2
…74ebf29571edd8c1c

[Snyk] Upgrade eslint-plugin-jsdoc from 3.1.3 to 3.15.1
Fixed spaces in generated code to comply with PEP8
Adds Content-Length header to HTTP snippets
Go: Use Multiline Strings for Raw Bodies
Removes utf8 encoding from generated snippet (python-requests)
Adds snippet to check err before using res in GoNative
Signal the semaphore on a fail case as well
Replaces double quote to single quote for body params
…ltiline

Update NodeJs GraphQL query to support multiline string
…21027732c3441737f

[Snyk] Upgrade form-data from 2.3.2 to 2.5.1
@umeshp7 umeshp7 requested a review from webholik October 15, 2020 01:17
@umeshp7 umeshp7 merged commit 2d9b35f into master Oct 15, 2020
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.