- Jun 26, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
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>
-
- Jun 24, 2015
-
-
Dmitriy Zaporozhets authored
* store @participants in variable * store result of subscribed? call into variable In total it reduce amount of SQL queries for merge_request with 10 comments/participants twice. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jun 17, 2015
-
-
Robert Speicher authored
-
- Jun 11, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- May 29, 2015
-
-
Robert Speicher authored
/:namespace_id/:project_id/merge_requests/:id/commits(.:format)
-
- May 18, 2015
-
-
Nikita Verkhovin authored
-
- Apr 30, 2015
-
-
Douwe Maan authored
-
- Apr 24, 2015
-
-
Douwe Maan authored
-
- Apr 20, 2015
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Mar 24, 2015
-
-
Douwe Maan authored
-
- Mar 20, 2015
-
-
Valery Sizov authored
-
- Mar 16, 2015
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- Mar 15, 2015
-
-
Valery Sizov authored
-
- Mar 12, 2015
-
-
Dmitriy Zaporozhets authored
It is same search like we have at issues page. It allows to quickly filter merge requests based on title or desription. I copy-pasted some js code from Issues.js. In future search (filtering) logic should be refactoed into one class for merge requests and issues
-
Dmitriy Zaporozhets authored
-
- Mar 11, 2015
-
-
Dmitriy Zaporozhets authored
-
- Mar 06, 2015
-
-
Douwe Maan authored
-
- Feb 27, 2015
-
-
Dmitriy Zaporozhets authored
-
- Feb 26, 2015
-
-
Dmitriy Zaporozhets authored
-
- Feb 14, 2015
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- Feb 06, 2015
-
-
Dmitriy Zaporozhets authored
-
- Jan 21, 2015
-
-
Valery Sizov authored
-
- Jan 10, 2015
-
-
Dmitriy Zaporozhets authored
-
- Dec 24, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Dec 23, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Dec 05, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Oct 06, 2014
-
-
Vinnie Okada authored
Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a list item and turn it into a checkbox input. Users who can modify the issue or MR can toggle the checkboxes directly or edit the Markdown to manage the tasks. Task status is also displayed in the MR and issue lists.
-
- Oct 02, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Ciro Santilli authored
-
- Sep 30, 2014
-
-
Ciro Santilli authored
-
- Jul 29, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jul 28, 2014
-
-
Dmitriy Zaporozhets authored
* fix 500 error when no parent for initial commit * fix link from diff files to wrong commit Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jul 15, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-