Giter Club home page Giter Club logo

codeisok's Introduction

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)

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.

codeisok's People

Contributors

kdzuin avatar md-cake avatar miloss avatar uyga avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.