Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-05Remove unused push_code_to_protected_branchesLin Jen-Shin
2017-05-30'New issue'/'New merge request' dropdowns should show only projects with ↵blackst0ne
issues/merge requests feature enabled
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-05fix group links 404barthc
2016-07-27Allow skipping users in autocompleteSean McGivern
Pass an array of user IDs in the `skip_users` param to have them excluded from the results (unless they are explicitly included through the `current_user` or `author_id` params).
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-04-20Backport select_helper from EEValery Sizov
2016-04-15Merge branch 'master' into assign-to-issuable-openerZeger-Jan van de Weg
2016-02-22Issuable can be assigned to authorZeger-Jan van de Weg
Closes #9014 The only difference with #9014 is that I thoughed the author should also be able to assign the issue. If this is unwanted behavior Ill revert it.
2015-12-07Merge branch 'master' into ui/dashboard-new-issueDouwe Maan
2015-12-07Use select2 dropdown for dashboard/group 'New X' buttonsDouwe Maan
2015-12-02Remove "none" username for "Unassigned" and "Any User" select optionsDouwe Maan
2015-11-17Refactor select2 tagsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-21Fix bug preventing invite by e-mailStan Hu
This was broken in 70f5291808 as a result of introducing the ability to filter by current user. Closes #2320
2015-05-22Use the user list from the target project in a merge requestStan Hu
Closes #1535
2015-04-14Let members be invited from Add members pane.Douwe Maan
2015-04-09Move current user to the top of the list in author/assignee filtersStan Hu
Closes #1321
2015-03-27Big refactoring of issues filtersDmitriy Zaporozhets
* Squash project users selectbox and users selectbox into one class * Move from API autocomplete to GitLab internal one * Smarter filter for project/group/all issues * Use selectbox with searchbox for assignee/author/milestone/label * Switch to ajax filter for issue author/assignee
2014-12-30Helper for ajax group selectboxDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-08Add assignee and milestone to 2nd stepDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-13Add placeholder support for project_users_select_tagDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-13project_user selectbox with ajax autocompleteDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>