Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
Lukasz Lenart edited this page Feb 24, 2016 · 2 revisions

GENERAL

DO YOU PROVIDE SUPPORT?

Yes. If you need any help, tweet us @codebrag or visit our Codebrag Users google group.

DOES CODEBRAG SEND ANY DATA OR STATISTICS ANYWHERE OUTSIDE?

By default, Codebrag sends anonymous data about its usage (e.g. number of users, number of comments). This information never includes any contents of your repository. Gathering such anonymous statistics helps us improve Codebrag. Hovewer, you can disable this entirely if you wish ("send-anon-usage-data" option in codebrag.conf).

CODE REPOSITORIES

WHAT REPOSITORIES ARE SUPPORTED?

Codebrag integrates with any SVN or Git repository, no matter whether hosted locally (e.g. Gitlab) or in the cloud (Github, Bitbucket).

CAN I USE CODEBRAG WITH MULTIPLE (FEATURE) BRANCHES?

Yes. Starting from version 2.0 Codebrag supports review of multiple git branches. Branches in SVN are supported since version 2.2 by cloning each branch as a separate repository.

CAN I REVIEW PULL REQUESTS FROM GITHUB?

Codebrag does not integrate with GitHub's Pull Requests feature. However, using Codebrag you can review commits from git branches .

HOW DOES CODE REVIEW IN CODEBRAG COMPARE TO USING GITHUB TO COMMENT CHANGES?

Codebrag:

  • tracks commits awaiting review - you know what is left for review and you can always leave it to be done later
  • provides a list of comments requiring your attention (follow-ups) - all comments to your code and discussions in one place
  • allows you to 'like' changes in code - code review is not about "this is bad"
  • sends smart email notifications - you will only get an e-mail if something needs your attention, no more "comment for comment" spam :-)

WHAT DOES CODEBRAG DO WITH MY REPOSITORY?

Codebrag reads your repository and periodically fetches updates. It doesn't write or commit anything to the repository.

CAN I USE CODEBRAG WITH MULTIPLE REPOSITORIES?

Starting from version 2.2 Codebrag supports reviewing code from multiple Git or SVN repositories. Repositories can be added or removed later on. Just make sure Codebrag is stopped before doing that.

EMAIL NOTIFICATIONS

I AM NOT GETTING ANY EMAIL NOTIFICATIONS. IS CODEBRAG SENDING ANY?

Codebrag sends two kinds of emails: invitations and notifications. Notifications are sent when new commits or follow-ups appear while you are offline. Just make sure that the email section in config is set up. Also, make sure that you have got notifications enabled in your profile (right-top corner menu in Codebrag). If problem persists check codebrag.log.

SOMETIMES I GET AN EMAIL ABOUT NEW COMMIT OR FOLLOW-UP, SOMETIMES I DON'T. WHAT'S GOING ON? (SMART EMAIL NOTIFICATIONS)

Codebrag does not send you email for every new commit or follow-up. Instead:

  • We notify you when something new (commits or follow-ups) is available while you are offline.
  • After sending one email about commits or about follow-ups, we do not bother you anymore.
  • Additionally you get a daily update email. That way we do not flood you with notification emails, but you will know when something new is waiting for you in Codebrag.

FEATURES

HOW CAN I RESET MY PASSWORD?

To reset your password: either contact Codebrag administrator, who can set you a new password ("Manage users" menu entry, available in Codebrag >=2.1) or use passwd.sh script available in the Codebrag installation directory.

TO BE USEFUL TO ME, CODEBRAG NEEDS FEATURE X, WHAT SHOULD I DO?

Please do let us know! Add or vote on this feature on GitHub issues. By letting us know you raise the chances of your feature being implemented in the next release :-)

TROUBLESHOOTING

THE CODEBRAG PAGE DOES NOT LOAD (OR ONLY THE TITLE BAR LOADS). WHAT IS WRONG?

Try turning off browser extensions such as User Agent Switcher or other development tools that could affect JavaScript execution.

HOW DOES CODEBRAG MATCH COMMITS WITH USERS?

It uses the email address or login to find the author. For this reason users should be created with the emails/logins which are used for working with the repository .