194 Commits

Author SHA1 Message Date
semantic-release-bot
edefb680e7 chore(release): 10.0.0 [skip ci]
# [10.0.0](https://github.com/jdalrymple/node-gitlab/compare/9.1.0...10.0.0) (2019-07-15)

### Code Refactoring

* Adding required labelName and colour option to the create method ([199e32d](https://github.com/jdalrymple/node-gitlab/commit/199e32d))

### BREAKING CHANGES

* Labels require a colour and a name to be created. Now the create method takes a second and third argument: 'labelName' and 'color'
2019-07-15 14:44:32 +00:00
semantic-release-bot
10d4cdf0a6 chore(release): 9.1.0 [skip ci]
# [9.1.0](https://github.com/jdalrymple/node-gitlab/compare/9.0.1...9.1.0) (2019-07-12)

### Features

* Adding support for branchName key seen in the Gitlab API v3 ([356466f](https://github.com/jdalrymple/node-gitlab/commit/356466f))
2019-07-12 17:30:01 +00:00
greenkeeper[bot]
6fc3f4aa6d chore(package): update lockfile package-lock.json 2019-07-11 23:33:18 +00:00
semantic-release-bot
937e990e61 chore(release): 9.0.1 [skip ci]
## [9.0.1](https://github.com/jdalrymple/node-gitlab/compare/9.0.0...9.0.1) (2019-07-11)

### Bug Fixes

* Accept any variables that begin with uppercase letters and include an underscore [#254](https://github.com/jdalrymple/node-gitlab/issues/254) ([fe39590](https://github.com/jdalrymple/node-gitlab/commit/fe39590))
2019-07-11 21:03:37 +00:00
Justin
b4b5a94dc4 Updating lts to fix broken jest dependency 2019-07-11 15:21:52 -04:00
Justin
8dd3c09682 Attempt to run without a package-lock 2019-07-11 11:40:19 -04:00
dependabot[bot]
920096cd72
chore(deps): bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-10 23:06:10 +00:00
semantic-release-bot
862768a4f3 chore(release): 9.0.0 [skip ci]
# [9.0.0](https://github.com/jdalrymple/node-gitlab/compare/8.0.0...9.0.0) (2019-07-04)

### Bug Fixes

* Fixing project upload [#355](https://github.com/jdalrymple/node-gitlab/issues/355) ([184253e](https://github.com/jdalrymple/node-gitlab/commit/184253e))

### Code Refactoring

* Standardizing the upload argument header ([aa33061](https://github.com/jdalrymple/node-gitlab/commit/aa33061))

### BREAKING CHANGES

* path argument is no longer required/available. Now, it follows a similar function header to Project.upload with an optional metadata argument
Missing dependency
dede
2019-07-04 20:40:10 +00:00
Justin
dd7a35c3bb chore: Updating package lock file 2019-07-04 14:51:37 -04:00
semantic-release-bot
f111b929fc chore(release): 8.0.0 [skip ci]
# [8.0.0](https://github.com/jdalrymple/node-gitlab/compare/7.0.1...8.0.0) (2019-07-03)

### Bug Fixes

* PushRules were missing from the ProjectBundle export and the README. [#373](https://github.com/jdalrymple/node-gitlab/issues/373) ([f7425a7](https://github.com/jdalrymple/node-gitlab/commit/f7425a7))

### BREAKING CHANGES

* PushRule export was renamed to PushRules to match the plurality of the export names
2019-07-03 00:39:36 +00:00
Justin Dalrymple
2de5280a25
Merge pull request #380 from jdalrymple/greenkeeper/husky-3.0.0
Update husky to the latest version 🚀
2019-07-02 00:40:18 -04:00
greenkeeper[bot]
7eef2081d2 chore(package): update lockfile package-lock.json 2019-07-01 20:33:52 +00:00
greenkeeper[bot]
4550a0ef78 chore(package): update lockfile package-lock.json 2019-07-01 18:52:25 +00:00
semantic-release-bot
1ac1fb43b3 chore(release): 7.0.1 [skip ci]
## [7.0.1](https://github.com/jdalrymple/node-gitlab/compare/7.0.0...7.0.1) (2019-07-01)

### Bug Fixes

* Revert support for the rejectUnauthorized option until issues in [#377](https://github.com/jdalrymple/node-gitlab/issues/377) are sorted. ([f9a47c7](https://github.com/jdalrymple/node-gitlab/commit/f9a47c7))
2019-07-01 16:51:28 +00:00
semantic-release-bot
82e96fd74f chore(release): 7.0.0 [skip ci]
# [7.0.0](https://github.com/jdalrymple/node-gitlab/compare/6.4.0...7.0.0) (2019-06-28)

### Features

* Adding missing endpoints for deploy keys [#373](https://github.com/jdalrymple/node-gitlab/issues/373) ([b23dd29](https://github.com/jdalrymple/node-gitlab/commit/b23dd29))

### BREAKING CHANGES

* all method now takes an optional object since projectId is no longer required. If no projectId is passed, the all method returns all deploy keys across all projects of the GitLab instance
2019-06-28 20:01:01 +00:00
semantic-release-bot
4cbb633497 chore(release): 6.4.0 [skip ci]
# [6.4.0](https://github.com/jdalrymple/node-gitlab/compare/6.3.7...6.4.0) (2019-06-28)

### Bug Fixes

* Handle body types properly if not JSON ie formData ([a135841](https://github.com/jdalrymple/node-gitlab/commit/a135841)), closes [#355](https://github.com/jdalrymple/node-gitlab/issues/355)
* Missing headers when posting json data ([861f89e](https://github.com/jdalrymple/node-gitlab/commit/861f89e))
* Use the correct agent configuration for the rejectUnauthorized option ([775d755](https://github.com/jdalrymple/node-gitlab/commit/775d755)), closes [#357](https://github.com/jdalrymple/node-gitlab/issues/357)

### Features

* Adding support for Group Issues ([00068c9](https://github.com/jdalrymple/node-gitlab/commit/00068c9)), closes [#306](https://github.com/jdalrymple/node-gitlab/issues/306)
2019-06-28 18:46:59 +00:00
Justin
71dde54d02 chore: Updating dependancies affecting the build success 2019-06-27 15:10:43 -04:00
Justin Dalrymple
f8478bfbe8
Merge pull request #371 from jdalrymple/greenkeeper/rollup-plugin-node-resolve-5.1.0
Greenkeeper/rollup plugin node resolve 5.1.0
2019-06-26 11:07:34 -04:00
Justin Dalrymple
155dbe0423
Merge pull request #370 from jdalrymple/greenkeeper/semantic-release-15.13.17
Greenkeeper/semantic release 15.13.17
2019-06-26 11:07:18 -04:00
Justin Dalrymple
8213e2e729
Merge pull request #369 from jdalrymple/greenkeeper/@semantic-release/npm-5.1.12
Greenkeeper/@semantic release/npm 5.1.12
2019-06-26 11:06:53 -04:00
greenkeeper[bot]
af300bf92d chore(package): update lockfile package-lock.json 2019-06-26 14:21:03 +00:00
greenkeeper[bot]
514bcb4f69 chore(package): update lockfile package-lock.json 2019-06-25 21:03:33 +00:00
greenkeeper[bot]
22e7c55cd8 chore(package): update lockfile package-lock.json 2019-06-25 16:39:03 +00:00
greenkeeper[bot]
d3f5faef4e chore(package): update lockfile package-lock.json 2019-06-25 06:08:44 +00:00
Justin Dalrymple
696f6f7aea
Merge pull request #366 from jdalrymple/greenkeeper/rollup-plugin-node-resolve-5.0.4
Greenkeeper/rollup plugin node resolve 5.0.4
2019-06-23 17:12:04 -04:00
greenkeeper[bot]
e9bde52b7f chore(package): update lockfile package-lock.json 2019-06-22 07:10:46 +00:00
greenkeeper[bot]
2ef41f6236 chore(package): update lockfile package-lock.json 2019-06-21 13:30:15 +00:00
Justin
ba12b666a6 Merge remote-tracking branch 'origin/greenkeeper/rollup-plugin-node-resolve-5.0.3' 2019-06-16 14:09:23 -04:00
Justin
f31418a4cf Merge remote-tracking branch 'origin/greenkeeper/@types/jest-24.0.15' 2019-06-16 14:09:20 -04:00
greenkeeper[bot]
6b537e85b0 chore(package): update lockfile package-lock.json 2019-06-16 09:16:17 +00:00
greenkeeper[bot]
86cbfa8621 chore(package): update lockfile package-lock.json 2019-06-16 06:43:07 +00:00
greenkeeper[bot]
ce08b9f0ea chore(package): update lockfile package-lock.json 2019-06-16 05:29:23 +00:00
greenkeeper[bot]
fece3d03d0 chore(package): update lockfile package-lock.json 2019-06-13 19:27:59 +00:00
greenkeeper[bot]
9a05eb3018 chore(package): update lockfile package-lock.json 2019-06-13 14:45:51 +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))
2019-06-12 21:30:06 +00: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)
2019-06-12 20:40:54 +00:00
greenkeeper[bot]
ecefa7d3c5 chore(package): update lockfile package-lock.json 2019-06-12 20:33:33 +00: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))
2019-06-12 15:03:30 +00: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
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)
2019-06-11 18:35:05 +00:00
greenkeeper[bot]
8dbe53b3e1 chore(package): update lockfile package-lock.json 2019-06-11 16:47:24 +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)
2019-06-10 21:32:14 +00: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)
2019-06-10 18:28:31 +00: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)
2019-06-10 17:38:30 +00: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))
2019-06-08 21:32:40 +00: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))
2019-06-07 20:29:26 +00:00
greenkeeper[bot]
639d483ab0 chore(package): update lockfile package-lock.json 2019-06-07 19:07:08 +00: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))
2019-06-06 18:56:33 +00:00
Justin
b0af54b803 chore: Updating lock file 2019-06-06 12:52:50 -04:00