Project to easify CodeReview and engineering testing for internal use
And to generate a zip folder containing neccesary binaries to manually test the changes on BUilds of different branch (usually mainbranch)
Its a first version is a Console App for windows and it is pretty easy to use.
setup:
- You need to have python installed on your machine.
- Clone the repository.
- Goto config.py and update your repository links.
run:
- open cmd(Administrator Mode preferred) in EasyCommit repository.
- run command "python run.py"
use:
- You can enter your branch name and target branch name.
- On the basis of entered Information you can create a html page.
- Html page consists of issue info and a table with commits and files changed on those commits.