1208 Commits

Author SHA1 Message Date
Justin Dalrymple
f8ca6f321b
Merge pull request #442 from AlvaroBernalG/master
fix(docs): Incorrect method signature
2019-09-18 22:37:31 -04:00
Alvaro Bernal
789c50a748 Fix(docs): Incorrect method signature 2019-09-18 21:12:08 +01:00
Justin Dalrymple
019039e100
Merge pull request #439 from arsdehnel/get-single-env
feat: Get Single Environment for a Project
2019-09-15 13:02:13 -04:00
Adam Dehnel
bde0437205 update readme to note correct build command 2019-09-15 08:02:01 -05:00
Adam Dehnel
a80bc8035b get single environment 2019-09-15 08:01:34 -05:00
Justin Dalrymple
5413608185
Merge pull request #438 from jdalrymple/greenkeeper/ts-jest-24.1.0
Update ts-jest to the latest version 🚀
2019-09-13 15:56:58 -04:00
greenkeeper[bot]
f036bdff98
chore(package): update lockfile package-lock.json 2019-09-12 20:33:27 +00:00
greenkeeper[bot]
99efdba26c
chore(package): update ts-jest to version 24.1.0 2019-09-12 20:33:19 +00:00
Justin
8e5217d335 chore: Updating a few packages 2019-09-12 13:26:37 -04:00
semantic-release-bot
95e92314f6 chore(release): 11.1.2 [skip ci]
## [11.1.2](https://github.com/jdalrymple/node-gitlab/compare/11.1.1...11.1.2) (2019-09-10)

### Bug Fixes

* Forgot to await for the response [#426](https://github.com/jdalrymple/node-gitlab/issues/426) ([8c673c3](https://github.com/jdalrymple/node-gitlab/commit/8c673c3))
11.1.2
2019-09-10 15:31:06 +00:00
Justin
8c673c3b17 fix: Forgot to await for the response #426 2019-09-10 11:18:19 -04:00
semantic-release-bot
fa47de093b chore(release): 11.1.1 [skip ci]
## [11.1.1](https://github.com/jdalrymple/node-gitlab/compare/11.1.0...11.1.1) (2019-09-09)

### Bug Fixes

* **package:** update ky to version 0.14.0 ([b907f54](https://github.com/jdalrymple/node-gitlab/commit/b907f54))
11.1.1
2019-09-09 23:07:32 +00:00
Justin
78e5b5c504 Merge remote-tracking branch 'origin/greenkeeper/ky-0.14.0' 2019-09-09 18:54:51 -04:00
greenkeeper[bot]
cb58557878
chore(package): update lockfile package-lock.json 2019-09-09 16:39:08 +00:00
greenkeeper[bot]
b907f54185
fix(package): update ky to version 0.14.0 2019-09-09 16:39:04 +00:00
semantic-release-bot
f91f6e707a chore(release): 11.1.0 [skip ci]
# [11.1.0](https://github.com/jdalrymple/node-gitlab/compare/11.0.2...11.1.0) (2019-09-09)

### Features

* Adding support for CLI ([6f90f4c](https://github.com/jdalrymple/node-gitlab/commit/6f90f4c)), closes [#146](https://github.com/jdalrymple/node-gitlab/issues/146)
11.1.0
2019-09-09 14:57:26 +00:00
Justin Dalrymple
b0ee51767d
Merge pull request #434 from jdalrymple/146-cli-support
feat: Adding support for CLI
2019-09-09 10:44:29 -04:00
Justin
15974fa992 Forgot to mention the .env file 2019-09-08 17:12:40 -04:00
Justin
531369cbc8 Adding missing docs for env config 2019-09-08 12:39:44 -04:00
Justin
1bddfb0b18 Fixed old function references 2019-09-08 12:03:03 -04:00
Justin
b69e9584ca Merge remote-tracking branch 'origin/146-cli-support' into 146-cli-support 2019-09-08 10:35:42 -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 Dalrymple
c81c471e27
Update .gitignore
Co-Authored-By: Joseph Petersen <josephp90@gmail.com>
2019-09-08 10:11:14 -04:00
Justin
884bd72131 Updating docs to include CLI information 2019-09-06 20:11:45 -04:00
Justin
0bda3d8c0a Updating npm scripts 2019-08-31 13:33:55 -04:00
Justin
0b59380b71 Fixing up some dependencies 2019-08-31 13:30:07 -04:00
Justin
78b9ad652d Forgotten folder references 2019-08-30 20:22:13 -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
semantic-release-bot
82d0916214 chore(release): 11.0.2 [skip ci]
## [11.0.2](https://github.com/jdalrymple/node-gitlab/compare/11.0.1...11.0.2) (2019-08-30)

### Bug Fixes

* Switching type import to hopefully fix [#417](https://github.com/jdalrymple/node-gitlab/issues/417) ([91cfbf2](https://github.com/jdalrymple/node-gitlab/commit/91cfbf2))
11.0.2
2019-08-30 15:48:55 +00:00
Justin
91cfbf2737 fix: Switching type import to hopefully fix #417 2019-08-30 11:31:29 -04:00
Justin
9132e5964c Merge branch 'coverage' 2019-08-29 12:40:29 -04:00
Justin
1148acaf18 chore: Fixing coverage push 2019-08-29 12:40:15 -04:00
semantic-release-bot
763afcff3e chore(release): 11.0.1 [skip ci]
## [11.0.1](https://github.com/jdalrymple/node-gitlab/compare/11.0.0...11.0.1) (2019-08-29)

### Bug Fixes

* Handling empty text responses ([c8deaa2](https://github.com/jdalrymple/node-gitlab/commit/c8deaa2))
11.0.1
2019-08-29 15:16:56 +00:00
Justin
4e21f31109 Merge branch '426-handle-null-response' 2019-08-29 11:03:21 -04:00
Justin Dalrymple
3948a9afe4
Merge pull request #433 from jdalrymple/greenkeeper/rollup-plugin-typescript2-0.24.0
Update rollup-plugin-typescript2 to the latest version 🚀
2019-08-28 20:43:39 -04:00
greenkeeper[bot]
0d3ae00a03
chore(package): update lockfile package-lock.json 2019-08-28 23:53:44 +00:00
greenkeeper[bot]
af1103ec22
chore(package): update rollup-plugin-typescript2 to version 0.24.0 2019-08-28 23:53:40 +00:00
semantic-release-bot
571dab74c0 chore(release): 11.0.0 [skip ci]
# [11.0.0](https://github.com/jdalrymple/node-gitlab/compare/10.2.1...11.0.0) (2019-08-28)

### Bug Fixes

* Adding path argument to the Project Imports API ([97a7c59](https://github.com/jdalrymple/node-gitlab/commit/97a7c59))

### Features

* Add support for the Packages API [#430](https://github.com/jdalrymple/node-gitlab/issues/430) ([47e1ff4](https://github.com/jdalrymple/node-gitlab/commit/47e1ff4))

### BREAKING CHANGES

* Added the path argument to the function header.
11.0.0
2019-08-28 19:35:27 +00: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 Dalrymple
09db371fc7
Merge pull request #432 from jdalrymple/430-packages-api
feat: Add support for the Packages API #430
2019-08-28 15:22:21 -04:00
Justin
7ad98e2ae6 Adding extra log to narrow down where gitlab error occurs 2019-08-28 12:08:46 -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
semantic-release-bot
ef65273b81 chore(release): 10.2.1 [skip ci]
## [10.2.1](https://github.com/jdalrymple/node-gitlab/compare/10.2.0...10.2.1) (2019-08-28)

### Bug Fixes

* Adding proper support for the buffer responses ([8bbab73](https://github.com/jdalrymple/node-gitlab/commit/8bbab73))
10.2.1
2019-08-28 01:13:33 +00:00
Justin Dalrymple
42313bc5dd
Merge pull request #427 from jdalrymple/424-handle-octet-response
fix: Adding proper support for the buffer responses
2019-08-27 18:12:24 -04:00
Justin
7d6ac3ff4d Remove the .then in favour of await 2019-08-27 17:10:38 -04:00