361 Commits

Author SHA1 Message Date
semantic-release-bot
b92dc4fb00 chore(release): 3.11.2 [skip ci]
## [3.11.2](https://github.com/jdalrymple/node-gitlab/compare/3.11.1...3.11.2) (2018-08-28)

### Bug Fixes

* obey rate limits for all request types correctly ([#170](https://github.com/jdalrymple/node-gitlab/issues/170)) ([4bc7c69](https://github.com/jdalrymple/node-gitlab/commit/4bc7c69)), closes [#165](https://github.com/jdalrymple/node-gitlab/issues/165)
* Testing negated npmignore ([86960c4](https://github.com/jdalrymple/node-gitlab/commit/86960c4))
2018-08-28 01:44:46 +00:00
semantic-release-bot
3cbea0b9e2 chore(release): 3.11.1 [skip ci]
## [3.11.1](https://github.com/jdalrymple/node-gitlab/compare/3.11.0...3.11.1) (2018-08-28)

### Bug Fixes

* **applications-settings:** Edit of application settings not working ([#169](https://github.com/jdalrymple/node-gitlab/issues/169)) ([f0213ca](https://github.com/jdalrymple/node-gitlab/commit/f0213ca))
* **test:** Application settings api updated ([#177](https://github.com/jdalrymple/node-gitlab/issues/177)) ([0723a7a](https://github.com/jdalrymple/node-gitlab/commit/0723a7a))
2018-08-28 01:21:17 +00:00
semantic-release-bot
04e4c8f585 chore(release): 3.11.0 [skip ci]
# [3.11.0](https://github.com/jdalrymple/node-gitlab/compare/3.10.1...3.11.0) (2018-08-20)

### Bug Fixes

* Revert "fix(api): Updating project members all function to include the inherited members.  [#141](https://github.com/jdalrymple/node-gitlab/issues/141)" until properly implemented by GitLab (https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6669)  ([24d9bcd](https://github.com/jdalrymple/node-gitlab/commit/24d9bcd))

### Features

* **projects:** add archive/unarchive functionality ([#168](https://github.com/jdalrymple/node-gitlab/issues/168)) ([5e7b1bd](https://github.com/jdalrymple/node-gitlab/commit/5e7b1bd)), closes [#166](https://github.com/jdalrymple/node-gitlab/issues/166)
2018-08-20 17:14:37 +00:00
semantic-release-bot
97a51de8e6 chore(release): 3.10.1 [skip ci]
## [3.10.1](https://github.com/jdalrymple/node-gitlab/compare/3.10.0...3.10.1) (2018-08-16)

### Bug Fixes

* Typo in PagesDomains all() method ([#162](https://github.com/jdalrymple/node-gitlab/issues/162)) ([128f150](https://github.com/jdalrymple/node-gitlab/commit/128f150))
2018-08-16 13:42:41 +00:00
greenkeeper[bot]
2cb0c0f412 Update babel7 to the latest version 🚀 (#158)
* chore(package): update @babel/cli to version 7.0.0-rc.1
* chore(package): update @babel/core to version 7.0.0-rc.1
* chore(package): update @babel/plugin-proposal-object-rest-spread to version 7.0.0-rc.1
* chore(package): update @babel/plugin-transform-runtime to version 7.0.0-rc.1
* chore(package): update @babel/preset-env to version 7.0.0-rc.1
* fix(package): update @babel/runtime to version 7.0.0-rc.1
* chore(package): Updating @semantic-release/npm
* chore(package): Updating eslint to version ^5.3.0 
* chore(package): Updating eslint-config-airbnb to version ^17.1.0 
* chore(package): Updating eslint-plugin-import to version ^2.14.0 
* chore(package): Updating eslint-plugin-jest to version ^21.21.0 
* chore(package): Updating eslint-plugin-react to version ^7.11.1 
* chore(package): Updating regenerator-runtime to version ^0.12.1
* chore: Semantic release should be a dev dependency
* fix(package): Fixing #154
2018-08-15 23:56:54 -04:00
semantic-release-bot
ac00ee2b92 chore(release): 3.10.0 [skip ci]
# [3.10.0](https://github.com/jdalrymple/node-gitlab/compare/3.9.0...3.10.0) (2018-08-15)

### Features

* Expose reject unauthorized in request helper ([#160](https://github.com/jdalrymple/node-gitlab/issues/160)) ([01a2ce2](https://github.com/jdalrymple/node-gitlab/commit/01a2ce2)), closes [#142](https://github.com/jdalrymple/node-gitlab/issues/142)
2018-08-15 20:57:08 +00:00
semantic-release-bot
77244c6ea3 chore(release): 3.9.0 [skip ci]
# [3.9.0](https://github.com/jdalrymple/node-gitlab/compare/3.8.0...3.9.0) (2018-08-15)

### Bug Fixes

* Fix error while throwing an error in RequestHelper ([#156](https://github.com/jdalrymple/node-gitlab/issues/156)) ([177d7fd](https://github.com/jdalrymple/node-gitlab/commit/177d7fd))
* Handling errors before retrying request ([#142](https://github.com/jdalrymple/node-gitlab/issues/142)) [skip-ci] ([bc3b366](https://github.com/jdalrymple/node-gitlab/commit/bc3b366))
* Linting Master ([#157](https://github.com/jdalrymple/node-gitlab/issues/157)) ([ab14ed7](https://github.com/jdalrymple/node-gitlab/commit/ab14ed7))

### Features

* Add deploy keys enable functionality ([#155](https://github.com/jdalrymple/node-gitlab/issues/155)) thanks to [Michael Matzka](https://github.com/mimaidms ) ([66547ad](https://github.com/jdalrymple/node-gitlab/commit/66547ad))
2018-08-15 12:29:56 +00:00
Joseph Petersen
34f7a7b1ef chore: add prepush linting (#152) 2018-08-15 00:20:47 -04:00
semantic-release-bot
7f2f228f7a chore(release): 3.8.0 [skip ci]
# [3.8.0](https://github.com/jdalrymple/node-gitlab/compare/3.7.0...3.8.0) (2018-08-14)

### Bug Fixes

* **api:** Updating project members all function to include the inherited members.  [#141](https://github.com/jdalrymple/node-gitlab/issues/141) ([e081a16](https://github.com/jdalrymple/node-gitlab/commit/e081a16))
* **package:** update [@semantic-release](https://github.com/semantic-release)/npm to version 5.0.0 ([dc9748d](https://github.com/jdalrymple/node-gitlab/commit/dc9748d))
* **package:** update [@semantic-release](https://github.com/semantic-release)/npm to version 5.0.1 ([12b6ca1](https://github.com/jdalrymple/node-gitlab/commit/12b6ca1)), closes [#139](https://github.com/jdalrymple/node-gitlab/issues/139)
* **package:** Updating packages and fixing [#140](https://github.com/jdalrymple/node-gitlab/issues/140) due to a babel update ([04d1769](https://github.com/jdalrymple/node-gitlab/commit/04d1769))

### Features

* Add push rule service ([#143](https://github.com/jdalrymple/node-gitlab/issues/143)) ([395f83c](https://github.com/jdalrymple/node-gitlab/commit/395f83c))
* Add transfer a project to a new namespace ([#145](https://github.com/jdalrymple/node-gitlab/issues/145)) ([87e9f55](https://github.com/jdalrymple/node-gitlab/commit/87e9f55))
2018-08-14 18:00:16 +00:00
Justin Dalrymple
04d1769db6 fix(package): Updating packages and fixing #140 due to a babel update 2018-08-08 10:59:47 -04:00
greenkeeper[bot]
12b6ca1bfb fix(package): update @semantic-release/npm to version 5.0.1
Closes #139
2018-08-04 23:24:43 +00:00
semantic-release-bot
a112837d1a chore(release): 3.7.0 [skip ci]
# [3.7.0](https://github.com/jdalrymple/node-gitlab/compare/3.6.0...3.7.0) (2018-08-02)

### Features

* Adding update push rules to Projects, and updating the Protected Branches service to match the updated API thanks to [jennparise](https://github.com/jennparise)([#134](https://github.com/jdalrymple/node-gitlab/issues/134))  ([9f3de02](https://github.com/jdalrymple/node-gitlab/commit/9f3de02))
* Updating Project Snippets API [#138](https://github.com/jdalrymple/node-gitlab/issues/138) ([a7858bd](https://github.com/jdalrymple/node-gitlab/commit/a7858bd))
2018-08-02 04:37:51 +00:00
Justin
9e4132cc32 chore(package): Updating packages 2018-08-02 00:05:57 -04:00
greenkeeper[bot]
11dbeff657 chore(package): update jest-extended to version 0.8.0 (#136) 2018-07-30 22:09:41 -04:00
semantic-release-bot
2ee7f11336 chore(release): 3.6.0 [skip ci]
# [3.6.0](https://github.com/jdalrymple/node-gitlab/compare/3.5.1...3.6.0) (2018-07-24)

### Bug Fixes

* **package:** update [@semantic-release](https://github.com/semantic-release)/npm to version 4.0.0 ([#122](https://github.com/jdalrymple/node-gitlab/issues/122)) ([5351dcc](https://github.com/jdalrymple/node-gitlab/commit/5351dcc))

### Features

* add mirror pull trigger ([#130](https://github.com/jdalrymple/node-gitlab/issues/130)) ([b6ccb80](https://github.com/jdalrymple/node-gitlab/commit/b6ccb80))
* Making API version modifyable ([a2732b9](https://github.com/jdalrymple/node-gitlab/commit/a2732b9))
* Updating Jobs API ([03a2f2d](https://github.com/jdalrymple/node-gitlab/commit/03a2f2d))
* Updating participants function for issues ([f60e7ed](https://github.com/jdalrymple/node-gitlab/commit/f60e7ed))
2018-07-24 02:28:39 +00:00
Joseph Petersen
b8f3f53c3c update packages (#131) 2018-07-21 19:45:50 -04:00
greenkeeper[bot]
5351dcc7ba fix(package): update @semantic-release/npm to version 4.0.0 (#122) 2018-07-19 10:05:45 -04:00
greenkeeper[bot]
55e02ae535 chore(package): update @semantic-release/changelog to version 3.0.0 (#124) 2018-07-19 10:05:31 -04:00
greenkeeper[bot]
ac1be9a6c1 chore(package): update @semantic-release/git to version 7.0.0 (#123) 2018-07-19 10:04:49 -04:00
Justin
4f682cad3b chore: updating release patches that were missed over the past week 2018-07-08 23:24:30 -04:00
Justin
006d63a0c4 More missing packages 2018-07-06 17:47:30 -04:00
Justin
58fb1a5c89 Missing package 2018-07-06 17:33:34 -04:00
Justin Dalrymple
ffbf5f119a Moving release config into yml 2018-07-05 12:42:31 -04:00
Justin
3741186718 test: Adding basic ApplicationSettings tests to improve coverage 2018-07-02 14:12:18 -04:00
Justin
8d8d1bb105 chore: Updating dependencies 2018-07-02 11:13:23 -04:00
Justin
68c638b0b3 chore: Added commitizen to help with consistent commit mesages for semantic release's auto release f 2018-07-02 11:11:14 -04:00
Justin
c122ca4df6 Updating babel configuration 2018-06-27 12:56:24 -04:00
Justin
7ee08ac2e7 New release
- Updating packages
- Adding support for the retrieval of projects by user id [#105](https://github.com/jdalrymple/node-gitlab/pull/105) thanks to [Michael Townsend](https://github.com/Continuities)
2018-06-25 22:58:08 -04:00
Justin
cfcae7bfd3 Merge remote-tracking branch 'origin/greenkeeper/regenerator-runtime-0.12.0' 2018-06-25 22:48:54 -04:00
Justin
846ecdd4dc Removing test info 2018-06-25 17:34:07 -04:00
Justin
4634e9979a Another problem with the cmd arguments 2018-06-25 17:19:09 -04:00
Justin
4f3b9fe30e Figured out the correct cmd args 2018-06-25 17:00:12 -04:00
greenkeeper[bot]
22b4406e79 chore(package): update regenerator-runtime to version 0.12.0 2018-06-23 18:36:15 +00:00
Justin
adbf5cdf59 debug 2018-06-22 23:38:56 -04:00
Justin Dalrymple
6260e22b56 Testing cmd line args 2018-06-22 17:48:53 -04:00
Justin Dalrymple
1328b463a5 using releaserc 2018-06-22 14:41:38 -04:00
Justin Dalrymple
6b9a55810d Fixing tag format 2018-06-22 13:52:57 -04:00
Justin Dalrymple
183ad74fd2 Changing tag format 2018-06-22 09:55:37 -04:00
Justin
6992524a68 Updating packages 2018-06-21 23:57:18 -04:00
Justin
1774fd21dd Lock file updates 2018-06-21 23:36:50 -04:00
greenkeeper[bot]
c00f9858f3 chore(package): update eslint-config-airbnb to version 17.0.0 2018-06-22 00:57:52 +00:00
Justin
f38bd899b1 Fixing package.json 2018-06-18 22:25:04 -04:00
Justin
5f0074676c Adding more semantic release config 2018-06-18 22:23:54 -04:00
Justin
d95a122d2d Setting up semantic release 2018-06-18 21:52:44 -04:00
Justin Dalrymple
586e16d372 Updating version 2018-06-06 16:08:08 -04:00
Giuseppe Angri
a7339dd69c Remove npm "prepare" stage 2018-06-06 11:29:52 +02:00
Giuseppe Angri
f37a95c9c8 Add npm prepare stage 2018-06-05 12:41:50 +02:00
Justin
e85132970a Fixing directory creation 2018-06-01 22:39:53 -04:00
Justin
e0afc08828 Fixing typo in merge request awards and updating packages 2018-06-01 22:05:41 -04:00
Justin
b4a643fb0c Updating changelog and version 2018-06-01 20:45:11 -04:00