Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
AgeCommit message (Collapse)Author
2019-01-02Merge branch 'qa-fix-select-activities' into 'master'Mark Lapierre
Using find_elements instead of all_elements Closes gitlab-org/quality/staging#18 See merge request gitlab-org/gitlab-ce!23977 (cherry picked from commit 78dcdc871a053e68e60e72d891801895f74b1c79) 35193d5c Using find_elements instead of all_elements
2018-12-17Merge branch 'ichernikov/add-asignee-to-mr' into 'master'Mark Lapierre
[QA] Extend create_merge_request_spec to set assignee to MR See merge request gitlab-org/gitlab-ce!23488
2018-12-17Merge branch 'qa-reuse-chrome-profile' into 'master'Sanad Liaquat
Add QA option to use the same Chrome profile Closes #52255 See merge request gitlab-org/gitlab-ce!23576
2018-12-14Merge branch 'qa-mr-wait-for-push' into 'master'Nick Thomas
Wait for push before trying to create a new MR See merge request gitlab-org/gitlab-ce!23745 (cherry picked from commit c6db4471aa73e68e558c22b8009be826a267d565) 249a2c0e Wait for push before trying to create a new MR
2018-12-11Merge branch 'qa-project-ui-updates' into 'master'Rémy Coutable
Update E2E tests to account for Project overview UI changes See merge request gitlab-org/gitlab-ce!23366 (cherry picked from commit 1d87276cddbc083c6b5536faf6fdce6c84cc844f) c61c5cf2 Update E2E tests for Project overview UI changes ed75b46c Update tests and Resources to use new file button a1d9a3c3 Visit project page after pushing 7aeddde1 Method go_to_activity isn't private
2018-12-05Add e2e test: push mirroring over HTTPMark Lapierre
Adds an end-to-end test of push mirroring a repository over HTTP. Includes addition of QA selectors to views
2018-12-04Add a log-out step and expectation to log-in testMesut Güneş
2018-11-28Adds QA_COOKIES option to gitlab-qaJohn Jarvis
2018-11-26More back portingSanad Liaquat
2018-11-26Port ee changesSanad Liaquat
2018-11-26Porting more changes from eeSanad Liaquat
2018-11-22More env vars for group & project names in QADylan Griffith
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
2018-11-22Merge branch '54201-update-rack-to-2.0.6' into 'master'Douglas Barbosa Alexandre
Update rack to 2.0.6 Closes #54201 See merge request gitlab-org/gitlab-ce!23171
2018-11-21Update rack to 2.0.6 (for QA environments) for addressing CVE-2018-16471Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-11-21Merge branch 'dd-ssh-key-smoke' into 'master'Mark Lapierre
Make existing SSH create / remove test into a Smoke test Closes #52699 See merge request gitlab-org/gitlab-ce!23252
2018-11-21Make existing SSH create / remove test into a Smoke testddavison
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>
2018-11-20CE port of "qa-staging-15-use-existing-users-ee"Sanad Liaquat
2018-11-15Merge branch 'if-53347_fix_impersonation_tokens' into 'master'Stan Hu
Display impersonation token value only after creation See merge request gitlab-org/gitlab-ce!22916
2018-11-14Fix Git protocol v2 e2e testMark Lapierre
Remove references to `Factory`
2018-11-13Merge branch 'qa-auto-assign-codeowner-spec' into 'master'Grzegorz Bizon
Update merge request page object and selectors See merge request gitlab-org/gitlab-ce!22939
2018-11-12Display impersonation token value only after creationImre Farkas
Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
2018-11-09Update merge request page object and selectorsMark Lapierre
These are changes from EE that are also relevant to CE from: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8372
2018-11-08Add e2e test of push via HTTP via Git protocol v2Mark Lapierre
Adds a new end-to-end test to check that Git protocol v2 can be used to push over HTTP
2018-11-08Fix for the filter spec failureRamya Authappan
2018-11-08Merge branch 'ml-qa-git-protocol-v2-spec' into 'master'Nick Thomas
Add e2e test of push over SSH using Git protocol v2 See merge request gitlab-org/gitlab-ce!22548
2018-11-07Add e2e test of push over SSH over Git protocol v2Mark Lapierre
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?
2018-11-06Restore changes from:Lin Jen-Shin
190afc62fb1e8753b2339d1d052b19a5da369c9e It was lost during a conflict resolution
2018-11-05Rename QA::Factory to QA::ResourceLin Jen-Shin
* Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project
2018-11-05Merge branch 'qa-batch-comments-e2e-tests' into 'master'Nick Thomas
QA Selectors for Batch Comment E2E Automation See merge request gitlab-org/gitlab-ce!22681
2018-11-05Merge branch 'ml-create-user-via-api-qa' into 'master'Grzegorz Bizon
Create users via the API See merge request gitlab-org/gitlab-ce!22779
2018-11-02Create users via the APIMark Lapierre
Allows users to be fetched/created via the API.
2018-11-02Merge branch 'ml-fix-logging-qa' into 'master'Sean McGivern
Don't log fabricate args See merge request gitlab-org/gitlab-ce!22753
2018-11-02Don't log fabricate argsMark Lapierre
Prevents logging of sensitive data
2018-11-02Merge branch 'top_level_clusters_controller' into 'master'Kamil Trzciński
Top level clusters controller See merge request gitlab-org/gitlab-ce!22438
2018-11-01Resolve controller sharing concernThong Kuah
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
2018-11-01Convert clusters to use a top-level controllerThong Kuah
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/
2018-10-31removing duplicate definitionsat.ramya
2018-10-31CE: Absorb product into factoryLin Jen-Shin
2018-10-30Merge branch 'ml-qa-squash-fix' into 'master'Sean McGivern
Wait for push before checking for new commit Closes gitlab-org/quality/staging#14 See merge request gitlab-org/gitlab-ce!22633
2018-10-30Adding methodsat.ramya
2018-10-30QA Selectors for Batch Comment E2E Automationat.ramya
2018-10-30Adding methodsat.ramya
2018-10-30QA Selectors for Batch Comment E2E Automationat.ramya
2018-10-30Renaming Secret Variables in the codebaseMarcel Amirault
2018-10-30Adding tests for filtering activities/comments in issuesRamya Authappan
2018-10-29Add e2e test to push using a private tokenMark Lapierre
Tests pushing over HTTP(S) using a personal access token
2018-10-26Wait for push before checking for new commitMark Lapierre
Wait for the push to be completed before checking that the merge request shows the change
2018-10-26Merge branch 'qa-59-ldap-ssl-scenario' into 'master'Stan Hu
E2E Test - LDAP login with SSL Closes gitlab-qa#59 See merge request gitlab-org/gitlab-ce!22574
2018-10-26Merge branch 'ml-qa-repo-logging' into 'master'Robert Speicher
Re-enable debug logging of Git commands and output See merge request gitlab-org/gitlab-ce!22608
2018-10-25Always use `attribute` to define the productLin Jen-Shin