- 20 Jan, 2016 2 commits
-
-
Douwe Maan authored
-
Jacob Schatz authored
-
- 13 Jan, 2016 2 commits
-
-
Rémy Coutable authored
This is moved to a model method rather than an helper method because the API will need it too.
-
Rémy Coutable authored
-
- 12 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-
- 08 Jan, 2016 1 commit
-
-
Drew Blessing authored
-
- 23 Dec, 2015 2 commits
-
-
Andriy Dyadyura authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 Dec, 2015 1 commit
-
-
Andriy Dyadyura authored
-
- 15 Dec, 2015 1 commit
-
-
Grzegorz Bizon authored
-
- 02 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 18 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 17 Nov, 2015 2 commits
-
-
Douwe Maan authored
-
Jason Lee authored
Reverted #9820, github/task_list need a form, textarea for update.
-
- 16 Nov, 2015 1 commit
-
-
Robert Speicher authored
This reverts commit 63144cd0, reversing changes made to 8ab5df9d.
-
- 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).
-
- 10 Nov, 2015 1 commit
-
-
Stan Hu authored
Fix for https://github.com/gitlabhq/gitlabhq/pull/9783
-
- 15 Oct, 2015 2 commits
-
-
Yorick Peterse authored
In these particular instances we can just use HAML tags directly. This can shave off some time spent loading issue pages, though this depends on the amount of comments being displayed. When viewing https://gitlab.com/gitlab-org/gitlab-ce/issues/2164 locally these changes reduce loading time by about 400 ms in total.
-
Yorick Peterse authored
This removes the need for running a query to find the User object again based on the supplied Email address.
-
- 14 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 07 Oct, 2015 2 commits
-
-
Robert Speicher authored
Adds quick submit behavior to the forms for: - Blobs ("new file") - Commit messages - Issuables - Notes - Labels - Milestones - Wikis
-
Andrey authored
-
- 02 Oct, 2015 1 commit
-
-
Valery Sizov authored
-
- 30 Sep, 2015 1 commit
-
-
Robert Speicher authored
-
- 21 Sep, 2015 1 commit
-
-
Stan Hu authored
Closes #2585
-
- 09 Sep, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 08 Sep, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Aug, 2015 1 commit
-
-
Gert Goet authored
Fixes #2216
-
- 30 Jul, 2015 1 commit
-
-
Douwe Maan authored
-
- 26 Jul, 2015 1 commit
-
-
Robert Speicher authored
- The "Edit" form didn't have Markdown hints. - The "New" form had a paperclip icon for attachments, the "edit" form didn't. Closes #2010 Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2525
-
- 21 Jul, 2015 1 commit
-
-
Hannes Rosenögger authored
-
- 18 Jul, 2015 1 commit
-
-
Stan Hu authored
Closes #2008
-
- 09 Jul, 2015 1 commit
-
-
Darby authored
-
- 01 Jul, 2015 1 commit
-
-
Darby authored
-
- 30 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 26 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 17 Jun, 2015 1 commit
-
-
Robert Speicher authored
Minor refactoring, add specs, changes arguments to use keywords.
-
- 16 Jun, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9283
-
- 05 Jun, 2015 1 commit
-
-
Douwe Maan authored
-