- 27 Apr, 2017 40 commits
-
-
Jacob Schatz authored
-
Douwe Maan authored
improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886
-
Rémy Coutable authored
Make api/v3/deployments_spec to actually tests v3 instead of current API See merge request !10965
-
Tiago Botelho authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
gitter badge in the readme pointing to gitlabhq/gitlabhq See merge request !10968
-
Douwe Maan authored
Remove invalid services with nil or empty type See merge request !10847
-
Sean McGivern authored
Resolve "Milestone sidebar display incorect number of MR when minimized" Closes #31292 See merge request !10933
-
Luke "Jared" Bennett authored
-
Douwe Maan authored
Fix ordering of commits in the network graph. Closes #30973 See merge request !10936
-
Job van der Voort authored
-
Sean McGivern authored
Lazily set UUID in ApplicationSetting for new installations Closes gitlab-ee#2246 See merge request !10893
-
Sean McGivern authored
Increase code coverage for admin/cohorts page See merge request !10964
-
Tiago Botelho authored
-
Robert Speicher authored
Update mail gem to 2.6.5 See merge request !10951
-
Phil Hughes authored
Remove unused code Closes #31202 See merge request !10897
-
Filipa Lacerda authored
-
Phil Hughes authored
Use vue files for vue components. See merge request !10882
-
Filipa Lacerda authored
-
Rémy Coutable authored
Fix checks markup in bug template See merge request !10963
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Make namespace owner master of project upon creation Closes #29446 See merge request !10910
-
Timothy Andrew authored
-
Timothy Andrew authored
- We upgraded `rugged` to 0.25.1.1 in !10286 for %9.1 - Prior to this upgrade, the default sort order for commits returned by `Gitlab::Git::Repository#find_commits` was `Rugged::SORT_DATE`, which the graph relied on. - While upgrading `rugged`, the MR also changed this default to `Rugged::SORT_NONE`, which broke commit ordering in the graph. - This commit adds an option to `Gitlab::Git::Repository#find_commits` to sort by date, and changes the graph builder `Network::Graph` so it explictly requests the `:date` sort order
-
Douwe Maan authored
Remove view fragment caching for project READMEs Closes #26585 and #29594 See merge request !8838
-
Rémy Coutable authored
Allow admins to sudo to blocked users See merge request !10842
-
Toon Claes authored
When an admin creates a project in the namespace of a user, that user automatically gains master access to that project.
-
Toon Claes authored
The `MarkupHelper#markup` method does everything we need here.
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Douwe Maan authored
-
Toon Claes authored
Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
-
Toon Claes authored
-
Toon Claes authored
It does more than solely GitLab Markdown, so rename to MarkupHelper.
-