summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-064-14/+35
|\
| * Remove noteable object in time tracking system notes [ci-skip]Pedro Moreira da Silva2017-02-061-8/+8
| * Make all system notes lowercasePedro Moreira da Silva2017-02-061-8/+12
| * Merge branch 'add-issues-to-boards' into 'master' Fatih Acet2017-02-032-5/+10
| |\
| | * Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-031-4/+10
| | * Remove backlog lists from board servicesDouglas Barbosa Alexandre2017-02-031-1/+0
| * | Merge branch 'Add-a-shash-command-for-target-merge-request-branch' into 'master'Sean McGivern2017-02-031-0/+12
| |\ \ | | |/ | |/|
| | * Adds /target_branch slash command functionality for merge requestsYarNayar2017-02-031-0/+12
* | | Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-0317-81/+325
|\ \ \ | |/ /
| * | Merge branch 'squash' into 'master' Sean McGivern2017-02-031-4/+10
| |\ \
| | * | Backport changes from EE squashSean McGivern2017-02-031-4/+10
| * | | Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets2017-02-031-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
| | |/
| * | Merge branch 'fix-git-hooks-when-creating-file' into 'master' Douwe Maan2017-02-0214-75/+306
| |\ \
| | * \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-025-62/+153
| | |\ \
| | * | | Try to check if branch diverged explicitlyLin Jen-Shin2017-01-261-6/+13
| | * | | Make GitHooksService#execute return block valueLin Jen-Shin2017-01-262-8/+4
| | * | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-2620-104/+358
| | |\ \ \
| | * | | | Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-069-49/+49
| | * | | | Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-069-49/+49
| | * | | | Prefer leading dots over trailing dotsLin Jen-Shin2017-01-061-2/+2
| | * | | | Fix for initial commit and remove unneeded argsLin Jen-Shin2017-01-061-2/+9
| | * | | | Just trust set_commit_variables to set everything!Lin Jen-Shin2017-01-061-1/+2
| | * | | | Prefer leading dots over trailing dotsLin Jen-Shin2017-01-051-2/+2
| | * | | | Remove tag with git hooksLin Jen-Shin2017-01-052-2/+12
| | * | | | Introduce Repository#with_repo_branch_commitLin Jen-Shin2017-01-052-24/+12
| | * | | | Indent the way rubocop likesLin Jen-Shin2017-01-051-2/+2
| | * | | | Update the comment:Lin Jen-Shin2017-01-041-3/+5
| | * | | | Add a comment to explain why newrev should be updatedLin Jen-Shin2017-01-041-1/+3
| | * | | | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-0420-105/+251
| | |\ \ \ \
| | * | | | | Use ArgumentError error instead because it's a bugLin Jen-Shin2016-12-141-4/+4
| | * | | | | Use branch_exists? to check branchesLin Jen-Shin2016-12-141-2/+2
| | * | | | | Unify parameters and callback after hooksLin Jen-Shin2016-12-141-18/+16
| | * | | | | Use a regular class for GitOperationServiceLin Jen-Shin2016-12-141-1/+8
| | * | | | | Fix source_project and also pass source_projectLin Jen-Shin2016-12-145-0/+5
| | * | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-104-7/+13
| | |\ \ \ \ \
| | * | | | | | Should pass branch name, not commit object!Lin Jen-Shin2016-12-101-5/+6
| | * | | | | | Pass source_commit so that we save a few lookupsLin Jen-Shin2016-12-101-12/+13
| | * | | | | | Should pass repository rather than projectLin Jen-Shin2016-12-081-1/+2
| | * | | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-088-7/+114
| | |\ \ \ \ \ \
| | * | | | | | | Fix tests to use the new APILin Jen-Shin2016-12-081-6/+8
| | * | | | | | | Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-083-22/+28
| | * | | | | | | source_branch -> source_branch_nameLin Jen-Shin2016-12-081-8/+9
| | * | | | | | | Cleanup parameters, easier to understand andLin Jen-Shin2016-12-087-24/+24
| | * | | | | | | Simply give result if result[:status] == :errorLin Jen-Shin2016-12-081-11/+3
| | * | | | | | | Prefer repository.branch_exists?Lin Jen-Shin2016-12-081-3/+3
| | * | | | | | | Commit outside the hooks if possible:Lin Jen-Shin2016-12-071-61/+50
| | * | | | | | | Pass source_branch properly for cherry-pick/revertLin Jen-Shin2016-12-072-12/+13
| | * | | | | | | Re-enable tests for update_branch_with_hooks andLin Jen-Shin2016-12-061-2/+13
| | * | | | | | | Introduce GitOperationService and wrap everyLin Jen-Shin2016-12-061-0/+168