15 May, 2012
3 commits
-
show rendered file if it is .markdown file
-
Fix bug: missing call to MergeRequest.find in Notify#changed_merge_request_email
14 May, 2012
1 commit
13 May, 2012
1 commit
-
Fixed a bug in the bundle exec rake db:migrate RAILS_ENV=production that...
12 May, 2012
6 commits
-
Adding sudo before sudo rm -rf /tmp/gitolite-admin (privileges needed)
-
Add spec for ProtectedBranch.
-
Conflicts: Gemfile.lock
11 May, 2012
2 commits
-
Updated gems. Specs all still pass. (Devise pinned to 1.x)
-
Add to schema.rb the increased MR text column size.
10 May, 2012
4 commits
-
This change was made in a migration in commit 17a88bb6a21cc8b6125bd2e36c1f62f4bd13300e. Because the schema.rb is checked in, the column size increase should be here, too.
-
Pinned devise to the 1.x series for the moment. Going to 2.0 threw deprecation warnings about: * Devise.stateless_token= (append :token_auth to Devise.skip_session_storage instead) * devise.registrations.reasons in yml (use devise.registrations.signed_up_but_REASON)
-
in /etc/init.d/gitlab, I add "-l" option in sh command
09 May, 2012
1 commit
07 May, 2012
3 commits
-
update launchy to fix an NoMethodError on development and test mode
04 May, 2012
1 commit
-
spelling mistake 'successfull'
03 May, 2012
8 commits
-
When the email address is empty gitlab will give a 500 error
-
Make permission overview structured
-
Allow short project names
-
We have some projects which a length of 2. With this I lower the minimum lenght to 1. As I could not found a specific reason why it is set to 3...
-
The current overview is a mess. This pull commit will make it look more clean. All permissions are alliged between the columns and the master rights have been enchanced with all its rights.
-
Since some conversion tools do commits with an empty commiters email address gitlab will fail with a 500 error
30 Apr, 2012
4 commits
-
…the rake to fail and the system not properly install the default user and password.
29 Apr, 2012
1 commit
27 Apr, 2012
3 commits
26 Apr, 2012
2 commits
-
fix #742