summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
* Prefer local variables insteadqa-deploy-key-scenarioLin Jen-Shin2018-01-241-4/+4
|
* Add an test for QA::Runtime::RSAKeyLin Jen-Shin2018-01-241-0/+9
|
* Move initialize method later.Lin Jen-Shin2018-01-241-3/+3
|
* Merge remote-tracking branch 'upstream/master' into qa-deploy-key-scenarioLin Jen-Shin2018-01-2418-23/+419
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (106 commits) Remove callback as we already update accordingly on services added missing imports correctly imports performance bar Added imports for dispatcher routes Make the exposing of the Application secret more explicit Add documentation about when the application API was added Add application create API Return a blank JSON response for a missing .js file to prevent Rails CSRF errors add CHANGELOG.md entry for !15804 disable CopyAsGFM on iOS due to bug in webkit Update changelog GitalyClient::ConflictsService#conflicts? should return true for conflicts with missing side Return more consistent values for merge_status on MR API Fix a migration spec messing up the MergeRequestDiff DB schema Backport changes to Gitlab::Checks::ChangeAccess from EE remove webpack bundle tag for monitoring:environments:metrics Set timezone for karma to UTC Upgrade jasmine + raven to newer versions Ensure Gitaly Ruby gems are installed using the correct Gemfile and at the correct location Clarify that a feature that isn't in review by the 1st or 3rd doesn't necessarily miss the freeze ...
| * Merge branch 'qa-deploy-key-factory-product' into 'master'Grzegorz Bizon2018-01-243-11/+14
| |\ | | | | | | | | | | | | Scrap the deploy key title and match it in test See merge request gitlab-org/gitlab-ce!16554
| * | Add ability to drive the API in QA specsBrett Walker2018-01-2318-24/+420
| | |
* | | Also test if the fingerprint is correctLin Jen-Shin2018-01-224-6/+42
| | |
* | | Merge branch 'qa-deploy-key-factory-product' into qa-deploy-key-scenarioLin Jen-Shin2018-01-223-11/+14
|\ \ \ | | |/ | |/| | | | | | | | | | * qa-deploy-key-factory-product: Add .qa-project-deploy-keys to locate it Scrap the deploy key title and match it in test
| * | Add .qa-project-deploy-keys to locate itqa-deploy-key-factory-productLin Jen-Shin2018-01-201-4/+3
| | | | | | | | | | | | Without this, it's very hard to locate it.
| * | Scrap the deploy key title and match it in testLin Jen-Shin2018-01-203-10/+14
| | |
* | | Generate ssh key on the fly for QALin Jen-Shin2018-01-226-13/+27
| |/ |/|
* | Remove the wait time for the login form checkqa/rs-remove-login-waitRobert Speicher2018-01-191-7/+9
|/ | | | | | The "Change your password" text is either on the page or it isn't. There's no benefit to using Capybara's default waiting behavior here, as it will never load in via AJAX, for example.
* Try to match more aggressivelyqa-add-deploy-key-view-elementsLin Jen-Shin2018-01-161-2/+3
|
* Add view elements to deploy keys pagesLin Jen-Shin2018-01-153-15/+18
|
* Add a note about GitLab QA page objects validator to docsGrzegorz Bizon2018-01-121-0/+11
|
* Merge branch 'qa/gb/define-project-pages-selectors' into 'master'Rémy Coutable2018-01-113-16/+28
|\ | | | | | | | | Define QA project pages views / selectors See merge request gitlab-org/gitlab-ce!16391
| * Add selectors coupling for QA project show page objectqa/gb/define-project-pages-selectorsGrzegorz Bizon2018-01-111-8/+14
| |
| * Fix path to QA new project page object viewGrzegorz Bizon2018-01-111-1/+1
| |
| * Use full QA sandbox group path when creating a projectGrzegorz Bizon2018-01-112-1/+5
| |
| * Define QA project pages views / selectorsGrzegorz Bizon2018-01-111-8/+10
| |
* | Merge branch 'feature/qa/gb/populate-qa-factories-with-data' into 'master'Rémy Coutable2018-01-116-51/+102
|\ \ | | | | | | | | | | | | Make it possible to populate QA factory product with a data from a browser See merge request gitlab-org/gitlab-ce!16384
| * | Populate QA project factory product with project namefeature/qa/gb/populate-qa-factories-with-dataGrzegorz Bizon2018-01-112-1/+7
| | |
| * | Populate QA factory product with data from a pageGrzegorz Bizon2018-01-114-31/+37
| | |
| * | Make it possible to define QA factory product attributesGrzegorz Bizon2018-01-113-18/+42
| | |
| * | Add a DSL evaluator to QA base factory classGrzegorz Bizon2018-01-111-7/+22
| | |
* | | Merge branch 'docs/qa/document-qa-page-objects' into 'master'Rémy Coutable2018-01-112-2/+118
|\ \ \ | |_|/ |/| | | | | | | | Add docs about QA page objects and pages DSL See merge request gitlab-org/gitlab-ce!16357
| * | Copy-edit docs about GitLab QA page objectsdocs/qa/document-qa-page-objectsGrzegorz Bizon2018-01-111-13/+13
| | |
| * | Add link to QA page objects docs from main READMEGrzegorz Bizon2018-01-111-2/+6
| | |
| * | Add docs about QA page objects and pages DSLGrzegorz Bizon2018-01-101-0/+112
| |/
* | Fix using wrong `Your projects` link in QA testsqa/gb/validate-qa-selectorsGrzegorz Bizon2018-01-101-1/+5
| |
* | Expect QA selectors validation at least onceGrzegorz Bizon2018-01-101-1/+1
| | | | | | | | We call it for a second time in EE.
* | Fix few typos in QA selectors validation codeGrzegorz Bizon2018-01-102-2/+2
| |
* | Add temporary views coupling to all QA page objectsGrzegorz Bizon2018-01-1010-0/+65
| |
* | Use `warn` instead of `$stderr.puts` in QA selectors testGrzegorz Bizon2018-01-101-2/+2
| |
* | Fix QA selector class used to click on QA elementsGrzegorz Bizon2018-01-103-2/+13
| |
* | Add QA views / selectors coupling to group/project pagesGrzegorz Bizon2018-01-094-1/+23
| |
* | Add QA selectors coupling with sidebar menuGrzegorz Bizon2018-01-091-1/+7
| |
* | Add tests for QA test selectors sanity scenarioGrzegorz Bizon2018-01-092-2/+42
| |
* | Reduce duplication in QA page elements-related codeGrzegorz Bizon2018-01-094-3/+14
| |
* | Add QA page views / elements couling with the menuGrzegorz Bizon2018-01-093-7/+32
| |
* | Add QA login page views / selectors definitionGrzegorz Bizon2018-01-094-14/+16
| |
* | Fux Rubocop offense by freezeing consts in QA testGrzegorz Bizon2018-01-091-2/+2
| |
* | Copy edit QA selectors sanity test failure messageGrzegorz Bizon2018-01-091-6/+6
| |
* | Use array literal in QA page validation classGrzegorz Bizon2018-01-091-1/+1
| |
* | Improve QA sanity selectors test output messageGrzegorz Bizon2018-01-095-3/+40
| |
* | Fix QA pages validation delegation and memoizationGrzegorz Bizon2018-01-093-8/+5
| |
* | Add QA error when page class has no views definedGrzegorz Bizon2018-01-095-18/+40
| |
* | Fix rubocop offense in QA page element classGrzegorz Bizon2018-01-091-1/+1
| |
* | Implement QA pages and views validatorGrzegorz Bizon2018-01-093-0/+135
| |
* | Make it possible to define a QA-specific page elementGrzegorz Bizon2018-01-093-19/+23
| |