Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritesh-kapoor/review-board-idea-plugin
https://github.com/ritesh-kapoor/review-board-idea-plugin
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ritesh-kapoor/review-board-idea-plugin
- Owner: ritesh-kapoor
- License: apache-2.0
- Created: 2015-08-01T10:07:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T05:17:08.000Z (over 5 years ago)
- Last Synced: 2024-08-01T16:18:55.787Z (3 months ago)
- Language: Java
- Size: 110 KB
- Stars: 32
- Watchers: 11
- Forks: 22
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Reviewboard Plugin for Intellij
- [Download](https://plugins.jetbrains.com/plugin/7872)Description
-------------
This plugin integrates Reviewboard in intellij for code reviews.
This plugin tries to ease interaction with ReviewBoard server from the IntelliJ IDE.Features
-------------
* Do reviews directly from your IDE
* View all, pending or submitted reviews
* Compare (Diff) changes in review locally
* Submit changes to the reviewboard server
* Comment on reviews
* Submit/Discard ReviewsLimitations
-------------
* Viewing multiple reviews is not supported
* Updating diff is not supportedPlugin Compatibility
-------------
This plugin was built with JDK 1.8 and idea 2018.1 version.How to install it?
-------------
Download this plugin from your IDE (Reviewboard Plugin)Project Setup
-------------
Required Plugins:
* Git Integration
* Subversion IntegrationJDK: 1.8
You'll need to setup the appropriate SDK. IntelliJ SDK and plugin dependencies are required to be setup.
Currently we're developing against version 18
* Go to File -> Project Structure
* Click on SDKs
* Click on plus icon at top of second pane -> IntelliJ IDEA Plugin SDK
* Browse to home of IntelliJ IDEA 18
* It should be named 'IDEA-IU-XXXX'
* Click okHow To Test
----------
* Install docker
* run "docker-compose -f docker-compose.yml up" to start review board in docker
* Use username: admin and password: admin
* Add any Git/Svn repository
* Use http://localhost:8000 as url