summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Move repeated function to utilitiesFilipa Lacerda2017-02-051-0/+8
| * | | Fix broken path to fileFilipa Lacerda2017-02-051-1/+1
| * | | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-0480-264/+261
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-0350-108/+1020
| |\ \ \
| * | | | Fix broken testsFilipa Lacerda2017-02-031-0/+1
| * | | | Resolve conflict after mergeFilipa Lacerda2017-02-032-3/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-032-6/+25
| |\ \ \ \ \
| * | | | | | Only load pipelines vue component when there are pipelines.Filipa Lacerda2017-02-032-7/+14
| * | | | | | Add time ago auto-update to the 2 newest tablesFilipa Lacerda2017-02-034-7/+40
| * | | | | | Moves pagination to shared folderFilipa Lacerda2017-02-0311-167/+199
| * | | | | | Use new vue js pipelines table to render in merge request viewFilipa Lacerda2017-02-0311-185/+88
| * | | | | | Transform vue_pipelines index into a non-dependent table component.Filipa Lacerda2017-02-036-309/+303
| * | | | | | Use same folder structure in spec for vue shared resourcesFilipa Lacerda2017-02-033-0/+0
| * | | | | | Use single source of truth for vue_resource_interceptorFilipa Lacerda2017-02-034-13/+6
| * | | | | | First iterationFilipa Lacerda2017-02-038-2/+450
* | | | | | | Merge branch 'issues-modal-filters' into 'master' Fatih Acet2017-02-0611-24/+396
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Fixed eslintPhil Hughes2017-02-062-4/+10
| * | | | | | Merge branch 'master' into issues-modal-filtersPhil Hughes2017-02-0685-514/+505
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Fixed milestone select failing testsPhil Hughes2017-02-031-1/+1
| * | | | | | Fixed eslint errorsPhil Hughes2017-02-035-7/+10
| * | | | | | Show empty state if filter returns empty resultsPhil Hughes2017-02-032-1/+19
| * | | | | | Resets modal filters when closingPhil Hughes2017-02-033-6/+16
| * | | | | | Added tests for modal filtersPhil Hughes2017-02-031-1/+1
| * | | | | | Passes through the correct endpointsPhil Hughes2017-02-035-6/+46
| * | | | | | Added all filtersPhil Hughes2017-02-0310-77/+198
| * | | | | | Added user filter componentPhil Hughes2017-02-032-80/+104
| * | | | | | Hardcoded author, assignee & milestone dropdownsPhil Hughes2017-02-035-7/+118
| * | | | | | Started adding filters to issues modalPhil Hughes2017-02-032-0/+49
* | | | | | | lazy-load ace config so that we can ensure window.gon existsfix-ace-editor-modulesMike Greiling2017-02-051-10/+17
* | | | | | | fix ace editor modules to include asset digest in productionMike Greiling2017-02-051-2/+4
| |/ / / / / |/| | | | |
* | | | | | fix failing testgo-go-gadget-webpackMike Greiling2017-02-031-1/+1
* | | | | | fix Vue warnings for missing elementMike Greiling2017-02-031-2/+2
* | | | | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-032-6/+9
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'eslint-fix' into 'master' Clement Ho2017-02-031-2/+2
| |\ \ \ \ \
| | * | | | | Fixed eslint test failureeslint-fixPhil Hughes2017-02-031-2/+2
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch '26825-diff-unfolding-within-merge-request-changes-tab-triggers-...Jacob Schatz2017-02-031-4/+7
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ensure click event is bound only once26825-diff-unfolding-within-merge-request-changes-tab-triggers-two-ajax-requestsMike Greiling2017-01-181-4/+7
* | | | | | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-0353-112/+1047
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master' Jacob Schatz2017-02-0327-59/+48
| |\ \ \ \ \
| | * | | | | Remove turbolinks.Bryce Johnson2017-02-0227-59/+48
| * | | | | | Merge branch 'add-issues-to-boards' into 'master' Fatih Acet2017-02-0322-43/+963
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | 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-0311-76/+125
| | * | | | | 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