summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable
Commit message (Collapse)AuthorAgeFilesLines
* Fixed create new label form in issue form not working for sub-group projectsissuable-form-create-label-sub-groupsPhil Hughes2017-05-251-1/+1
| | | | Closes #32906
* Merge branch '32170-assignees-spinner' into 'master'Phil Hughes2017-05-241-0/+3
|\ | | | | | | | | | | | | show loading indicator while waiting for assignees first fetch Closes #32170 See merge request !11434
| * add loading spinner to sidebar assignees32170-assignees-spinnerSimon Knox2017-05-241-0/+3
| | | | | | | | store isFetching state to indicate if assignees has initial data
* | Merge branch ↵Phil Hughes2017-05-241-4/+4
|\ \ | |/ |/| | | | | | | | | | | | | '32563-remove-duplicated-config-code-for-filtered-search-dropdowns' into 'master' Resolve "Remove duplicated config code for filtered search dropdowns" Closes #32563 See merge request !11512
| * Remove duplicated codeClement Ho2017-05-181-4/+4
| |
* | Stop loading MergeRequestEntity data on sidebar requestOswaldo Ferreira2017-05-181-1/+1
|/
* Convert fa-history to svg; tweak alignmentAnnabel Dunstone Gray2017-05-171-1/+1
|
* Merge branch '31902-namespace-recent-searches-to-project' into 'master' Annabel Dunstone Gray2017-05-151-1/+1
|\ | | | | | | | | | | | | Scope recent searches to project Closes #31902 See merge request !11142
| * Scope recent searches to projectEric Eastwood2017-05-151-1/+1
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31902
* | Merge branch '30975-fixed-top-nav-POC' into 'master' Annabel Dunstone Gray2017-05-121-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Add fixed positioning to top level navbar Closes #30975 See merge request !10751
| * | Fade out border on scrollAnnabel Dunstone Gray2017-05-121-0/+1
| | |
| * | Add fixed positioning to top level navbarAnnabel Dunstone Gray2017-05-121-2/+1
| | |
* | | Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-2/+2
|/ /
* | Merge branch 'fixes_for_multiple_issue_assignees' into 'master' Sean McGivern2017-05-123-18/+18
|\ \ | | | | | | | | | | | | | | | | | | Fix for Follow-up from "Backport of Multiple Assignees feature Closes #31888 See merge request !11178
| * | fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-113-18/+18
| |/
* | Import export users selectLuke "Jared" Bennett2017-05-122-2/+0
|/
* Merge branch ↵Phil Hughes2017-05-102-2/+2
|\ | | | | | | | | | | | | | | | | | | '31474-issue-boards-sidebar-milestone-dropdown-should-not-be-multi-select' into 'master' Resolve "Issue boards sidebar milestone dropdown should not be multi select" Closes #31474 See merge request !11084
| * Disallow multiselect for Milestone dropdownSam Rose2017-05-102-2/+2
| |
* | Merge branch '31888-follow-up-from-backport-of-multiple-assignees-feature' ↵Sean McGivern2017-05-095-68/+71
|\ \ | |/ |/| | | | | | | | | | | into 'master' Resolve "Follow-up from "Backport of Multiple Assignees feature"" See merge request !11185
| * Remove unnecessary if checkClement Ho2017-05-091-1/+1
| |
| * Refactor haml31888-follow-up-from-backport-of-multiple-assignees-featureClement Ho2017-05-084-20/+22
| |
| * Refactor block into separate partialClement Ho2017-05-082-49/+50
| |
* | Merge request widget redesignFatih Acet2017-05-091-9/+0
|/
* Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-057-48/+166
|\ | | | | | | | | Backport of Multiple Assignees feature See merge request !11089
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov2017-05-053-7/+18
| |\ | | | | | | | | | skip]
| * | Fix specsClement Ho2017-05-041-1/+4
| | |
| * | Restrict FE assignees to 1Clement Ho2017-05-041-3/+4
| | |
| * | Fix FE conflictsClement Ho2017-05-042-9/+0
| | |
| * | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-047-45/+168
| | |
* | | Support comments for personal snippetsJarka Kadlecova2017-05-051-1/+1
| |/ |/|
* | Merge branch 'adam-separate-slash-commands' into 'master' Rémy Coutable2017-05-052-4/+11
|\ \ | | | | | | | | | | | | | | | | | | Display slash commands outcome when previewing Markdown Closes #21531 See merge request !10054
| * | Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-042-4/+11
| |/ | | | | | | | | | | | | | | | | | | Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
* | Merge branch '31271-fixmr-target-branch-selector-dropdown' into 'master' Jacob Schatz2017-05-041-3/+7
|\ \ | |/ |/| | | | | | | | | Fix MR target branch select dropdown placement cut-off Closes #31271 See merge request !10902
| * 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.
* | Merge branch '30667-creating-new-label-on-new-issue-causing-bug' into 'master' Rémy Coutable2017-05-031-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Fix label creation from issuable for subgroup projects Closes #30667 See merge request !11011
| * | Fix label creation from issuable for subgroup projectsMark Fletcher2017-05-031-1/+1
| |/
* | Default to null user when asignee is unselected31057-unnecessary-padding-along-left-side-of-assignees-dropdownSam Rose2017-05-021-5/+5
| | | | | | | | | | Also implemented same behavior on the Issue Boards assignee block. Fixed the default state for search/filter dropdown for issuables.
* | Add option to select the null user as the defaultSam Rose2017-04-291-1/+1
| |
* | Display check next to assigned user in dropdownSam Rose2017-04-281-1/+1
|/
* 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
| |