985 Commits

Author SHA1 Message Date
greenkeeper[bot]
86cbfa8621 chore(package): update lockfile package-lock.json 2019-06-16 06:43:07 +00:00
greenkeeper[bot]
e3a0ff15cd chore(package): update @types/jest to version 24.0.15 2019-06-16 06:43:01 +00:00
Justin Dalrymple
67b88ad6bc
Merge pull request #359 from jdalrymple/357-reject-unauthorized
fix: Use the correct agent configuration for the rejectUnauthorized option
2019-06-15 20:28:56 -04:00
Justin
775d755dd5 fix: Use the correct agent configuration for the rejectUnauthorized option
fixes: #357
2019-06-15 18:21:27 -04:00
Justin
be5791919d Merge remote-tracking branch 'origin/greenkeeper/lint-staged-8.2.1' 2019-06-13 15:30:53 -04:00
greenkeeper[bot]
fece3d03d0 chore(package): update lockfile package-lock.json 2019-06-13 19:27:59 +00:00
greenkeeper[bot]
5c2a2d612f chore(package): update lint-staged to version 8.2.1 2019-06-13 19:27:53 +00:00
Justin
2de6c3e8d2 Merge remote-tracking branch 'origin/greenkeeper/rollup-1.15.3' 2019-06-13 13:16:06 -04:00
greenkeeper[bot]
9a05eb3018 chore(package): update lockfile package-lock.json 2019-06-13 14:45:51 +00:00
greenkeeper[bot]
fb04295655 chore(package): update rollup to version 1.15.3 2019-06-13 14:45:39 +00:00
semantic-release-bot
ec90efc38e chore(release): 6.3.7 [skip ci]
## [6.3.7](https://github.com/jdalrymple/node-gitlab/compare/6.3.6...6.3.7) (2019-06-12)

### Bug Fixes

* string regex 😭 ([7e94e0b](https://github.com/jdalrymple/node-gitlab/commit/7e94e0b))
6.3.7
2019-06-12 21:30:06 +00:00
Justin Dalrymple
79d3e0fdc5
Merge pull request #354 from casz/patch-3
fix: string regex 😭
2019-06-12 17:07:24 -04:00
Justin
ba0041b06e Merge remote-tracking branch 'origin/greenkeeper/@semantic-release/git-7.0.12' 2019-06-12 16:51:21 -04:00
semantic-release-bot
9e132f1171 chore(release): 6.3.6 [skip ci]
## [6.3.6](https://github.com/jdalrymple/node-gitlab/compare/6.3.5...6.3.6) (2019-06-12)

### Bug Fixes

* Use improved pagination regex to remove service url + leaf ([2b290b5](https://github.com/jdalrymple/node-gitlab/commit/2b290b5)), closes [#352](https://github.com/jdalrymple/node-gitlab/issues/352)
6.3.6
2019-06-12 20:40:54 +00:00
Joseph Petersen
7e94e0bae1
fix: string regex 😭 2019-06-12 22:35:43 +02:00
greenkeeper[bot]
ecefa7d3c5 chore(package): update lockfile package-lock.json 2019-06-12 20:33:33 +00:00
greenkeeper[bot]
62a750f82d chore(package): update @semantic-release/git to version 7.0.12 2019-06-12 20:33:28 +00:00
Justin
4614a49b66 Merge branch 'pagination-url' 2019-06-12 16:16:06 -04:00
Joseph Petersen
2b290b5fe0 fix: Use improved pagination regex to remove service url + leaf
fixes: #352
2019-06-12 16:15:11 -04:00
semantic-release-bot
688c1f2c0f chore(release): 6.3.5 [skip ci]
## [6.3.5](https://github.com/jdalrymple/node-gitlab/compare/6.3.4...6.3.5) (2019-06-12)

### Bug Fixes

* Fix error due to Typescript 3.5.1 ([bd4e141](https://github.com/jdalrymple/node-gitlab/commit/bd4e141))
* Fix error due to Typescript 3.5.1 ([5474f06](https://github.com/jdalrymple/node-gitlab/commit/5474f06))
* Make package Typescript-conformant ([da1a8f6](https://github.com/jdalrymple/node-gitlab/commit/da1a8f6))
* Update Typescript to 3.5.1 ([8f5fec5](https://github.com/jdalrymple/node-gitlab/commit/8f5fec5))
6.3.5
2019-06-12 15:03:30 +00:00
Justin Dalrymple
226b11f48c
Merge pull request #351 from DanielRose/fix-typescript 2019-06-12 10:43:28 -04:00
Daniel Rose
b53e997c16 refactor: Fix formatting 2019-06-12 15:06:03 +02:00
Daniel Rose
bd4e14107e fix: Fix error due to Typescript 3.5.1
encodeURIComponent() does not handle undefined.
To be precise, it actually does and returns undefined, but normally
that is an error, so the Typescript definition wants sensible input
values, i.e. string | number | boolean.
2019-06-12 15:06:02 +02:00
Daniel Rose
5474f0658f fix: Fix error due to Typescript 3.5.1
decamelizeKeys is defined to return Object, but Typescript 3.5.1 is a
bit stricter about Object and indexing properties. The correct fix
would need to be done in the type definition of humps.
2019-06-12 15:06:02 +02:00
Daniel Rose
8f5fec52ce fix: Update Typescript to 3.5.1
This fixes the included library definition of encodeURIComponent().
See https://github.com/Microsoft/TypeScript/issues/18159 for details.
2019-06-12 15:06:01 +02:00
Daniel Rose
da1a8f6a63 fix: Make package Typescript-conformant
Remove the typings directory.
Declare and use the types/interfaces in the various index.ts files.
This will produce a package that can be used by Typescript without
errors.

Remove the typings directory. Declare and use the types/interfaces in the various index.ts files.

This will produce a package that can be used by Typescript without errors.
2019-06-12 15:06:00 +02:00
semantic-release-bot
b811a0b917 chore(release): 6.3.4 [skip ci]
## [6.3.4](https://github.com/jdalrymple/node-gitlab/compare/6.3.3...6.3.4) (2019-06-11)

### Bug Fixes

* Wrong endpoint being passed during pagination ([a2a6126](https://github.com/jdalrymple/node-gitlab/commit/a2a6126)), closes [#344](https://github.com/jdalrymple/node-gitlab/issues/344)
6.3.4
2019-06-11 18:35:05 +00:00
Justin Dalrymple
44ee3bc2cd
Merge pull request #350 from jdalrymple/344-pagination-url 2019-06-11 14:11:40 -04:00
Justin
45f963c82d Fixing some styling problems 2019-06-11 13:45:44 -04:00
Justin
38d50dc6e8 Add trailing slash to replace function 2019-06-11 13:05:08 -04:00
Justin
1ceb27252a Merge remote-tracking branch 'origin/greenkeeper/rollup-1.15.1' 2019-06-11 12:55:31 -04:00
Justin
a2a612648a fix: Wrong endpoint being passed during pagination
fixes: #344
2019-06-11 12:55:09 -04:00
greenkeeper[bot]
8dbe53b3e1 chore(package): update lockfile package-lock.json 2019-06-11 16:47:24 +00:00
greenkeeper[bot]
f98dd509c0 chore(package): update rollup to version 1.15.1 2019-06-11 16:47:20 +00:00
semantic-release-bot
d4382c1e61 chore(release): 6.3.3 [skip ci]
## [6.3.3](https://github.com/jdalrymple/node-gitlab/compare/6.3.2...6.3.3) (2019-06-10)

### Bug Fixes

* Handle edge cases where content-type headers are missing or the content text is null ([dabcb3d](https://github.com/jdalrymple/node-gitlab/commit/dabcb3d)), closes [#343](https://github.com/jdalrymple/node-gitlab/issues/343)
6.3.3
2019-06-10 21:32:14 +00:00
Justin Dalrymple
21c91c3408
Merge pull request #347 from jdalrymple/343-error-handling 2019-06-10 16:01:13 -04:00
Justin
dabcb3d0ac fix: Handle edge cases where content-type headers are missing or the content text is null
fixes: #343
2019-06-10 15:38:31 -04:00
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