Giter Site home page Giter Site logo

code_review's Introduction

Apache configuration:

In /etc/httpd/conf.d/fastcgi.conf add:

	# Code Inspection test configuration
	Alias /ci_test "/home/ci_test/code_review/code_review.fast"
	FastCgiExternalServer "/home/ci_test/code_review/code_review.fast" -socket /tmp/ci_test.sock -idle-timeout 200

	<Location /ci_test>
	    SetHandler fastcgi-script
	</Location>

	# Code Inspection configuration
	Alias /ci "/home/ci/code_review/code_review.fast"
	FastCgiExternalServer "/home/ci/code_review/code_review.fast" -socket /tmp/ci.sock -idle-timeout 200

	<Location /ci>
	    SetHandler fastcgi-script
	</Location>


code_review's People

Contributors

maciejmalycha avatar

Watchers

James Cloos avatar  avatar Piotr Sliwa avatar

Forkers

pasliwa

code_review's Issues

Multi-project support

Currently Detektyw supports only one project with one repository. It should be possible to create multiple separate projects:

  • each project has own repository and separate repository locks
  • each project has different field 'project' in Code Collaborator
  • each project has different set of branches and associated Jenkins jobs and Code Collaborator releases
  • reviews and changesets for each project are displayed separately (url's have project-related field). For example /ci/project_1/review/123, /ci/project_2/review/345

Review and changeset descriptions

Currently first line of comment in first changeset is treated as title for both changeset and review. It needs to be changed in following way:

  • When review is created, first line of of comment in commit should be used as review title. Subsequent lines should be used as changeset title
  • When rework is submitted to exsiting review, first line of commit should replace review title. Subsequent lines should be used as changeset title

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.