List of commits:
Subject Hash Author Date (UTC)
Moving test codes to correct directory 1014ba1f252fbc27c9b813f9c575111459fc29e6 mandas04 2019-01-16 16:24:22
Add test cases with 42% coverage e848ce030e48c1773e830afeacb6a1f6888bf6f3 mandas04 2019-01-16 16:21:50
Base line code with DB schema and dummy data for test 23e0dd82c790bc0575222c078becb51182b5c0f0 mandas04 2019-01-16 16:19:45
Project setup with gradle nature - Necessary dependencies are added to build - JaCoCo framework for Code Coverage - Rest Assured framework for integration test 5a745d5d5a97a015ad1b6b1b1f65b8706eecfc35 mandas04 2019-01-16 15:28:31
Initial commit 091930d63d19505aecbfa21c0b6ff27746431bac Pai, Ashwin 2019-01-09 12:37:40
Commit 1014ba1f252fbc27c9b813f9c575111459fc29e6 - Moving test codes to correct directory
Author: mandas04
Author date (UTC): 2019-01-16 16:24
Committer name: mandas04
Committer date (UTC): 2019-01-16 16:24
Parent(s): e848ce030e48c1773e830afeacb6a1f6888bf6f3
Signer:
Signing key:
Signing status: N
Tree: 302c73e3798b3a59af1948ba7a2806b1f8ae085d
File Lines added Lines deleted
src/test/java/com/kingfisher/deployment/audit/ApplicationTests.java 0 0
src/test/java/com/kingfisher/deployment/audit/report/builder/ExcelReportDataOrganizerTest.java 0 0
File src/test/java/com/kingfisher/deployment/audit/ApplicationTests.java renamed from src/main/test/com/kingfisher/deployment/audit/ApplicationTests.java (similarity 100%)
File src/test/java/com/kingfisher/deployment/audit/report/builder/ExcelReportDataOrganizerTest.java renamed from src/main/test/com/kingfisher/deployment/audit/report/builder/ExcelReportDataOrganizerTest.java (similarity 100%)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/Sumangal-IN/deployment-audit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/Sumangal-IN/deployment-audit

Clone this repository using git:
git clone git://git.rocketgit.com/user/Sumangal-IN/deployment-audit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main