- 14 Jan, 2016 2 commits
-
-
Gabriel Mazetto authored
-
DJ Mountney authored
-
- 13 Jan, 2016 6 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
- Adds default values for `color` and `font` attributes - Adds `active?`, `started?`, `ended?`, and 'status' methods
-
Robert Speicher authored
-
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
-
Robert Speicher authored
This is intended to prevent the user from creating new objects while the transaction that removes them is being run, resulting in objects with nil authors which can then not be edited. See https://gitlab.com/gitlab-org/gitlab-ce/issues/7117
-
- 12 Jan, 2016 4 commits
-
-
Landon authored
Per this issue: https://gitlab.com/esr/irker/issues/2 A documentation update was added to irkerd (https://gitlab.com/esr/irker/commit/190808c37d4ab5f0f16fe35352ff36863c2732d5) but the bug is still there. Making a note of it here could save someone a lot of hassle. This could probably be worded better if someone else wants to take a stab at it.
-
Jacob Schatz authored
-
Gabriel Mazetto authored
-
- 11 Jan, 2016 2 commits
- 08 Jan, 2016 5 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Robert Speicher authored
-
- 07 Jan, 2016 11 commits
-
-
Drew Blessing authored
-
Robert Speicher authored
Closes #5908
-
Stan Hu authored
Every time I push to GitLab, I get > 2 emails saying a spec failed when I don't care about benchmarks and other specs that have `allow_failure` set to `true`.
-
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.
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9956
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
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.
-
Yorick Peterse authored
Sorting by "id" has the same effect as sorting by created_at while performing far better and without the need of an extra index (in case one wanted to speed up sorting by "created_at"). Sorting by "Recently updated" still uses the physical "updated_at" column as there's no way to use the "id" column for this instead.
-
Jacob Vosmaer authored
-
Douwe Maan authored
-
koreamic authored
Using the fuzzy filter, develop "file finder" feature. - feedback(http://feedback.gitlab.com/forums/176466-general/suggestions/4987909-add-file-finder-fuzzy-input-in-files-tab-to-ju ) - fuzzy filter(https://github.com/jeancroy/fuzzaldrin-plus) - shortcuts(when "t" was hitted at tree view, go to 'file find' page and 'esc' is to go back) - depends on gitlab_git 7.2.22
-
- 06 Jan, 2016 3 commits
-
-
Stan Hu authored
-
Douwe Maan authored
-
Jacob Schatz authored
-
- 05 Jan, 2016 4 commits
-
-
Grzegorz Bizon authored
See gitlab-org/gitlab-ee!107.
-
Douwe Maan authored
-
Douwe Maan authored
Get "Merge when build succeeds" to work when commits were pushed to MR target branch while builds were running
-
Douglas Barbosa Alexandre authored
Take the first previewable README file as project’s README, otherwise if none file is available, or we can’t preview any of them, we assume that project doesn’t have a README file.
-
- 04 Jan, 2016 3 commits
-
-
Robert Speicher authored
Tell, Don't Ask.
-
Mike Wyatt authored
-
Valery Sizov authored
-