A code review plugin for MPS providing basic review interaction, in-line comment viewing, and node-specific comments.
- Configurable connection to Bitbucket pull requests from within MPS
- Reviewer tool showing pull request details and activities.
- Toggleable inline comment view
- Submit comments to a pull request
- Commenting on the currently selected node.
The plugin binaries can be found here.
- Select the latest version and download
git4mps.zip
andcom.workday.mps.review.zip
- Open MPS's properties window and select
Plugins
. - Click the gear option to the right of the "Updates" tab and select "Install Plugin from Disk".
- Navigate to and select the two artifacts you previously downloaded (
git4mps.zip
andcom.workday.mps.review.zip
) - Restart MPS
The review tool will be enabled in the right-hand sidebar. It will not do anything until it is properly configured in:
Preferences -> Other Settings -> Reviewer
Read our contribution guidelines before making changes to the project. Substantial contributions will require a Contributor License Agreement before a pull request can be merged.
MPS or an MPS-based IDE
After cloning the repository, run gw setup
. This will download all necessary libraries for development and build.
Open the project folder using MPS and rebuild the project. Once this has completed you should see the Reviewer tool in the sidebar.
If you wish to connect to a review, enter information in
Preferences -> Other Settings -> BitbucketCodeReviewConfiguration
Note: Providing Pull Request ID overrides all requests to work with the specified pull request. This is useful for performing testing when working within the project.
Running gw build
will build the following two MPS plugins as zip files:
dist/build/artifacts/reviewPlugin/com.workday.yp.review.zip
dist/build/artifacts/reviewPlugin/com.workday.yp.review.git.zip
Once the plugins are built, gw install
will install or update the plugins. Subsequently, gw uninstall
will uninstall the plugins.
- Mbeddr Platform - MPS library providing tons of awesome features. In particular, we are using Conditional Editors to provide the inline comment view.
Read our contribution guidelines for details on contributions and pull requests.
- Tyler Hodgkins - ty1824
- Tamas Szabo - szabta89
- Justin Horton - justinhorton
See also the list of contributors who participated in this project.
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details