summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Add js prefix for issuable-editadd-js-prefix-issuable-editClement Ho2017-12-082-2/+2
* Resolve "No feedback when checking on checklist if potential spam was detected"Luke Bennett2017-12-086-45/+207
* Merge branch '40825-use-relative-path-urls' into 'master'Robert Speicher2017-12-072-5/+13
|\
| * Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urlsEric Eastwood2017-12-072-5/+13
* | Merge branch 'acet-fix-branches-list-on-cherry-pick-modal-after-merge' into '...Jacob Schatz2017-12-071-0/+2
|\ \
| * | Fix loading branches list on cherry pick modal after merge.acet-fix-branches-list-on-cherry-pick-modal-after-mergeFatih Acet2017-12-041-0/+2
* | | Merge branch 'deploy-keys-loading-icon' into 'master'Filipa Lacerda2017-12-072-3/+11
|\ \ \
| * | | Fixed remove deploy key loading icon not being removed after cancelingdeploy-keys-loading-iconPhil Hughes2017-12-072-3/+11
* | | | Resolve "updateEndpoint undefined on Issue page"Luke Bennett2017-12-071-25/+2
* | | | Merge branch '40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-d...Kamil Trzciński2017-12-072-26/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove Auto DevOps checkboxes - frontend40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settingsbikebilly2017-12-042-26/+0
* | | | add support for the commit reference filtermicael.bergeron2017-12-071-1/+1
* | | | Allow commenting on individual commits inside an MRDouwe Maan2017-12-072-2/+3
* | | | Don't set timeago title to what was already there.bvl-dont-reset-timeago-titleBob Van Landuyt2017-12-071-2/+0
| |/ / |/| |
* | | Resolve "Display member role per project"Mike Greiling2017-12-072-7/+12
* | | Add chevron to create dropdown on repository pageWinnie Hellmann2017-12-061-5/+10
* | | Merge branch '22680-unlabel-slash-command-limit-autocomplete-to-applied-label...Tim Zallmann2017-12-061-14/+61
|\ \ \
| * | | Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov2017-11-281-14/+61
* | | | Merge branch '35773-search-box-close-dropdown' into 'master'Annabel Dunstone Gray2017-12-061-66/+75
|\ \ \ \
| * | | | Updates the dropdown to match the docs and remove old hack of stop event prop...35773-search-box-close-dropdownFilipa Lacerda2017-12-061-68/+75
| * | | | Revert to adding open class to dropdownsAnnabel Dunstone Gray2017-12-051-3/+2
| * | | | Close all open dropdowns when search input is clickedAnnabel Dunstone Gray2017-12-051-0/+3
| | |_|/ | |/| |
* | | | Export template selector as ES6 modulesFilipa Lacerda2017-12-066-286/+272
* | | | Merge branch '40543-generalize-detail-page-headers' into 'master'Phil Hughes2017-12-061-1/+1
|\ \ \ \
| * | | | Generalize detail page headers40543-generalize-detail-page-headersEric Eastwood2017-12-051-1/+1
* | | | | Merge remote-tracking branch 'origin/master' into list-multiple-clustersMatija Čupić2017-12-051-0/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch '40508-snippets-zen-mode' into 'master'Phil Hughes2017-12-051-0/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Init zenmode in snippets pages40508-snippets-zen-modeFilipa Lacerda2017-12-051-0/+4
* | | | | | Merge remote-tracking branch 'origin/master' into list-multiple-clustersKamil Trzcinski2017-12-051-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '32878-merge-request-from-email' into 'master'Sean McGivern2017-12-051-1/+1
| |\ \ \ \ \
| | * | | | | Create merge request from emailJan Provaznik2017-12-051-1/+1
| | | |_|_|/ | | |/| | |
* | | | | | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-051-1/+1
|\ \ \ \ \ \
| * | | | | | Fix navbar CSSFilipa Lacerda2017-12-041-1/+1
| * | | | | | Merge branch 'master' into list-multiple-clustersFilipa Lacerda2017-12-0465-376/+1743
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Fix clusters active/inactive togglingKamil Trzcinski2017-12-031-2/+3
* | | | | | | Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski2017-12-0524-183/+211
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Second iteration of Move Kubernetes from service to Cluster pageFilipa Lacerda2017-12-051-0/+15
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'ce-1379-update-sidebar-weight-to-vue-and-add-to-boards' into 'm...Phil Hughes2017-12-057-117/+142
| |\ \ \ \ \
| | * | | | | Backport changes from refactor sidebar weight block Vue and move to Issue Boardsce-1379-update-sidebar-weight-to-vue-and-add-to-boardsEric Eastwood2017-12-047-117/+142
| | | |/ / / | | |/| | |
| * | | | | Merge branch '40739-access-404' into 'master'Grzegorz Bizon2017-12-051-3/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Prevent job link form rendering when user does not have permissions40739-access-404Filipa Lacerda2017-12-041-3/+6
| | |/ / /
| * | | | Merge branch '39727-add-axios-to-common' into 'master'Phil Hughes2017-12-041-0/+1
| |\ \ \ \
| | * | | | Import axios utils in commons39727-add-axios-to-commonFilipa Lacerda2017-12-041-0/+1
| | |/ / /
| * | | | issue note component renameSimon Knox2017-12-0415-63/+62
| |/ / /
* | | | Fix clusters active/inactive togglingKamil Trzcinski2017-12-031-2/+3
* | | | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-038-56/+151
|\ \ \ \ | | |/ / | |/| |
| * | | Update toggle button text in show pageFilipa Lacerda2017-12-021-1/+0
| * | | Fix show page toggleFilipa Lacerda2017-11-291-2/+2
| * | | Fix broken specsFilipa Lacerda2017-11-281-1/+0
| * | | Changes after Frontend and UX review:Filipa Lacerda2017-11-286-104/+121