summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '30306-transaction-while-moving-issues-to-ghost-user' into 'mast...Yorick Peterse2017-04-241-11/+23
|\
| * Move records to the ghost user in a transaction.Timothy Andrew2017-04-241-11/+23
* | Merge branch '31072-activity-border' into 'master' Phil Hughes2017-04-242-2/+1
|\ \
| * | Fix border color on activities page31072-activity-borderAnnabel Dunstone Gray2017-04-212-2/+1
* | | Merge branch 'submodules-no-dotgit' into 'master' Dmitriy Zaporozhets2017-04-221-5/+7
|\ \ \
| * | | submodule_links: handle urls that don't end with .gitDavid Turner2017-04-211-5/+7
* | | | Disable import URL field in New project form since it's hidden by defaultDouwe Maan2017-04-211-2/+3
* | | | Merge branch '30618-change-placeholder-color' into 'master' Annabel Dunstone Gray2017-04-212-0/+30
|\ \ \ \
| * | | | fix placeholder visibilityAndy2017-04-212-0/+30
* | | | | Merge branch '30672-versioned-markdown-cache' into 'master' Douwe Maan2017-04-212-82/+68
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Start versioning cached markdown fieldsNick Thomas2017-04-211-33/+68
| * | | | Remove the ClearDatabaseCacheWorkerNick Thomas2017-04-212-49/+0
* | | | | Merge branch 'dz-cleanup-add-users' into 'master' Douwe Maan2017-04-215-29/+21
|\ \ \ \ \
| * | | | | Refactor add_users method for project and groupdz-cleanup-add-usersDmitriy Zaporozhets2017-04-215-29/+21
* | | | | | Merge branch 'form-focus-previous-incorrect-form' into 'master' Filipa Lacerda2017-04-211-2/+5
|\ \ \ \ \ \
| * | | | | | Fixed the preview keyboard shortcut focusing wrong tabPhil Hughes2017-04-211-2/+5
* | | | | | | Merge branch 'sh-fix-issue-31215-2' into 'master' Douwe Maan2017-04-211-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into sh-fix-issue-31215Lin Jen-Shin2017-04-21111-627/+966
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Fix Error 500 when referencing issue with project in pending deletesh-fix-issue-31215Stan Hu2017-04-201-1/+1
* | | | | | | | Refactor environments components into vue files - part 3Filipa Lacerda2017-04-217-307/+354
* | | | | | | | Merge branch 'fix-user-profile-tabs-showing-raw-json-instead' into 'master' Phil Hughes2017-04-212-15/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Append .json to ajax endpoint to prevent browser to display raw jsonAlfredo Sumaran2017-04-212-15/+17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Adding animation for all dropdownNur Rony2017-04-219-9/+99
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch '31193-ff-copy' into 'master' Douwe Maan2017-04-211-1/+4
|\ \ \ \ \ \ \
| * | | | | | | fix inline diff copying in firefox31193-ff-copySimon Knox2017-04-211-1/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'dz-refactor-admin-group-members' into 'master' Douwe Maan2017-04-211-2/+6
|\ \ \ \ \ \ \
| * | | | | | | Refactor Admin::GroupsController#members_update method and add some specsdz-refactor-admin-group-membersDmitriy Zaporozhets2017-04-201-2/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Add doc for scheduled triggerDosuken shinya2017-04-211-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch '31189-pipelines-error-state' into 'master' Phil Hughes2017-04-212-6/+19
|\ \ \ \ \ \
| * | | | | | Guarantee only one state is shown at a time31189-pipelines-error-stateFilipa Lacerda2017-04-202-6/+19
| |/ / / / /
* | | | | | 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
|\ \ \ \ \ \ \