- 11 Dec, 2015 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 10 Dec, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 09 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 08 Dec, 2015 7 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Dec, 2015 1 commit
-
-
Marin Jankovski authored
-
- 04 Dec, 2015 1 commit
-
-
Stan Hu authored
If a Web hook test fails due to an SSL error or some other error, report the result back to the user instead of an Error 500. Closes #3656 Handle response
-
- 03 Dec, 2015 5 commits
-
-
Douwe Maan authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 01 Dec, 2015 1 commit
-
-
Minsik Yoon authored
-
- 26 Nov, 2015 1 commit
-
-
Jose Corcuera authored
-
- 23 Nov, 2015 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 21 Nov, 2015 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 20 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 19 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 18 Nov, 2015 7 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Zeger-Jan van de Weg authored
-
- 17 Nov, 2015 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 16 Nov, 2015 1 commit
-
-
Robert Speicher authored
This reverts commit 8c2bcd241f4d, reversing changes made to 19033b923469.
-
- 13 Nov, 2015 2 commits
-
-
Kamil Trzcinski authored
- Enable CI by default for all new projects
-
Minsik Yoon authored
fix this issue(https://gitlab.com/gitlab-org/gitlab-ce/issues/1393). Add ignore whitespace optoin to Commits Compare view
-
- 12 Nov, 2015 1 commit
-
-
Jason Lee authored
Use RJS to render edit note feature. Before: ``` Rendered projects/notes/_note.html.haml (27.9ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.7ms) Rendered projects/_md_preview.html.haml (3.9ms) Rendered projects/notes/_edit_form.html.haml (6.9ms) Rendered projects/notes/_note.html.haml (17.7ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.6ms) Rendered projects/_md_preview.html.haml (3.4ms) Rendered projects/notes/_edit_form.html.haml (7.0ms) ``` After: ``` Rendered projects/notes/_note.html.haml (13.8ms) Rendered projects/notes/_note.html.haml (7.1ms) Rendered projects/notes/_note.html.haml (9.5ms) Rendered projects/notes/_note.html.haml (8.5ms) ``` This change reduce at least 6ms * N ('N' - number of notes).
-