Project management and code hosting application. Follow us on twitter @gitlabhq
Go to file
Cedric Gatay 443e21ed92 Autolinks to issues in commit message (see #155)
It matches #[0-9]+ in commit messages.
For example
 * Fix for #12
 * Code review for #56
 * Test for #15, Review on #54, Fix for #42

 It only links to valid issues (existing and belonging to the current project)
 It does not add any link to the commit in the issue page, it only consists in parsing the commit message when displayed.

 This can be considere as a primary work for the issue #155 on gitlabhq/gitlabhq.
2011-12-26 21:36:20 +01:00
app Autolinks to issues in commit message (see #155) 2011-12-26 21:36:20 +01:00
config Design tab for profile. Colorscheme as db value 2011-12-20 22:47:09 +02:00
db Design tab for profile. Colorscheme as db value 2011-12-20 22:47:09 +02:00
doc init commit 2011-10-09 00:36:38 +03:00
lib Fixes timeout when adding an SSH key 2011-12-20 10:07:55 -05:00
log init commit 2011-10-09 00:36:38 +03:00
public repo & project access separated. critical gitolite bugfix 2011-12-07 01:27:07 +02:00
script init commit 2011-10-09 00:36:38 +03:00
spec fix dashboard spec 2011-12-25 20:06:18 +02:00
vendor merge request js/css rewrite 2011-12-13 23:56:04 +02:00
.gitignore .rvmrc not gitted anymore 2011-12-10 19:41:05 -05:00
.rails_footnotes init commit 2011-10-09 00:36:38 +03:00
.rbenv-version Graph: build json 2011-11-13 00:30:51 +02:00
.rspec init commit 2011-10-09 00:36:38 +03:00
.travis.yml travis conf 2011-11-15 08:51:43 -05:00
CHANGELOG version updated, gitosis removed 2011-12-05 19:54:53 +02:00
config.ru init commit 2011-10-09 00:36:38 +03:00
Gemfile ubuntu instal scripts 2011-12-06 01:03:05 +02:00
Gemfile.lock ubuntu instal scripts 2011-12-06 01:03:05 +02:00
LICENSE init commit 2011-10-09 00:36:38 +03:00
Rakefile init commit 2011-10-09 00:36:38 +03:00
README.md Dashboard perfomance improved. Filter for projects page 2011-12-20 08:24:14 +02:00
VERSION version updated, gitosis removed 2011-12-05 19:54:53 +02:00

Welcome to GitLab build status

GitLab is a free Project/Repository management application

Application details

rails 3.1 works only with gitolite sqlite as default a database

Requirements

  • ruby 1.9.2
  • sqlite
  • git
  • gitolite
  • pygments lib - sudo easy_install pygments

Install

Checkout wiki pages for installation information, migration, etc.

Community

Google Group

IRC freenode: #gitlabhq

Contacts

Twitter:

  • @gitalbhq
  • @dzaporozhets

Email

Contribute

We are on our way to full open source. Want to help - create an issue on github and notify us that you are ready to start it. If approved - fork, code, cover with tests & make pull request. We'll accept good pull requests.