summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add Fork/Cancel confirmation to "Replace"/"Delete" buttons30637-replace-delete-buttons-get-fork-cancel-confirmationEric Eastwood2017-04-205-28/+88
* Merge branch '31116-moved-icon-update' into 'master' Phil Hughes2017-04-201-1/+1
|\
| * Update move icon to match others31116-moved-icon-updateAnnabel Dunstone Gray2017-04-201-1/+1
* | Changed milestone.to_reference calls into milestone.title for the show, edit ...Jose Ivan Vargas Lopez2017-04-202-2/+2
* | Merge branch 'dz-refactor-create-members' into 'master' Douwe Maan2017-04-205-52/+48
|\ \
| * | Refactor members controller destroy actionDmitriy Zaporozhets2017-04-173-24/+29
| * | Refactor controller code that creates project/group membersDmitriy Zaporozhets2017-04-175-29/+20
* | | Issue Title Show Focus Check On LoadRegis Boudinot2017-04-201-12/+11
* | | Merge branch 'uassign_on_member_removing' into 'master' Sean McGivern2017-04-205-22/+34
|\ \ \
| * | | Remove helpers assigned_issuables_count and cached_assigned_issuables_countuassign_on_member_removingValery Sizov2017-04-205-17/+10
| * | | Remove assigned_(issues|merge_requests) methods from the issuableValery Sizov2017-04-182-6/+3
| * | | Using IssuablesFinder(s) for UI countersValery Sizov2017-04-181-1/+2
| * | | Unassign all Issues and Merge Requests when member leaves teamValery Sizov2017-04-181-1/+22
* | | | Refactor into .vue filesFilipa Lacerda2017-04-204-48/+56
* | | | Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-2015-20/+59
* | | | Merge branch 'fix/29125' into 'master' Sean McGivern2017-04-203-1/+15
|\ \ \ \
| * | | | Port of fix/29125-ee to CEDouglas Barbosa Alexandre2017-04-193-1/+15
* | | | | Refactor into .vue files part 2Filipa Lacerda2017-04-205-56/+68
* | | | | Refactor changing files in web UIDouwe Maan2017-04-2023-371/+181
* | | | | Merge branch 'hook_retries' into 'master' Douwe Maan2017-04-191-0/+2
|\ \ \ \ \
| * | | | | Add retry to system hook workerDrew Blessing2017-04-191-0/+2
* | | | | | Merge branch 'sh-issue-29247-fix' into 'master' Douwe Maan2017-04-191-0/+11
|\ \ \ \ \ \
| * | | | | | Don't delete a branch involved in an open merge request in "Delete all merged...sh-issue-29247-fixStan Hu2017-04-191-0/+11
* | | | | | | Resolve "start discussion toggle clicking divider causes UI break"Luke "Jared" Bennett2017-04-194-2/+9
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher2017-04-191-0/+2
|\ \ \ \ \ \
| * | | | | | Implement search by extern_uid in Users APIRobin Bobbitt2017-04-181-0/+2
* | | | | | | Add renderNote animation and added specLuke "Jared" Bennett2017-04-193-7/+34
* | | | | | | Set the issuable sidebar to remain collapsed on mobile devicesJose Ivan Vargas Lopez2017-04-191-0/+8
* | | | | | | Merge branch 'branches-sort-toggle-empty' into 'master' Alfredo Sumaran2017-04-192-9/+15
|\ \ \ \ \ \ \
| * | | | | | | Fixed branches sort toggle being emptybranches-sort-toggle-emptyPhil Hughes2017-04-182-9/+15
* | | | | | | | Removed target blank from the environments componentJose Ivan Vargas Lopez2017-04-191-1/+0
* | | | | | | | Merge branch 'group-milestone-date-fields-fix' into 'master' Filipa Lacerda2017-04-192-3/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed group milestones date pickers not workinggroup-milestone-date-fields-fixPhil Hughes2017-04-192-3/+6
* | | | | | | | | Added profile name to user dropdownDimitrie Hoekstra2017-04-194-4/+17
* | | | | | | | | Remove manual deployment controls from Environment metrics pageJoshua Lambert2017-04-191-3/+0
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'project-group-icon-links' into 'master' Annabel Dunstone Gray2017-04-193-5/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed project & group icons not being clickableproject-group-icon-linksPhil Hughes2017-04-193-5/+11
| |/ / / / / / /
* | | | | | | | Merge branch 'issuable-state-only-notes-and-description' into 'master' Sean McGivern2017-04-192-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Display issuable state only in notes and issuable descriptionAdam Niedzielski2017-04-192-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch '30985-cancel-pipelines' into 'master'Phil Hughes2017-04-195-4/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Use refs instead of query the DOMFilipa Lacerda2017-04-192-2/+4
| * | | | | | | | Merge branch 'master' into 30985-cancel-pipelinesFilipa Lacerda2017-04-1940-1751/+1716
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Remove unused argument30985-cancel-pipelinesFilipa Lacerda2017-04-191-1/+1
| * | | | | | | | Only destroy the component's tooltipFilipa Lacerda2017-04-195-10/+14
| * | | | | | | | Merge branch 'master' into 30985-cancel-pipelinesFilipa Lacerda2017-04-1923-62/+134
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Destroy tooltip in async buttons and tooltipsFilipa Lacerda2017-04-185-0/+10
* | | | | | | | | Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-1923-2/+354
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Make ESLint happySean McGivern2017-04-171-14/+13
| * | | | | | | | Don't show usage ping on settings pageSean McGivern2017-04-175-9/+10
| * | | | | | | | Remove Geo referencesSean McGivern2017-04-142-4/+0