summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed eslint errorsPhil Hughes2017-03-082-2/+1
* Updated specsPhil Hughes2017-03-084-20/+29
* Make changing the URL optional - future proof ourselves for the modal windowPhil Hughes2017-03-082-5/+9
* Stop droplab from destroying itself is handled asyncPhil Hughes2017-03-081-1/+2
* Updates the URLPhil Hughes2017-03-082-1/+2
* Changed storePhil Hughes2017-03-085-18/+34
* Added filtered search bar to issue boardsPhil Hughes2017-03-083-2/+10