10 Mar, 2013
1 commit
07 Mar, 2013
2 commits
-
Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
-
Capistrano deploy example
06 Mar, 2013
3 commits
-
Allow connection to Redis via unix socket, using unix:/var/run/redis/redis.sock for example. Default behaviour does not change, except that the full Redis URL must be configured, with redis:// for tcp or unix: for unix socket.
-
It should fix #2598.
05 Mar, 2013
2 commits
-
Conflicts: lib/api/projects.rb
-
default gitlab.relative_url_root to ENV['RAILS_RELATIVE_URL_ROOT']
01 Mar, 2013
1 commit
28 Feb, 2013
9 commits
20 Feb, 2013
3 commits
-
Conflicts: spec/requests/api/projects_spec.rb
18 Feb, 2013
1 commit
-
Add option to disable username changing
16 Feb, 2013
2 commits
14 Feb, 2013
3 commits
-
This option allows to disable users from changing their username. This is very usefull in environments using strong internal authentication methods like ldap, pam or shibboleth. You can allow users to change theyr username in these environments, but then new users (users loging in first time) is blocked from gitlab is her username exists.
13 Feb, 2013
2 commits
-
…ew-unicorn-app-dir-fix Conflicts: config/unicorn.rb.example
12 Feb, 2013
2 commits
11 Feb, 2013
3 commits
08 Feb, 2013
1 commit
07 Feb, 2013
1 commit
05 Feb, 2013
1 commit
04 Feb, 2013
1 commit
01 Feb, 2013
2 commits
-
In case we rescue from a fatal error, we want the error and the backtrace to the error logged, so we can debug later on. This change injects the configured logger from the rails app to the grape API and logs error as well as backtrace in a rails-like fashion.