summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fe-commit-mr-pipelines' into 'master' Fatih Acet2017-02-062-11/+1
|\
| * Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-048-29/+39
| |\
| * \ Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-0321-43/+960
| |\ \
| * | | Use single source of truth for vue_resource_interceptorFilipa Lacerda2017-02-032-11/+1
* | | | Fixed eslintPhil Hughes2017-02-062-4/+10
* | | | Merge branch 'master' into issues-modal-filtersPhil Hughes2017-02-0612-264/+264
|\ \ \ \ | | |_|/ | |/| |
| * | | fix Vue warnings for missing elementMike Greiling2017-02-031-2/+2
| * | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-0321-43/+968
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-311-0/+6
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-2712-168/+167
| |\ \ \
| * \ \ \ Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-132-6/+21
| |\ \ \ \
| * | | | | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-103-18/+20
* | | | | | Fixed eslint errorsPhil Hughes2017-02-034-5/+8
* | | | | | Show empty state if filter returns empty resultsPhil Hughes2017-02-032-1/+19
* | | | | | Resets modal filters when closingPhil Hughes2017-02-033-6/+16
* | | | | | Passes through the correct endpointsPhil Hughes2017-02-035-6/+46
* | | | | | Added all filtersPhil Hughes2017-02-037-58/+140
* | | | | | Added user filter componentPhil Hughes2017-02-032-80/+104
* | | | | | Hardcoded author, assignee & milestone dropdownsPhil Hughes2017-02-033-5/+112
* | | | | | Started adding filters to issues modalPhil Hughes2017-02-032-0/+49
| |_|_|_|/ |/| | | |
* | | | | Fixed adding to list bugPhil Hughes2017-02-031-2/+5
* | | | | Fixed modal lists dropdown not updating when list is deletedadd-issues-to-boardsPhil Hughes2017-02-033-6/+5
* | | | | Fixed remove btn error after creating new issue in listPhil Hughes2017-02-031-0/+1
* | | | | Removed Masonry, instead uses groups of dataPhil Hughes2017-02-0310-76/+122
* | | | | Uses mixins for repeated functionsPhil Hughes2017-02-036-10/+26
* | | | | Props use objects with required & type valuesPhil Hughes2017-02-037-23/+73
* | | | | Removes labels instead of closing issue when clicking remove buttonPhil Hughes2017-02-037-17/+37
* | | | | Fixed JS lint errorsPhil Hughes2017-02-031-3/+2
* | | | | Fixed bug with empty state showing after searchPhil Hughes2017-02-0315-27/+38
* | | | | Fixed bug where 2 un-selected issues would stay on selected tabPhil Hughes2017-02-031-2/+3
* | | | | Fixed DB schemaPhil Hughes2017-02-034-7/+7
* | | | | Added remove buttonPhil Hughes2017-02-033-2/+43
* | | | | Fixed issue link hrefPhil Hughes2017-02-032-5/+14
* | | | | Disabled add issues button if no lists existPhil Hughes2017-02-031-8/+21
* | | | | Fixed up JS testsPhil Hughes2017-02-031-1/+1
* | | | | Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-032-4/+4
* | | | | Removed backlog frontend codePhil Hughes2017-02-032-3/+1
* | | | | Lists dropdown drops upPhil Hughes2017-02-031-1/+1
* | | | | Some styling updatesPhil Hughes2017-02-035-12/+43
* | | | | Fixed some failing lint testsPhil Hughes2017-02-033-6/+7
* | | | | Infinite scrollingPhil Hughes2017-02-033-5/+31
* | | | | Fixed masonry re-triggering when it didnt need toPhil Hughes2017-02-031-2/+8
* | | | | Boards spec update to take into account removed backlogPhil Hughes2017-02-031-1/+1
* | | | | Used issue bulk update instead of different endpointPhil Hughes2017-02-034-14/+13
* | | | | Added more testsPhil Hughes2017-02-035-3/+11
* | | | | Reloads issues when re-opening modalPhil Hughes2017-02-039-35/+5
* | | | | Added empty statePhil Hughes2017-02-036-8/+91
* | | | | Cleaned up some codePhil Hughes2017-02-037-117/+70
* | | | | Started testsPhil Hughes2017-02-0311-33/+32
* | | | | Created a modal storePhil Hughes2017-02-039-73/+98