summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
* Adds QA_COOKIES option to gitlab-qaJohn Jarvis2018-11-283-0/+22
|
* More back portingSanad Liaquat2018-11-262-1/+5
|
* Port ee changesSanad Liaquat2018-11-263-23/+30
|
* Porting more changes from eeSanad Liaquat2018-11-267-9/+48
|
* More env vars for group & project names in QADylan Griffith2018-11-223-2/+10
| | | | | This will help with https://gitlab.com/gitlab-org/gitlab-qa/issues/349 as we need to use much shorter project and group names for HTTPS to work
* Merge branch '54201-update-rack-to-2.0.6' into 'master'Douglas Barbosa Alexandre2018-11-212-4/+4
|\ | | | | | | | | | | | | Update rack to 2.0.6 Closes #54201 See merge request gitlab-org/gitlab-ce!23171
| * Update rack to 2.0.6 (for QA environments) for addressing CVE-2018-16471Takuya Noguchi2018-11-222-4/+4
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Merge branch 'dd-ssh-key-smoke' into 'master'Mark Lapierre2018-11-211-1/+1
|\ \ | |/ |/| | | | | | | | | Make existing SSH create / remove test into a Smoke test Closes #52699 See merge request gitlab-org/gitlab-ce!23252
| * Make existing SSH create / remove test into a Smoke testdd-ssh-key-smokeddavison2018-11-201-1/+1
| | | | | | | | | | | | | | This particular test is a candidate for a smoke test. This commit will close https://gitlab.com/gitlab-org/gitlab-ce/issues/52699 Signed-off-by: ddavison <ddavison@gitlab.com>
* | CE port of "qa-staging-15-use-existing-users-ee"Sanad Liaquat2018-11-193-1/+28
|/
* Merge branch 'if-53347_fix_impersonation_tokens' into 'master'Stan Hu2018-11-151-1/+1
|\ | | | | | | | | Display impersonation token value only after creation See merge request gitlab-org/gitlab-ce!22916
| * Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-121-1/+1
| | | | | | | | | | Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
* | Fix Git protocol v2 e2e testqa-fix-git-protocol-v2-specMark Lapierre2018-11-141-2/+2
| | | | | | | | Remove references to `Factory`
* | Merge branch 'qa-auto-assign-codeowner-spec' into 'master'Grzegorz Bizon2018-11-132-3/+15
|\ \ | | | | | | | | | | | | Update merge request page object and selectors See merge request gitlab-org/gitlab-ce!22939
| * | Update merge request page object and selectorsqa-auto-assign-codeowner-specMark Lapierre2018-11-092-3/+15
| |/ | | | | | | | | These are changes from EE that are also relevant to CE from: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8372
* | Add e2e test of push via HTTP via Git protocol v2qa-git-protocol-v2-http-specMark Lapierre2018-11-081-0/+49
|/ | | | | Adds a new end-to-end test to check that Git protocol v2 can be used to push over HTTP
* Fix for the filter spec failureRamya Authappan2018-11-083-0/+11
|
* Merge branch 'ml-qa-git-protocol-v2-spec' into 'master'Nick Thomas2018-11-087-13/+211
|\ | | | | | | | | Add e2e test of push over SSH using Git protocol v2 See merge request gitlab-org/gitlab-ce!22548
| * Add e2e test of push over SSH over Git protocol v2ml-qa-git-protocol-v2-specMark Lapierre2018-11-077-13/+211
| | | | | | | | | | | | | | | | Adds a new end-to-end test to check that Git protocol v2 can be used to push over SSH. Includes a change in Git::Repository to use Runtime::Env.debug? to enable logging instead of .verbose?
* | Restore changes from:restore-resource-user-via-browser-qaLin Jen-Shin2018-11-061-1/+1
| | | | | | | | | | | | 190afc62fb1e8753b2339d1d052b19a5da369c9e It was lost during a conflict resolution
* | Rename QA::Factory to QA::Resource53224-rename-to-resource-base-qaLin Jen-Shin2018-11-0585-1615/+1601
| | | | | | | | | | * Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project
* | Merge branch 'qa-batch-comments-e2e-tests' into 'master'Nick Thomas2018-11-051-0/+57
|\ \ | | | | | | | | | | | | QA Selectors for Batch Comment E2E Automation See merge request gitlab-org/gitlab-ce!22681
| * | removing duplicate definitionsqa-batch-comments-e2e-testsat.ramya2018-10-311-27/+1
| | |
| * | Adding methodsat.ramya2018-10-301-1/+1
| | |
| * | QA Selectors for Batch Comment E2E Automationat.ramya2018-10-301-0/+26
| | |
| * | Adding methodsat.ramya2018-10-301-1/+32
| | |
| * | QA Selectors for Batch Comment E2E Automationat.ramya2018-10-301-0/+26
| | |
* | | Merge branch 'ml-create-user-via-api-qa' into 'master'Grzegorz Bizon2018-11-056-42/+89
|\ \ \ | | | | | | | | | | | | | | | | Create users via the API See merge request gitlab-org/gitlab-ce!22779
| * | | Create users via the APIml-create-user-via-api-qaMark Lapierre2018-11-026-42/+89
| | | | | | | | | | | | | | | | Allows users to be fetched/created via the API.
* | | | Merge branch 'ml-fix-logging-qa' into 'master'Sean McGivern2018-11-022-4/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Don't log fabricate args See merge request gitlab-org/gitlab-ce!22753
| * | | Don't log fabricate argsMark Lapierre2018-11-022-4/+4
| | | | | | | | | | | | | | | | Prevents logging of sensitive data
* | | | Merge branch 'top_level_clusters_controller' into 'master'Kamil Trzciński2018-11-023-3/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Top level clusters controller See merge request gitlab-org/gitlab-ce!22438
| * | | Resolve controller sharing concernThong Kuah2018-11-013-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use ClustersController as base while having Projects::ClustersController to inform what `clusterable` is. Thanks @ayufan for the great suggestion ! - View changes to work with new approach - Fix javascript for new approach - Fix feature specs for new approach - Fix QA
| * | | Convert clusters to use a top-level controllerThong Kuah2018-11-013-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In preparation so that we can create both cluster attached to project and cluster attached to group. - Move ClustersController to top level - Move Clusters::ApplicationsController to top-level too - Creates a Clusters::BaseController to share common functions - Do not rely on @project ivar. Anything could set the ivar. - Fix Vue page components due to new data-page value Because of the controller change we have gone from `projects:clusters:new` to `clusters:new`, so we need to update the file location of the page components. There is somewhere a function that will convert data-page to a file location. On that note, projects/clusters/gcp/new/, translate to Projects::Clusters::Gcp#new doesn't exist so replace that with clusters/create_gcp/ and clusters/create_user/
* | | | CE: Absorb product into factoryLin Jen-Shin2018-10-3115-165/+55
| |_|/ |/| |
* | | Merge branch 'ml-qa-squash-fix' into 'master'Sean McGivern2018-10-301-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Wait for push before checking for new commit Closes gitlab-org/quality/staging#14 See merge request gitlab-org/gitlab-ce!22633
| * | | Wait for push before checking for new commitml-qa-squash-fixMark Lapierre2018-10-261-0/+1
| | |/ | |/| | | | | | | | | | Wait for the push to be completed before checking that the merge request shows the change
* | | Renaming Secret Variables in the codebaseMarcel Amirault2018-10-307-20/+20
| | |
* | | Adding tests for filtering activities/comments in issuesRamya Authappan2018-10-302-11/+52
| |/ |/|
* | Add e2e test to push using a private tokenml-qa-push-private-tokenMark Lapierre2018-10-292-1/+33
|/ | | | Tests pushing over HTTP(S) using a personal access token
* Merge branch 'qa-59-ldap-ssl-scenario' into 'master'Stan Hu2018-10-269-10/+34
|\ | | | | | | | | | | | | E2E Test - LDAP login with SSL Closes gitlab-qa#59 See merge request gitlab-org/gitlab-ce!22574
| * Add missing frozen_string_literalqa-59-ldap-ssl-scenarioSanad Liaquat2018-10-252-0/+4
| |
| * Rename SSL to TLSSanad Liaquat2018-10-259-15/+15
| |
| * Renamed to ldap_no_ssl and ldap_sslSanad Liaquat2018-10-248-10/+18
| |
| * Added ldap_ssl tag to existing testSanad Liaquat2018-10-243-1/+13
| |
* | Merge branch 'ml-qa-repo-logging' into 'master'Robert Speicher2018-10-254-7/+17
|\ \ | | | | | | | | | | | | Re-enable debug logging of Git commands and output See merge request gitlab-org/gitlab-ce!22608
| * | Re-enable debug logging of Git commands and outputml-qa-repo-loggingMark Lapierre2018-10-254-7/+17
| |/
* | Always use `attribute` to define the productLin Jen-Shin2018-10-2534-620/+540
|/
* Merge branch 'qa-backport-recent-ee-changes' into 'master'Douglas Barbosa Alexandre2018-10-225-57/+115
|\ | | | | | | | | [QA] Port recent changes from EE See merge request gitlab-org/gitlab-ce!22391
| * [QA] Port recent changes from EEqa-backport-recent-ee-changesRémy Coutable2018-10-225-57/+115
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>