1057 Commits

Author SHA1 Message Date
Justin
cd0d5dcdc6 Attempt bumping npm version to correctly run npm ci 2019-07-11 11:31:21 -04:00
dependabot[bot]
920096cd72
chore(deps): bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-10 23:06:10 +00:00
semantic-release-bot
862768a4f3 chore(release): 9.0.0 [skip ci]
# [9.0.0](https://github.com/jdalrymple/node-gitlab/compare/8.0.0...9.0.0) (2019-07-04)

### Bug Fixes

* Fixing project upload [#355](https://github.com/jdalrymple/node-gitlab/issues/355) ([184253e](https://github.com/jdalrymple/node-gitlab/commit/184253e))

### Code Refactoring

* Standardizing the upload argument header ([aa33061](https://github.com/jdalrymple/node-gitlab/commit/aa33061))

### BREAKING CHANGES

* path argument is no longer required/available. Now, it follows a similar function header to Project.upload with an optional metadata argument
Missing dependency
dede
9.0.0
2019-07-04 20:40:10 +00:00
Justin Dalrymple
3e77d07f54
Merge pull request #382 from jdalrymple/355-improving-project-upload-support
Improving Project Upload Support
2019-07-04 16:20:41 -04:00
Justin
3e82ef6e5e Incorrect test string 2019-07-04 15:57:36 -04:00
Justin
63c2844198 Missing nesting in test logic 2019-07-04 15:44:42 -04:00
Justin
666fe7a519 Missing async keyword 2019-07-04 15:20:51 -04:00
Justin
aa33061f68 refactor: Standardizing the upload argument header
This was done to improve consistency between the two functions used to upload files to gitlab.

BREAKING CHANGE: path argument is no longer required/available. Now, it follows a similar function header to Project.upload with an optional metadata argument
Missing dependency
dede
2019-07-04 15:01:40 -04:00
Justin
184253e728 fix: Fixing project upload #355
closes: #355
2019-07-04 14:53:16 -04:00
Justin
dd7a35c3bb chore: Updating package lock file 2019-07-04 14:51:37 -04:00
Justin
ad4e973817 test: Adding project upload test 2019-07-04 13:30:38 -04:00
semantic-release-bot
f111b929fc chore(release): 8.0.0 [skip ci]
# [8.0.0](https://github.com/jdalrymple/node-gitlab/compare/7.0.1...8.0.0) (2019-07-03)

### Bug Fixes

* PushRules were missing from the ProjectBundle export and the README. [#373](https://github.com/jdalrymple/node-gitlab/issues/373) ([f7425a7](https://github.com/jdalrymple/node-gitlab/commit/f7425a7))

### BREAKING CHANGES

* PushRule export was renamed to PushRules to match the plurality of the export names
8.0.0
2019-07-03 00:39:36 +00:00
Justin Dalrymple
6c3aeb2b51
Merge pull request #375 from jdalrymple/374-pushrules
fix: PushRules were missing from the ProjectBundle export and the REA…
2019-07-02 18:08:54 -04:00
Justin
f7425a72e2 fix: PushRules were missing from the ProjectBundle export and the README. #373
BREAKING CHANGE: PushRule export was renamed to PushRules to match the plurality of the export names
2019-07-02 13:48:52 -04:00
Justin Dalrymple
2de5280a25
Merge pull request #380 from jdalrymple/greenkeeper/husky-3.0.0
Update husky to the latest version 🚀
2019-07-02 00:40:18 -04:00
Justin Dalrymple
6342e56db2
Merge pull request #379 from jdalrymple/greenkeeper/lint-staged-9.0.0
Update lint-staged to the latest version 🚀
2019-07-02 00:40:03 -04:00
Justin Dalrymple
4319510736
Merge pull request #378 from jdalrymple/test-compiled
test: Switching integration tests to be run on the compiled library
2019-07-02 00:39:51 -04:00
greenkeeper[bot]
7eef2081d2 chore(package): update lockfile package-lock.json 2019-07-01 20:33:52 +00:00
greenkeeper[bot]
e464b8495b chore(package): update husky to version 3.0.0 2019-07-01 20:33:49 +00:00
greenkeeper[bot]
4550a0ef78 chore(package): update lockfile package-lock.json 2019-07-01 18:52:25 +00:00
greenkeeper[bot]
cb461a2bdd chore(package): update lint-staged to version 9.0.0 2019-07-01 18:52:21 +00:00
Justin
0926012ff4 Cache dist folder 2019-07-01 13:56:00 -04:00
Justin
d50f53ceb5 test: Switching integration tests to be run on the compiled library 2019-07-01 12:52:39 -04:00
semantic-release-bot
1ac1fb43b3 chore(release): 7.0.1 [skip ci]
## [7.0.1](https://github.com/jdalrymple/node-gitlab/compare/7.0.0...7.0.1) (2019-07-01)

### Bug Fixes

* Revert support for the rejectUnauthorized option until issues in [#377](https://github.com/jdalrymple/node-gitlab/issues/377) are sorted. ([f9a47c7](https://github.com/jdalrymple/node-gitlab/commit/f9a47c7))
7.0.1
2019-07-01 16:51:28 +00:00
Justin
f9a47c7beb fix: Revert support for the rejectUnauthorized option until issues in #377 are sorted. 2019-07-01 12:30:39 -04:00
semantic-release-bot
82e96fd74f chore(release): 7.0.0 [skip ci]
# [7.0.0](https://github.com/jdalrymple/node-gitlab/compare/6.4.0...7.0.0) (2019-06-28)

### Features

* Adding missing endpoints for deploy keys [#373](https://github.com/jdalrymple/node-gitlab/issues/373) ([b23dd29](https://github.com/jdalrymple/node-gitlab/commit/b23dd29))

### BREAKING CHANGES

* all method now takes an optional object since projectId is no longer required. If no projectId is passed, the all method returns all deploy keys across all projects of the GitLab instance
7.0.0
2019-06-28 20:01:01 +00:00
Justin Dalrymple
b865af4867
Merge pull request #376 from jdalrymple/373-deploy-keys
feat: Adding missing endpoints for deploy keys #373
2019-06-28 15:29:41 -04:00
Justin
f58b489194 style: Linting 2019-06-28 15:07:11 -04:00
Justin
b23dd29b5b feat: Adding missing endpoints for deploy keys #373
BREAKING CHANGE: all method now takes an optional object since projectId is no longer required. If no projectId is passed, the all method returns all deploy keys across all projects of the GitLab instance
2019-06-28 15:04:12 -04:00
semantic-release-bot
4cbb633497 chore(release): 6.4.0 [skip ci]
# [6.4.0](https://github.com/jdalrymple/node-gitlab/compare/6.3.7...6.4.0) (2019-06-28)

### Bug Fixes

* 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)

### 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.4.0
2019-06-28 18:46:59 +00:00
Justin
31f12b00d2 Merge branch 'fix-tests' 2019-06-28 14:27:01 -04:00
Justin
2e9b8e8ac4 test: Fixing errors in the tests due to restrictive typing 2019-06-28 14:26:50 -04:00
Justin
861f89ea22 fix: Missing headers when posting json data 2019-06-28 14:26:20 -04:00
Justin
17bed59e52 refactor: Conditionally add the https new Agent 2019-06-28 10:33:07 -04:00
Justin
71dde54d02 chore: Updating dependancies affecting the build success 2019-06-27 15:10:43 -04:00
Justin
3b9454f5ad test: Include check to not use rejectUnauthorized in integration tests since they are directed towards localhost 2019-06-27 14:16:41 -04:00
Justin
67aa49cde3 test: Fixing some linting in the tests 2019-06-27 14:13:02 -04:00
Justin
b1fa90bffc style: Fixing linting problems 2019-06-27 13:13:49 -04:00
Justin Dalrymple
05027596a7
Merge pull request #372 from jdalrymple/306-group-issues
feat: Adding support for Group Issues
2019-06-26 11:22:19 -04:00
Justin
00068c918e feat: Adding support for Group Issues
closes: #306
2019-06-26 11:17:24 -04:00
Justin Dalrymple
f8478bfbe8
Merge pull request #371 from jdalrymple/greenkeeper/rollup-plugin-node-resolve-5.1.0
Greenkeeper/rollup plugin node resolve 5.1.0
2019-06-26 11:07:34 -04:00
Justin Dalrymple
155dbe0423
Merge pull request #370 from jdalrymple/greenkeeper/semantic-release-15.13.17
Greenkeeper/semantic release 15.13.17
2019-06-26 11:07:18 -04:00
Justin Dalrymple
8213e2e729
Merge pull request #369 from jdalrymple/greenkeeper/@semantic-release/npm-5.1.12
Greenkeeper/@semantic release/npm 5.1.12
2019-06-26 11:06:53 -04:00
Justin Dalrymple
181fc4909e
Merge pull request #368 from jdalrymple/greenkeeper/husky-2.6.0
Greenkeeper/husky 2.6.0
2019-06-26 11:06:32 -04:00
greenkeeper[bot]
af300bf92d chore(package): update lockfile package-lock.json 2019-06-26 14:21:03 +00:00
greenkeeper[bot]
65e5968b22 chore(package): update husky to version 2.6.0 2019-06-26 14:20:59 +00:00
greenkeeper[bot]
514bcb4f69 chore(package): update lockfile package-lock.json 2019-06-25 21:03:33 +00:00
greenkeeper[bot]
a1aa57a30e chore(package): update @semantic-release/npm to version 5.1.12 2019-06-25 21:03:29 +00:00
greenkeeper[bot]
22e7c55cd8 chore(package): update lockfile package-lock.json 2019-06-25 16:39:03 +00:00
greenkeeper[bot]
2f10199e14 chore(package): update semantic-release to version 15.13.17 2019-06-25 16:38:57 +00:00