summaryrefslogtreecommitdiff
path: root/qa/qa/resource/deploy_key.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+42
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-05-041-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-101-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-2/+2
|
* Standardize usage of `click_` and `go_to` on GUI testsWalmyr2019-03-281-1/+1
| | | | | | | This MR addresses the following issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/57043 Based on the following comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/57043#note_136663994
* Fix deploy key testMark Lapierre2019-01-111-5/+1
| | | | | | Fetch a specific key's fingerprint instead of all fingerprints. Check for the specific key by title and expected fingerprint. This avoids the use of `all`, which can be unreliable.
* Rename QA::Factory to QA::Resource53224-rename-to-resource-base-qaLin Jen-Shin2018-11-051-0/+43
* Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project