Fix an error while throwing an error in RequestHelper#156
Merged
jdalrymple merged 1 commit intojdalrymple:masterfrom Aug 15, 2018
Merged
Fix an error while throwing an error in RequestHelper#156jdalrymple merged 1 commit intojdalrymple:masterfrom
jdalrymple merged 1 commit intojdalrymple:masterfrom
Conversation
Contributor
|
Best commit title ever 😅 |
Owner
|
Oops |
jdalrymple
added a commit
that referenced
this pull request
Aug 15, 2018
jdalrymple
added a commit
that referenced
this pull request
Aug 15, 2018
jdalrymple
pushed a commit
that referenced
this pull request
Aug 15, 2018
# [3.9.0](3.8.0...3.9.0) (2018-08-15) ### Bug Fixes * Fix error while throwing an error in RequestHelper ([#156](#156)) ([177d7fd](177d7fd)) * Handling errors before retrying request ([#142](#142)) [skip-ci] ([bc3b366](bc3b366)) * Linting Master ([#157](#157)) ([ab14ed7](ab14ed7)) ### Features * Add deploy keys enable functionality ([#155](#155)) thanks to [Michael Matzka](https://github.com/mimaidms ) ([66547ad](66547ad))
jdalrymple
added a commit
that referenced
this pull request
Aug 15, 2018
jdalrymple
added a commit
that referenced
this pull request
Aug 16, 2018
mdsb100
pushed a commit
to mdsb100/node-gitlab
that referenced
this pull request
Aug 17, 2018
mdsb100
pushed a commit
to mdsb100/node-gitlab
that referenced
this pull request
Aug 17, 2018
# [3.9.0](jdalrymple/gitbeaker@3.8.0...3.9.0) (2018-08-15) ### Bug Fixes * Fix error while throwing an error in RequestHelper ([jdalrymple#156](jdalrymple#156)) ([177d7fd](jdalrymple@177d7fd)) * Handling errors before retrying request ([jdalrymple#142](jdalrymple#142)) [skip-ci] ([bc3b366](jdalrymple@bc3b366)) * Linting Master ([jdalrymple#157](jdalrymple#157)) ([ab14ed7](jdalrymple@ab14ed7)) ### Features * Add deploy keys enable functionality ([jdalrymple#155](jdalrymple#155)) thanks to [Michael Matzka](https://github.com/mimaidms ) ([66547ad](jdalrymple@66547ad))
jdalrymple
added a commit
that referenced
this pull request
Sep 5, 2018
* chore: Introduce typescript * chore: Remove lodash.pick, use native js instead * chore: Add tslint and extend Airbnb ruleset * chore: Remove Babel Dependency, replace build steps with tsc * chore: change target for modern env from es2017 to es6 (async/await should be transpiled to downlevel js) * chore(package): Updating packages * fix: Fix error while throwing an error in RequestHelper (#156) * feat: Support rejectUnauthorized parameter (#164) * feat: Adding project archive abilities * fix(test): Application settings API updated (#177) * fix: Removing token requirement (#176) * chore: Removing npmignore and using files instead. * fix: obey rate limits for all request types correctly (#170) * fix: Camel casing broke the body params
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Discovered in
nextbranch@jdalrymple please rebase next on master once it merged