948 Commits

Author SHA1 Message Date
semantic-release-bot
f38500da39 chore(release): 6.3.2 [skip ci]
## [6.3.2](https://github.com/jdalrymple/node-gitlab/compare/6.3.1...6.3.2) (2019-06-10)

### Bug Fixes

* Moving the error wrapper for the Ky Requester to be only around the Ky function request. Also checking to see if the error contains a response before looking for an error message. ([a54a6ae](https://github.com/jdalrymple/node-gitlab/commit/a54a6ae)), closes [#343](https://github.com/jdalrymple/node-gitlab/issues/343)
6.3.2
2019-06-10 18:28:31 +00:00
Justin Dalrymple
3b031d722f
Merge pull request #346 from jdalrymple/343-error-handling 2019-06-10 14:10:19 -04:00
Justin
a54a6aec37 fix: Moving the error wrapper for the Ky Requester to be only around the Ky function request. Also checking to see if the error contains a response before looking for an error message.
fixes: #343
2019-06-10 13:42:35 -04:00
semantic-release-bot
51e99d0b52 chore(release): 6.3.1 [skip ci]
## [6.3.1](https://github.com/jdalrymple/node-gitlab/compare/6.3.0...6.3.1) (2019-06-10)

### Bug Fixes

* Resource Discussion API was using the incorrect url to add a note ([#345](https://github.com/jdalrymple/node-gitlab/issues/345)) ([c6ff86d](https://github.com/jdalrymple/node-gitlab/commit/c6ff86d)), closes [#342](https://github.com/jdalrymple/node-gitlab/issues/342)
6.3.1
2019-06-10 17:38:30 +00:00
Justin Dalrymple
c6ff86d9c1
fix: Resource Discussion API was using the incorrect url to add a note (#345)
fixes: #342
2019-06-10 13:19:10 -04:00
semantic-release-bot
facd53716e chore(release): 6.3.0 [skip ci]
# [6.3.0](https://github.com/jdalrymple/node-gitlab/compare/6.2.0...6.3.0) (2019-06-08)

### Features

* Add configurable request timeout ([#341](https://github.com/jdalrymple/node-gitlab/issues/341)) ([4d99902](https://github.com/jdalrymple/node-gitlab/commit/4d99902))
6.3.0
2019-06-08 21:32:40 +00:00
mseyma
4d99902a10 feat: Add configurable request timeout (#341)
Adds the ability for the client to configure the timeout (default is still 300 seconds)
2019-06-08 17:14:51 -04:00
semantic-release-bot
ea36deacee chore(release): 6.2.0 [skip ci]
# [6.2.0](https://github.com/jdalrymple/node-gitlab/compare/6.1.0...6.2.0) (2019-06-07)

### Features

* Adding support for Container Registry API [#274](https://github.com/jdalrymple/node-gitlab/issues/274) ([59f9286](https://github.com/jdalrymple/node-gitlab/commit/59f9286))
6.2.0
2019-06-07 20:29:26 +00:00
Justin Dalrymple
8c1dd9b3db
Merge pull request #339 from jdalrymple/274-container-registry
feat: Adding support for Container Registry API #274
2019-06-07 16:08:18 -04:00
Justin
f1f747c3f2 Merge branch 'greenkeeper/rollup-1.14.4' 2019-06-07 15:12:31 -04:00
Justin
59f92869ca feat: Adding support for Container Registry API #274 2019-06-07 15:11:30 -04:00
greenkeeper[bot]
639d483ab0 chore(package): update lockfile package-lock.json 2019-06-07 19:07:08 +00:00
greenkeeper[bot]
b298f5e7b6 chore(package): update rollup to version 1.14.4 2019-06-07 19:07:03 +00:00
Justin
25e1683b90 test(jest): Moving detectHandles option to cli call not the jest.config file 2019-06-06 15:04:20 -04:00
semantic-release-bot
f47cb3cc2e chore(release): 6.1.0 [skip ci]
# [6.1.0](https://github.com/jdalrymple/node-gitlab/compare/6.0.0...6.1.0) (2019-06-06)

### Bug Fixes

* Make the options argument optional [#336](https://github.com/jdalrymple/node-gitlab/issues/336) ([cf3c17e](https://github.com/jdalrymple/node-gitlab/commit/cf3c17e))

### Features

* Adding support for ReleaseLinks API ([d6a2248](https://github.com/jdalrymple/node-gitlab/commit/d6a2248))
* Adding support for Releases API [#295](https://github.com/jdalrymple/node-gitlab/issues/295) ([7191e81](https://github.com/jdalrymple/node-gitlab/commit/7191e81))
6.1.0
2019-06-06 18:56:33 +00:00
Justin
0c39a14d3c style(lint): Linting .md and jest config files 2019-06-06 14:35:32 -04:00
Justin
165f50041f test(jest): Detect open handles to determine where async calls are not fulfilling. 2019-06-06 14:31:55 -04:00
Justin Dalrymple
9391f3559c
Merge pull request #337 from jdalrymple/336-showjobs-optional
fix: Make the options argument optional #336
2019-06-06 14:26:00 -04:00
Justin Dalrymple
535fd423a5
Merge pull request #334 from jdalrymple/295-releases
feat: Adding support for Releases API #295
2019-06-06 14:09:26 -04:00
Justin Dalrymple
fb2f0e8830
Merge branch 'master' into 295-releases 2019-06-06 14:07:16 -04:00
Justin Dalrymple
0107db4f2d
Merge pull request #335 from jdalrymple/295-release-links
feat: Adding support for ReleaseLinks API
2019-06-06 14:05:33 -04:00
Justin
cf3c17e1f6 fix: Make the options argument optional #336 2019-06-06 13:33:22 -04:00
Justin
7191e81cd8 feat: Adding support for Releases API #295 2019-06-06 13:29:57 -04:00
Justin
d6a2248d36 feat: Adding support for ReleaseLinks API 2019-06-06 13:29:38 -04:00
Justin
b0af54b803 chore: Updating lock file 2019-06-06 12:52:50 -04:00
Justin Dalrymple
adf048f29d
Merge pull request #333 from jdalrymple/greenkeeper/rollup-1.14.3
chore(package): update rollup to version 1.14.3
2019-06-06 12:13:05 -04:00
greenkeeper[bot]
c2e0444e41 chore(package): update rollup to version 1.14.3 2019-06-06 13:04:42 +00:00
Justin
88589f5d3c Merge branch 'greenkeeper/rollup-1.14.2' 2019-06-05 12:03:07 -04:00
greenkeeper[bot]
c18cf5322c chore(package): update lockfile package-lock.json 2019-06-05 15:44:20 +00:00
greenkeeper[bot]
8d65bd7dc2 chore(package): update rollup to version 1.14.2 2019-06-05 15:44:10 +00:00
Justin
4320213a60 Merge remote-tracking branch 'origin/greenkeeper/rollup-1.14.1' 2019-06-05 11:39:09 -04:00
greenkeeper[bot]
8ec69f21a0 chore(package): update lockfile package-lock.json 2019-06-05 14:02:16 +00:00
greenkeeper[bot]
df1ba1ec0e chore(package): update rollup to version 1.14.1 2019-06-05 14:02:06 +00:00
Justin
09c7dff59b Merge remote-tracking branch 'origin/greenkeeper/rollup-1.13.1' 2019-06-03 11:59:47 -04:00
semantic-release-bot
28e72b7a28 chore(release): 6.0.0 [skip ci]
# [6.0.0](https://github.com/jdalrymple/node-gitlab/compare/5.0.2...6.0.0) (2019-06-02)

### Code Refactoring

* **RepositoryFiles:** Missing a required argument from the function headers ([e13c593](https://github.com/jdalrymple/node-gitlab/commit/e13c593))

### BREAKING CHANGES

* **RepositoryFiles:** create, edit and remove functions now require the commitMessage function argument
6.0.0
2019-06-02 05:38:49 +00:00
Justin Dalrymple
4b51a11925
Merge pull request #323 from jdalrymple/refactor-repositoryfiles
refactor(RepositoryFiles): Missing a required argument from the function headers
2019-06-02 01:18:08 -04:00
Justin Dalrymple
b16f1ca9dc
Merge pull request #327 from rkrasiuk/fix-global-types
fix: Include path to typings dir in src/index
2019-06-01 13:01:38 -04:00
Justin
29a6e3d753 test(lint): Temporarily remove markdown files from linter
Until https://github.com/conventional-changelog/conventional-changelog/issues/473 is resolved, prettier conflicts with the default changelog template.
2019-06-01 12:56:03 -04:00
rkrasiuk
c270939f6e run prettier command 2019-06-01 10:12:43 -05:00
rkrasiuk
28d3211d73 include path to typings dir in src/index 2019-06-01 10:05:11 -05:00
greenkeeper[bot]
7b6659ec6a chore(package): update lockfile package-lock.json 2019-06-01 11:19:03 +00:00
greenkeeper[bot]
f4356936b3 chore(package): update rollup to version 1.13.1 2019-06-01 11:18:58 +00:00
Justin
6d13df781f style: linting 2019-05-31 21:59:09 -04:00
Justin
e13c593c1c refactor(RepositoryFiles): Missing a required argument from the function headers
Commit messages are required for most of the RepositoryFile functions and was missing.

BREAKING CHANGE: create, edit and remove functions now require the commitMessage function argument
2019-05-31 21:58:24 -04:00
semantic-release-bot
9b779a0b0a chore(release): 5.0.2 [skip ci]
## [5.0.2](https://github.com/jdalrymple/node-gitlab/compare/5.0.1...5.0.2) (2019-05-31)

### Bug Fixes

* Properly handling the response bodies returned from gitlab ([881b87b](https://github.com/jdalrymple/node-gitlab/commit/881b87b)), closes [#320](https://github.com/jdalrymple/node-gitlab/issues/320)
5.0.2
2019-05-31 20:45:14 +00:00
jdalrymple
d3fef9ba5e
Merge pull request #322 from jdalrymple/fixes-320
fix: Properly handling the response bodies returned from gitlab
2019-05-31 16:24:50 -04:00
Justin
881b87b828 fix: Properly handling the response bodies returned from gitlab
Gitlab occasionally sends non json responses, and this was being lost in the current implementation of the RequestHelper KyRequester.

fixes: #320
2019-05-31 15:28:41 -04:00
Justin
e2235776b4 refactor(config): Moved the noEmit option to the tsconfig 2019-05-29 09:58:07 -04:00
Justin
f4c735be3c build: Keep only the declaration files 2019-05-28 14:10:16 -04:00
Justin
77fec4ce09 style(docs): Linting tslint config 2019-05-27 15:49:15 -04:00