1091 Commits

Author SHA1 Message Date
greenkeeper[bot]
2cb6f2cae9 chore(package): update cz-conventional-changelog to version 3.0.0 2019-07-19 19:58:16 +00:00
Justin
83b5d3694e Merge remote-tracking branch 'origin/master' 2019-07-15 10:53:42 -04:00
Justin
d8781f1565 Attempt to fix coverage 2019-07-15 10:53:25 -04:00
semantic-release-bot
edefb680e7 chore(release): 10.0.0 [skip ci]
# [10.0.0](https://github.com/jdalrymple/node-gitlab/compare/9.1.0...10.0.0) (2019-07-15)

### Code Refactoring

* Adding required labelName and colour option to the create method ([199e32d](https://github.com/jdalrymple/node-gitlab/commit/199e32d))

### BREAKING CHANGES

* Labels require a colour and a name to be created. Now the create method takes a second and third argument: 'labelName' and 'color'
10.0.0
2019-07-15 14:44:32 +00: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
Justin
9ec06c94d3 docs: Removing missed certificate information in README.md 2019-07-15 08:56:44 -04:00
Justin
d46efc55a4 Remove console logs 2019-07-15 08:47:02 -04:00
semantic-release-bot
10d4cdf0a6 chore(release): 9.1.0 [skip ci]
# [9.1.0](https://github.com/jdalrymple/node-gitlab/compare/9.0.1...9.1.0) (2019-07-12)

### Features

* Adding support for branchName key seen in the Gitlab API v3 ([356466f](https://github.com/jdalrymple/node-gitlab/commit/356466f))
9.1.0
2019-07-12 17:30:01 +00:00
Justin Dalrymple
6d4bf723ed
Merge pull request #393 from jdalrymple/392-support-v3-branches
392 support v3 branches
2019-07-12 13:12:29 -04:00
Justin
84f619ff33 Numbers should be ints not strings 2019-07-12 12:31:13 -04:00
Justin
e68bdabd8a Add pagination object check 2019-07-12 12:12:00 -04:00
Justin
856a4a6a89 Linting and removing direct exposure of version option as it conflicted with the version function in the MergeRequest API 2019-07-12 11:43:13 -04:00
Justin
6fea712a69 Typo and typing 2019-07-12 11:05:48 -04:00
Justin
d9b6f16d2e Using a literal instead of a string 2019-07-12 11:00:55 -04:00
Justin
356466f684 feat: Adding support for branchName key seen in the Gitlab API v3 2019-07-12 10:49:58 -04:00
Justin
19acfc6928 Adding all test 2019-07-12 10:21:55 -04:00
Justin Dalrymple
dd6a415875
Merge pull request #391 from jdalrymple/greenkeeper/rollup-plugin-typescript2-0.22.0
Update rollup-plugin-typescript2 to the latest version 🚀
2019-07-12 10:03:40 -04:00
greenkeeper[bot]
6fc3f4aa6d chore(package): update lockfile package-lock.json 2019-07-11 23:33:18 +00:00
greenkeeper[bot]
ebbb0480ff chore(package): update rollup-plugin-typescript2 to version 0.22.0 2019-07-11 23:33:12 +00:00
Justin
ae5cb1730a test fixes 2019-07-11 17:39:26 -04:00
Justin
199e32d34e refactor: Adding required labelName and colour option to the create method
BREAKING CHANGE: Labels require a colour and a name to be created. Now the create method takes a second and third argument: 'labelName' and 'color'
2019-07-11 17:18:28 -04:00
semantic-release-bot
937e990e61 chore(release): 9.0.1 [skip ci]
## [9.0.1](https://github.com/jdalrymple/node-gitlab/compare/9.0.0...9.0.1) (2019-07-11)

### Bug Fixes

* Accept any variables that begin with uppercase letters and include an underscore [#254](https://github.com/jdalrymple/node-gitlab/issues/254) ([fe39590](https://github.com/jdalrymple/node-gitlab/commit/fe39590))
9.0.1
2019-07-11 21:03:37 +00:00
Justin Dalrymple
c80c52c670
Merge pull request #389 from jdalrymple/254-variable-casing
fix: Accept any variables that begin with uppercase letters and inclu…
2019-07-11 16:41:52 -04:00
Justin
fe395904e7 fix: Accept any variables that begin with uppercase letters and include an underscore #254
This updated regex isn't foolproof. If the user decides to use lowercase variables, this will not work. Would beed to change the internal logic to allow for the skipping of the camelization.

closes: #254
2019-07-11 16:06:11 -04:00
Justin
c9a681d402 test: Adding basic Labels API test 2019-07-11 16:02:43 -04:00
Justin
4d758e415f test: Improved unit tests for pagination checks 2019-07-11 16:02:43 -04:00
Justin Dalrymple
02587c0c17
Merge pull request #390 from jdalrymple/dependabot/npm_and_yarn/lodash-4.17.14
chore(deps): bump lodash from 4.17.11 to 4.17.14
2019-07-11 15:43:59 -04:00
Justin
b4b5a94dc4 Updating lts to fix broken jest dependency 2019-07-11 15:21:52 -04:00
Justin
16823ea1d8 Trying to use yarnlock 2019-07-11 14:39:47 -04:00
Justin
ff5f6bccf8 Changing the order again 2019-07-11 13:00:26 -04:00
Justin
bff080c276 Linting 2019-07-11 12:34:24 -04:00
Justin
2082bb5f30 Switching up order of node version testing 2019-07-11 12:31:41 -04:00
Justin
8dd3c09682 Attempt to run without a package-lock 2019-07-11 11:40:19 -04:00
Justin
5dfe794ab1 Linting changelog and fixing ci config 2019-07-11 11:34:44 -04:00
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