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
semantic-release-bot
63e0a8ab6c
chore(release): 10.0.2 [skip ci]
...
## [10.0.2](https://github.com/jdalrymple/node-gitlab/compare/10.0.1...10.0.2 ) (2019-08-06)
### Bug Fixes
* Adding missing TS type import 'FormData' ([a907c7c](https://github.com/jdalrymple/node-gitlab/commit/a907c7c )), closes [#401 ](https://github.com/jdalrymple/node-gitlab/issues/401 )
10.0.2
2019-08-06 14:57:44 +00: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
2b7a7be8ed
docs: Removing old migration reference
...
closes : #404
2019-08-06 10:34:02 -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
2fc43ae69d
Merge remote-tracking branch 'origin/greenkeeper/lint-staged-9.2.1'
2019-08-06 10:15:23 -04:00
Justin
a8bf94653f
Merge remote-tracking branch 'origin/greenkeeper/rollup-1.19.3'
2019-08-06 10:15:09 -04:00
greenkeeper[bot]
cbc07f9448
chore(package): update lockfile package-lock.json
2019-08-06 04:53:34 +00:00
greenkeeper[bot]
a69c9c03d6
chore(package): update rollup to version 1.19.3
2019-08-06 04:53:29 +00:00
semantic-release-bot
a2f4b05ede
chore(release): 10.0.1 [skip ci]
...
## [10.0.1](https://github.com/jdalrymple/node-gitlab/compare/10.0.0...10.0.1 ) (2019-07-30)
### Bug Fixes
* Update to Ky 0.11.2 ([74e2b62](https://github.com/jdalrymple/node-gitlab/commit/74e2b62 ))
10.0.1
2019-07-30 03:43:23 +00:00
Justin Dalrymple
37556283fe
Merge branch '348-update-ky'
2019-07-29 23:28:22 -04:00
awgeorge
74e2b6296b
fix: Update to Ky 0.11.2
2019-07-29 23:28:10 -04:00
greenkeeper[bot]
8211275eb6
chore(package): update lockfile package-lock.json
2019-07-25 04:59:04 +00:00
greenkeeper[bot]
f489750de9
chore(package): update lint-staged to version 9.2.1
2019-07-25 04:58:59 +00:00
Justin Dalrymple
4567960fcd
Merge pull request #395 from jdalrymple/greenkeeper/cz-conventional-changelog-3.0.0
...
Update cz-conventional-changelog to the latest version 🚀
2019-07-23 10:22:20 -04:00
greenkeeper[bot]
15009fb90e
chore(package): update lockfile package-lock.json
2019-07-19 19:58:21 +00:00
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