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/spec
AgeCommit message (Collapse)Author
2018-09-11Merge branch 'qa-fix-specs-runner-when-args-given' into 'master'Rémy Coutable
[QA] Fix arguments passed to RSpec::Core::Runner See merge request gitlab-org/gitlab-ce!21578
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-04[QA] Fix Specs::Runner that would always excluding the orchectsrated tagRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-28Allow to pass --tag to bin/qa runRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-21Merge branch 'qa-staging-2' into 'master'Grzegorz Bizon
[QA] Improve the fork scenario to take a username and password instead of always… Closes gitlab-org/quality/staging#2 See merge request gitlab-org/gitlab-ce!21090
2018-08-21fix broken pathing (remove extraneous ../)Dan Davison
2018-08-20add initial smoke tests and documentationDan Davison
2018-08-20[QA] Improve the fork scenario to take a username and password instead of ↵Rémy Coutable
always creating a new user Fixes https://gitlab.com/gitlab-org/quality/staging/issues/2. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-18Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File ↵Rémy Coutable
class as well Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-06[QA] Add a new scenario to test GitHub importRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-09Prevent ENV from leaking variables in CI outputStan Hu
2018-06-08Merge branch 'qa-251-api-tests' into 'master'Grzegorz Bizon
Automate the basic API tests in a QA scenario Closes gitlab-qa#251 See merge request gitlab-org/gitlab-ce!19280
2018-06-07QA: Redact credentials from URI in git outputMichael Kozono
2018-06-06Improve the Runtime::API classesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-04-20It's actually raising QA::Service::Shellout::CommandErrorLin Jen-Shin
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-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>
2018-03-29Remove test against DSA ssh keys becauseLin Jen-Shin
we're not really supporting them out of the box. See: https://gitlab.com/gitlab-org/gitlab-ce/issues/44363
2018-03-29Implement other ssh keys and use ssh-keygen insteadLin Jen-Shin
2018-03-29Introduce Key namespace so we could put more keysLin Jen-Shin
2018-03-28allow rspec files/options to be passed down in all casesBrett Walker
2018-02-19test merge request rebaseFelipe Artur
2018-02-16Fix and simplify end-to-end tests for secret variablesGrzegorz Bizon
2018-02-13Fix the use to Git::LocationLin Jen-Shin
2018-02-13Merge remote-tracking branch 'upstream/master' into qa-clone-with-deploy-keyLin Jen-Shin
* 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 ...
2018-02-13Rename Git::Repository::Location to Git::LocationLin Jen-Shin
2018-02-12Rearrange the test structure and introduceLin Jen-Shin
a new repository location class.
2018-02-12Adopt Git style URILin Jen-Shin
2018-02-11GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. ↵Stan Hu
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.
2018-02-06Expand QA spec file paths to allow running bin/qa from anywhereRobert Speicher
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-30Port changes from gitlab-org/gitlab-ee!4064 to CERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-26Create merge request specFelipe Artur
2018-01-25Merge branch 'qa-deploy-key-scenario' into 'master'Grzegorz Bizon
Generate ssh key on the fly for QA See merge request gitlab-org/gitlab-ce!16562
2018-01-24Add an test for QA::Runtime::RSAKeyLin Jen-Shin
2018-01-23Merge branch 'master' into qa/gb/ci-cd-qa-pipelinesGrzegorz Bizon
* master: (69 commits) Conflicts: qa/qa.rb
2018-01-23Refactor QA instance test scenario and tagsGrzegorz Bizon
2018-01-23Add ability to drive the API in QA specsBrett Walker
2018-01-22Reduce nesting and simplify CI/CD end-to-end testsGrzegorz Bizon
2018-01-11Merge branch 'feature/qa/gb/populate-qa-factories-with-data' into 'master'Rémy Coutable
Make it possible to populate QA factory product with a data from a browser See merge request gitlab-org/gitlab-ce!16384
2018-01-11Populate QA factory product with data from a pageGrzegorz Bizon
2018-01-11Make it possible to define QA factory product attributesGrzegorz Bizon
2018-01-10Expect QA selectors validation at least onceGrzegorz Bizon
We call it for a second time in EE.
2018-01-10Fix few typos in QA selectors validation codeGrzegorz Bizon
2018-01-10Fix QA selector class used to click on QA elementsGrzegorz Bizon
2018-01-09Add tests for QA test selectors sanity scenarioGrzegorz Bizon
2018-01-09Reduce duplication in QA page elements-related codeGrzegorz Bizon
2018-01-09Add QA login page views / selectors definitionGrzegorz Bizon
2018-01-09Improve QA sanity selectors test output messageGrzegorz Bizon