summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
* QA: Fix failure in merge_merge_request_from_fork_spec.rbMark Lapierre2018-09-201-2/+18
|
* Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets2018-09-201-2/+2
|\ | | | | | | | | | | | | Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
| * merge master and resolve conflictsMartin Wortschack2018-09-1118-95/+138
| |\
| * \ merge master and resolve conflictsMartin Wortschack2018-09-0630-135/+285
| |\ \
| * | | remove trailing whitespacesMartin Wortschack2018-09-051-1/+0
| | | |
| * | | fix qa selectorMartin Wortschack2018-09-051-2/+3
| | | |
* | | | Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | [QA] consolidate selector patterns (1_manage/login)Dan Davison2018-09-181-26/+26
| | | |
* | | | Merge branch 'ml-fix-initial-admin-password' into 'master'Robert Speicher2018-09-171-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | QA: Fix: set initial password even if using admin credentials See merge request gitlab-org/gitlab-ce!21785
| * | | | Fix: set initial password even if using admin credentialsMark Lapierre2018-09-171-0/+2
| | | | |
* | | | | Merge branch 'ml-qa-spec-use-ssh-key' into 'master'Robert Speicher2018-09-1712-13/+228
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | 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
| * | | | Add an SSH key and use it to clone and pushMark Lapierre2018-09-1512-13/+228
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
| | | | |
* | | | | Prevent ADO failing prematurelyMayra Cabrera2018-09-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensures code_quality job in Auto DevOps pipeline is disabled, as it takes too long and times out the test. Closes https://gitlab.com/gitlab-org/gitlab-qa/issues/323
* | | | | Merge branch 'sh-test-ldap-clones-via-gitlab-qa' into 'master'Grzegorz Bizon2018-09-114-5/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | QA: Add support for testing Git over HTTP with LDAP users See merge request gitlab-org/gitlab-ce!21354
| * | | | Merge branch 'master' into sh-test-ldap-clones-via-gitlab-qaStan Hu2018-08-2959-901/+1048
| |\ \ \ \
| * | | | | Add support for testing Git over HTTP with LDAP usersStan Hu2018-08-224-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | This would have helped catch https://gitlab.com/gitlab-org/gitlab-ce/issues/50579.
* | | | | | Enable signing in as admin when adding a licenseMark Lapierre2018-09-106-49/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the ability to use admin credentials to add a license so that when testing an LDAP user on EE the LDAP user does not have to be an admin. Admin credentials default to GDK's root user. Can be overriden via ADMIN_USERNAME and ADMIN_PASSWORD environment variables.
* | | | | | Merge branch 'qa-fix-specs-runner-when-args-given' into 'master'Rémy Coutable2018-09-102-21/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [QA] Fix arguments passed to RSpec::Core::Runner See merge request gitlab-org/gitlab-ce!21578
| * | | | | | [QA] Fix arguments passed to RSpec::Core::RunnerRémy Coutable2018-09-072-21/+46
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When -t or --tag are passed, we shouldn't exclude the :orchestrated tag - When test path is passed, we shouldn't append the default test path Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'sh-fix-ldap-qa' into 'master'Rémy Coutable2018-09-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix LDAP QA specs failing due to button change See merge request gitlab-org/gitlab-ce!21622
| * | | | | | Fix LDAP QA specs failing due to button changeStan Hu2018-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The LDAP tab is no longer a button, but is now a link. Update the QA page to check for a link.
* | | | | | | Fix QA builds failing due to change in new project page behaviorStan Hu2018-09-081-1/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21386 re-introduced the explicit creation of the project name separate from the project path. Filling in the name does automatically populate the path, but the reverse is not true. We now fill in the name instead of the path. Closes https://gitlab.com/gitlab-org/gitlab-qa/issues/322
* | | | | | Merge branch '51180-update-ffi-to-1.9.25' into 'master'Robert Speicher2018-09-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ffi to 1.9.25 Closes #51180 See merge request gitlab-org/gitlab-ce!21561
| * | | | | | Update ffi to 1.9.25Takuya Noguchi2018-09-061-1/+1
| |/ / / / /
* | | | | | Merge branch 'qa-change-sanity-failing-to-sanity-framework' into 'master'Grzegorz Bizon2018-09-076-19/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [QA] Change Test::Sanity::Failing to Test::Sanity::Framework See merge request gitlab-org/gitlab-ce!21568
| * | | | | | [QA] Change Test::Sanity::Failing to Test::Sanity::FrameworkRémy Coutable2018-09-066-19/+43
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-073-4/+9
|/ / / / /
* | | | | Resolve "Improve project overview UI"Dennis Tang2018-09-061-2/+2
| | | | |
* | | | | [QA] Ensure groups filtering does not happen before the groups list is loadedRémy Coutable2018-09-056-20/+60
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch ↵Grzegorz Bizon2018-09-0514-101/+174
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '50963-qa-orchestrated-tests-don-t-run-due-to-wrong-tag-filters-qa' into 'master' Resolve "[QA] Orchestrated tests don't run due to wrong tag filters" Closes #49654 and #50963 See merge request gitlab-org/gitlab-ce!21468
| * | | | [QA] Fix Specs::Runner that would always excluding the orchectsrated tagRémy Coutable2018-09-0414-101/+174
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch '50930-update-rubyzip-to-1-2-2' into 'master'Robert Speicher2018-09-041-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Update rubyzip gem to 1.2.2 (CVE-2018-1000544) Closes #50930 See merge request gitlab-org/gitlab-ce!21460
| * | | | Update rubyzip to 1.2.2 (CVE-2018-1000544)Takuya Noguchi2018-09-031-2/+2
| | | | |
* | | | | Merge branch 'qa-28' into 'master'Grzegorz Bizon2018-09-043-0/+32
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [QA] Add a new Test::Sanity::Failing scenario that always fails Closes gitlab-qa#28 See merge request gitlab-org/gitlab-ce!21477
| * | | | | [QA] Add a new Test::Sanity::Failing scenario that always failsRémy Coutable2018-09-033-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch ↵Grzegorz Bizon2018-09-045-7/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '50991-qa-page-shared-clonepanel-should-be-moved-to-page-component-clonepanel-qa' into 'master' Resolve "[QA] Page::Shared::ClonePanel should be moved to Page::Component::ClonePanel" Closes #50991 See merge request gitlab-org/gitlab-ce!21479
| * | | | | | [QA] Move Page::Shared::ClonePanel to Page::Component::ClonePanelRémy Coutable2018-09-035-7/+12
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Fix QA ObjectStorage not inheriting from Test::Instance::AllStan Hu2018-09-041-1/+1
|/ / / / /
* | | | | Merge branch 'qa-cleanup-after-reorganization' into 'master'Sean McGivern2018-09-032-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | [QA] Remove the :core tag since we're not using it anymore See merge request gitlab-org/gitlab-ce!21436
| * | | | [QA] Remove the :core tag since we're not using it anymoreRémy Coutable2018-08-302-2/+2
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Merge branch 'master' into sh-add-object-storage-qaStan Hu2018-09-021-1/+3
|\ \ \ \ | | |/ / | |/| |
| * | | [QA] Require Pathname in qa/qa/page/view.rbRémy Coutable2018-08-301-1/+3
| |/ / | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Fix typoStan Hu2018-08-291-1/+1
| | |
* | | Merge branch 'master' into sh-add-object-storage-qaStan Hu2018-08-2963-933/+1080
|\ \ \ | |/ /
| * | Improve QA scenarios contexts & descriptions consistencyRémy Coutable2018-08-2824-631/+673
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Reorganize QA scenarios based on the DevOps cycleRémy Coutable2018-08-2832-0/+49
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Allow to pass --tag to bin/qa runRémy Coutable2018-08-285-5/+24
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | [QA] Fix wrong spec files path in QA::Scenario::Test::InstanceRémy Coutable2018-08-271-1/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Merge branch 'sh-sanitize-project-import-names' into 'master'Rémy Coutable2018-08-261-1/+1
| |\ \ | | | | | | | | | | | | | | | | Use slugs for default project path and sanitize names before import See merge request gitlab-org/gitlab-ce!21367