summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
* Add filtered search to group merge requests dashboardHiroyuki Sato2017-08-191-2/+2
* Make issuable filter dropdown style consistentWinnie Hellmann2017-08-182-9/+17
* Correct repo.vue templateLuke "Jared" Bennett2017-08-181-3/+6
* Merge branch '36648-fix-backoff-util-tests' into 'master'Phil Hughes2017-08-181-4/+4
|\
| * fix unnecessarily long gl.utils.backOff test36648-fix-backoff-util-testsMike Greiling2017-08-181-4/+4
* | Merge branch 'rename-repo-enabled' into 'master'Phil Hughes2017-08-182-10/+6
|\ \
| * | use proper object notation and rename isNewRepo to isNewRepoEnabledrename-repo-enabledMike Greiling2017-08-172-10/+6
* | | Merge branch 'winh-admin-user-actions-dropdown' into 'master'Clement Ho2017-08-172-0/+7
|\ \ \
| * | | Make admin user actions dropdown consistentwinh-admin-user-actions-dropdownwinh2017-08-172-0/+7
* | | | Fixes the blown up emoji problem in notesTim Zallmann2017-08-171-1/+2
| |_|/ |/| |
* | | Merge branch 'winh-collapsed-sidebar-scrolling' into 'master'Phil Hughes2017-08-171-0/+4
|\ \ \
| * | | Prevent horizontal scrolling in new sidebar when collapsedwinh2017-08-171-0/+4
| |/ /
* | | Merge branch 'fix-height-of-group-share-dropdown' into 'master'Tim Zallmann2017-08-171-2/+1
|\ \ \
| * | | Fixed height of group share dropdownPhil Hughes2017-08-171-2/+1
* | | | Merge branch 'fixed-collapsed-sidebar-fly-out-not-showing' into 'master'Tim Zallmann2017-08-171-2/+5
|\ \ \ \
| * | | | Fixed collapsed sidebar not showing fly-out menuPhil Hughes2017-08-171-2/+5
| | |/ / | |/| |
* | | | Merge branch 'fix-milestone-sidebar' into 'master'Phil Hughes2017-08-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix milestone sidebar collapse buttonfix-milestone-sidebarClement Ho2017-08-161-1/+1
* | | | Merge branch '36450_second_touch_up' into 'master'Clement Ho2017-08-161-1/+1
|\ \ \ \
| * | | | change to 'Not confidential'36450_second_touch_upRegis2017-08-161-1/+1
| |/ / /
* | | | Repo editor with flex layoutEric Eastwood2017-08-162-18/+32
* | | | Merge branch 'commits-list-page-limit' into 'master'Tim Zallmann2017-08-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix commit list request appending 40 to offsetPhil Hughes2017-08-161-1/+1
* | | | Merge branch 'icon-sidebar-expanded-margin' into 'master'Clement Ho2017-08-161-2/+4
|\ \ \ \
| * | | | Fixes icon sidebar expanding causing a jump in paddingicon-sidebar-expanded-marginPhil Hughes2017-08-151-2/+4
* | | | | Merge branch '36442-images-in-issue-descriptions-no-longer-scale-to-the-width...Phil Hughes2017-08-161-0/+1
|\ \ \ \ \
| * | | | | Set Description Image to max-width 100%36442-images-in-issue-descriptions-no-longer-scale-to-the-width-of-their-containerTim Zallmann2017-08-161-0/+1
* | | | | | Make sort by dropdown style consistentWinnie Hellmann2017-08-161-0/+2
| |_|/ / / |/| | | |
* | | | | Merge branch 'dispatcher-race-condition-fix' into 'master'Tim Zallmann2017-08-164-6/+8
|\ \ \ \ \
| * | | | | Fix race condition with dispatcher.jsdispatcher-race-condition-fixPhil Hughes2017-08-154-6/+8
* | | | | | Merge branch 'safari-overscroll-sticky-fix' into 'master'Tim Zallmann2017-08-161-1/+1
|\ \ \ \ \ \
| * | | | | | Fixes sticky class being removed when over-scrolling in Safarisafari-overscroll-sticky-fixPhil Hughes2017-08-151-1/+1
* | | | | | | Merge branch 'safari-fly-out-fix' into 'master'Tim Zallmann2017-08-162-2/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix the fly-out menu in the sidebar not displaying in Safarisafari-fly-out-fixPhil Hughes2017-08-152-2/+14
| |/ / / / /
* | | | | | Merge branch 'fix-autocomplete-group' into 'master'Phil Hughes2017-08-161-0/+10
|\ \ \ \ \ \
| * | | | | | Fix username autocomplete group name with no avatar alignmentfix-autocomplete-groupClement Ho2017-08-151-0/+10
* | | | | | | Many Repo FixesJacob Schatz2017-08-1523-371/+441
|/ / / / / /
* | | | | | Merge branch '36134_confi_touch_up' into 'master'Jacob Schatz2017-08-151-2/+2
|\ \ \ \ \ \
| * | | | | | use border radisu scss var36134_confi_touch_upRegis2017-08-071-2/+2
* | | | | | | Repo Editor FixesBryce Johnson2017-08-1513-90/+92
* | | | | | | Merge branch 'changes-dropdown-unclickable' into 'master'Clement Ho2017-08-151-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Fixed changed files dropdown not being shownPhil Hughes2017-08-151-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'master' into 'fix-btn-alignment'fix-btn-alignmentClement Ho2017-08-1519-164/+214
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '36450_confi_polish' into 'master'Clement Ho2017-08-151-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | change message and change spec36450_confi_polishRegis2017-08-141-1/+1
| | |/ / / / /
| * | | | | | Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann2017-08-152-1/+7
| * | | | | | Merge branch '34371-pipeline-schedule-vue-files' into 'master'Phil Hughes2017-08-153-51/+60
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Adds line to the end of the file34371-pipeline-schedule-vue-filesFilipa Lacerda2017-08-141-1/+1
| | * | | | | Move callout to vue file and remove svg from data function to improve perform...Filipa Lacerda2017-08-143-51/+60
| * | | | | | Merge branch 'repo-fixes-e' into 'master'Jacob Schatz2017-08-1411-84/+96
| |\ \ \ \ \ \