Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-30Ignore conflicts in db/schema.rb in Gitlab::EeCompatCheckRémy Coutable
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-05Move the "Limit conflicts with EE" doc to "Automatic CE-> EE merge"Rémy Coutable
2017-11-23In EeCompatCheck, always reset to canonical-ee/master when applying a patchRémy Coutable
2017-11-23Generate the patch against `origin/#{branch}` instead of just `#{branch}`Rémy Coutable
2017-11-23Try to always find the merge base using `origin/#{branch}` instead of just `#...Rémy Coutable
2017-11-22Try to find the merge-base against the canonical masterRémy Coutable
2017-11-15Always fetch master from the canonical remoteRémy Coutable
2017-10-31Ensure the ee-compat-check uses the correct patch URL for forksRémy Coutable
2017-10-06Fix the ee_compat_check task for forksRémy Coutable
2017-09-15Update ee_compat_check for community contributorsLin Jen-Shin
2017-08-09Fix ee_compat_check when EE branch uses a prefixRémy Coutable
2017-08-01Always fetch branches before finding the merge base, otherwise we could find ...Rémy Coutable
2017-07-19Developer can just download the patch from the `ee_compat_check` job's artifactRémy Coutable
2017-07-07Fix gitlab-ee reference in ee_compat_checkPedro Moreira da Silva
2017-06-21Fix an uncaught throw in the ee_compat_check jobRémy Coutable
2017-06-09Generate patch with git diff instead of git format-patchRémy Coutable
2017-05-17Fix invalid object reference in ee_compat_check scriptRobert Speicher
2017-05-16Fetch CE/branch before running `git apply --check --3way patch`Rémy Coutable
2017-05-16Update ee_compat_check.rb to include `git apply --reject` suggestionLuke "Jared" Bennett
2017-03-28Fix Gitlab::EeCompatCheck: use `ee_branch_found` instead of `ee_branch`Rémy Coutable
2017-03-24Put banners in constantsRémy Coutable
2017-03-24Fetch deeper the tested branch before fetching masterRémy Coutable
2017-02-22Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag Rémy Coutable
2016-11-23Ensure we sanitize branch names with path-unfriendly charactersRémy Coutable
2016-11-10Improve EeCompatCheck, cache EE repo and keep artifacts for the ee_compat_che...Rémy Coutable
2016-10-24Disable Rails/Output cop since it makes no sense hereRémy Coutable
2016-10-24Use File.write instead of File.open + File#writeRémy Coutable
2016-10-24Don't print out implementation detail stepRémy Coutable
2016-10-21Change the approach to check if patches apply cleanlyRémy Coutable