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-03-11Merge branch 'qa-quarantine-failing-push-mirror-repo-spec' into 'master'Ramya Authappan
Quarantine failing push_mirroring_over_http_spec See merge request gitlab-org/gitlab-ce!25590 (cherry picked from commit 68b1ed92c18d5f975dd65c09d72ca3441eb0bc56) 141c5e4e Quarantine failing spec
2019-03-11Merge branch 'qa-team-tasks-92-test-failure-retries' into 'master'Mark Lapierre
Retry failing tests Closes gitlab-org/quality/team-tasks#92 See merge request gitlab-org/gitlab-ce!25391 (cherry picked from commit b570f53d17f5bc0e72fef9a122b7fe5645db0ea9) d54cb37d Retry failed tests with rspec-retry
2019-02-20Merge branch 'qa-ml-quarantine-push-over-http-file-size-spec' into 'master'Sanad Liaquat
Quarantine failing test See merge request gitlab-org/gitlab-ce!25424 (cherry picked from commit af2ebd71264fe08035e38b0c30a8603ac2e65f18) 89e982ad Quarantine failing test
2019-02-20Merge branch 'tn-quality-add_id_to_group_name' into 'master'Mark Lapierre
Added id to namespace name generator See merge request gitlab-org/gitlab-ce!25285 (cherry picked from commit 9c7363db1fbf17c5e8ab68930932911352f94cb2) 0718bfe2 Added id to namespace a5def527 Apply suggestion to qa/qa/runtime/namespace.rb 94af2d69 Adding comment to check script 5b8e5a5b Apply suggestion to qa/qa/runtime/namespace.rb
2019-02-18Merge branch 'qa-ml-add-label-selector' into 'master'Rémy Coutable
Fix failing e2e test: qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb Closes gitlab-org/quality/staging#38 See merge request gitlab-org/gitlab-ce!25304 (cherry picked from commit 250bde53e22406ebd101a34bfc52dd8886dedba9) 18d5541c Fix failing e2e labels test
2019-02-14Merge branch 'qa-ml-quarantine-context' into 'master'Sanad Liaquat
[QA] Skip contexts in quarantine See merge request gitlab-org/gitlab-ce!24942 (cherry picked from commit c6016ac8a8c12a736617e5250b63e0c930dda207) a2229074 Skip contexts in quarantine a3f93880 Refactor rspec config quarantine before blocks
2019-02-11Merge branch 'qa-staging-32-fix-create-project-spec' into 'master'Ramya Authappan
Fix create_project_spec Closes gitlab-org/quality/staging#32 See merge request gitlab-org/gitlab-ce!25029 (cherry picked from commit a14be36a0d288c978d57bb0df22affeb548e8f11) 8ab5b3eb Use search_and_select instead of select_item
2019-02-07Merge branch 'qa-quarantine-flaky-tests' into 'master'Mark Lapierre
Quarantine flaky tests See merge request gitlab-org/gitlab-ce!25015
2019-02-07Merge branch 'qa-check-server-responding-before-suit' into 'master'Mark Lapierre
Wait for login page to load at the beginning of QA suite See merge request gitlab-org/gitlab-ce!24991
2019-02-07Quarantine flaky testsMark Lapierre
See issues: https://gitlab.com/gitlab-org/quality/nightly/issues/70 https://gitlab.com/gitlab-org/quality/nightly/issues/72 https://gitlab.com/gitlab-org/quality/staging/issues/21 https://gitlab.com/gitlab-org/quality/staging/issues/31 https://gitlab.com/gitlab-org/quality/staging/issues/30 https://gitlab.com/gitlab-org/quality/staging/issues/26
2019-02-07Load login page only if gitlab_address is definedSanad Liaquat
2019-02-07Wait for login page to load at the beginning of QA suiteSanad Liaquat
2019-02-04Addresses backend/db review commentsMayra Cabrera
- Fixes multiple typos on AutoDevops script - Add an alias to Clusters::Cluster#domain as base_domain, so it's more descriptive - Removes unnecessary memoization on qa specs - Changes migration to a post migration to deal better with traffic on big instances (like gitlab.com)
2019-02-04Moves domain setting to Cluster settingMayra Cabrera
Changes domain field to be on the Cluster page show, removing it from Auto DevOps setting. Also injects the new environment variable KUBE_INGRESS_BASE_DOMAIN into kubernetes#predefined_variables. Migration to move the information from ProjectAutoDevops#domain to Clusters::Cluster#domain. As well as necessary modifications to qa selectors Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52363
2019-02-01Merge branch 'auto-devops-better-build-debugging' into 'master'Dan Davison
Wait for auto-devops CI jobs on the job page See merge request gitlab-org/gitlab-ce!24839
2019-02-01adding a spec for issues/310Mesut Güneş
2019-02-01Add e2e QA test for logging in using GitHub OAuthSanad Liaquat
Adds the test itself and the vendor page object model for GitHub login pages.
2019-02-01Wait for auto-devops CI jobs on the job pageJames Fargher
These tests used to wait on the pipeline page which made debugging job failures difficult
2019-01-31Merge branch 'qa-ml-fix-create-wiki-spec' into 'master'Dan Davison
Fix flaky wiki create test Closes gitlab-org/quality/nightly#24 See merge request gitlab-org/gitlab-ce!24778
2019-01-31Merge branch 'qa-ml-improve-git-repo-auth' into 'master'Rémy Coutable
Add git credentials to .netrc when needed Closes gitlab-org/quality/nightly#57 and #56857 See merge request gitlab-org/gitlab-ce!24691
2019-01-30Don't use .netrc with SSHMark Lapierre
There was a bug that required credentials when using SSH key auth when using LFS. That bug was fixed so we shouldn't need to add credentials to .netrc when using SSH anymore.
2019-01-30Merge branch 'anan-add-MethodCallWithoutArgsParentheses-cop' into 'master'Lin Jen-Shin
Re-enable MethodCallWithoutArgsParentheses Cop Closes #56795 See merge request gitlab-org/gitlab-ce!24631
2019-01-30Merge branch '53104-redesign-group-overview-ui-mvc' into 'master'Kushal Pandya
Resolve "Redesign group overview UI: MVC" Closes #53104 See merge request gitlab-org/gitlab-ce!23866
2019-01-30Quarantine devops testsSanad Liaquat
2019-01-30Merge branch 'staging-26-delete_all_subgroups_task' into 'master'Dan Davison
Add script to remove all subgroups within a provided group See merge request gitlab-org/gitlab-ce!24593
2019-01-30Fix flaky wiki create testMark Lapierre
There's an svg on the page that allows you to create a wiki page. The svg takes a fraction of a second to load after which the "Create your first page" button shifts up a bit. This can cause webdriver to miss the hit so we wait for the svg to load before clicking the button. Also update the elements used in the test to conform to our best practice. And replace `act` with `perform` Finally, remove the `before` block and `login` method, making the code slightly simpler.
2019-01-29Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate
Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
2019-01-29Quarantine failing testMark Lapierre
See: https://gitlab.com/gitlab-org/quality/nightly/issues/42 Also failing in staging until the fix is picked into the next release: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24533
2019-01-29Merge branch 'qa-ml-fix-rebase-spec' into 'master'Ramya Authappan
Reload if needed when checking merge status Closes gitlab-org/quality/nightly#64 See merge request gitlab-org/gitlab-ce!24732
2019-01-28Add git credentials to .netrc when neededMark Lapierre
Avoid having to remember to call try_add_credentials_to_netrc after setting credentials.
2019-01-28Reload if needed when checking merge statusMark Lapierre
2019-01-28Use retry to stablize go_to_profile_settingsSanad Liaquat
2019-01-25Auto DevOps QA: increase IP address timeout, remove quarantineDylan Griffith
2019-01-25Merge branch 'qa-ml-quarantine-rebase-test' into 'master'Mark Lapierre
Quarantine failing test rebase_merge_request_spec.rb See merge request gitlab-org/gitlab-ce!24682
2019-01-25Quarantine failing testMark Lapierre
2019-01-25Fix failing E2E testMark Lapierre
Sometimes add_list_delete_branches_spec.rb would not wait after deleting a branch before checking that the branch was done. It would fail when the UI was still processing. This checks that the loading icon is gone before returning from delete_branch. It also makes sure credentials are added properly after recent changes to QA::Git::Repository
2019-01-25Refresh group overview to match project overviewDennis Tang
- Avatar, group name, and group description now left-aligned - Notification setting and "New project" CTA right-aligned with group avatar and name - Leave group / request access now a link next to the 'Group' label below the group name - Notification setting label removed in favor of icons - Tooltip added to indicate notification setting - Search option moved inside table header next to "Sort by"
2019-01-25Merge branch 'qa-update-merge-request-page' into 'master'Ramya Authappan
Update merge request page object and rebase test Closes gitlab-org/quality/staging#3 See merge request gitlab-org/gitlab-ce!24375
2019-01-24Merge branch 'split-project-menu-into-separate-submenus' into 'master'Mark Lapierre
Split project menu into separate submenus See merge request gitlab-org/gitlab-ce!24501
2019-01-24Split `Page::Project::Menu` into separate submenusWalmyr Filho
https://gitlab.com/gitlab-org/quality/team-tasks/issues/84
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-24Quarantine auto devops testsSanad Liaquat
2019-01-24Add script to delete all subgroups within the specified groupSanad Liaquat
2019-01-23[QA] Use public_email instead of email since it's availableRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-22fix(labels): Move the primary button out of breadcrumbs and into the project ↵Martin Hobert
section
2019-01-22[QA] Backport Repository::Push and Git::Repository from EERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-21Merge branch 'qa-nightly-59-fix-new-label-button-hit-miss' into 'master'Fatih Acet
Fixes "New label" button hit miss Closes gitlab-org/quality/nightly#59 See merge request gitlab-org/gitlab-ce!24487
2019-01-18Merge branch 'qa-fix-resource-attribute' into 'master'Mark Lapierre
Fix Resource attribute bug See merge request gitlab-org/gitlab-ce!24407
2019-01-18Add qa elementSanad Liaquat
2019-01-18Add comments explaining the waitSanad Liaquat