summaryrefslogtreecommitdiff
path: root/lib/gitlab/ee_compat_check.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid object reference in ee_compat_check scriptrs-fix-ee-compatRobert Speicher2017-05-171-1/+1
* Fetch CE/branch before running `git apply --check --3way patch`32085-improve-ee-compat-checkRémy Coutable2017-05-161-3/+5
* Update ee_compat_check.rb to include `git apply --reject` suggestionLuke "Jared" Bennett2017-05-161-0/+11
* Fix Gitlab::EeCompatCheck: use `ee_branch_found` instead of `ee_branch`Rémy Coutable2017-03-281-2/+2
* Put banners in constantsRémy Coutable2017-03-231-29/+27
* Fetch deeper the tested branch before fetching masterRémy Coutable2017-03-231-98/+181
* Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag improve-ee_compat_check-by-using-git-apply-3way-flagRémy Coutable2017-02-221-1/+1
* Ensure we sanitize branch names with path-unfriendly charactersRémy Coutable2016-11-231-2/+6
* Improve EeCompatCheck, cache EE repo and keep artifacts for the ee_compat_che...23945-improve-ee_compat_check-task-part-3Rémy Coutable2016-11-101-71/+81
* Disable Rails/Output cop since it makes no sense here23372-fix-ce-to-ee-merge-check-taskRémy Coutable2016-10-241-0/+1
* Use File.write instead of File.open + File#writeRémy Coutable2016-10-241-1/+1
* Don't print out implementation detail stepRémy Coutable2016-10-241-1/+1
* Change the approach to check if patches apply cleanlyRémy Coutable2016-10-211-0/+260