summaryrefslogtreecommitdiff
path: root/qa/qa/resource/merge_request_from_fork.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-1/+3
|
* First pass at new automated QA API test for #52703Grant Young2019-07-011-1/+1
| | | | | | Checks that archives of two different user projects with the same name aren't the same via checksum. I.E. a user can't download the archive of another's project by mistake. To enable the test some enhancements were made. Namely updating the client module to handle more than one API instance and the creation a custom rest call method that downloads to tmp.
* Update merge fork testMark Lapierre2019-01-171-1/+1
| | | | | | | | | | | | | Now that Resources don't share attributes, Fork doesn't have Project attributes. That caused the merge fork test to fail because it no longer had access to repository_http_location via Fork. Rather than give Fork Project attributes directly, we add a project attribute to Fork and populate it via the API at the end of the fabricate! method after the fork has been created via the UI. We also update the merge fork test to be slightly more concise and consistent with newer tests by using perform with proc coercion instead of act or perform with the full block syntax.
* Rename QA::Factory to QA::Resource53224-rename-to-resource-base-qaLin Jen-Shin2018-11-051-0/+31
* Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project