summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Expand)AuthorAgeFilesLines
* [skip ci] Fix FE conflicts with masterClement Ho2017-05-053-18/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ...Valery Sizov2017-05-055-7/+25
|\
| * Changed how the default avatar is setissue-boards-no-avatarPhil Hughes2017-05-046-14/+12
| * Merge branch 'master' into issue-boards-no-avatarPhil Hughes2017-05-041-0/+3
| |\
| * | Fixed avatar not displaying in issue boardsPhil Hughes2017-04-282-1/+3
* | | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-047-39/+171
| |/ |/|
* | Default to null user when asignee is unselected31057-unnecessary-padding-along-left-side-of-assignees-dropdownSam Rose2017-05-021-0/+3
|/
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-205-11/+23
* Merge branch 'issue-boards-count-not-updating' into 'master' 19360-preview-pdfsFilipa Lacerda2017-04-181-5/+6
|\
| * Moved per page value to constissue-boards-count-not-updatingPhil Hughes2017-04-181-1/+3
| * Only increase the page number for boards when we need toPhil Hughes2017-04-131-5/+4
* | Merge branch 'remove-iife-boards-bundle' into 'master' Filipa Lacerda2017-04-1317-1182/+1148
|\ \ | |/ |/|
| * Remove IIFEs in boards_bundle.jsremove-iife-boards-bundleAlfredo Sumaran2017-04-1017-1182/+1148
* | Merge branch 'boards-done-add-tooltip' into 'master' Filipa Lacerda2017-04-111-0/+1
|\ \ | |/ |/|
| * Issue 22424: Add tooltip to header of Done listandrew brown2017-04-091-0/+1
* | Remove Vue from main bundle and disable production warningsMike Greiling2017-04-071-0/+4
* | Update issue board cards designClement Ho2017-04-061-20/+47
* | Changed order in Vue filePhil Hughes2017-04-051-77/+78
* | Added specs for board list componentPhil Hughes2017-04-052-6/+9
* | Issue boards list template in JS filePhil Hughes2017-04-053-111/+175
|/
* Stops triggering board sidebar when clicking avatarPhil Hughes2017-03-282-6/+4
* Merge branch 'rename_done_to_closed' into 'master' Sean McGivern2017-03-274-5/+5
|\
| * Change Done column to Closed in issue boardsblackst0ne2017-03-244-5/+5
* | Merge branch 'add-issue-modal-loading-indicator' into 'master' Alfredo Sumaran2017-03-243-5/+13
|\ \ | |/ |/|
| * Show loading icon when changing filter in add issues modalPhil Hughes2017-03-213-5/+13
* | Merge branch 'add-issues-modal-filtered-search-takes-search-param' into 'mast...Filipa Lacerda2017-03-232-0/+4
|\ \
| * | Fixed search param being used in the add issues modalPhil Hughes2017-03-212-0/+4
| |/
* | Merge branch 'remove-cookies-global' into 'master' Filipa Lacerda2017-03-232-2/+5
|\ \
| * | remove Cookies class from global spaceMike Greiling2017-03-222-2/+5
* | | Fixed bug stopping issue boards cards being draggedPhil Hughes2017-03-221-1/+1
|/ /
* | make eslint happyMike Greiling2017-03-201-1/+1
* | remove Vue from the global spaceMike Greiling2017-03-2017-19/+33
|/
* Merge branch 'clear-page-param-after-filter-in-add-issues-modal' into 'master' Alfredo Sumaran2017-03-211-0/+4
|\
| * Reset issue boards add issues modal page when filteringclear-page-param-after-filter-in-add-issues-modalPhil Hughes2017-03-171-0/+4
* | Rename 'All issues' to 'Open issues' in Add issues modalblackst0ne2017-03-182-3/+3
* | Merge branch 'boards-blank-state-template-in-js' into 'master' Filipa Lacerda2017-03-172-46/+78
|\ \ | |/ |/|
| * Fixed eslintboards-blank-state-template-in-jsPhil Hughes2017-03-161-0/+1
| * Catches errors when generating listsPhil Hughes2017-03-161-0/+7
| * Issue boards blank state template in JS filePhil Hughes2017-03-152-46/+70
* | Fixed eslintissue-boards-modal-filter-barPhil Hughes2017-03-162-18/+18
* | Moved reduce function to a utilPhil Hughes2017-03-166-45/+39
* | Updated specs to check that the token is correctly addedPhil Hughes2017-03-161-2/+1
* | Fixed search specsPhil Hughes2017-03-161-1/+2
* | Fixed eslint errorsPhil Hughes2017-03-164-27/+36
* | Created a container class for filtered searchPhil Hughes2017-03-162-3/+7
* | Added filter bar into add issues modalPhil Hughes2017-03-166-261/+10
* | Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-151-0/+1
|/
* added eventhub to emit update tokens eventissue-boards-new-search-barPhil Hughes2017-03-143-3/+9
* Use reduce instead of a forEachPhil Hughes2017-03-095-11/+34
* Fixed up boards filter spec due to CSS classes changingPhil Hughes2017-03-081-1/+2