summaryrefslogtreecommitdiff
path: root/app/views/projects/boards
Commit message (Collapse)AuthorAgeFilesLines
* 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 ...
| * \ Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-131-21/+22
| |\ \
| * | | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-2/+2
| | | |
* | | | Passes through the correct endpointsPhil Hughes2017-02-031-0/+2
| | | |
* | | | Hardcoded author, assignee & milestone dropdownsPhil Hughes2017-02-031-1/+2
| |_|/ |/| |
* | | Removes labels instead of closing issue when clicking remove buttonPhil Hughes2017-02-031-1/+0
| | |
* | | Fixed bug with empty state showing after searchPhil Hughes2017-02-034-2/+7
| | | | | | | | | | | | Fixed users href path being incorrect
* | | Added remove buttonPhil Hughes2017-02-031-0/+2
| | |
* | | Fixed issue link hrefPhil Hughes2017-02-031-1/+2
| | |
* | | Used issue bulk update instead of different endpointPhil Hughes2017-02-031-1/+2
| | |
* | | Added empty statePhil Hughes2017-02-031-1/+2
| | |
* | | Add issues to boards listPhil Hughes2017-02-032-22/+4
| |/ |/| | | | | | | | | | | | | This removes the backlog list & instead creates a modal window that will list all issues that are not part of a list for easy adding onto the board Closes #26205
* | Added animations to issue boardsPhil Hughes2017-01-031-21/+22
|/ | | | | | | | | | | - Adds animation when opening & closing the sidebar - Adds an animation when dragging boards to a new position - Adds animations to dragging issues around When opening the sidebar it will also animate the scrollLeft property to make moving to the opened issue less blunt. Closes #25630
* HAMLLint: fix `AltText` offencesKushal Pandya2016-12-312-2/+2
|
* rewrite subscription javascript to accomodate new designMike Greiling2016-11-301-8/+4
|
* Fixed dragging issue moving wrong issue after multiple drags of issueboards-issue-sortingPhil Hughes2016-11-241-0/+1
|
* Fixed dragging issues on issue boardsissue-boards-dragging-fixPhil Hughes2016-11-232-1/+2
| | | | Closes #24654
* Fixed issue boards counter border when unauthorizedissue-boards-counter-border-fixPhil Hughes2016-11-161-1/+1
| | | | | | When unauthorized the border on the counter in issue boards didn't span the whole way around Closes #23664
* Fixed issue boards when not logged inissue-boards-signed-out-statePhil Hughes2016-11-145-5/+5
|
* Refactor of issue boards to work with Vue2Phil Hughes2016-11-107-152/+134
|
* Adds label description to issue board titleissue-boards-list-desciption-tooltipPhil Hughes2016-11-011-1/+3
| | | | Closes #22710
* Merge branch 'master' into issue-board-sidebarissue-board-sidebarPhil Hughes2016-10-261-1/+1
|\
| * Use root_url for issue boards user linkPhil Hughes2016-10-241-1/+1
| | | | | | | | Closes #23556
* | Moved avatar infront of labelsPhil Hughes2016-10-251-5/+5
| |