summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Freeze regexp and add a commentfix-references-header-parsingLin Jen-Shin2017-02-031-1/+3
* Use references variableLin Jen-Shin2017-02-031-1/+3
* Use message_id_regexp variable for the regexpLin Jen-Shin2017-02-031-1/+3
* Merge remote-tracking branch 'upstream/master' into fix-references-header-par...Lin Jen-Shin2017-02-031201-4982/+13081
|\
| * Merge branch 'update-installation-docs' into 'master' Stan Hu2017-02-032-0/+139
| |\
| | * Update installation docs to include Docker, othersupdate-installation-docsCindy Pallares2017-02-022-0/+139
| * | Merge branch 'fix-git-hooks-when-creating-file' into 'master' Douwe Maan2017-02-0241-439/+906
| |\ \
| | * \ Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...fix-git-hooks-when-creating-fileLin Jen-Shin2017-02-02426-2058/+4651
| | |\ \
| | * | | 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-26157-284/+324
| | |\ \ \
| | * | | | Try to check if branch diverged explicitlyLin Jen-Shin2017-01-261-6/+13
| | * | | | We don't care about the return value nowLin Jen-Shin2017-01-261-1/+1
| | * | | | 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-261415-9306/+37427
| | |\ \ \ \
| | * | | | | Fix renamingLin Jen-Shin2017-01-076-9/+9
| | * | | | | 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-063-7/+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-054-12/+26
| | * | | | | 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-041604-8380/+37863
| | |\ \ \ \ \
| | * | | | | | 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-144-24/+21
| | * | | | | | 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-1264-130/+888
| | |\ \ \ \ \ \
| | * | | | | | | 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-10173-758/+2004
| | |\ \ \ \ \ \ \
| | * | | | | | | | 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-103-50/+54
| | * | | | | | | | 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