189 Commits

Author SHA1 Message Date
Justin Dalrymple
0ae9065bf9 Moving over the template projects test 2018-05-09 21:38:53 -04:00
Justin
9a33511a92 Adding more tests 2018-05-09 21:38:53 -04:00
Justin
1ff645bd23 Testing updates 2018-05-09 21:38:53 -04:00
dehnel
62b9c0e1cf first crack at some testing 2018-05-09 21:35:12 -04:00
Justin
9e13c33228 Adding linting check 2018-05-09 21:29:51 -04:00
Justin
55c34f27ad Fixing #82 2018-05-09 20:36:57 -04:00
Justin
c34a9ae095 Fixing undefined search variable #83 2018-05-09 19:42:53 -04:00
jdalrymple
91239aaa72
Merge pull request #77 from pmctire/feature/jobs-pipeline-endpoints
Add some Jobs related endpoint support
2018-05-04 09:03:50 -04:00
Isaac Ouellet Therrien
2c8c1a61d3 switch RequestHelper.get with getPaginated recursive call 2018-05-04 08:58:37 -04:00
Isaac Ouellet Therrien
89ccdb19ec Merge remote-tracking branch 'jdalrymple/jobs-pipeline-endpoints' into feature/jobs-pipeline-endpoints 2018-05-04 08:50:26 -04:00
Justin
9ac54751e2 Changes to decrease complexity 2018-05-03 13:25:48 -04:00
Isaac Ouellet Therrien
c6c88595fc Simplify if stream 2018-05-03 11:03:36 -04:00
Isaac Ouellet Therrien
61313ebc21 Throw an error if user is using XMLHttpRequest
Following changes from @jdalrymple in his `jobs-pipeline-endpoints` branch
2018-05-03 10:56:10 -04:00
Justin
a42d9a74dc - Set the default for the stream request option
- throw an error if the user tries to stream with xml
2018-05-03 10:22:29 -04:00
Isaac Ouellet Therrien
adc1985457 Destructuring an undefined/null object does not work 2018-05-02 15:21:21 -04:00
Justin
62b1094576 Fixing missing Version API 2018-05-02 13:05:51 -04:00
Justin
d9edee521e Moved some things around 2018-04-27 08:49:04 -04:00
Isaac Ouellet Therrien
99f7ddd640 thats a post, not a get... 2018-04-25 15:29:55 -04:00
Isaac Ouellet Therrien
61f282c592 Add Playing a job support 2018-04-24 13:24:44 -04:00
Isaac Ouellet Therrien
72968897a7 Duplicate get pipeline jobs list to Jobs API 2018-04-24 11:44:46 -04:00
Isaac Ouellet Therrien
1fc3bd7c3d Move endpoint to get pipeline jobs list to Pipelines API 2018-04-24 11:44:01 -04:00
Isaac Ouellet Therrien
8f65bb6508 Add endpoint to download single job artifact file via stream 2018-04-24 11:39:15 -04:00
Isaac Ouellet Therrien
747d478998 Add options parameter to the get all jobs for pipeline endpoint 2018-04-24 09:25:37 -04:00
Isaac Ouellet Therrien
a3286c3023 Restore wrongly deleted class 2018-04-23 17:21:36 -04:00
Isaac Ouellet Therrien
b01f72d85d Add download single file artifact from specific job 2018-04-23 17:16:59 -04:00
Isaac Ouellet Therrien
3dc1de24b5 Add get all jobs for pipeline support 2018-04-23 17:05:08 -04:00
Justin Dalrymple
797c81dfb5 Incorrectly named bundles 2018-04-23 12:40:15 -04:00
Frederic G.-Boutin
4d194725c9 Support for retry and cancel 2018-04-20 15:20:42 -04:00
Frederic G.-Boutin
9047c62794 Support for pipeline endpoints GET and CREATE 2018-04-20 12:11:08 -04:00
Jordan Wallet
5aca0e9723 Decamelize option keys while using XHR 2018-04-17 09:18:59 -07:00
Justin
ce7d5ffe97 UserCustomAttributes Bug fix 2018-04-17 09:27:02 -04:00
Justin
71fbba4385 Merge remote-tracking branch 'Axosoft/feature/useXMLHttpRequest' 2018-04-16 19:08:54 -04:00
Justin
aeb4cb484a - Added addTimeEstimate, addTimeSpent, timeStats, resetTimeSpent and resetTimeEstimate to the Issues API. Requested in PR [#68](https://github.com/jdalrymple/node-gitlab-api/pull/68)
**Breaking Change**

- Renamed timeEstimate to addTimeEstimate, and timeSpend to addTimeSpent, in the MergeRequests API
2018-04-16 19:06:49 -04:00
Joshua Grosso
2e5472fe74 Fix style 2018-04-16 09:01:41 -07:00
Joshua Grosso
caf8cb45d7 Reject when an XMLHttpRequester request fails 2018-04-16 09:01:41 -07:00
Jordan Wallet
1732a2c4a6 Make XmlHttpRequest respect resolveWithFullResponse 2018-04-16 09:01:26 -07:00
Jordan Wallet
ec90ec3585 Alias "del" to "delete" on XMLHttpRequester 2018-04-16 09:01:26 -07:00
Jordan Wallet
05b524f5ac Fix useXMLHttpRequest passing 2018-04-16 09:01:07 -07:00
Jordan Wallet
f05610479d Make compatible with Node 7, update package.json (but not package-lock) 2018-04-16 09:01:07 -07:00
Jordan Wallet
97dc29d941 Draft of XMLHttpRequest support, package out of date 2018-04-16 09:01:07 -07:00
zhao0
bfd584f13d
fix request method and path of Commits.editStatus
Doc: https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/commits.md#post-the-build-status-to-a-commit
2018-04-10 15:43:02 +08:00
Ev Haus
c5f5beb68a
Fix broken MergeRequestNotes requests
The correct resource name for Merge Request notes is `merge_requests` not `mergerequests`. See https://docs.gitlab.com/ee/api/notes.html#create-new-merge-request-note for reference.
2018-04-09 13:04:59 -07:00
Justin
a83a2cb8e4 Fixing error with the events 2018-04-05 19:13:06 -04:00
Justin Dalrymple
42dd55705f Fixing current user endpoints 2018-04-04 16:19:17 -04:00
Justin
729e1e5a99 Renaming init function 2018-04-02 19:52:08 -04:00
Justin
8cef38a508 Broken reference 2018-04-02 16:26:37 -04:00
Justin
3139708ec3 Updating naming of api wrapper for consistency 2018-04-02 16:01:02 -04:00
Justin
38bde7ddbd Fixing missing exports 2018-04-02 15:47:24 -04:00
Justin
3f06782a74 Updating README, and version. Final updates for 3.0.0 release 2018-03-31 11:39:30 -04:00
Justin
e34bceee37 Adding pages domains and search 2018-03-31 11:27:15 -04:00