Comparing version 6.3.7 to 6.4.0
@@ -1,2 +0,2 @@ | ||
## [6.3.7](https://github.com/jdalrymple/node-gitlab/compare/6.3.6...6.3.7) (2019-06-12) | ||
# [6.4.0](https://github.com/jdalrymple/node-gitlab/compare/6.3.7...6.4.0) (2019-06-28) | ||
@@ -6,62 +6,67 @@ | ||
* string regex :sob: ([7e94e0b](https://github.com/jdalrymple/node-gitlab/commit/7e94e0b)) | ||
* Handle body types properly if not JSON ie formData ([a135841](https://github.com/jdalrymple/node-gitlab/commit/a135841)), closes [#355](https://github.com/jdalrymple/node-gitlab/issues/355) | ||
* Missing headers when posting json data ([861f89e](https://github.com/jdalrymple/node-gitlab/commit/861f89e)) | ||
* Use the correct agent configuration for the rejectUnauthorized option ([775d755](https://github.com/jdalrymple/node-gitlab/commit/775d755)), closes [#357](https://github.com/jdalrymple/node-gitlab/issues/357) | ||
## [6.3.6](https://github.com/jdalrymple/node-gitlab/compare/6.3.5...6.3.6) (2019-06-12) | ||
### Features | ||
* Adding support for Group Issues ([00068c9](https://github.com/jdalrymple/node-gitlab/commit/00068c9)), closes [#306](https://github.com/jdalrymple/node-gitlab/issues/306) | ||
## [6.3.7](https://github.com/jdalrymple/node-gitlab/compare/6.3.6...6.3.7) (2019-06-12) | ||
### Bug Fixes | ||
* Use improved pagination regex to remove service url + leaf ([2b290b5](https://github.com/jdalrymple/node-gitlab/commit/2b290b5)), closes [#352](https://github.com/jdalrymple/node-gitlab/issues/352) | ||
- string regex :sob: ([7e94e0b](https://github.com/jdalrymple/node-gitlab/commit/7e94e0b)) | ||
## [6.3.6](https://github.com/jdalrymple/node-gitlab/compare/6.3.5...6.3.6) (2019-06-12) | ||
### Bug Fixes | ||
- Use improved pagination regex to remove service url + leaf ([2b290b5](https://github.com/jdalrymple/node-gitlab/commit/2b290b5)), closes [#352](https://github.com/jdalrymple/node-gitlab/issues/352) | ||
## [6.3.5](https://github.com/jdalrymple/node-gitlab/compare/6.3.4...6.3.5) (2019-06-12) | ||
### Bug Fixes | ||
* Fix error due to Typescript 3.5.1 ([bd4e141](https://github.com/jdalrymple/node-gitlab/commit/bd4e141)) | ||
* Fix error due to Typescript 3.5.1 ([5474f06](https://github.com/jdalrymple/node-gitlab/commit/5474f06)) | ||
* Make package Typescript-conformant ([da1a8f6](https://github.com/jdalrymple/node-gitlab/commit/da1a8f6)) | ||
* Update Typescript to 3.5.1 ([8f5fec5](https://github.com/jdalrymple/node-gitlab/commit/8f5fec5)) | ||
- Fix error due to Typescript 3.5.1 ([bd4e141](https://github.com/jdalrymple/node-gitlab/commit/bd4e141)) | ||
- Fix error due to Typescript 3.5.1 ([5474f06](https://github.com/jdalrymple/node-gitlab/commit/5474f06)) | ||
- Make package Typescript-conformant ([da1a8f6](https://github.com/jdalrymple/node-gitlab/commit/da1a8f6)) | ||
- Update Typescript to 3.5.1 ([8f5fec5](https://github.com/jdalrymple/node-gitlab/commit/8f5fec5)) | ||
## [6.3.4](https://github.com/jdalrymple/node-gitlab/compare/6.3.3...6.3.4) (2019-06-11) | ||
### Bug Fixes | ||
* Wrong endpoint being passed during pagination ([a2a6126](https://github.com/jdalrymple/node-gitlab/commit/a2a6126)), closes [#344](https://github.com/jdalrymple/node-gitlab/issues/344) | ||
- Wrong endpoint being passed during pagination ([a2a6126](https://github.com/jdalrymple/node-gitlab/commit/a2a6126)), closes [#344](https://github.com/jdalrymple/node-gitlab/issues/344) | ||
## [6.3.3](https://github.com/jdalrymple/node-gitlab/compare/6.3.2...6.3.3) (2019-06-10) | ||
### Bug Fixes | ||
* Handle edge cases where content-type headers are missing or the content text is null ([dabcb3d](https://github.com/jdalrymple/node-gitlab/commit/dabcb3d)), closes [#343](https://github.com/jdalrymple/node-gitlab/issues/343) | ||
- Handle edge cases where content-type headers are missing or the content text is null ([dabcb3d](https://github.com/jdalrymple/node-gitlab/commit/dabcb3d)), closes [#343](https://github.com/jdalrymple/node-gitlab/issues/343) | ||
## [6.3.2](https://github.com/jdalrymple/node-gitlab/compare/6.3.1...6.3.2) (2019-06-10) | ||
### Bug Fixes | ||
* Moving the error wrapper for the Ky Requester to be only around the Ky function request. Also checking to see if the error contains a response before looking for an error message. ([a54a6ae](https://github.com/jdalrymple/node-gitlab/commit/a54a6ae)), closes [#343](https://github.com/jdalrymple/node-gitlab/issues/343) | ||
- Moving the error wrapper for the Ky Requester to be only around the Ky function request. Also checking to see if the error contains a response before looking for an error message. ([a54a6ae](https://github.com/jdalrymple/node-gitlab/commit/a54a6ae)), closes [#343](https://github.com/jdalrymple/node-gitlab/issues/343) | ||
## [6.3.1](https://github.com/jdalrymple/node-gitlab/compare/6.3.0...6.3.1) (2019-06-10) | ||
### Bug Fixes | ||
* Resource Discussion API was using the incorrect url to add a note ([#345](https://github.com/jdalrymple/node-gitlab/issues/345)) ([c6ff86d](https://github.com/jdalrymple/node-gitlab/commit/c6ff86d)), closes [#342](https://github.com/jdalrymple/node-gitlab/issues/342) | ||
- Resource Discussion API was using the incorrect url to add a note ([#345](https://github.com/jdalrymple/node-gitlab/issues/345)) ([c6ff86d](https://github.com/jdalrymple/node-gitlab/commit/c6ff86d)), closes [#342](https://github.com/jdalrymple/node-gitlab/issues/342) | ||
# [6.3.0](https://github.com/jdalrymple/node-gitlab/compare/6.2.0...6.3.0) (2019-06-08) | ||
### Features | ||
* Add configurable request timeout ([#341](https://github.com/jdalrymple/node-gitlab/issues/341)) ([4d99902](https://github.com/jdalrymple/node-gitlab/commit/4d99902)) | ||
- Add configurable request timeout ([#341](https://github.com/jdalrymple/node-gitlab/issues/341)) ([4d99902](https://github.com/jdalrymple/node-gitlab/commit/4d99902)) | ||
# [6.2.0](https://github.com/jdalrymple/node-gitlab/compare/6.1.0...6.2.0) (2019-06-07) | ||
### Features | ||
* Adding support for Container Registry API [#274](https://github.com/jdalrymple/node-gitlab/issues/274) ([59f9286](https://github.com/jdalrymple/node-gitlab/commit/59f9286)) | ||
- Adding support for Container Registry API [#274](https://github.com/jdalrymple/node-gitlab/issues/274) ([59f9286](https://github.com/jdalrymple/node-gitlab/commit/59f9286)) | ||
@@ -68,0 +73,0 @@ # [6.1.0](https://github.com/jdalrymple/node-gitlab/compare/6.0.0...6.1.0) (2019-06-06) |
import { BaseRequestOptions, BaseService, PaginatedRequestOptions, Sudo } from '../infrastructure'; | ||
import { ProjectId, IssueId } from '.'; | ||
import { GroupId, ProjectId, IssueId } from '.'; | ||
declare class Issues extends BaseService { | ||
addSpentTime(projectId: ProjectId, issueId: IssueId, duration: string, options?: Sudo): Promise<object>; | ||
addTimeEstimate(projectId: ProjectId, issueId: IssueId, duration: string, options?: Sudo): Promise<object>; | ||
all({ projectId, ...options }?: { | ||
all({ projectId, groupId, ...options }?: ({ | ||
projectId?: ProjectId; | ||
} & PaginatedRequestOptions): Promise<import("../infrastructure").GetResponse>; | ||
} | { | ||
groupId?: GroupId; | ||
} | {}) & PaginatedRequestOptions): Promise<import("../infrastructure").GetResponse>; | ||
create(projectId: ProjectId, options?: BaseRequestOptions): Promise<object>; | ||
@@ -10,0 +12,0 @@ edit(projectId: ProjectId, issueId: IssueId, options?: BaseRequestOptions): Promise<object>; |
@@ -6,3 +6,3 @@ import { BaseService, Sudo, BaseRequestOptions } from '../infrastructure'; | ||
exportStatus(projectId: ProjectId, options?: Sudo): Promise<import("../infrastructure").GetResponse>; | ||
import(content: string, path: string, options?: Sudo): Promise<object>; | ||
import(content: string, path: string): Promise<object>; | ||
importStatus(projectId: ProjectId, options?: Sudo): Promise<import("../infrastructure").GetResponse>; | ||
@@ -9,0 +9,0 @@ schedule(projectId: ProjectId, options?: BaseRequestOptions): Promise<object>; |
@@ -27,4 +27,4 @@ import { BaseRequestOptions, BaseService, PaginatedRequestOptions, Sudo } from '../infrastructure'; | ||
updatePushRule(projectId: ProjectId, options?: BaseRequestOptions): Promise<object>; | ||
upload(projectId: any, content: any, metadata?: ProjectUploadMetadata, options?: Sudo): Promise<object>; | ||
upload(projectId: any, content: any, metadata?: ProjectUploadMetadata): Promise<object>; | ||
} | ||
export default Projects; |
{ | ||
"name": "gitlab", | ||
"version": "6.3.7", | ||
"version": "6.4.0", | ||
"description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"li": "^1.3.0", | ||
"query-string": "^6.5.0", | ||
"query-string": "^6.8.1", | ||
"randomstring": "^1.1.5", | ||
@@ -62,17 +62,17 @@ "universal-url": "^2.0.0" | ||
"devDependencies": { | ||
"lint-staged": "^8.1.7", | ||
"@semantic-release/changelog": "^3.0.2", | ||
"@semantic-release/git": "^7.0.12", | ||
"@semantic-release/npm": "^5.1.7", | ||
"@semantic-release/npm": "^5.1.12", | ||
"@types/form-data": "^2.2.1", | ||
"@types/humps": "^1.1.2", | ||
"@types/jest": "^24.0.13", | ||
"@types/jest": "^24.0.15", | ||
"codecov": "^3.5.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"husky": "^2.3.0", | ||
"husky": "^2.6.0", | ||
"jest": "^24.8.0", | ||
"jest-extended": "^0.11.1", | ||
"jest-tap-reporter": "^1.9.0", | ||
"lint-staged": "^8.2.1", | ||
"prettier": "^1.17.1", | ||
"rollup": "^1.15.1", | ||
"rollup": "^1.15.6", | ||
"rollup-plugin-commonjs": "^10.0.0", | ||
@@ -82,6 +82,6 @@ "rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"rollup-plugin-node-resolve": "^5.0.0", | ||
"rollup-plugin-node-resolve": "^5.1.0", | ||
"rollup-plugin-terser": "^5.0.0", | ||
"rollup-plugin-typescript2": "^0.21.1", | ||
"semantic-release": "^15.13.13", | ||
"semantic-release": "^15.13.17", | ||
"ts-jest": "^24.0.2", | ||
@@ -91,3 +91,3 @@ "tslint": "^5.16.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.5.1" | ||
"typescript": "^3.5.2" | ||
}, | ||
@@ -94,0 +94,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
485734
2638
1
Updatedquery-string@^6.8.1