summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/dev.rake
Commit message (Collapse)AuthorAgeFilesLines
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
|
* Ensure the ee-compat-check uses the correct patch URL for forks39628-bug-in-the-procedure-advised-from-ee_compat_checkRémy Coutable2017-10-311-4/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve the gitlab:dev:ee_compat_check task to pass a repo URL without ↵39237-fix-ee_compat_checkRémy Coutable2017-10-181-1/+3
| | | | | | credentials Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix the ee_compat_check task for forksRémy Coutable2017-10-061-1/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable ee_compat_check for forks, but not EELin Jen-Shin2017-09-151-1/+4
| | | | | We exclude known EE projects, and check the project directory name for EE forks.
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-1/+1
|
* Use the public CE repo URL instead of the one used in the runneruse-public-repo-url-in-ee_compat_check-taskRémy Coutable2016-11-171-4/+1
| | | | | | | | This will prevent the task to advertise using https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@gitlab.com/gitlab-org/gitlab-ce.git when https://gitlab.com/gitlab-org/gitlab-ce.git is enough Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve EeCompatCheck, cache EE repo and keep artifacts for the ↵23945-improve-ee_compat_check-task-part-3Rémy Coutable2016-11-101-11/+15
| | | | | | ee_compat_check task Signed-off-by: Rémy Coutable <remy@rymai.me>
* Change the approach to check if patches apply cleanlyRémy Coutable2016-10-211-97/+12
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve the branch existence and merge checksce-to-ee-merge-check-rake-taskRémy Coutable2016-10-131-12/+23
| | | | | | Also add a safeguard for non-CI env. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Draft a quick CE->EE merge check rake taskRémy Coutable2016-10-131-0/+96
Signed-off-by: Rémy Coutable <remy@rymai.me>