Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer local variables insteadqa-deploy-key-scenario | Lin Jen-Shin | 2018-01-24 | 1 | -4/+4 |
| | |||||
* | Add an test for QA::Runtime::RSAKey | Lin Jen-Shin | 2018-01-24 | 1 | -0/+9 |
| | |||||
* | Move initialize method later. | Lin Jen-Shin | 2018-01-24 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into qa-deploy-key-scenario | Lin Jen-Shin | 2018-01-24 | 18 | -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 Bizon | 2018-01-24 | 3 | -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 specs | Brett Walker | 2018-01-23 | 18 | -24/+420 |
| | | | |||||
* | | | Also test if the fingerprint is correct | Lin Jen-Shin | 2018-01-22 | 4 | -6/+42 |
| | | | |||||
* | | | Merge branch 'qa-deploy-key-factory-product' into qa-deploy-key-scenario | Lin Jen-Shin | 2018-01-22 | 3 | -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-product | Lin Jen-Shin | 2018-01-20 | 1 | -4/+3 |
| | | | | | | | | | | | | Without this, it's very hard to locate it. | ||||
| * | | Scrap the deploy key title and match it in test | Lin Jen-Shin | 2018-01-20 | 3 | -10/+14 |
| | | | |||||
* | | | Generate ssh key on the fly for QA | Lin Jen-Shin | 2018-01-22 | 6 | -13/+27 |
| |/ |/| | |||||
* | | Remove the wait time for the login form checkqa/rs-remove-login-wait | Robert Speicher | 2018-01-19 | 1 | -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-elements | Lin Jen-Shin | 2018-01-16 | 1 | -2/+3 |
| | |||||
* | Add view elements to deploy keys pages | Lin Jen-Shin | 2018-01-15 | 3 | -15/+18 |
| | |||||
* | Add a note about GitLab QA page objects validator to docs | Grzegorz Bizon | 2018-01-12 | 1 | -0/+11 |
| | |||||
* | Merge branch 'qa/gb/define-project-pages-selectors' into 'master' | Rémy Coutable | 2018-01-11 | 3 | -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-selectors | Grzegorz Bizon | 2018-01-11 | 1 | -8/+14 |
| | | |||||
| * | Fix path to QA new project page object view | Grzegorz Bizon | 2018-01-11 | 1 | -1/+1 |
| | | |||||
| * | Use full QA sandbox group path when creating a project | Grzegorz Bizon | 2018-01-11 | 2 | -1/+5 |
| | | |||||
| * | Define QA project pages views / selectors | Grzegorz Bizon | 2018-01-11 | 1 | -8/+10 |
| | | |||||
* | | Merge branch 'feature/qa/gb/populate-qa-factories-with-data' into 'master' | Rémy Coutable | 2018-01-11 | 6 | -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-data | Grzegorz Bizon | 2018-01-11 | 2 | -1/+7 |
| | | | |||||
| * | | Populate QA factory product with data from a page | Grzegorz Bizon | 2018-01-11 | 4 | -31/+37 |
| | | | |||||
| * | | Make it possible to define QA factory product attributes | Grzegorz Bizon | 2018-01-11 | 3 | -18/+42 |
| | | | |||||
| * | | Add a DSL evaluator to QA base factory class | Grzegorz Bizon | 2018-01-11 | 1 | -7/+22 |
| | | | |||||
* | | | Merge branch 'docs/qa/document-qa-page-objects' into 'master' | Rémy Coutable | 2018-01-11 | 2 | -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-objects | Grzegorz Bizon | 2018-01-11 | 1 | -13/+13 |
| | | | |||||
| * | | Add link to QA page objects docs from main README | Grzegorz Bizon | 2018-01-11 | 1 | -2/+6 |
| | | | |||||
| * | | Add docs about QA page objects and pages DSL | Grzegorz Bizon | 2018-01-10 | 1 | -0/+112 |
| |/ | |||||
* | | Fix using wrong `Your projects` link in QA testsqa/gb/validate-qa-selectors | Grzegorz Bizon | 2018-01-10 | 1 | -1/+5 |
| | | |||||
* | | Expect QA selectors validation at least once | Grzegorz Bizon | 2018-01-10 | 1 | -1/+1 |
| | | | | | | | | We call it for a second time in EE. | ||||
* | | Fix few typos in QA selectors validation code | Grzegorz Bizon | 2018-01-10 | 2 | -2/+2 |
| | | |||||
* | | Add temporary views coupling to all QA page objects | Grzegorz Bizon | 2018-01-10 | 10 | -0/+65 |
| | | |||||
* | | Use `warn` instead of `$stderr.puts` in QA selectors test | Grzegorz Bizon | 2018-01-10 | 1 | -2/+2 |
| | | |||||
* | | Fix QA selector class used to click on QA elements | Grzegorz Bizon | 2018-01-10 | 3 | -2/+13 |
| | | |||||
* | | Add QA views / selectors coupling to group/project pages | Grzegorz Bizon | 2018-01-09 | 4 | -1/+23 |
| | | |||||
* | | Add QA selectors coupling with sidebar menu | Grzegorz Bizon | 2018-01-09 | 1 | -1/+7 |
| | | |||||
* | | Add tests for QA test selectors sanity scenario | Grzegorz Bizon | 2018-01-09 | 2 | -2/+42 |
| | | |||||
* | | Reduce duplication in QA page elements-related code | Grzegorz Bizon | 2018-01-09 | 4 | -3/+14 |
| | | |||||
* | | Add QA page views / elements couling with the menu | Grzegorz Bizon | 2018-01-09 | 3 | -7/+32 |
| | | |||||
* | | Add QA login page views / selectors definition | Grzegorz Bizon | 2018-01-09 | 4 | -14/+16 |
| | | |||||
* | | Fux Rubocop offense by freezeing consts in QA test | Grzegorz Bizon | 2018-01-09 | 1 | -2/+2 |
| | | |||||
* | | Copy edit QA selectors sanity test failure message | Grzegorz Bizon | 2018-01-09 | 1 | -6/+6 |
| | | |||||
* | | Use array literal in QA page validation class | Grzegorz Bizon | 2018-01-09 | 1 | -1/+1 |
| | | |||||
* | | Improve QA sanity selectors test output message | Grzegorz Bizon | 2018-01-09 | 5 | -3/+40 |
| | | |||||
* | | Fix QA pages validation delegation and memoization | Grzegorz Bizon | 2018-01-09 | 3 | -8/+5 |
| | | |||||
* | | Add QA error when page class has no views defined | Grzegorz Bizon | 2018-01-09 | 5 | -18/+40 |
| | | |||||
* | | Fix rubocop offense in QA page element class | Grzegorz Bizon | 2018-01-09 | 1 | -1/+1 |
| | | |||||
* | | Implement QA pages and views validator | Grzegorz Bizon | 2018-01-09 | 3 | -0/+135 |
| | | |||||
* | | Make it possible to define a QA-specific page element | Grzegorz Bizon | 2018-01-09 | 3 | -19/+23 |
| | |