gmkumar2005

Results 22 comments of gmkumar2005

Workaround I have used : Create a separate project eg : DB_Migration with blocking jdbc. Another option : Use liqibase docker image.

There is a docker available to get started docker pull gmkumar2005/codebrag docker run -i -t gmkumar2005/codebrag:v1 /bin/bash cd /root unzip codebrag.zip cd codebrag-2.3 cd repos -- Clone your repository here....

It is indeed a good idea. I also wanted to see the full file when reviewing code. The way I manage today is, I already have the workspace checkout in...

After using codebrag for a while I changed my opinion on this issue. In one of the project we have pretty large source files. Haven't been reviewed for quite long...

you are using ssh://[email protected] for your repository. Please try https://robotgit.meditab.com

Edit 'codebrag.conf' codebrag { data-dir = "./data" repos-root = "./repos" send-anon-usage-data = false web-server-port = 8080 application-url = "http://localhost:8080" # number of people who need to review a commit (1,...

I need two scenarios 1) When the author is matched with user id it is case sensitive. I happen to create user with lower case. Since the author name is...

Renamed the allfollowups to Dashboard and will be visible to all users. Not sure how to re-factor the UI layer. Renaming the controllers and methods may not be sufficient. The...

@mostr Lets walk thru a scenario . Given I am scrum master assisting the team to complete their tasks. I like to look at all the followups for a) Understand...