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 )
3.11.0
2018-08-20 17:14:37 +00:00
Max Wittig
5e7b1bda05
feat(projects): add archive/unarchive functionality ( #168 )
...
Uses this endpoint https://docs.gitlab.com/ce/api/projects.html#archive-a-project
Fixes #166
2018-08-20 13:04:59 -04:00
Justin
24d9bcd5f5
fix: Revert "fix(api): Updating project members all function to include the inherited members. #141 " until properly implemented by GitLab ( https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6669 )
...
This reverts commit e081a1629f33e3af172101b94977f281879539c9.
2018-08-20 13:01:43 -04: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 ))
3.10.1
2018-08-16 13:42:41 +00:00
CraigAllardyce
128f1502dc
fix: Typo in PagesDomains all() method ( #162 )
...
Updated URL to point to correct endpoint
2018-08-16 09:31:36 -04: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 )
3.10.0
2018-08-15 20:57:08 +00:00
Joseph Petersen
01a2ce2801
feat: Expose reject unauthorized in request helper ( #160 )
...
Allows to be set service wide or on individual request
fixes #142
2018-08-15 16:46:43 -04: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 ))
3.9.0
2018-08-15 12:29:56 +00:00
Joseph Petersen
ab14ed775c
fix: Linting Master ( #157 )
2018-08-15 08:19:18 -04:00
Justin
177d7fdf9c
fix: Fix error while throwing an error in RequestHelper ( #156 )
2018-08-15 06:49:46 -04:00
Michael Matzka
66547ad1b7
feat: Add deploy keys enable functionality ( #155 ) thanks to [Michael Matzka]( https://github.com/mimaidms )
2018-08-15 05:59:34 -04:00
Justin
bc3b366ac6
fix: Handling errors before retrying request ( #142 ) [skip-ci]
2018-08-15 05:57:01 -04: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 ))
3.8.0
2018-08-14 18:00:16 +00:00
Pavel Birukov
b412222fc5
chore: Fixed wrong wait import ( #149 )
...
* Fix incorrectly imported 'wait'
* Updated README to mention that we assume Promise polyfilled
2018-08-14 13:49:31 -04:00
Joseph Petersen
dae1e1fb58
chore: eslint does not like CRLF ( #151 )
...
fix working tree with
```
git rm --cached -r .
git reset --hard
```
2018-08-14 13:43:29 -04:00
Pavel Birukov
09c2ab416f
Make CI green again ( #150 )
...
* Disable cache on travis
* Fix linter failures
* Disable PushRule test (EE-only feature)
2018-08-14 13:18:09 -04:00
Joseph Petersen
98197e10bf
chore: git add --renormalize . ( #144 )
2018-08-10 21:56:48 -04:00
Joseph Petersen
87e9f55049
feat: Add transfer a project to a new namespace ( #145 )
2018-08-10 21:44:10 -04:00
Joseph Petersen
395f83c335
feat: Add push rule service ( #143 )
2018-08-10 21:43:16 -04:00
Justin Dalrymple
305b7f2804
Adjusting test stage that was still dependent on v10
2018-08-08 11:55:50 -04:00
Justin Dalrymple
68ad763c07
chore: Restricting travis to node v10.0.0
2018-08-08 11:09:23 -04:00
Justin Dalrymple
04d1769db6
fix(package): Updating packages and fixing #140 due to a babel update
2018-08-08 10:59:47 -04:00
Justin
e081a1629f
fix(api): Updating project members all function to include the inherited members. #141
2018-08-07 18:28:03 -04:00
Justin
a126effd67
Merge remote-tracking branch 'origin/greenkeeper/@semantic-release/npm-5.0.1'
2018-08-07 18:19:33 -04:00
Justin
6eb8183751
Merge remote-tracking branch 'origin/greenkeeper/@semantic-release/npm-5.0.0'
2018-08-07 18:18:33 -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
greenkeeper[bot]
dc9748de75
fix(package): update @semantic-release/npm to version 5.0.0
2018-08-04 21:10:00 +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 ))
3.7.0
2018-08-02 04:37:51 +00:00
Justin
efda896a16
chore(jest): Fixing security flaw
2018-08-02 00:27:20 -04:00
Justin
9e4132cc32
chore(package): Updating packages
2018-08-02 00:05:57 -04:00
Justin
a7858bd3c9
feat: Updating Project Snippets API #138
2018-08-02 00:00:45 -04:00
greenkeeper[bot]
11dbeff657
chore(package): update jest-extended to version 0.8.0 ( #136 )
2018-07-30 22:09:41 -04:00
jennparise
9f3de02642
feat: 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 )
...
* added updatePushRule for updating the push rule options
* added updatePushRule for updating the push rule options
* added updatePushRule and put in alphabetical order
* updated protect branches to current gitlab api documentation
* fixed format issues
* fixed trailing spaces
* made branch name formatted for being required for protect
* made branch name formatted for being required - fixed missed key
2018-07-30 22:09:24 -04:00
Justin
92adf6496d
chore: Updating changelog and readme
2018-07-23 22:44:02 -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 ))
3.6.0
2018-07-24 02:28:39 +00:00
Justin
8d281f2578
Missing key
2018-07-23 22:17:05 -04:00
Justin
f4f1aeefd1
Add back sleep
2018-07-23 21:52:11 -04:00
Justin
b5a6e8a2eb
Try readiness instead
2018-07-23 21:41:27 -04:00
Justin
7e7cd739f7
Echo the env var not the word
2018-07-23 21:20:36 -04:00
Justin
ad6976d21b
Testing to see if env var are properly set
2018-07-23 21:05:57 -04:00
Justin
1fd9958a43
Switched it to lc, maybe it will work this time
2018-07-23 19:54:48 -04:00
Justin
a2732b9eda
feat: Making API version modifyable
2018-07-23 19:43:53 -04:00
Justin
f60e7ed5f7
feat: Updating participants function for issues
2018-07-23 19:40:15 -04:00
Justin
d2f344ab59
chore: Typo in travis ci file
2018-07-23 19:37:23 -04:00
Justin
03a2f2d1ed
feat: Updating Jobs API
...
- Added cancel, retry, erase, keepArtifacts, downloadLatestArtifacts and downloadTraceFile
2018-07-23 19:36:14 -04:00
Joseph Petersen
b6ccb806a9
feat: add mirror pull trigger ( #130 )
2018-07-23 19:19:39 -04:00
Justin
dfe9d2a4da
Test for liveness
2018-07-23 19:18:32 -04:00
Justin
9763807095
chore: Fixing lint errors
2018-07-23 19:13:13 -04:00