greenkeeper[bot]
2cb6f2cae9
chore(package): update cz-conventional-changelog to version 3.0.0
2019-07-19 19:58:16 +00:00
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]
ebbb0480ff
chore(package): update rollup-plugin-typescript2 to version 0.22.0
2019-07-11 23:33:12 +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
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
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]
e464b8495b
chore(package): update husky to version 3.0.0
2019-07-01 20:33:49 +00:00
greenkeeper[bot]
cb461a2bdd
chore(package): update lint-staged to version 9.0.0
2019-07-01 18:52:21 +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]
65e5968b22
chore(package): update husky to version 2.6.0
2019-06-26 14:20:59 +00:00
greenkeeper[bot]
a1aa57a30e
chore(package): update @semantic-release/npm to version 5.1.12
2019-06-25 21:03:29 +00:00
greenkeeper[bot]
2f10199e14
chore(package): update semantic-release to version 15.13.17
2019-06-25 16:38:57 +00:00
greenkeeper[bot]
d746af0f57
chore(package): update rollup-plugin-node-resolve to version 5.1.0
2019-06-25 06:08:39 +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]
e0e4b8ade6
chore(package): update rollup-plugin-node-resolve to version 5.0.4
2019-06-22 07:10:43 +00:00
greenkeeper[bot]
e6aa3f10bf
chore(package): update query-string to version 6.8.1
2019-06-21 13:30:07 +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]
d687d6b50f
chore(package): update rollup-plugin-node-resolve to version 5.0.3
2019-06-16 09:16:13 +00:00
greenkeeper[bot]
e3a0ff15cd
chore(package): update @types/jest to version 24.0.15
2019-06-16 06:43:01 +00:00
greenkeeper[bot]
1859086178
chore(package): update rollup to version 1.15.6
2019-06-16 05:29:19 +00:00
greenkeeper[bot]
5c2a2d612f
chore(package): update lint-staged to version 8.2.1
2019-06-13 19:27:53 +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 ))
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]
62a750f82d
chore(package): update @semantic-release/git to version 7.0.12
2019-06-12 20:33:28 +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
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 )
2019-06-11 18:35:05 +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 )
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]
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 ))
2019-06-06 18:56:33 +00:00
greenkeeper[bot]
c2e0444e41
chore(package): update rollup to version 1.14.3
2019-06-06 13:04:42 +00:00
greenkeeper[bot]
8d65bd7dc2
chore(package): update rollup to version 1.14.2
2019-06-05 15:44:10 +00:00