1784 Commits

Author SHA1 Message Date
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
greenkeeper[bot]
963ba836b6
chore(package): update rollup to version 1.25.1 2019-10-20 18:16:52 +00:00
greenkeeper[bot]
4142780e05
chore(package): update lockfile package-lock.json 2019-10-18 23:04:37 +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))
11.3.1
2019-10-18 09:01:08 +00:00
Justin Dalrymple
3ac6978cad
fix: Fixing missing form variables when triggering pipelines (#465)
* fix: Fixing missing form variables when triggering pipelines
2019-10-18 10:47:55 +02:00
René Krick
5fef672670 Support delete for Pipelines (#473)
* feat: Adding support for deleting Pipelines
2019-10-18 10:47:17 +02:00
greenkeeper[bot]
661bc6bbee
chore(package): update lockfile package-lock.json 2019-10-14 20:07:06 +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))
11.3.0
2019-10-12 11:28:35 +00:00
Justin Dalrymple
30f246e875
feat: Adding support for profile tokens (#462)
* feat: Adding support for Request Profiling
* feat: Adding CLI support for Request Tokens
2019-10-12 13:10:13 +02:00
SRAVANAAJ
68c4f1926c docs: Correcting spelling and grammar errors within the README(#470) 2019-10-12 11:46:57 +02:00
Justin
728759b7a5 docs: Adding missing changelog information 2019-10-09 20:28:28 +02: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))
11.2.3
2019-10-09 17:31:18 +00:00
Justin
7e1891da20 Merge branch '461-fix-epic-issues' 2019-10-09 19:15:19 +02:00