- 11 May, 2017 1 commit
-
-
Tim Zallmann authored
-
- 10 May, 2017 1 commit
-
-
blackst0ne authored
-
- 08 May, 2017 2 commits
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- 04 May, 2017 3 commits
-
-
blackst0ne authored
-
blackst0ne authored
-
blackst0ne authored
-
- 27 Apr, 2017 1 commit
-
-
Toon Claes authored
-
- 24 Mar, 2017 1 commit
-
-
Phil Hughes authored
Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
-
- 23 Feb, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 15 Feb, 2017 1 commit
-
-
Semyon Pupkov authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
-
- 10 Feb, 2017 1 commit
-
-
Phil Hughes authored
Formats the timeago timestamps to be a short date. This will only be visible on slower connections whilst the JS is loading, after the JS has loaded it will be turned into a timeago string Closes #27537
-
- 03 Feb, 2017 1 commit
-
-
Adam Pahlevi authored
add complete changelog for !8949
-
- 09 Jan, 2017 1 commit
-
-
Clement Ho authored
-
- 20 Dec, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 19 Dec, 2016 1 commit
-
-
Luke "Jared" Bennett authored
-
- 07 Nov, 2016 1 commit
-
-
Clement Ho authored
-
- 30 Sep, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 22 Sep, 2016 3 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Revert "Merge branch '22421-fix-issuable-counter-when-more-than-one-label-is-selected' into 'master'" This reverts commit 8ed5be59, reversing changes made to fb0d1378.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 20 Sep, 2016 1 commit
-
-
barthc authored
-
- 01 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 17 Aug, 2016 1 commit
-
-
Phil Hughes authored
-
- 04 Aug, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 01 Aug, 2016 1 commit
-
-
zs authored
Provide more sensible default sort order for issues and merge requests based on the following table: | type | state | default sort order | |----------------|--------|--------------------| | issues | open | last created | | issues | closed | last updated | | issues | all | last created | | merge requests | open | last created | | merge requests | merged | last updated | | merge requests | closed | last updated | | merge requests | all | last created |
-
- 06 Jul, 2016 1 commit
-
-
Douwe Maan authored
-
- 22 Jun, 2016 1 commit
-
-
connorshea authored
Hamlit is a library that's faster than Haml while implementing most of its features: https://github.com/k0kubun/hamlit Not sure if this breaks anything, but as far as I can tell most things work the same. No obvious regressions that I've been able to find.
-
- 20 Jun, 2016 1 commit
-
-
Paco Guzman authored
-
- 18 Jun, 2016 1 commit
-
-
Phil Hughes authored
Removes un-used method Fixes other Ruby issues
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 24 May, 2016 1 commit
-
-
Phil Hughes authored
-
- 23 May, 2016 1 commit
-
-
Robert Speicher authored
-
- 16 May, 2016 4 commits
-
-
Phil Hughes authored
Fixed issue with issuable checkboxs not being init'd
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both.
-