-
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CLI feature by decorator #147
Conversation
I have no idea about to fix CI error. |
CI issues are on going travis-ci/travis-ci#9965 |
Yea still working on figuring out this travis problem :/ |
Not sure if we should merge this now, or wait to do the mapping first. |
@jdalrymple Please allow me to publish by using name cli-gitlab first. |
CI passed. Would you think about merge it? |
Not quite yet! Ill look over the code tomorrow. I definitely want to add CLI, just need to review things :) |
Thanks... |
* Disable cache on travis * Fix linter failures * Disable PushRule test (EE-only feature)
fix working tree with ``` git rm --cached -r . git reset --hard ```
* Fix incorrectly imported 'wait' * Updated README to mention that we assume Promise polyfilled
# [3.8.0](jdalrymple/gitbeaker@3.7.0...3.8.0) (2018-08-14) ### Bug Fixes * **api:** Updating project members all function to include the inherited members. [jdalrymple#141](jdalrymple#141) ([e081a16](jdalrymple@e081a16)) * **package:** update [@semantic-release](https://github.com/semantic-release)/npm to version 5.0.0 ([dc9748d](jdalrymple@dc9748d)) * **package:** update [@semantic-release](https://github.com/semantic-release)/npm to version 5.0.1 ([12b6ca1](jdalrymple@12b6ca1)), closes [jdalrymple#139](jdalrymple#139) * **package:** Updating packages and fixing [jdalrymple#140](jdalrymple#140) due to a babel update ([04d1769](jdalrymple@04d1769)) ### Features * Add push rule service ([jdalrymple#143](jdalrymple#143)) ([395f83c](jdalrymple@395f83c)) * Add transfer a project to a new namespace ([jdalrymple#145](jdalrymple#145)) ([87e9f55](jdalrymple@87e9f55))
* Disable cache on travis * Fix linter failures * Disable PushRule test (EE-only feature)
fix working tree with ``` git rm --cached -r . git reset --hard ```
* Fix incorrectly imported 'wait' * Updated README to mention that we assume Promise polyfilled
# [3.8.0](jdalrymple/gitbeaker@3.7.0...3.8.0) (2018-08-14) ### Bug Fixes * **api:** Updating project members all function to include the inherited members. [jdalrymple#141](jdalrymple#141) ([e081a16](jdalrymple@e081a16)) * **package:** update [@semantic-release](https://github.com/semantic-release)/npm to version 5.0.0 ([dc9748d](jdalrymple@dc9748d)) * **package:** update [@semantic-release](https://github.com/semantic-release)/npm to version 5.0.1 ([12b6ca1](jdalrymple@12b6ca1)), closes [jdalrymple#139](jdalrymple#139) * **package:** Updating packages and fixing [jdalrymple#140](jdalrymple#140) due to a babel update ([04d1769](jdalrymple@04d1769)) ### Features * Add push rule service ([jdalrymple#143](jdalrymple#143)) ([395f83c](jdalrymple@395f83c)) * Add transfer a project to a new namespace ([jdalrymple#145](jdalrymple#145)) ([87e9f55](jdalrymple@87e9f55))
# [3.9.0](jdalrymple/gitbeaker@3.8.0...3.9.0) (2018-08-15) ### Bug Fixes * Fix error while throwing an error in RequestHelper ([jdalrymple#156](jdalrymple#156)) ([177d7fd](jdalrymple@177d7fd)) * Handling errors before retrying request ([jdalrymple#142](jdalrymple#142)) [skip-ci] ([bc3b366](jdalrymple@bc3b366)) * Linting Master ([jdalrymple#157](jdalrymple#157)) ([ab14ed7](jdalrymple@ab14ed7)) ### Features * Add deploy keys enable functionality ([jdalrymple#155](jdalrymple#155)) thanks to [Michael Matzka](https://github.com/mimaidms ) ([66547ad](jdalrymple@66547ad))
Allows to be set service wide or on individual request fixes jdalrymple#142
# [3.10.0](jdalrymple/gitbeaker@3.9.0...3.10.0) (2018-08-15) ### Features * Expose reject unauthorized in request helper ([jdalrymple#160](jdalrymple#160)) ([01a2ce2](jdalrymple@01a2ce2)), closes [jdalrymple#142](jdalrymple#142)
* 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 jdalrymple#154
Updated URL to point to correct endpoint
## [3.10.1](jdalrymple/gitbeaker@3.10.0...3.10.1) (2018-08-16) ### Bug Fixes * Typo in PagesDomains all() method ([jdalrymple#162](jdalrymple#162)) ([128f150](jdalrymple@128f150))
how's this going? 😄 |
@jcrben take a look this https://github.com/mdsb100/cli-gitlab |
Sorry everyone! I put this one on hold until 5.0.0 is released officially. This is the next big thing after that though :D |
This is the next big thing i want to tackle :) |
824a530
to
f9a47c7
Compare
Maybe we need add more description to class and update method description.
By the way, I changed some method arguments. Because the decorator need like this
function all(required, required, ..., optional/*object*/)
For now, look like this: