https://github.com/Workday/mps-code-reviewer
Code Review for JetBrains MPS providing integration with Bitbucket
https://github.com/Workday/mps-code-reviewer
bitbucket mps reviewer
Last synced: 5 months ago
JSON representation
Code Review for JetBrains MPS providing integration with Bitbucket
- Host: GitHub
- URL: https://github.com/Workday/mps-code-reviewer
- Owner: Workday
- License: apache-2.0
- Created: 2018-04-04T02:36:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T07:25:33.000Z (over 2 years ago)
- Last Synced: 2024-11-18T05:38:08.247Z (11 months ago)
- Topics: bitbucket, mps, reviewer
- Homepage:
- Size: 756 KB
- Stars: 15
- Watchers: 12
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- mps.rocks - mps-code-reviewer - Code Review for JetBrains MPS providing integration with Bitbucket ([Awesome MPS](#awesome-MPS) / Plugins)
README
# MPS Code Review [](https://travis-ci.org/Workday/mps-code-reviewer)
A code review plugin for MPS providing basic review interaction, in-line comment viewing, and node-specific comments.
## Features
* 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.## Plugin Use
The plugin binaries can be found [here](https://github.com/Workday/mps-code-reviewer/releases).
* Select the latest version and download `git4mps.zip` and `com.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` and `com.workday.mps.review.zip`)
* Restart MPSThe 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
```## Getting Started (Contributors)
Read our [contribution guidelines](CONTRIBUTING.md) before making changes to the project. Substantial contributions will require a Contributor License Agreement before a pull request can be merged.
### Prerequisites
MPS or an MPS-based IDE
### Installing
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.
## Deployment
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.## Built With
* [Mbeddr Platform](http://mbeddr.com/) - MPS library providing tons of awesome features. In particular, we are using Conditional Editors to provide the inline comment view.
## Contributing
Read our [contribution guidelines](CONTRIBUTING.md) for details on contributions and pull requests.
## Authors
* **Tyler Hodgkins** - [ty1824](https://github.com/ty1824)
* **Tamas Szabo** - [szabta89](https://github.com/szabta89)
* **Justin Horton** - [justinhorton](https://github.com/justinhorton)See also the list of [contributors](CONTRIBUTORS.md) who participated in this project.
## License
This project is licensed under the Apache 2.0 License - see the [LICENSE.md](LICENSE.md) file for details