337 Commits

Author SHA1 Message Date
semantic-release-bot
d807eed238 chore(release): 14.2.2 [skip ci]
## [14.2.2](https://github.com/jdalrymple/node-gitlab/compare/14.2.1...14.2.2) (2020-01-30)

### Bug Fixes

* Incorrect request method in MergeRequests.approvalState() method ([#586](https://github.com/jdalrymple/node-gitlab/issues/586)) ([cb5f822](cb5f8228ca))
2020-01-30 12:36:49 +00:00
semantic-release-bot
4750d320a0 chore(release): 14.2.1 [skip ci]
## [14.2.1](https://github.com/jdalrymple/node-gitlab/compare/14.2.0...14.2.1) (2020-01-20)

### Bug Fixes

* added file extension for dummy file name in project import ([#561](https://github.com/jdalrymple/node-gitlab/issues/561)) ([f45cb68](f45cb68498)), closes [/gitlab.com/gitlab-org/gitlab-foss/issues/50944#note_101737263](https://github.com//gitlab.com/gitlab-org/gitlab-foss/issues/50944/issues/note_101737263)
2020-01-20 18:21:15 +00:00
semantic-release-bot
c5975aa270 chore(release): 14.2.0 [skip ci]
# [14.2.0](https://github.com/jdalrymple/node-gitlab/compare/14.1.1...14.2.0) (2020-01-17)

### Features

* Adding support for merge_requests in the Deployments API ([911078b](911078bba3)), closes [#554](https://github.com/jdalrymple/node-gitlab/issues/554)
2020-01-17 16:11:48 +00:00
David Regla
297878e982 docs(typings): Typings update (#525)
- Updates ProjectSchema / GroupSchema interfaces to include all fields returned by GitLab API v4
- Adds some new Interfaces: CommitSchema, RunnerSchema, UserSchema, UserDetailSchema, EnvironmentSchema, ArtifactSchema, JobSchema, PipelineSchema.
2020-01-12 23:05:30 +01:00
semantic-release-bot
f2b192b8fe chore(release): 14.1.1 [skip ci]
## [14.1.1](https://github.com/jdalrymple/node-gitlab/compare/14.1.0...14.1.1) (2020-01-03)

### Bug Fixes

* resourceDiscussions.editNote add content params, and allowed discussionId to accept a string type ([#524](https://github.com/jdalrymple/node-gitlab/issues/524)) ([22d916a](22d916a05f))
2020-01-03 13:38:14 +00:00
semantic-release-bot
9ad767b235 chore(release): 14.1.0 [skip ci]
# [14.1.0](https://github.com/jdalrymple/node-gitlab/compare/14.0.1...14.1.0) (2019-12-30)

### Bug Fixes

* make ResourceMembers.all/show delivery correct options params ([#521](https://github.com/jdalrymple/node-gitlab/issues/521)) ([505b407](505b4072f3)), closes [#518](https://github.com/jdalrymple/node-gitlab/issues/518)

### Features

* Added support for the Vulnerability Findings API ([#517](https://github.com/jdalrymple/node-gitlab/issues/517)) ([497bf94](497bf948d9))
2019-12-30 13:13:57 +00:00
semantic-release-bot
c6f4c51d58 chore(release): 14.0.1 [skip ci]
## [14.0.1](https://github.com/jdalrymple/node-gitlab/compare/14.0.0...14.0.1) (2019-12-23)

### Bug Fixes

* Adding back functionality for rejectUnauthorized http option ([#502](https://github.com/jdalrymple/node-gitlab/issues/502)) ([0f17bed](0f17bedc0b))
2019-12-23 10:43:54 +00:00
Justin
fa7b1d9c31 Fixing version # 2019-12-23 11:30:51 +01:00
Justin Dalrymple
0f17bedc0b
fix: Adding back functionality for rejectUnauthorized http option (#502)
Assigned the correct defaults as defined in https://nodejs.org/api/tls.html#tls_tls_connect_options_callback.

closes: #502
2019-12-22 20:05:05 +01:00
semantic-release-bot
7720ea9296 chore(release): 14.0.0 [skip ci]
# [14.0.0](https://github.com/jdalrymple/node-gitlab/compare/13.0.0...14.0.0) (2019-12-21)

### Bug Fixes

* Typing on GPGKey method arguments was missing ([#514](https://github.com/jdalrymple/node-gitlab/issues/514)) ([234c9a7](234c9a75db))
* Typing on Group and Project variable keys was incorrect [#512](https://github.com/jdalrymple/node-gitlab/issues/512) ([#515](https://github.com/jdalrymple/node-gitlab/issues/515)) ([c7afca5](c7afca5231))

### BREAKING CHANGES

* The title property is not required for the add method.
2019-12-21 11:20:28 +00:00
semantic-release-bot
99e07ecb6c chore(release): 13.0.0 [skip ci]
# [13.0.0](https://github.com/jdalrymple/node-gitlab/compare/12.1.0...13.0.0) (2019-12-09)

### Features

* Adding ability to get a singular member of a project or group, including inheritedMemebrs ([#508](https://github.com/jdalrymple/node-gitlab/issues/508)) ([807171c](807171c3ff)), closes [#507](https://github.com/jdalrymple/node-gitlab/issues/507)

### BREAKING CHANGES

* Updated the Members.all function to have the inheritedMembers option to be in the optional object.
2019-12-09 10:35:42 +00:00
semantic-release-bot
63b11574aa chore(release): 12.1.0 [skip ci]
# [12.1.0](https://github.com/jdalrymple/node-gitlab/compare/12.0.1...12.1.0) (2019-12-05)

### Bug Fixes

* Removing required options object in a few of the API methods ([#505](https://github.com/jdalrymple/node-gitlab/issues/505)) ([b709ef6](b709ef6716))

### Features

* Add Group/File schemas ([#506](https://github.com/jdalrymple/node-gitlab/issues/506)) ([f467816](f467816070))
2019-12-05 14:37:11 +00:00
semantic-release-bot
55e688c1fb chore(release): 12.0.1 [skip ci]
## [12.0.1](https://github.com/jdalrymple/node-gitlab/compare/12.0.0...12.0.1) (2019-11-27)

### Bug Fixes

* Encode slug value for Wikis API ([#501](https://github.com/jdalrymple/node-gitlab/issues/501)) ([9c56d48](9c56d4819b)), closes [#490](https://github.com/jdalrymple/node-gitlab/issues/490)
2019-11-27 10:04:19 +00:00
semantic-release-bot
f1fe37639d chore(release): 12.0.0 [skip ci]
# [12.0.0](https://github.com/jdalrymple/node-gitlab/compare/11.6.0...12.0.0) (2019-11-21)

* Switching version option type ([6558f09](6558f09522))

### Bug Fixes

* Fixing the inability to use environment variables in the cli export ([#463](https://github.com/jdalrymple/node-gitlab/issues/463)) ([79d8c71](79d8c718b0)), closes [#458](https://github.com/jdalrymple/node-gitlab/issues/458)

### BREAKING CHANGES

* Switch the version option to be a number and not a string. For example 4 instead of 'v4'.
2019-11-21 10:13:15 +00:00
Justin
79d8c718b0 fix: Fixing the inability to use environment variables in the cli export (#463)
chore: Cleaning up the rollup configuration
chore: Updating packages to remove vulnerabilities
docs: Updating usage documentation to improve clarity
test: Adding proper tests for cli functionality
closes:#458
2019-11-21 11:00:18 +01:00
semantic-release-bot
9025d7be7e chore(release): 11.6.0 [skip ci]
# [11.6.0](https://github.com/jdalrymple/node-gitlab/compare/11.5.1...11.6.0) (2019-11-20)

### Features

* Add Group.projects ([#494](https://github.com/jdalrymple/node-gitlab/issues/494)) ([9def4e7](9def4e7f8e)), closes [#384](https://github.com/jdalrymple/node-gitlab/issues/384)
2019-11-20 15:05:25 +00:00
semantic-release-bot
24cc494f63 chore(release): 11.5.1 [skip ci]
## [11.5.1](https://github.com/jdalrymple/node-gitlab/compare/11.5.0...11.5.1) (2019-11-14)

### Bug Fixes

* Fixing the map.json file location ([ced9415](ced94153d2)), closes [#491](https://github.com/jdalrymple/node-gitlab/issues/491)
2019-11-14 09:35:09 +00:00
Justin
12879f36b6 Merge branch '491-cli-bugs' 2019-11-14 10:22:32 +01:00
semantic-release-bot
2a9e2acbcf chore(release): 11.5.0 [skip ci]
# [11.5.0](https://github.com/jdalrymple/node-gitlab/compare/11.4.2...11.5.0) (2019-11-13)

### Features

* Add downloadSingleArtifactFileFromRef method ([#493](https://github.com/jdalrymple/node-gitlab/issues/493)) ([1967984](196798472a))
2019-11-13 20:33:05 +00:00
Justin
ced94153d2 fix: Fixing the map.json file location
fixes: #491
2019-11-13 21:03:41 +01:00
semantic-release-bot
f6dcbd796a chore(release): 11.4.2 [skip ci]
## [11.4.2](https://github.com/jdalrymple/node-gitlab/compare/11.4.1...11.4.2) (2019-10-28)

### Bug Fixes

* Non standard mimetype was not handled ([01d17e8](01d17e8270)), closes [#424](https://github.com/jdalrymple/node-gitlab/issues/424)
2019-10-28 20:22:58 +00:00
semantic-release-bot
7705086928 chore(release): 11.4.1 [skip ci]
## [11.4.1](https://github.com/jdalrymple/node-gitlab/compare/11.4.0...11.4.1) (2019-10-28)

### Bug Fixes

* Fixing some minor bugs ([#486](https://github.com/jdalrymple/node-gitlab/issues/486)) ([15c841c](15c841c15b)), closes [#485](https://github.com/jdalrymple/node-gitlab/issues/485) [#475](https://github.com/jdalrymple/node-gitlab/issues/475)
2019-10-28 13:22:57 +00:00
Justin Dalrymple
15c841c15b fix: Fixing some minor bugs (#486)
* fix: Change mapping import to be dynamic and fix old reference to humps
* chore: Removing default exports
* fix: Cleaning up .d.ts export
* docs: Adding browser example
* fix: Fixing rollup config

closes: #485
closes: #475
2019-10-28 14:10:54 +01:00
semantic-release-bot
fe2a73bc57 chore(release): 11.4.0 [skip ci]
# [11.4.0](https://github.com/jdalrymple/node-gitlab/compare/11.3.2...11.4.0) (2019-10-25)

### Features

* Add support for Issue Statistics  ([#481](https://github.com/jdalrymple/node-gitlab/issues/481)) ([fdf2575](fdf2575047))
2019-10-25 08:20:55 +00:00
semantic-release-bot
e88e42fa8b chore(release): 11.3.2 [skip ci]
## [11.3.2](https://github.com/jdalrymple/node-gitlab/compare/11.3.1...11.3.2) (2019-10-24)

### Bug Fixes

* include all modules for the browser bundle - closes [#475](https://github.com/jdalrymple/node-gitlab/issues/475) ([#476](https://github.com/jdalrymple/node-gitlab/issues/476)) ([cb582b8](cb582b80c7))
* resolve import issues ([#477](https://github.com/jdalrymple/node-gitlab/issues/477)) ([dcfe466](dcfe466a18))
2019-10-24 08:17:14 +00:00
Daniel Ruf
dcfe466a18 fix: resolve import issues (#477)
* fix: resolve import issues
2019-10-24 10:06:13 +02:00
Justin
2632a8ef11 chore: Updating packages 2019-10-23 17:24:53 +02:00
Justin Dalrymple
a3e79a16a7 Merge remote-tracking branch 'origin/greenkeeper/@types/jest-24.0.19' 2019-10-23 15:42:45 +02:00
Justin Dalrymple
e34f0cef49 Merge remote-tracking branch 'origin/greenkeeper/semantic-release-15.13.27' 2019-10-23 15:41:58 +02:00
greenkeeper[bot]
963ba836b6
chore(package): update rollup to version 1.25.1 2019-10-20 18:16:52 +00:00
greenkeeper[bot]
5fbd08944b
chore(package): update semantic-release to version 15.13.27 2019-10-18 23:04:33 +00:00
semantic-release-bot
8e527387e4 chore(release): 11.3.1 [skip ci]
## [11.3.1](https://github.com/jdalrymple/node-gitlab/compare/11.3.0...11.3.1) (2019-10-18)

### Bug Fixes

* Fixing missing form variables when triggering pipelines ([#465](https://github.com/jdalrymple/node-gitlab/issues/465)) ([3ac6978](https://github.com/jdalrymple/node-gitlab/commit/3ac6978))
2019-10-18 09:01:08 +00:00
greenkeeper[bot]
6969c85a80
chore(package): update @types/jest to version 24.0.19 2019-10-14 20:07:02 +00:00
semantic-release-bot
10d74d275d chore(release): 11.3.0 [skip ci]
# [11.3.0](https://github.com/jdalrymple/node-gitlab/compare/11.2.3...11.3.0) (2019-10-12)

### Features

* Adding support for profile tokens ([#462](https://github.com/jdalrymple/node-gitlab/issues/462)) ([30f246e](https://github.com/jdalrymple/node-gitlab/commit/30f246e))
2019-10-12 11:28:35 +00:00
semantic-release-bot
b47c4a68c7 chore(release): 11.2.3 [skip ci]
## [11.2.3](https://github.com/jdalrymple/node-gitlab/compare/11.2.2...11.2.3) (2019-10-09)

### Bug Fixes

* Epic issues HTTP methods are incorrect ([c63c691](https://github.com/jdalrymple/node-gitlab/commit/c63c691))
2019-10-09 17:31:18 +00:00
greenkeeper[bot]
609b78797d
chore(package): update yargs to version 14.2.0 2019-10-07 01:09:10 +00:00
semantic-release-bot
0c947a0e3d chore(release): 11.2.2 [skip ci]
## [11.2.2](https://github.com/jdalrymple/node-gitlab/compare/11.2.1...11.2.2) (2019-10-06)

### Bug Fixes

* Missing gzip content type from body processing logic ([a684a1e](https://github.com/jdalrymple/node-gitlab/commit/a684a1e)), closes [#447](https://github.com/jdalrymple/node-gitlab/issues/447)
2019-10-06 13:39:19 +00:00
semantic-release-bot
fe7adbcc19 chore(release): 11.2.1 [skip ci]
## [11.2.1](https://github.com/jdalrymple/node-gitlab/compare/11.2.0...11.2.1) (2019-10-03)

### Bug Fixes

* **package:** update ky to version 0.15.0 ([203e7a9](https://github.com/jdalrymple/node-gitlab/commit/203e7a9))
2019-10-03 17:51:18 +00:00
Justin Dalrymple
7d09d4124c
Merge pull request #453 from casdevs/master
fix: removed "type": "module" from package.json
2019-10-03 19:38:51 +02:00
greenkeeper[bot]
203e7a9207
fix(package): update ky to version 0.15.0 2019-10-03 06:34:06 +00:00
semantic-release-bot
b84ad731a6 chore(release): 11.2.0 [skip ci]
# [11.2.0](https://github.com/jdalrymple/node-gitlab/compare/11.1.2...11.2.0) (2019-10-01)

### Features

* **Merge Request:** Add Approval State endpoint ([41c4653](https://github.com/jdalrymple/node-gitlab/commit/41c4653))
2019-10-01 21:26:19 +00:00
Stefan
d81fef8eb8
removed "type": "modules" from package.json
because main export still uses CommonJS modules
2019-10-01 17:31:50 +02:00
greenkeeper[bot]
3d32b98130
chore(package): update tslint-config-airbnb to version 5.11.2 2019-09-19 11:46:57 +00:00
greenkeeper[bot]
99efdba26c
chore(package): update ts-jest to version 24.1.0 2019-09-12 20:33:19 +00:00
Justin
8e5217d335 chore: Updating a few packages 2019-09-12 13:26:37 -04:00
semantic-release-bot
95e92314f6 chore(release): 11.1.2 [skip ci]
## [11.1.2](https://github.com/jdalrymple/node-gitlab/compare/11.1.1...11.1.2) (2019-09-10)

### Bug Fixes

* Forgot to await for the response [#426](https://github.com/jdalrymple/node-gitlab/issues/426) ([8c673c3](https://github.com/jdalrymple/node-gitlab/commit/8c673c3))
2019-09-10 15:31:06 +00:00
semantic-release-bot
fa47de093b chore(release): 11.1.1 [skip ci]
## [11.1.1](https://github.com/jdalrymple/node-gitlab/compare/11.1.0...11.1.1) (2019-09-09)

### Bug Fixes

* **package:** update ky to version 0.14.0 ([b907f54](https://github.com/jdalrymple/node-gitlab/commit/b907f54))
2019-09-09 23:07:32 +00:00
greenkeeper[bot]
b907f54185
fix(package): update ky to version 0.14.0 2019-09-09 16:39:04 +00:00
semantic-release-bot
f91f6e707a chore(release): 11.1.0 [skip ci]
# [11.1.0](https://github.com/jdalrymple/node-gitlab/compare/11.0.2...11.1.0) (2019-09-09)

### Features

* Adding support for CLI ([6f90f4c](https://github.com/jdalrymple/node-gitlab/commit/6f90f4c)), closes [#146](https://github.com/jdalrymple/node-gitlab/issues/146)
2019-09-09 14:57:26 +00:00
Justin
a5904bb1b9 Adding env var support for config 2019-09-08 10:34:29 -04:00