summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
Commit message (Collapse)AuthorAgeFilesLines
* move templates from projects to sharedSimon Knox2017-09-0610-247/+2
|
* Move "Move to different project" to sidebar34261-move-move-to-sidebarEric Eastwood2017-09-033-3/+3
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
* Fixes the breadcrumb container when in issue boardsissue-boards-breadcrumbs-containerPhil Hughes2017-08-181-0/+1
| | | | Closes #36561
* Show all labelsRegis Boudinot2017-08-081-2/+10
|
* moved declaration of `breadcrumb_title` into `page_title` methodPhil Hughes2017-07-121-1/+0
| | | | `breadcrumb_title` is then overriden when needed
* rename methodPhil Hughes2017-07-071-1/+1
|
* fixed breadcrumb titlesPhil Hughes2017-07-071-1/+1
|
* Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes2017-07-066-11/+12
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-056-9/+9
| |
| * Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan2017-07-041-2/+3
| |\ | | | | | | | | | | | | CE counterpart of: Namespace license checks for multiple assignees See merge request !11825
| | * Use FormHelper#issue_assignees_dropdown_options for Issue sidebarToon Claes2017-06-201-2/+3
| | | | | | | | | | | | | | | | | | Avoid code duplication and limit the number of CE -> EE merge conflict by reusing `FormHelper#issue_assignees_dropdown_options` to set some assignee dropdown attributes.
* | | improvements to breadcrumb titles, links & nestingPhil Hughes2017-07-061-2/+2
|/ /
* | Resolve "Issue Board -> "Remove from board" button when viewing an issue ↵Luke "Jared" Bennett2017-07-031-1/+2
| | | | | | | | gives js error and fails"
* | New navigation breadcrumbsPhil Hughes2017-06-301-0/+4
|/
* Backport issue count badge style refactor for re-usebackport-related-issues-board-issue-count-badge-stylesEric Eastwood2017-06-131-3/+3
| | | | | | | Added by https://gitlab.com/gitlab-org/gitlab-ee/commit/88aea2cbc8633ba970335d935d725bd17654b424 Part of this MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1797/
* changed the icon for the collapsed backlog listPhil Hughes2017-06-011-1/+1
| | | | [ci skip]
* Expand/collapse close & backlog lists in issue boardsPhil Hughes2017-05-312-4/+8
| | | | | | | | | The closed & backlog lists in issue boards are no collapsible. They can be collapsed independently of each other & this selection is then saved to the browser through localStorage. When the page loads, the code gets the data from localStorage & determines whether to show or hide the list Closes #23917
* Backport MR from EEClement Ho2017-05-261-1/+4
|
* Fix unassigned checkmarkClement Ho2017-05-171-2/+1
|
* ensure filtered_search utilizes common_vue bundleuse-common-vue-for-filtered-searchMike Greiling2017-05-101-3/+3
|
* Merge branch ↵Phil Hughes2017-05-101-1/+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-101-1/+2
| |
* | Fixed create label form not working on issue boards in a sub-group projectissue-boards-sidebar-create-new-label-404-errorPhil Hughes2017-05-081-1/+1
|/ | | | Closes #31862
* Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-051-28/+16
|\ | | | | | | | | Backport of Multiple Assignees feature See merge request !11089
| * Restrict FE assignees to 1Clement Ho2017-05-041-2/+2
| |
| * Fix FE conflictsClement Ho2017-05-041-4/+0
| |
| * Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-28/+20
| |
* | Change text of inline issue creation tooltipAnnabel Dunstone Gray2017-05-051-2/+2
|/
* Default to null user when asignee is unselected31057-unnecessary-padding-along-left-side-of-assignees-dropdownSam Rose2017-05-021-1/+2
| | | | | Also implemented same behavior on the Issue Boards assignee block. Fixed the default state for search/filter dropdown for issuables.
* Fix typo found in issue board sidebar milestone dropdown31475-issue-boards-sidebar-milestone-dropdown-title-has-a-typoClement Ho2017-04-261-1/+1
|
* Issue boards list template in JS filePhil Hughes2017-04-052-27/+0
| | | | This is one step closer to making the transition to .vue files for issue boards
* Refactor test_utils bundleMike Greiling2017-04-041-1/+0
|
* Change Done column to Closed in issue boardsblackst0ne2017-03-242-3/+3
|
* Merge branch 'boards-blank-state-template-in-js' into 'master' Filipa Lacerda2017-03-172-16/+1
|\ | | | | | | | | Issue boards blank state template in JS file See merge request !9959
| * Issue boards blank state template in JS filePhil Hughes2017-03-152-16/+1
| | | | | | | | Aim to eventually go to vue files
* | Added filter bar into add issues modalPhil Hughes2017-03-161-0/+1
|/ | | | [ci skip]
* Hides on mobilePhil Hughes2017-03-081-1/+2
|
* Added filtered search bar to issue boardsPhil Hughes2017-03-081-1/+2
| | | | Closes #28312
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-061-0/+1
|\
| * create a cacheable commons bundle for our Vue bundlesMike Greiling2017-03-031-0/+1
| |
* | Fixed issue when dragging a issue to the bottom when count element is visiblePhil Hughes2017-03-061-1/+2
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-03-031-21/+1
|\ \ | |/
| * Moved issue boards new issue form templatePhil Hughes2017-03-011-21/+1
| |
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-272-11/+0
|\ \ | |/
| * Issue boards card in JSPhil Hughes2017-02-232-11/+0
| | | | | | | | | | | | Moved the issue boards card template into the JS. This helps to improve the code coverage & will eventually make it easier to move this to .vue files
* | Frontend updates to positioning the issue in listsPhil Hughes2017-02-171-1/+1
|/
* Merge branch 'remove-jquery-ui-sortable' into 'master' Jacob Schatz2017-02-081-1/+1
|\ | | | | | | | | Removed jQuery UI sortable See merge request !8478
| * Removed jQuery UI sortableremove-jquery-ui-sortablePhil Hughes2017-02-061-1/+1
| |
* | Merge branch 'master' into issues-modal-filtersPhil Hughes2017-02-061-2/+2
|\ \ | |/
| * Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-035-22/+13
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...