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/qa.rb
AgeCommit message (Collapse)Author
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-11-26Port ee changesSanad Liaquat
2018-11-05Rename QA::Factory to QA::ResourceLin Jen-Shin
* Factory::Base -> Resource::Base, and therefore: * Factory::Resource::Project -> Resource::Project
2018-10-31CE: Absorb product into factoryLin Jen-Shin
2018-10-30Renaming Secret Variables in the codebaseMarcel Amirault
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-25Always use `attribute` to define the productLin Jen-Shin
2018-10-25Rename SSL to TLSSanad Liaquat
2018-10-24Renamed to ldap_no_ssl and ldap_sslSanad Liaquat
2018-10-24Added ldap_ssl tag to existing testSanad Liaquat
2018-10-20Log page actionsMark Lapierre
Override page object methods to log the actions taken by the methods before or after the action, as appropriate. Allow page object action logging to be turned on via a QA_DEBUG env var. Unlike CHROME_HEADLESS (and the soon to arrive VERBOSE), QA_DEBUG is false by default. QA_DEBUG is used instead of just DEBUG because that enables Selenium debug logging. Mask passwords entered into fields with a QA selector with 'password' in the name. Doesn't mask sensitive data entered into any other field.
2018-10-17First iteration to allow creating QA resources using the APIRémy Coutable
2018-10-17Extend Create New Merge Request test to also add a labelAleksandr Soborov
2018-10-12Add GitLab QA spec for adding a deploy tokenStan Hu
2018-10-11Merge branch 'qa-257-instance-wide-saml-sso' into 'master'Rémy Coutable
Instance SAML SSO e2e test Closes gitlab-qa#257 See merge request gitlab-org/gitlab-ce!22271
2018-10-11Initial commitSanad Liaquat
Use ACCEPT_INSECURE_CERTS env var and fix step Simplify saml signin Fix rubo cop offence Add missing # frozen_string_literal: true
2018-10-10Add test to add a new project memberMark Lapierre
Adds a new QA test and the required page objects and related changes
2018-10-10Merge branch 'ml-qa-add-file-templates' into 'master'Sean McGivern
Add test of adding file templates via Web IDE and Files view See merge request gitlab-org/gitlab-ce!21914
2018-10-09Merge branch 'qa-60-reorganize-menu-classes' into 'master'Rémy Coutable
Reorganize menu files Closes gitlab-org/quality/team-tasks#60 See merge request gitlab-org/gitlab-ce!22115
2018-10-09Add tests of adding file templatesMark Lapierre
Adds tests that adds new files via file templates via the Files view and the Web IDE. Includes changes to page objects and associated code Fetches template content from the API rather than hardcoding strings that will need to be updated if the templates change. Some of the content is stored as flat files but we can't use them because they're not included in the docker images gitlab-qa uses.
2018-10-09Merge branch 'qa-304-auto-devops-open-live-environment' into 'master'Rémy Coutable
Assert prod environment is live after Auto Devops See merge request gitlab-org/gitlab-ce!22131
2018-10-09Reorganize menu filessliaquat
Add missed files Use correct method Implement review feedback Add missing frozen_string_literal Squash 5 commits
2018-10-07Assert prod environment is live after Auto DevopsThong Kuah
Goes to Operations > Environments and clicks on the "View deployment" link for production.
2018-10-05Adding qa-selectors for e2e testsRamya Authappan
2018-10-02[QA] Improve admin hashed-storage settingsRémy Coutable
This was introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7371 for which no QA was run, even though QA files were changed. This is a follow-up to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7531. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-18Merge branch 'ml-qa-spec-use-ssh-key' into 'master'Robert Speicher
Add a new scenario to add an SSH key, perform Git actions with it, and then remove the key See merge request gitlab-org/gitlab-ce!19754
2018-09-15Add an SSH key and use it to clone and pushMark Lapierre
Adds 2 end-to-end tests: 1. Add and remove an SSH key 2. Add an SSH key and use it to clone and push Includes changes to factories to allow Git actions via SSH
2018-09-06[QA] Change Test::Sanity::Failing to Test::Sanity::FrameworkRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-05[QA] Ensure groups filtering does not happen before the groups list is loadedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-04Merge branch 'qa-28' into 'master'Grzegorz Bizon
[QA] Add a new Test::Sanity::Failing scenario that always fails Closes gitlab-qa#28 See merge request gitlab-org/gitlab-ce!21477
2018-09-03[QA] Move Page::Shared::ClonePanel to Page::Component::ClonePanelRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-03[QA] Add a new Test::Sanity::Failing scenario that always failsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-29Merge branch 'master' into sh-add-object-storage-qaStan Hu
2018-08-22[QA] Re-add Test::Instance for back-compatibility with GitLab < 11.3Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-21Merge branch 'master' into sh-add-object-storage-qaGrzegorz Bizon
* master: (31 commits)
2018-08-20Add basic QA test for testing attachment uploadsStan Hu
2018-08-20add initial smoke tests and documentationDan Davison
2018-07-17QA scenario to add/edit/delete a file via the Web UISanad Liaquat
2018-07-12Ensure Encoding.default_external is set to UTF-8 when running QA scenariosRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-12Adding spec to test basic forking functionalitiesMykhailo Formus
2018-07-11Milestone testsDan Davison
2018-07-06[QA] Add a new scenario to test GitHub importRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-06[QA] Add a new Page::Issuable::Show pageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-20Added Wiki Scenario Automation gitlab-qa#263Ramya A
2018-06-06Improve the Runtime::API classesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-04Add QA integration test for full Auto DevOps flowDylan Griffith
2018-04-23Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin
* upstream/master: (166 commits) Flowdock uses Gitaly, not Grit Removes 'no job log' from trace action Fix missing namespace for some internal users Dedupe yarn dependencies Downgrade MySQL CI service from 8.0 to 5.7 Atomic internal ids for all models Add documentation on how to configure Redis Sentinel by persistent class Update CHANGELOG.md for 10.7.0 Update index.md Resolve "Text from the diff is showing within a table header inside the discussion after the discussion is resolved" Don't include lfs_file_locks data in export bundle Documentation: Frontend Building Checklist Fix a documentation typo for GitLab pages Refactored activity calendar Add an API endpoint to download git repository snapshots Fix issues without links when added from boards new issue modal Respect visibility options and description when importing project from template Resolve "Improve tooltips of collapsed sidebars" Update Container Scanning documentation Fix typo in vue.md ...
2018-04-17Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin
* upstream/master: (536 commits) Fix flash errors in performance bar for cached responses Force content to align right Method to track recoverable exceptions in sentry Move PipelineFailed vue component fixed targetmode being included in project FE Docs: Fix header hierarchy in Vuex section of Vue.md Adds helpers to remove withespace and linebreaks `package-qa` was renamed to `package-and-qa` Fix container scanning in vendored GitLab CI configuration for Auto Devops Fixed web IDE not working for sub-groups Remove web ide beta flag from docs and update Make the message break into a new line instead of truncating it Backport Web IDE docs to gitlab-ce link to product handbook piece on permissions Update faraday_middlewar to 0.12.2 Double-check next value for internal ids. Resolve "skeleton placeholder on diff has white background" Replace the `project/commits/comments.feature` spinach test with an rspec analog Set ENV['IN_MEMORY_APPLICATION_SETTINGS'] to 'true in spec/db/production/settings_spec.rb Update docs on `.gitlab-ci.yml` and variables policy ...
2018-04-16Add QA tests for protected branchesOswaldo Ferreira
2018-04-02Move repository, storage, abuse settings and logging settings to expandable ↵Dmitriy Zaporozhets
sections Also reorganize application settings related to repository in more maninful sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>