Skip to content
forked from badoo/codeisok

Git code browsing and code review tool

License

Notifications You must be signed in to change notification settings

luke-john/codeisok

 
 

Repository files navigation

Badoo repository browsing and code review tool

logo

The project was originally forked from https://github.com/xiphux/gitphp. But we changed almost everything and added lot of new features.

  • Branchdiffs - ability to see diffs between branches
  • Branchlogs
  • treediff mode - as unified but with folders/files tree on the left side
  • toggle comments mode - ability to see all comments in review in a one view
  • Authorisation via JIRA REST API, Atlassian Crowd service or Redmine REST API
  • Comments about review to Jira or Redmine tickets
  • Code Review including branchdiffs
  • Code syntax highlighting using http://alexgorbatchev.com/SyntaxHighlighter with a lot of additional languages support
  • Side-by-side review using http://www.mergely.com
  • Filters in diffs on-the-fly for different file types and changes
  • Search in project heads
  • Access control, repositories management - no gitosis is reguired, everything is done inside codeisok
  • and even more

Please find the full documentation in codeisok wiki

Installation

For manual installation explore .setup dir and find all nesessary scripts and tools. Service requires mysql, php and nginx to work. Setup scenario can be found in .setup/Dockerfile.

Docker

For docker build run "docker build -t codeisok .setup" from project root.

To run docker container use start.sh script in project root. Docker container exposes 2 ports:

  • 80 for HTTP instance (http://localhost/).
  • 22 as ssh-source for git operations (ssh://git@localhost/testrepo.git)

To run container in non-interactive mode (background) - replace -it options with -d one in docker run command

Internals

Default authorisation is just config-based. You can use 'user' user and 'password' password. To change it look for \GitPHP_Config::AUTH_METHOD and \GitPHP_Config::CONFIG_AUTH_USER fields in .config/gitphp.conf.php file.

Service is using smarty as template engine. So templates_c directory should be writable for web-service user.

Service is storing repositories at PROJECT_ROOT directory path. This directory should be writable for web-service user.

About

Git code browsing and code review tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.7%
  • HTML 36.0%
  • JavaScript 6.4%
  • CSS 2.6%
  • Smarty 2.2%
  • TSQL 0.1%