629 Commits

Author SHA1 Message Date
Fabian Aussems
7ff06cf30f added participants function for issues (#125)
see: https://docs.gitlab.com/ee/api/issues.html#participants-on-issues
2018-07-18 09:40:41 -04:00
Justin
4f682cad3b chore: updating release patches that were missed over the past week 3.5.1 2018-07-08 23:24:30 -04:00
Justin
6c72d02d57 Merge branch 'changelog' 2018-07-06 18:12:07 -04:00
Justin
006d63a0c4 More missing packages 2018-07-06 17:47:30 -04:00
Justin
58fb1a5c89 Missing package 2018-07-06 17:33:34 -04:00
jdalrymple
68c3f8b8c7
Merge pull request #120 from jdalrymple/codcov
Ignoring patch coverage for now
2018-07-05 12:45:48 -04:00
Justin Dalrymple
ffbf5f119a Moving release config into yml 2018-07-05 12:42:31 -04:00
Justin Dalrymple
de9fba619d Ignoring patch coverage for now 2018-07-05 12:34:38 -04:00
jdalrymple
7685ce7a0e
Merge pull request #119 from maclennann/feature/fix_methods_for_approvals
Fix methods for editing MR approval/approver settings
2018-07-05 11:03:54 -04:00
Norm MacLennan
aa2738bb3e Fix methods for editing MR approval/approver settings
The code was previously trying to do GETs to the routes, which was giving me
404s. Updated to correctly change the `/approvals` router to POST and the
`/approvers` router to PUT as in the GitLab API documentation:

https://docs.gitlab.com/ee/api/merge_request_approvals.html
2018-07-05 09:54:51 -04:00
jdalrymple
6f6cb3af08
Merge pull request #117 from siemens/feat/rate-limit
feat: obey the rate limit
3.5.0
2018-07-04 13:10:37 -04:00
jdalrymple
8d983820a6
Merge pull request #118 from qkdreyer/patch-1
Fixed migrating-from-node-gitlab link in Table of Contents
2018-07-04 12:51:47 -04:00
Quentin Dreyer
ef6a1e510b
Fixed migrating-from-node-gitlab link in Table of Contents 2018-07-04 14:50:47 +02:00
Max Wittig
9b46250619 feat: obey the rate limit
Wait as long as specified in the retry-after header, send out by GitLab

Fixes #73
2018-07-04 09:55:06 +02:00
Justin
4458beae2e chore: Fixing licence badge 2018-07-02 15:32:57 -04:00
Justin
05652082d0 Wrong expect function 2018-07-02 15:20:11 -04:00
Justin
312d21768f Missed property 2018-07-02 15:15:10 -04:00
Justin
53451c5f3e Adding more properties to test against 2018-07-02 15:03:59 -04:00
Justin
a354736ca8 Using the incorrect function 2018-07-02 14:41:47 -04:00
Justin
692cb7c574 Fixing export 2018-07-02 14:23:27 -04:00
Justin
3741186718 test: Adding basic ApplicationSettings tests to improve coverage 2018-07-02 14:12:18 -04:00
Justin
f1c3e1af1d fix: Title parameter in the Project Milestones API was not being passed in the request
#116
3.4.6
2018-07-02 13:09:01 -04:00
Justin
0d14dff49b chore: Fix linting 3.4.5 2018-07-02 11:49:49 -04:00
Justin
216128dc47 fix: #113, and Updating changelog and contributers list 2018-07-02 11:45:29 -04:00
Justin
8d8d1bb105 chore: Updating dependencies 2018-07-02 11:13:23 -04:00
Justin
68c638b0b3 chore: Added commitizen to help with consistent commit mesages for semantic release's auto release f 2018-07-02 11:11:14 -04:00
jdalrymple
081504a22c
Merge pull request #115 from MunifTanjim/update-badges
Update README.md badges
2018-07-02 09:40:09 -04:00
jdalrymple
309eeba1c9
Merge pull request #114 from arthot/master
Fix ProjectIssueBoards url
2018-07-02 03:21:57 -04:00
MunifTanjim
74edc4d23f update README.md badges 2018-07-02 13:13:30 +06:00
Artem
5f376fc91e
Fix ProjectIssueBoards api url 2018-07-01 19:46:50 +03:00
Justin
e59373dc9b Merge branch 'improve-ci-time' 2018-06-27 14:27:38 -04:00
Justin
67ea7edc23 Tests are run against the src, not the compiled versions, thus running 4 version of the scripts on different node versions doesnt make sense 2018-06-27 14:15:33 -04:00
Justin
204a01246b Perform coverage only at the end 2018-06-27 14:02:36 -04:00
Justin
432c172298 Wrong lts argument 2018-06-27 13:57:54 -04:00
Justin
d0adfea477 npm ci doesnt exist for npm < 10 2018-06-27 13:45:18 -04:00
Justin
a63e9fae8f Array of scrips!! not multiple script tags 2018-06-27 13:35:16 -04:00
Justin
707868ccfd Set a default node version 2018-06-27 13:23:53 -04:00
Justin
3f9c37c06a Testing theory of multiple scripts for testing 2018-06-27 13:15:56 -04:00
Justin
32e32fa5ec Merge branch 'updating-babel-config' 3.4.4 2018-06-27 12:57:29 -04:00
Justin
c122ca4df6 Updating babel configuration 2018-06-27 12:56:24 -04:00
Justin
7ee08ac2e7 New release
- Updating packages
- Adding support for the retrieval of projects by user id [#105](https://github.com/jdalrymple/node-gitlab/pull/105) thanks to [Michael Townsend](https://github.com/Continuities)
3.4.3
2018-06-25 22:58:08 -04:00
Justin
cfcae7bfd3 Merge remote-tracking branch 'origin/greenkeeper/regenerator-runtime-0.12.0' 2018-06-25 22:48:54 -04:00
Justin
f34a99175e Removing cache stage which wasnt doing much
- In the future, docker container should be cached and spinned up in this stage
2018-06-25 17:37:21 -04:00
Justin
1cf2a61b95 Merge branch 'semantic-release' 2018-06-25 17:34:26 -04:00
Justin
846ecdd4dc Removing test info 2018-06-25 17:34:07 -04:00
Justin
584e52ddbf Cut down ci time 2018-06-25 17:30:07 -04:00
Justin
4634e9979a Another problem with the cmd arguments 2018-06-25 17:19:09 -04:00
Justin
4f3b9fe30e Figured out the correct cmd args 2018-06-25 17:00:12 -04:00
greenkeeper[bot]
22b4406e79 chore(package): update regenerator-runtime to version 0.12.0 2018-06-23 18:36:15 +00:00
Justin
adbf5cdf59 debug 2018-06-22 23:38:56 -04:00