summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable
Commit message (Collapse)AuthorAgeFilesLines
* Fix MR target branch selector dropdown placement cut-off31271-fixmr-target-branch-selector-dropdownEric Eastwood2017-05-011-3/+7
| | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31271 When the dropdown items are too wide, constrain the dropdown to the offsetParent. Otherwise, let it naturally flow as Select2 wants.
* Assignee filter on group issues/merge requests only loads group usersgroup-assignee-dropdown-send-group-idPhil Hughes2017-04-241-1/+1
| | | | Closes #29490
* Disable recent search on issue boardsdisable-recent-search-on-boardsPhil Hughes2017-04-131-7/+8
| | | | Closes #30919
* Update droplabLuke "Jared" Bennett2017-04-071-1/+1
|
* Copy diff file path as GFMDouwe Maan2017-04-061-2/+2
|
* Recent search history for issuesEric Eastwood2017-04-062-81/+89
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27262
* Merge branch '29828-change-search-hint-in-new-filters' into 'master'Clement Ho2017-03-291-1/+1
|\ | | | | | | | | | | | | Update copy for first row in filtered search dropdown Closes #29828 See merge request !10138
| * Change copy for first row in filtered searchChris Peressini2017-03-221-1/+1
| |
* | Merge branch 'create-collapsed-todo-button' into 'master' Filipa Lacerda2017-03-292-7/+19
|\ \ | | | | | | | | | | | | | | | | | | Added initial todo functionality to collapsed sidebar Closes #24805 See merge request !7827
| * | Updated todos sidebar iconPhil Hughes2017-03-242-15/+18
| | | | | | | | | | | | | | | Refactored slightly so that the same logic is shared between both the expanded & the collapsed.
| * | adds todo functionality to closed issuable sidebar and changes todo bell ↵dimitrieh2017-03-241-0/+9
| |/ | | | | | | icon to check-square
* | Fixed labels icon being hidden in collapsed issuable sidebarPhil Hughes2017-03-281-1/+1
| |
* | adjust the affix breakpoint to match css top valueMike Greiling2017-03-221-1/+1
|/
* Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-201-1/+1
|\
| * Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-201-1/+1
| | | | | | | | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
* | don't show loading spinners for server-rendered sidebar fieldsSimon Knox2017-03-181-5/+5
|/
* Created a container class for filtered searchPhil Hughes2017-03-161-1/+1
| | | | | | | | | | This class returns the correct container the filtered search should be run in At the moment it doesn't allow for multiple to be used at once, need to look at a way to fix this [ci skip]
* Added filter bar into add issues modalPhil Hughes2017-03-161-16/+18
| | | | [ci skip]
* Merge branch 'better-priority-sorting' into 'master' Douwe Maan2017-03-154-3/+6
|\ | | | | | | | | | | | | Better priority sorting Closes #28754 See merge request !9938
| * Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-154-3/+6
| |
* | Merge branch '27174-filter-filters' into 'master' Clement Ho2017-03-151-1/+1
|\ \ | |/ |/| | | | | | | | | prevent filtering Issues by multiple milestones, authors, or assignees Closes #27174 See merge request !9406
| * prevent filtering Issues by multiple milestones, authors, or assignees27174-filter-filtersSimon Knox2017-03-111-1/+1
| |
* | Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda2017-03-142-18/+16
|\ \ | | | | | | | | | | | | | | | | | | Added filtered search bar to issue boards Closes #28312 See merge request !9757
| * | Updated specsPhil Hughes2017-03-081-1/+1
| | |
| * | Added filtered search bar to issue boardsPhil Hughes2017-03-082-18/+16
| | | | | | | | | | | | Closes #28312
* | | Rename variableBob Van Landuyt2017-03-131-5/+5
| | | | | | | | | | | | | | | merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
* | | Show correct message when user cannot resolve discussionsBob Van Landuyt2017-03-131-2/+5
| | |
* | | Replace the warning with an info iconBob Van Landuyt2017-03-131-1/+1
| | |
* | | Build link to discussions to resolve in a helperBob Van Landuyt2017-03-131-3/+2
| | |
* | | Update copy for warning on new issue formBob Van Landuyt2017-03-131-6/+5
| | |
* | | Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-131-18/+8
| | | | | | | | | | | | | | | And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API.
* | | Delegate a single discussion to a new issueBob Van Landuyt2017-03-131-2/+16
| |/ |/| | | | | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
* | Convert data attributes in search_bar.html.hamlClement Ho2017-03-091-17/+17
| |
* | Merge branch '29048-user-wrap-firefox' into 'master' Clement Ho2017-03-091-2/+2
|\ \ | | | | | | | | | | | | | | | | | | Remove inline-block styling from dropdown avatars Closes #29048 See merge request !9840
| * | Remove inline-block styling from dropdown avatars29048-user-wrap-firefoxAnnabel Dunstone Gray2017-03-091-2/+2
| |/
* | [#29014] Create issue form buttons are misaligned on mobileTM Lee2017-03-091-13/+14
|/ | | | | | - Ensure Save/Create button is aligned with Cancel - Move the cancel button above but float to the right using pull-right - Allows responsive css to flow
* Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-071-4/+7
|
* Align bulk update issues button to the rightRémy Coutable2017-03-071-1/+1
|
* re-add Assign to Me link on new MR/Issue formsSimon Knox2017-03-071-2/+2
|
* create a cacheable commons bundle for our Vue bundlesMike Greiling2017-03-031-0/+1
|
* Merge branch 'add-svg-loader' into 'master' Fatih Acet2017-03-021-1/+1
|\ | | | | | | | | | | | | Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522
| * Merge branch 'master' into add-svg-loaderFilipa Lacerda2017-02-281-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Fix migration without DOWNTIME clause specified Fix CSS classes fix missing @ symbol Update CHANGELOG.md for 8.16.7 Update CHANGELOG.md for 8.16.7 Update CHANGELOG.md for 8.16.7 Make RuboCop happy Add development fixtures for nested groups Align last column buttons with new environment button Removed jQuery UI draggable ensure webpack dev server proxy connects regardless of request headers Keep consistent in handling indexOf results Replace setInterval with setTimeout to prevent highly frequent requests Add feature specs for three types of user uploads Minor refactoring of Uploaders Fix #27840 - Improve the search bar experience on mobile Fix false positive caused by non-interpolated string use Fix inline comment images by removing wrapper #20890
| * | remove tech debt codeFilipa Lacerda2017-02-251-1/+1
| | |
* | | Fix linter errorsFilipa Lacerda2017-03-011-1/+1
| | |
* | | Improve a11y in sidebarFilipa Lacerda2017-02-281-16/+16
| |/ |/|
* | Merge branch '27840-improve-search-bar-experience' into 'master' Annabel Dunstone Gray2017-02-271-1/+1
|\ \ | |/ |/| | | | | | | | | Fix #27840 - Improve the search bar experience on mobile Closes #27840 See merge request !9280
| * Fix #27840 - Improve the search bar experience on mobilePratik Borsadiya2017-02-241-1/+1
| |
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-1/+1
|/
* Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-211-4/+4
|
* Add active_when helperSemyon Pupkov2017-02-151-5/+5
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036