summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
...
* | Sign out so we could sign in; Clean up previous keysLin Jen-Shin2018-04-031-0/+3
| |
* | Populate the fingerprint by known titleLin Jen-Shin2018-04-033-7/+23
| | | | | | | | | | Without this, if we have more than one deploy key, it would be ambiguous.
* | Checkout to a new branchLin Jen-Shin2018-04-033-1/+11
| |
* | Put project and runner in before(:all)Lin Jen-Shin2018-03-291-27/+34
| |
* | Use Service::Shellout.shell to spawn a commandLin Jen-Shin2018-03-292-7/+4
| |
* | Introduce repository_ssh_uri as a project productLin Jen-Shin2018-03-292-4/+8
| |
* | Only test some of the keys for nowLin Jen-Shin2018-03-291-4/+0
| | | | | | | | We could speed it up and test more keys later
* | Remove test against DSA ssh keys becauseLin Jen-Shin2018-03-294-22/+0
| | | | | | | | | | we're not really supporting them out of the box. See: https://gitlab.com/gitlab-org/gitlab-ce/issues/44363
* | Make sure the job is not still runningLin Jen-Shin2018-03-291-1/+8
| |
* | Update qa/Dockerfile for openssh-clientLin Jen-Shin2018-03-291-1/+1
| | | | | | | | | | jessie doesn't support `ssh-keygen -l -E` but stretch does: https://manpages.debian.org/jessie/openssh-client/ssh-keygen.1.en.html
* | Run through all kinds of ssh keys for deploy keyLin Jen-Shin2018-03-292-52/+67
| |
* | Implement other ssh keys and use ssh-keygen insteadLin Jen-Shin2018-03-2913-19/+114
| |
* | Introduce Key namespace so we could put more keysLin Jen-Shin2018-03-296-25/+30
|/
* allow rspec files/options to be passed down in all casesBrett Walker2018-03-285-12/+12
|
* Fix end-to-end specs for rebasing a merge requestqa/gb/fix-rebase-specsGrzegorz Bizon2018-03-201-8/+9
|
* Rename `package-qa` in docsToon Claes2018-03-192-2/+2
| | | | | | In gitlab-org/gitlab-ce!17807 the `package-qa` job was renamed to `package-and-qa`. But it was not renamed in the docs. So this change fixes that.
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
|
* Fix specsbackport-qa_78Felipe Artur2018-02-231-1/+2
|
* Small review changesFelipe Artur2018-02-222-2/+2
|
* test merge request rebaseFelipe Artur2018-02-1911-10/+162
|
* Remove useless assignment in secret variables specsqa/gb/fix-tests-for-hidden-secret-variablesGrzegorz Bizon2018-02-161-1/+1
|
* Fix and simplify end-to-end tests for secret variablesGrzegorz Bizon2018-02-165-39/+33
|
* Merge branch 'qa_issue_177' into 'master'Grzegorz Bizon2018-02-151-0/+4
|\ | | | | | | | | | | | | QA - Wait for create merge request button to appear Closes gitlab-qa#177 See merge request gitlab-org/gitlab-ce!17115
| * Wait for create merge request button to appearqa_issue_177Felipe Artur2018-02-141-0/+4
| |
* | Add LDAP_USERNAME and LDAP_PASSWORD user environment variables for QAsh-add-env-variables-for-ldap-qaStan Hu2018-02-143-2/+18
| |
* | Suppress git output when running QA as a non-default userRobert Speicher2018-02-141-2/+12
| |
* | Add Runtime::User.default_nameRobert Speicher2018-02-141-1/+5
|/
* Indent as Rubocop likeqa-clone-with-deploy-keyLin Jen-Shin2018-02-141-8/+9
|
* Fix the use to Git::LocationLin Jen-Shin2018-02-142-6/+6
|
* Merge remote-tracking branch 'upstream/master' into qa-clone-with-deploy-keyLin Jen-Shin2018-02-139-8/+97
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (69 commits) Change issue show page to group MRs by projects and namespaces Merge branch 'master-i18n' into 'master' Update sidekiq_style_guide.md Document all_queues.yml in sidekiq_style_guide.md Fix artifact creation Fix Error 500s creating merge requests with external issue tracker Addressed mr observations Clean new Flash() and stop disabling no-new (eslint) when possible Disable query limiting warnings for now on GitLab.com Dry up spec Add changelog entry Schedule PopulateUntrackedUploads if needed Fix orphan temp table untracked_files_for_uploads Fix last batch size equals max batch size error Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'" Fix warning messages for promoting labels and milestones Fixed missing js selector for the realtime pipelines commit comp Reuse getter Add loading button for better UX Honour workhorse provided file name Fix a transient failure in db/post_migrate/20170717111152_cleanup_move_system_upload_folder_symlink.rb where symlink already exists ...
| * Fix artifact creationqa/mk-fix-artifact-creationMichael Kozono2018-02-121-2/+2
| |
| * GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. ↵sh-add-login-types-qaStan Hu2018-02-115-1/+50
| | | | | | | | | | | | | | standard, LDAP) GITLAB_USERNAME and GITLAB_PASSWORD may be specified for an LDAP login, but QA scenarios may need to know which type it is in order to log in successfully.
| * Add documentation on how to build a QA Docker imagesh-add-docker-build-qaStan Hu2018-02-091-0/+10
| |
| * Merge branch 'qa/gb/do-not-require-test-network-in-pipeline-tests' into 'master'Robert Speicher2018-02-092-2/+12
| |\ | | | | | | | | | | | | | | | | | | Do not attach runner to a non-exsiting network in QA Closes gitlab-qa#180 See merge request gitlab-org/gitlab-ce!17028
| | * Do not attach runner to a non-exsiting network in QAqa/gb/do-not-require-test-network-in-pipeline-testsGrzegorz Bizon2018-02-092-2/+12
| | |
| * | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2018-02-092-11/+18
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa-allow-setting-sandbox-group * upstream/master: (27 commits) Set initial password for instance in LDAP QA test Backport EE changes to some hashed storage documentation to CE Remove allow_n_plus_1 from Git::Repository#branches_filter Bumps Gitlab Shell version to 6.0.3 Make resetting column information overridable in EE Added 'clear' button to ci lint editor Issues and merge requests in subgroups docs Update docs labels CE Refactored merge_requests/show path in dispatcher.js wording don't check against a hardcoded user name 10.5 Update the dependencies license list 10.5 Update the .gitignore, .gitlab-ci.yml, and Dockerfile templates Create update guide for 10.5 Update 10.5 source install guide Add docs for MR link in commit page Add groups to OpenID Connect claims Replaced $.get with axois.get Memoize MergeRequest#rebase_in_progress? to prevent N+1 queries in Gitaly [docs] Info rescheduling background migrations ...
| * | Move all ENV to Runtime::EnvLin Jen-Shin2018-02-093-3/+15
| | |
| * | Allow using a different sandbox group for QALin Jen-Shin2018-02-082-1/+9
| | |
* | | Inline helper methodsLin Jen-Shin2018-02-131-27/+11
| | |
* | | Add a comment about why @ is picked for sshLin Jen-Shin2018-02-131-0/+3
| | |
* | | Just use initialize and remove scheme we're not usingLin Jen-Shin2018-02-131-13/+5
| | |
* | | Rename Git::Repository::Location to Git::LocationLin Jen-Shin2018-02-135-44/+41
| | |
* | | Rearrange the test structure and introduceLin Jen-Shin2018-02-125-51/+103
| | | | | | | | | | | | a new repository location class.
* | | Make wait return the value we yielded whenLin Jen-Shin2018-02-122-4/+4
| | | | | | | | | | | | it's not nil nor false.
* | | Remove unused codes and address feedbackLin Jen-Shin2018-02-123-47/+21
| | |
* | | Adopt Git style URILin Jen-Shin2018-02-123-1/+67
| | |
* | | Cleanup codes and address feedbackLin Jen-Shin2018-02-097-31/+22
| | |
* | | Save host-verification test against SHA1 checksumLin Jen-Shin2018-02-091-3/+11
| | |
* | | Merge remote-tracking branch 'upstream/master' into qa-clone-with-deploy-keyLin Jen-Shin2018-02-0915-48/+98
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (466 commits) Set initial password for instance in LDAP QA test Backport EE changes to some hashed storage documentation to CE Remove allow_n_plus_1 from Git::Repository#branches_filter Bumps Gitlab Shell version to 6.0.3 Make resetting column information overridable in EE Added 'clear' button to ci lint editor Issues and merge requests in subgroups docs Update docs labels CE Refactored merge_requests/show path in dispatcher.js wording don't check against a hardcoded user name 10.5 Update the dependencies license list 10.5 Update the .gitignore, .gitlab-ci.yml, and Dockerfile templates Create update guide for 10.5 Update 10.5 source install guide Add docs for MR link in commit page Add groups to OpenID Connect claims Replaced $.get with axois.get Memoize MergeRequest#rebase_in_progress? to prevent N+1 queries in Gitaly Update style_guide_scss.md ...
| * | Set initial password for instance in LDAP QA testsh-ldap-set-first-password-qaStan Hu2018-02-081-9/+16
| | | | | | | | | | | | | | | For a new instance, the root password needs to be set, regardless of whether LDAP is enabled.