summaryrefslogtreecommitdiff
path: root/qa
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch '50930-update-rubyzip-to-1-2-2' into 'master'Robert Speicher2018-09-041-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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 failsRémy Coutable2018-09-033-0/+32
* | | | | | Merge branch '50991-qa-page-shared-clonepanel-should-be-moved-to-page-compone...Grzegorz Bizon2018-09-045-7/+12
|\ \ \ \ \ \
| * | | | | | [QA] Move Page::Shared::ClonePanel to Page::Component::ClonePanelRémy Coutable2018-09-035-7/+12
| |/ / / / /
* | | | | | 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 anymoreRémy Coutable2018-08-302-2/+2
| | |_|/ | |/| |
* | | | 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
| |/ /
* | | 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
| * | Reorganize QA scenarios based on the DevOps cycleRémy Coutable2018-08-2832-0/+49
| * | Allow to pass --tag to bin/qa runRémy Coutable2018-08-285-5/+24
| * | [QA] Fix wrong spec files path in QA::Scenario::Test::InstanceRémy Coutable2018-08-271-1/+1
| * | 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 importStan Hu2018-08-241-1/+1
| | |/
| * | Merge branch 'make-qa-scenario-test-instance-back-compatible' into 'master'Grzegorz Bizon2018-08-262-0/+37
| |\ \ | | |/ | |/|
| | * [QA] Re-add Test::Instance for back-compatibility with GitLab < 11.3Rémy Coutable2018-08-222-0/+37
| * | [QA] Fix a 'superclass must be a Class' errorRémy Coutable2018-08-224-4/+4
| |/
* | Refresh issue / show page to verify attachmentssh-add-object-storage-qaGrzegorz Bizon2018-08-211-6/+7
* | Merge branch 'master' into sh-add-object-storage-qaGrzegorz Bizon2018-08-2142-140/+311
|\ \ | |/
| * Merge branch '49179-fill-with-js-directly-qa' into 'master'Grzegorz Bizon2018-08-211-1/+7
| |\
| | * Fill variable text with JS directly to speed up49179-fill-with-js-directly-qaLin Jen-Shin2018-08-171-1/+7
| * | Merge branch 'qa-staging-2' into 'master'Grzegorz Bizon2018-08-2111-39/+114
| |\ \
| | * | [QA] Improve the fork scenario to take a username and password instead of alw...qa-staging-2Rémy Coutable2018-08-2011-39/+114
| | |/
| * | fix broken pathing (remove extraneous ../)Dan Davison2018-08-213-3/+3
| * | add initial smoke tests and documentationDan Davison2018-08-2033-100/+183
| * | Disable code_quality check in auto devops QA integration testfix-flaky-code-quality-auto-devops-qaDylan Griffith2018-08-201-0/+7
| |/
* | Add basic QA test for testing attachment uploadsStan Hu2018-08-203-1/+42
|/
* Fix flaky auto devops QA test by waiting longer for productionDylan Griffith2018-08-141-1/+1
* Merge branch 'ce-5666-backport' into 'master'Yorick Peterse2018-08-071-1/+1
|\
| * CE port of "List groups with developer maintainer access on project creation"Imre Farkas2018-08-071-1/+1
* | Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-072-2/+4
|/
* Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling2018-08-061-3/+3
* Resolve "Hashed storage: extend "Enable hashed storage for all new projects" ...Valery Sizov2018-08-031-2/+2
* Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-312-4/+2
* Install cluster applications in parallel in auto devops QADylan Griffith2018-07-301-2/+3
* Fix race condition in auto devops QA spec: ensure we wait for Install button ...Dylan Griffith2018-07-301-0/+1
* Reset local storage between qa testsDJ Mountney2018-07-251-0/+1
* i18n: externalize strings from 'app/views/layouts'Tao Wang2018-07-232-4/+4
* Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File cla...Rémy Coutable2018-07-1811-14/+14
* QA scenario to add/edit/delete a file via the Web UISanad Liaquat2018-07-178-2/+197
* Merge branch 'i18n-extract-app/views/doorkeeper' into 'master'Rémy Coutable2018-07-161-1/+1
|\
| * i18n: externalize strings from 'app/views/doorkeeper'Tao Wang2018-07-131-1/+1
* | Remove flaky and redundant expectationsmk/fix-flaky-protected-branch-expectationsMichael Kozono2018-07-133-42/+1
|/
* Ensure Encoding.default_external is set to UTF-8 when running QA scenariosRémy Coutable2018-07-121-0/+2
* Merge branch 'qa-fix-timestamp' into 'master'Grzegorz Bizon2018-07-121-1/+1
|\