- 22 Apr, 2016 1 commit
-
-
Phil Hughes authored
Closes #15515
-
- 21 Apr, 2016 1 commit
-
-
Phil Hughes authored
-
- 20 Apr, 2016 7 commits
-
-
Mehmet Beydogan authored
Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
-
Phil Hughes authored
Created issuable singleton to house the filtering
-
Felipe Artur authored
-
Arinde Eniola authored
get the multi filter labels feature to work on merge request, also escape characters in the templates to prevent xss attack
-
Sebastian Klier authored
-
Sebastian Klier authored
-
Sebastian Klier authored
update changelog
-
- 19 Apr, 2016 9 commits
-
-
Robert Speicher authored
This invalidates one test, which we've removed.
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Closes #15330
-
Phil Hughes authored
-
- 18 Apr, 2016 7 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Felipe Artur authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Anton Davydov authored
-
P.S.V.R authored
Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
-
Timothy Andrew authored
-
- 13 Apr, 2016 4 commits
-
-
Jacob Schatz authored
-
Yorick Peterse authored
Currently this works by loading the HAML partials via XHR. While this is not the nicest setup it _is_ the easiest setup using the tools we currently have. Loading this data asynchronously doesn't make loading the related MRs/branches itself faster, it merely ensures that loading the issue itself is not slowed down. Fixes gitlab-org/gitlab-ce#14949
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 12 Apr, 2016 5 commits
-
-
Robert Speicher authored
Closes #15105
-
Douglas Barbosa Alexandre authored
-
Robert Schilling authored
-
Robert Schilling authored
-
Timothy Andrew authored
- Previously, the controller held the logic to calculate related branches, which was: `<branches ending with `issue.iid`> - <branches with a merge request referenced in the current issue>` - This logic belongs in the `related_branches` method, not in the controller. This commit makes this change. - This means that `Issue#related_branches` now needs to take a `User`. When we find the branches that have a merge request referenced in the current issue, this is limited to merge requests that the current user has access to. - This is not directly related to #14566, but is a related refactoring.
-
- 11 Apr, 2016 6 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Phil Hughes authored
-
Phil Hughes authored
-