- 28 Apr, 2014 6 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 27 Apr, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Replace 6.0-to-6.7.md with 6.0-to-6.8.md
-
- 25 Apr, 2014 6 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
-
-
Dmitriy Zaporozhets authored
rake setup Add alias `rake setup` to `rake gitlab:setup` Mention in developer docs
-
Dmitriy Zaporozhets authored
Add uniq db index on project_id+iid Because: * its faster * it solves problem with repeating iid's in one project
-
- 24 Apr, 2014 13 commits
-
-
Dmitriy Zaporozhets authored
gitlab.yml description Typo
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Adjust MySQL limits for existing installations
-
Dmitriy Zaporozhets authored
Tests for fog
-
Marin Jankovski authored
-
Sytse Sijbrandij authored
Fix grammar and typos in Webhooks help This MR gets rid of some typos and wrong grammar in [help/web_hooks](https://gitlab.com/help/web_hooks).
-
Dmitriy Zaporozhets authored
Fix syntax highlighting
-
Dmitriy Zaporozhets authored
Fix diff height
-
- 23 Apr, 2014 14 commits
-
-
Philipp Hansch authored
-
Chenguang Zhang authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
-
-
-
Jacob Vosmaer authored
Bump gitlab shell
-
Jacob Vosmaer authored
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
allow passing user's email address in custom Gravatar urls Some custom avatar systems use the user's email address rather than its hash. This merge request will allow the administrator to configure gitlab-ce to use the user's email address gravatar.plain_url and gravatar.ssl_url in the config file like this: ``` gravatar: enabled: true plain_url: "http://company.com/avatar/?mail=%{email}&size=%{size}" ssl_url: "https://company.com/avatar/?mail=%{email}&size=%{size}" ``` It's a only a 2 word patch.
-