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 (Collapse)Author
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
Signed-off-by: Rémy Coutable <remy@rymai.me>
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
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-24Put banners in constantsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-24Fetch deeper the tested branch before fetching masterRémy Coutable
The tested branch is clone with a deep of 20 so if it has more than 20 commits, we need to deepen its hitory to be able to find the merge-base with origin/master. Also, detect prefixed EE branch as well, i.e. `ee-<branch>`. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-22Improve `Gitlab::EeCompatCheck` by using the `git apply --3way` flag Rémy Coutable
This should solve 99% of the false-positive of the `ee_compat_check` job.
2016-11-23Ensure we sanitize branch names with path-unfriendly charactersRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-10Improve EeCompatCheck, cache EE repo and keep artifacts for the ↵Rémy Coutable
ee_compat_check task Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-24Disable Rails/Output cop since it makes no sense hereRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-24Use File.write instead of File.open + File#writeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-24Don't print out implementation detail stepRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-21Change the approach to check if patches apply cleanlyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>