feat: re-add list all project members endpoint#190
Merged
Conversation
jdalrymple
added a commit
that referenced
this pull request
Sep 18, 2018
* chore(package): Update jest-extended to the latest version 🚀 0.9.0 (#191) * chore(package): update lockfile package-lock.json * feat: Re-add list all project members endpoint (#190, #141) * feat: Adding markdown support #182 (#193) * fixes: #188: `stream` option is lost in any `get` request that is streamable (#192) * feat: Added user snippets API support (#189) * chore(test): Added test for creating snippets * feat: Added user edit support #186
Merged
jdalrymple
added a commit
that referenced
this pull request
Sep 18, 2018
* chore(package): Update jest-extended to the latest version 🚀 0.9.0 (#191) * chore(package): update lockfile package-lock.json * feat: Re-add list all project members endpoint (#190, #141) * feat: Adding markdown support #182 (#193) * fixes: #188: `stream` option is lost in any `get` request that is streamable (#192) * feat: Added user snippets API support (#189) * chore(test): Added test for creating snippets * feat: Added user edit support #186
jdalrymple
pushed a commit
that referenced
this pull request
Sep 19, 2018
# [4.1.0](4.0.1...4.1.0) (2018-09-19) ### Features * Added user edit support [#186](#186) ([95e8999](95e8999)) * Adding markdown support [#182](#182) ([#193](#193)) ([2113e8e](2113e8e)) * Re-add list all project members endpoint ([#190](#190)) ([5b07b6a](5b07b6a)), closes [/github.com/jdalrymple/node-gitlab/commit/e081a1629f33e3af172101b94977f281879539c9#diff-379104d7d595f3793c2d7380496cc3c3](https://github.com//github.com/jdalrymple/node-gitlab/commit/e081a1629f33e3af172101b94977f281879539c9/issues/diff-379104d7d595f3793c2d7380496cc3c3) [#141](#141)
Owner
|
🎉 This PR is included in version 4.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to :e081a16#diff-379104d7d595f3793c2d7380496cc3c3
See: https://docs.gitlab.com/ee/api/members.html#list-all-members-of-a-group-or-project-including-inherited-members
Fixes #141