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
semantic-release-bot
698139919f
chore(release): 4.2.7 [skip ci]
...
## [4.2.7](https://github.com/jdalrymple/node-gitlab/compare/4.2.6...4.2.7 ) (2018-11-26)
### Bug Fixes
* handing the function arguments in the incorrect order ([26235ff](https://github.com/jdalrymple/node-gitlab/commit/26235ff ))
4.2.7
2018-11-26 23:35:48 +00:00
Justin
26235ff6f4
fix: handing the function arguments in the incorrect order
2018-11-26 18:26:40 -05:00
semantic-release-bot
f40638cf52
chore(release): 4.2.6 [skip ci]
...
## [4.2.6](https://github.com/jdalrymple/node-gitlab/compare/4.2.5...4.2.6 ) (2018-11-26)
### Bug Fixes
* Update pagination docs and conditions [#238 ](https://github.com/jdalrymple/node-gitlab/issues/238 ) ([266de00](https://github.com/jdalrymple/node-gitlab/commit/266de00 ))
4.2.6
2018-11-26 20:49:04 +00:00
Justin Dalrymple
929db366a4
Merge remote-tracking branch 'origin/master'
2018-11-26 15:37:57 -05:00
Justin Dalrymple
266de00c9a
fix: Update pagination docs and conditions #238
2018-11-26 15:37:42 -05:00
semantic-release-bot
f9069880af
chore(release): 4.2.5 [skip ci]
...
## [4.2.5](https://github.com/jdalrymple/node-gitlab/compare/4.2.4...4.2.5 ) (2018-11-26)
### Bug Fixes
* Project variables urls were being generated incorrectly ([28b28cf](https://github.com/jdalrymple/node-gitlab/commit/28b28cf ))
4.2.5
2018-11-26 20:34:42 +00:00
Justin Dalrymple
cce5f35c74
Merge branch '240-fix-project-variables'
2018-11-26 15:22:38 -05:00
semantic-release-bot
ccce6ceb97
chore(release): 4.2.4 [skip ci]
...
## [4.2.4](https://github.com/jdalrymple/node-gitlab/compare/4.2.3...4.2.4 ) (2018-11-26)
### Bug Fixes
* Event properties using the incorrect boolean operator ([5f21a46](https://github.com/jdalrymple/node-gitlab/commit/5f21a46 ))
4.2.4
2018-11-26 19:57:01 +00:00
Justin Dalrymple
5f21a4673d
fix: Event properties using the incorrect boolean operator
2018-11-26 14:48:01 -05:00
Justin Dalrymple
28b28cfb21
fix: Project variables urls were being generated incorrectly
2018-11-26 14:36:37 -05:00
semantic-release-bot
993acc2d2f
chore(release): 4.2.3 [skip ci]
...
## [4.2.3](https://github.com/jdalrymple/node-gitlab/compare/4.2.2...4.2.3 ) (2018-11-26)
### Bug Fixes
* Filtering all events shouldnt require an action or a target [#61 ](https://github.com/jdalrymple/node-gitlab/issues/61 ) ([cda23b8](https://github.com/jdalrymple/node-gitlab/commit/cda23b8 ))
4.2.3
2018-11-26 18:56:34 +00:00
Justin Dalrymple
cda23b85ec
fix: Filtering all events shouldnt require an action or a target #61
2018-11-26 13:47:23 -05:00
Justin Dalrymple
2aedfb5b0f
Issue template updates
2018-11-21 11:35:43 -05:00
Justin Dalrymple
7af598d1c9
Adding more expressive issue templates
2018-11-21 11:11:48 -05:00
jdalrymple
0d241ce83a
Merge pull request #235 from casz/patch-1
...
fixes : #234 use correct XMLHttpRequest for GET req
4.2.2
2018-11-15 20:34:05 -05:00
Joseph Petersen
4bd130dd89
fixes : #234 use correct XMLHttpRequest for GET req
2018-11-15 20:45:10 +01:00
Justin
2f697a5435
chore: Updating packages
2018-11-02 20:16:38 -04:00
jdalrymple
fdb84a7b97
Merge pull request #185 from evolution-gaming/add-types
...
fix: Adding more TS types
2018-11-02 12:02:24 -04:00
jdalrymple
69335fdd84
Merge pull request #230 from maximilian-krauss/bugfix/add-slash-to-merge-requests
...
fix: Adds slash after merge request id for editApprovals and editApprovers
2018-10-30 13:01:56 -04:00
Pavel Birukov
5b62707c2e
Merge branch 'master' into add-types
2018-10-30 15:19:12 +01:00
Maximilian Krauß
24dac9bf10
Adds slash after merge request id for editApprovals and editApprovers methods
2018-10-30 15:07:44 +01:00
jdalrymple
425b60b7d4
Merge pull request #228 from evolution-gaming/fix-unreliable-ApplicationSettings-test
...
fix: Update unreliable application settings test
2018-10-30 09:11:03 -04:00
Pavel Birukov
9a2f1f8061
Add test-with-token script, to simplify local testing
2018-10-30 12:16:43 +01:00