- 17 Mar, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Zeger-Jan van de Weg authored
Spinach was right, I was a fool..
-
- 15 Mar, 2016 4 commits
-
-
Zeger-Jan van de Weg authored
The feature spec now also tests the absence of the new branch button
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- 22 Jan, 2016 1 commit
-
-
Valery Sizov authored
-
- 13 Jan, 2016 1 commit
-
-
Rémy Coutable authored
-
- 07 Jan, 2016 2 commits
-
-
Yorick Peterse authored
These scopes don't care about the order. Removing the explicit "ORDER BY" can speed up the queries by a little bit.
-
Yorick Peterse authored
This replaces plucking of IDs with a sub-query, saving the overhead of loading the data in Ruby and then mapping the rows to an Array of IDs. This also scales much better when dealing with a large amount of IDs that would be involved.
-
- 21 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 15 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 11 Dec, 2015 1 commit
-
-
Greg Smethells authored
-
- 01 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 30 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 16 Oct, 2015 2 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- 06 Sep, 2015 1 commit
-
-
Stan Hu authored
-
- 26 May, 2015 4 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Except for Note, which still overrides it.
-
Robert Speicher authored
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
-
- 15 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 06 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 06 Oct, 2014 1 commit
-
-
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.
-
- 02 Oct, 2014 1 commit
-
-
Kirill Zaitsev authored
-
- 22 Sep, 2014 1 commit
-
-
Ciro Santilli authored
-
- 25 Aug, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 29 Jul, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 25 Jul, 2014 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 26 Jun, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 23 May, 2014 1 commit
-
-
Earle Bunao & Neil Calabroso authored
-
- 09 Apr, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 25 Mar, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 28 Feb, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 17 Dec, 2013 1 commit
-
-
Alexey Elizarov authored
Was it correct?
-
- 13 Dec, 2013 1 commit
-
-
Drew Blessing authored
-
- 02 Oct, 2013 1 commit
-
-
Drew Blessing authored
Labels are saved in the database with the case they were originally created with. Before this change if a user created a label with the same text but different case the label would use the original case and no new label would be created in the database. With this change, labels are now case-sensitive. Steps to test: 1. Before this change, create a new issue with a new label "FIxMe" 2. Edit the issue and change the label to "FixMe" 3. Note that the label reverted to "FIxMe" 4. Apply this change 5. Edit the issue again and change the label to "FixMe" Note that the new case was preserved. If you also look in the database in the "tags" table you will see that both labels are present - "FIxMe" and "FixMe".
-
- 09 Sep, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-