834 Commits

Author SHA1 Message Date
jdalrymple
5e8a160e8a
Merge pull request #301 from jtheoof/fix/types
fix: Add maxPages to RequestOptions
2019-04-11 10:39:58 -04:00
Jeremy Attali
131190f8d8 Add maxPages to RequestOptions
This field is used during pagination requestions for `all` functions.
2019-04-10 20:18:49 -04:00
semantic-release-bot
3dce2528d9 chore(release): 4.5.1 [skip ci]
## [4.5.1](https://github.com/jdalrymple/node-gitlab/compare/4.5.0...4.5.1) (2019-03-22)

### Bug Fixes

* Updating packages ([2c47d24](https://github.com/jdalrymple/node-gitlab/commit/2c47d24))
4.5.1
2019-03-22 02:16:48 +00:00
Justin
2c47d245d8 fix: Updating packages
qs      					   ^6.5.2  →     ^6.6.0
request-promise     		   ^4.2.2  →     ^4.2.4
request-promise-core           ^1.1.1  →     ^1.1.2
@semantic-release/changelog    ^3.0.1  →     ^3.0.2
@semantic-release/git          ^7.0.5  →     ^7.0.8
@semantic-release/npm          ^5.0.5  →     ^5.1.4
@types/jest                   ^24.0.9  →   ^24.0.11
@types/qs                      ^6.5.1  →     ^6.5.2
codecov                        ^3.1.0  →     ^3.2.0
husky                          ^1.1.3  →     ^1.3.1
jest                          ^24.1.0  →    ^24.5.0
jest-extended                 ^0.11.0  →    ^0.11.1
semantic-release             ^15.10.7  →   ^15.13.3
tslint                        ^5.11.0  →    ^5.14.0
tslint-config-airbnb          ^5.11.0  →    ^5.11.1
typescript                     ^3.1.6  →  ^3.3.4000
2019-03-21 22:06:20 -04:00
jdalrymple
41dfe6d6a4
Merge pull request #294 from frstio/master
docs: Enabled declaration (.d.ts) files for dist
2019-03-21 21:14:32 -04:00
Jonas Frost
8213daa6e9 removed redundant compilerOption 2019-03-21 13:56:58 -05:00
Jonas Frost
c3c347a010 enabled declaration (.d.ts) files for dist 2019-03-21 13:52:17 -05:00
semantic-release-bot
fb6e5daaa1 chore(release): 4.5.0 [skip ci]
# [4.5.0](https://github.com/jdalrymple/node-gitlab/compare/4.4.1...4.5.0) (2019-03-19)

### Features

* Updated MergeRequests API options ([a306799](https://github.com/jdalrymple/node-gitlab/commit/a306799))
4.5.0
2019-03-19 00:49:59 +00:00
jdalrymple
663a914297
Merge pull request #291 from buffcode/merge-requests/options
feat: Updated MergeRequests API options
2019-03-18 20:40:49 -04:00
Laurens Stötzel
a306799390 feat: Updated MergeRequests API options 2019-03-18 20:52:13 +01:00
jdalrymple
e5fe2b9fa0
Merge pull request #287 from HanchengZhao/master
feat(Commits API): Add API for listing merge requests associated with a commit
2019-03-14 16:42:58 -04:00
Zhao, Hancheng
0e5a4ce648 add api for listing merge requests associated with a commit 2019-03-11 16:23:23 -04:00
jdalrymple
dcc9d9d391 Merge pull request #281 from spurdy/patch-1
fix(RequestHelper): Prevent mangled URL when redirected to https
2019-03-07 12:41:43 -05:00
Justin
7c363b1148 chore: manual release 4.4.1 2019-03-06 23:00:20 -05:00
jdalrymple
ef53a2c2ba
Merge pull request #284 from carlzogheib/feature/283
feat: Add support for DELETE /projects/:id/fork
2019-03-06 21:48:53 -05:00
Carl Zogheib
d6dc30f931 283: Add support for DELETE /projects/:id/fork 2019-03-07 14:18:14 +13:00
Steve Purdy
2f11c603d6
Whitespace changes to make lint happy 2019-03-06 14:11:26 -05:00
Steve Purdy
837f4ab1c6
Add whitespace and braces to If statement 2019-03-06 11:39:42 -05:00
Steve Purdy
8131f222d4
Prevent mangled URL when redirected to https
When starting with an 'http' URL for a Gitlab instance that redirects to 'https', the URL is getting mangled as the 'replace' call is looking for 'https://gitlab.example/api/v4/projects' when the service.url is 'http://gitlab.example/api/v4/projects'. You end up with something like "http://gitlab.example/api/v4/projects/https://gitlab.example/api/v4/projects/" in subsequent steps.
2019-03-06 11:32:12 -05:00
jdalrymple
b718472068
Update feature_proposal.md 2019-03-05 19:41:32 -05:00
jdalrymple
0774423777
Update Bug.md 2019-03-05 19:41:00 -05:00
jdalrymple
d35b0818a0
Update feature_proposal.md 2019-03-05 19:39:35 -05:00
jdalrymple
b11a4f8ecd
Merge pull request #280 from atsikov/merge-request-participants
feat: Add MergeRequest.participants request
2019-03-05 14:26:25 -05:00
Aleksei Tsikov
5c04ea490a Add MergeRequest.participants request 2019-03-05 20:37:13 +02:00
jdalrymple
5858fcbbe7
Merge pull request #275 from Kyr/patch-1
feat: Add missing method for triggering pipelines
2019-02-26 19:39:14 -05:00
jdalrymple
1d6e6e2660
Merge pull request #278 from LRH539/277-fix-lint
fix: Change lint api url.
2019-02-26 19:38:30 -05:00
Claudio Vellage
78f7357edc
Change lint api url. 2019-02-26 14:00:07 +01:00
Kyrylo Fedorov
8d915c83bb
Update RequestHelper.ts 2019-02-26 09:10:07 +02:00
Kyrylo Fedorov
92afe6bc3b
Oh, common, whitespace 2019-02-25 19:02:18 +02:00
Kyrylo Fedorov
b140253bdb
Add missing method for triggering pipelines
[Triggering pipelines through the API](https://docs.gitlab.com/ee/ci/triggers/)
2019-02-25 18:52:45 +02:00
jdalrymple
8f551f1054
Merge pull request #269 from icedream/pr/job-token
feat: Implement jobToken property to allow authentication via CI job token
2019-02-22 10:44:11 -05:00
Carl Kittelberger
cb0826bab0
Implement jobToken property to allow authentication via CI job token
Fixes #268
2019-02-20 10:39:17 +01:00
jdalrymple
a52c03d526
Merge pull request #261 from EvHaus/patch-2
docs: Fixed typo introduced in #259
2019-01-31 15:37:08 -05:00
Ev Haus
98c935c1e0
Fixed typo introduced in #259 2019-01-31 10:22:01 -08:00
jdalrymple
4babf7b920
Merge pull request #259 from EvHaus/patch-2
docs: Update README.md with `rejectUnauthorized`
2019-01-30 17:16:52 -05:00
Ev Haus
25dc58b998
Minor reset 2019-01-30 07:41:48 -08:00
Ev Haus
91c9cdf6ef
Updates to doc to address pull request feedback 2019-01-30 07:41:00 -08:00
Ev Haus
42d85a3a73
Update README.md with rejectUnauthorized
After upgrading my version of `node-gitlab` I noticed that I the API broke as result of these error messages: `Error: self signed certificate`. I was really confused why this was happening even though I had `process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';` set in my file.

Turns out this work https://github.com/jdalrymple/node-gitlab/issues/142 added a special flag to Gitlab's BaseModel to specifically handle rejections of certificates.

This PR adds documentation for it so that others running into this issue won't waste their time going down the same rabbit hole I went on.
2019-01-29 13:49:39 -08:00
Justin
c73d6ff8ed fix:Standardizing the function name with next release 2019-01-24 12:41:01 -05:00
Jennifer Everhart
f634da5197 added edit and ldap group link to Groups 2019-01-23 15:55:10 -05:00
jennparise
6fb7f505b3
Merge pull request #1 from jennparise/jenn/fixUnshare
fixing missing / from unshare in Projects
2019-01-22 11:52:36 -05:00
Jennifer Everhart
02ab81c2c2 fixing missing / from unshare in Projects 2019-01-22 11:51:07 -05:00
jdalrymple
05a01d12dd
Merge pull request #253 from MrCheater/patch-1
docs: Fixing type in the host url
2019-01-04 10:09:49 -05:00
Anton Zhukov
16532b42db
Fix typo 2019-01-04 17:30:39 +03:00
jdalrymple
a097f01b1b
Merge pull request #251 from jdalrymple/greenkeeper/@types/url-join-4.0.0
Update @types/url-join to the latest version 🚀
2019-01-03 09:09:44 -05:00
greenkeeper[bot]
4fe04743f3 chore(package): update lockfile package-lock.json 2018-12-31 17:22:45 +00:00
greenkeeper[bot]
8246710a34 chore(package): update @types/url-join to version 4.0.0 2018-12-31 17:22:41 +00:00
semantic-release-bot
e76a231978 chore(release): 4.3.0 [skip ci]
# [4.3.0](https://github.com/jdalrymple/node-gitlab/compare/4.2.7...4.3.0) (2018-12-12)

### Features

* **services:** add protected tags ([8203830](https://github.com/jdalrymple/node-gitlab/commit/8203830))
4.3.0
2018-12-12 17:43:38 +00:00
jdalrymple
cf223fdd20
Merge pull request #248 from Neonox31/feat-services-add-protected-tags
feat(services): add protected tags
2018-12-12 12:34:31 -05:00
WEBER Logan
82038305e3
feat(services): add protected tags 2018-12-12 17:54:45 +01:00