summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-0330-44/+44
* Adds changelog entryFilipa Lacerda2017-02-0311-26/+26
* Change "Build" to "Job" in builds show page header and sidebarFilipa Lacerda2017-02-037-19/+19
* Merge branch 'fix-git-hooks-when-creating-file' into 'master' Douwe Maan2017-02-0220-321/+626
|\
| * Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-02121-508/+871
| |\
| * | Make sure different project gets a merge requestLin Jen-Shin2017-01-261-2/+4
| * | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-263-9/+9
| |\ \
| * | | 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
| * | | Use commit rather than branch, and rename to avoid confusionLin Jen-Shin2017-01-261-8/+8
| * | | @tree_edit_project is no longer usedLin Jen-Shin2017-01-261-4/+1
| * | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2017-01-26606-3259/+9044
| |\ \ \
| * | | | Rename from base to start because base could mean merge baseLin Jen-Shin2017-01-0611-91/+91
| * | | | Detect if we really want a new merge request properlyLin Jen-Shin2017-01-061-2/+5
| * | | | Properly fix the edge case!Lin Jen-Shin2017-01-061-2/+15
| * | | | Rename source to base to avoid confusion from MRLin Jen-Shin2017-01-0611-91/+91
| * | | | Don't set invalid @mr_source_branch when create_merge_request?Lin Jen-Shin2017-01-061-6/+3
| * | | | Prefer leading dots over trailing dotsLin Jen-Shin2017-01-062-4/+4
| * | | | Fix for initial commit and remove unneeded argsLin Jen-Shin2017-01-062-5/+18
| * | | | Just trust set_commit_variables to set everything!Lin Jen-Shin2017-01-063-9/+6
| * | | | Prefer leading dots over trailing dotsLin Jen-Shin2017-01-052-6/+6
| * | | | Merge request terms are reversed for GitOperationServiceLin Jen-Shin2017-01-051-4/+4
| * | | | I think I am really confused, should be @tree_edit_projectLin Jen-Shin2017-01-051-1/+1
| * | | | Remove tag with git hooksLin Jen-Shin2017-01-053-10/+23
| * | | | Introduce Repository#with_repo_branch_commitLin Jen-Shin2017-01-053-33/+28
| * | | | Indent the way rubocop likesLin Jen-Shin2017-01-053-5/+5
| * | | | Update the comment:Lin Jen-Shin2017-01-041-3/+5
| * | | | Prefer leading dots over trailing dotsLin Jen-Shin2017-01-041-2/+2
| * | | | 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-04733-3747/+6935
| |\ \ \ \
| * | | | | Try to use those @mr variables for full correctnessLin Jen-Shin2016-12-141-4/+6
| * | | | | 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-146-2/+7
| * | | | | Also check blob path from source branchLin Jen-Shin2016-12-141-18/+39
| * | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-1226-64/+170
| |\ \ \ \ \
| * | | | | | Not sure why, but apparently SHA works betterLin Jen-Shin2016-12-121-2/+2
| * | | | | | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin2016-12-1078-363/+565
| |\ \ \ \ \ \
| * | | | | | | 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-102-45/+31
| * | | | | | | Use rugged.references.delete to delete referenceLin Jen-Shin2016-12-091-3/+3
| * | | | | | | Introduce git_action and normalize previous_pathLin Jen-Shin2016-12-091-26/+46
| * | | | | | | 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-0894-1048/+1090
| |\ \ \ \ \ \ \
| * | | | | | | | Fix tests to use the new APILin Jen-Shin2016-12-081-6/+8
| * | | | | | | | Introduce Repository#with_tmp_ref which we needLin Jen-Shin2016-12-087-26/+51
| * | | | | | | | source_branch -> source_branch_nameLin Jen-Shin2016-12-081-8/+9
| * | | | | | | | Cleanup parameters, easier to understand andLin Jen-Shin2016-12-088-67/+72