1298 Commits

Author SHA1 Message Date
Justin Dalrymple
f5f92ccb62 chore: 🤖 Updating eslint configuration
Removed confusing configuration in the linting process
2020-02-01 09:14:56 +01:00
Justin Dalrymple
d88f87652a docs: ✏️ Updating README to match new functionality 2020-02-01 09:13:23 +01:00
Justin Dalrymple
3116b365aa chore: 🤖 Fixing codecov configuration
Needed to remove the '.' prefix from the config file name
2020-02-01 09:11:44 +01: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))
14.0.1
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
Justin Dalrymple
4f46e1e49e
test: Add test to catch issue brought up by #499 (#516) 2019-12-22 18:49:02 +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.
14.0.0
2019-12-21 11:20:28 +00:00
Justin Dalrymple
234c9a75db
fix: Typing on GPGKey method arguments was missing (#514)
BREAKING CHANGE: The title property is not required for the add method.
2019-12-21 12:07:21 +01:00
Justin Dalrymple
c7afca5231
fix: Typing on Group and Project variable keys was incorrect #512 (#515)
closes: #512
2019-12-21 12:03:49 +01:00
dependabot[bot]
481876c186 chore(deps): bump npm from 6.13.1 to 6.13.4 (#510)
Bumps [npm](https://github.com/npm/cli) from 6.13.1 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.13.1...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-15 21:24:04 +01: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.
13.0.0
2019-12-09 10:35:42 +00:00
Justin Dalrymple
807171c3ff
feat: Adding ability to get a singular member of a project or group, including inheritedMemebrs (#508)
BREAKING CHANGE: Updated the Members.all function to have the inheritedMembers option to be in the optional object.

closes: #507
2019-12-09 11:22:50 +01: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))
12.1.0
2019-12-05 14:37:11 +00:00
Simon A. Eugster
f467816070 feat: Add Group/File schemas (#506)
This commit adds more schemas for TypeScript and continues f1fe3763.
2019-12-05 15:24:55 +01:00
Justin Dalrymple
b709ef6716
fix: Removing required options object in a few of the API methods (#505) 2019-12-04 10:30:12 +01: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)
12.0.1
2019-11-27 10:04:19 +00:00
Justin Dalrymple
9c56d4819b
fix: Encode slug value for Wikis API (#501)
fixes: #490
2019-11-27 10:51:56 +01:00
Linus Metzler
483006ef31 docs: update default value of version parameter (#500)
The default for `version` was changed in 6558f09522ccb27d4314d99394086301fe5ae85e and is now a number not a string thus the README needed to be updated accordingly.
2019-11-26 10:01:24 +01: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'.
12.0.0
2019-11-21 10:13:15 +00:00
Justin
6558f09522 Switching version option type
BREAKING CHANGE: Switch the version option to be a number and not a string. For example 4 instead of 'v4'.
2019-11-21 11:01:48 +01: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
Justin
e2b812a119 chore: Fixing some inconsistencies outlined in #497
BREAKING: Removed duplicate function in the Projects API to update push rules
2019-11-20 21:52:56 +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)
11.6.0
2019-11-20 15:05:25 +00:00
Simon A. Eugster
9def4e7f8e feat: Add Group.projects (#494)
This commit also introduces a minimal typed response as a first step
towards #384.
2019-11-20 15:53:46 +01: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)
11.5.1
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))
11.5.0
2019-11-13 20:33:05 +00:00
tiger-seo
196798472a feat: Add downloadSingleArtifactFileFromRef method (#493)
Download a single artifact file from specific tag or branch
https://docs.gitlab.com/ee/api/jobs.html#download-a-single-artifact-file-from-specific-tag-or-branch
2019-11-13 21:20:35 +01:00
Justin
3d278832c1 Linting 2019-11-13 21:18:35 +01: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)
11.4.2
2019-10-28 20:22:58 +00:00
Justin
01d17e8270 fix: Non standard mimetype was not handled
Binary/octet-stream wasn't being handled properly when parsing the HTTP Response

closes: #424
2019-10-28 21:05:52 +01: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)
11.4.1
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))
11.4.0
2019-10-25 08:20:55 +00:00
Stix89
fdf2575047 feat: Add support for Issue Statistics (#481) 2019-10-25 10:09:29 +02:00
Chris Timberlake
888e9e7b31 Replace GitHub links with GitLab official links. (#482)
* docs: Replace GitHub links with GitLab official links.
2019-10-24 11:25:03 +02: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))
11.3.2
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
Daniel Ruf
cb582b80c7 fix: include all modules for the browser bundle - closes #475 (#476)
* fix: include all modules for the browser bundle - closes #475
* fix: correctly consume CommonJS packages
2019-10-23 16:48:46 +02:00
René Krick
8d40d02306 Add support for pipeline vars (#480)
feat: Add support for viewing all pipeline variables
2019-10-23 15:47:39 +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
Justin Dalrymple
4211a1941b Merge remote-tracking branch 'origin/greenkeeper/rollup-1.25.1' 2019-10-23 15:40:54 +02:00
Justin Dalrymple
4af585a14e chore: escaping docker exec command 2019-10-23 14:57:56 +02:00
Justin Dalrymple
5f70dcac6c
test: Updating test scripts to not have fixed sleep calls while waiting for the gitlab instance to start up (#464) 2019-10-23 13:52:41 +02:00
Daniel Ruf
1658cc74c5 chore: remove duplicate type (#478) 2019-10-22 09:46:23 +02:00
greenkeeper[bot]
62e24e12d7
chore(package): update lockfile package-lock.json 2019-10-20 18:16:57 +00:00