428 Commits

Author SHA1 Message Date
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
Justin
12879f36b6 Merge branch '491-cli-bugs' 2019-11-14 10:22:32 +01: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
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
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
Stix89
fdf2575047 feat: Add support for Issue Statistics (#481) 2019-10-25 10:09:29 +02:00
Daniel Ruf
dcfe466a18 fix: resolve import issues (#477)
* fix: resolve import issues
2019-10-24 10:06:13 +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
Daniel Ruf
1658cc74c5 chore: remove duplicate type (#478) 2019-10-22 09:46:23 +02: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
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
dehnel
c63c691d87 fix: Epic issues HTTP methods are incorrect 2019-10-09 19:15:03 +02:00
Justin
a684a1e17e fix: Missing gzip content type from body processing logic
fixes: #447
2019-10-06 15:24:33 +02:00
Zack Urben
12116d6d3d Addressing mr comments, refactoring labels to use the resource label template. 2019-10-04 11:55:37 +00:00
Zack Urben
1289c2bac0 Addressing PR comments. 2019-10-03 19:13:06 +00:00
Zack Urben
1f93315724
Add group label support 2019-10-03 09:53:51 -05:00
Leonardo Bombonato
41c4653368 feat(Merge Request): Add Approval State endpoint 2019-09-30 21:04:13 -03:00
Adam Dehnel
a80bc8035b get single environment 2019-09-15 08:01:34 -05:00
Justin
8c673c3b17 fix: Forgot to await for the response #426 2019-09-10 11:18:19 -04:00
Justin
1bddfb0b18 Fixed old function references 2019-09-08 12:03:03 -04:00
Justin
05eb2a0050 Fixing prefix to be GITLAB_[option] for env vars 2019-09-08 10:35:27 -04:00
Justin
a5904bb1b9 Adding env var support for config 2019-09-08 10:34:29 -04:00
Justin
94a40629d3 Error in token assignment 2019-08-30 18:06:27 -04:00
Justin
6f90f4c67d feat: Adding support for CLI
closes: #146
2019-08-30 17:50:16 -04:00
Justin
91cfbf2737 fix: Switching type import to hopefully fix #417 2019-08-30 11:31:29 -04:00
Justin
4e21f31109 Merge branch '426-handle-null-response' 2019-08-29 11:03:21 -04:00
Justin Dalrymple
d24122142b
Merge pull request #431 from jdalrymple/429-project-import-fix
fix: Adding path argument to the Project Imports API
2019-08-28 15:22:31 -04:00
Justin
c697463d01 Incorrect variable reference 2019-08-28 12:05:58 -04:00
Justin
c8deaa2822 fix: Handling empty text responses 2019-08-28 11:03:15 -04:00
Justin
47e1ff47af feat: Add support for the Packages API #430 2019-08-28 10:53:45 -04:00
Justin
97a7c59223 fix: Adding path argument to the Project Imports API
fix: Adding path argument to the Project Imports API

Also removed the metadata optional property as it isnt used by the GitLab API.

BREAKING CHANGE: Added the path argument to the function header.
2019-08-28 10:42:47 -04:00
Justin
7d6ac3ff4d Remove the .then in favour of await 2019-08-27 17:10:38 -04:00
Justin
8bbab73e0f fix: Adding proper support for the buffer responses 2019-08-27 17:07:08 -04:00
Kimmo Sääskilahti
f66f50c2de
Add type exports.
- Add type exports.
- Add types to bundle unit tests.
2019-08-27 13:10:19 +03:00
Justin
8e5dfc00cd chore: Major linting fixes 2019-08-22 11:52:28 -04:00
Trent Albright
85c3329937 fix: incorrect url path for mr unapprove 2019-08-16 23:26:52 -04:00
Justin Dalrymple
45e8544128
Merge pull request #413 from jdalrymple/410-fork-relationships
feat: Adding fork relationship support
2019-08-13 12:29:39 -04:00
Justin
ac670cc51c feat: Add Gitlab Blame endpoint to the RespositoryFiles API
See https://docs.gitlab.com/ee/api/repository_files.html#get-file-blame-from-repository for docs

closes: #409
2019-08-13 10:52:13 -04:00
Justin
76cb783967 feat: Adding fork relationship support
Implemented https://docs.gitlab.com/ce/api/projects.html#fork-relationship. ForkedFromId can be supplied as a optional argument.

closes: #410
2019-08-13 10:45:02 -04:00
Keaton Burleson
c47564b8b7 fix: Removing randomstring dependency to improve support for Angular 8
closes: #407
2019-08-09 12:29:31 -04:00
Justin Dalrymple
7bcddc3473
Merge pull request #406 from jdalrymple/400-add-merge-base
feat: Adding Merge Base endpoint for the Repositories API
2019-08-06 11:28:45 -04:00
Justin Dalrymple
56cae15b40
Merge pull request #405 from jdalrymple/404-remove-deprecated-session-api
fix: Removing deprecated Session endpoint (since GitLab 10.2.0)
2019-08-06 11:08:38 -04:00
Justin
040fc786c9 feat: Adding Merge Base endpoint for the Repositories API
closes: #400
2019-08-06 10:44:27 -04:00
Justin
a907c7ce83 fix: Adding missing TS type import 'FormData'
closes: #401
2019-08-06 10:37:49 -04:00
Justin
fe720d8a21 fix: Removing deprecated Session endpoint (since GitLab 10.2.0)
closes: #404
2019-08-06 10:23:45 -04:00
Justin Dalrymple
f59d51d15d
Merge pull request #387 from jdalrymple/385-pagination-tests
Extending pagination tests to ensure proper functionality
2019-07-15 10:15:18 -04:00