- Jan 06, 2017
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Dec 13, 2016
-
- Dec 08, 2016
-
-
Lin Jen-Shin authored
more consistent across different methodst
-
- Nov 22, 2016
-
-
Semyon Pupkov authored
Rails by default use autoload for all dirs from app folder. require_relative not needed. See ActiveSupport::Dependencies.autoload_paths
-
- Nov 14, 2016
-
-
Lin Jen-Shin authored
If `source_branch` option is passed, and target branch cannot be found, `Repository#update_branch_with_hooks` would try to create a new branch from `source_branch`. This way, we could make changes in the new branch while only firing the hooks once for the changes. Previously, we can only create a new branch first then make changes to the new branch, firing hooks twice. This behaviour is bad for CI. Fixes #7237
-
- Oct 05, 2016
-
-
Marc Siegfriedt authored
add docs and tests - add additional validation allow move without content updated response
-