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
AgeCommit message (Collapse)Author
2018-01-29Merge branch 'qa/mk-fix-unable-to-click-new-project-in-dropdown' into 'master'Rémy Coutable
[CE backport] Fix intermittently failed click in dropdown in QA See merge request gitlab-org/gitlab-ce!16738
2018-01-29Merge branch 'qa/mk-fix-intermittent-clone-failure' into 'master'Rémy Coutable
[CE backport] Fix intermittent clone failure in QA See merge request gitlab-org/gitlab-ce!16739
2018-01-29Merge branch 'qa_78_create_merge_request' into 'master'Grzegorz Bizon
Create merge request factory See merge request gitlab-org/gitlab-ce!15964
2018-01-29Merge branch 'qa/mk-fix-element-is-not-clickable-at-point' into 'master'Grzegorz Bizon
[CE backport] Fix intermittent QA error -- Expand button not bound to JS See merge request gitlab-org/gitlab-ce!16737
2018-01-27Fix intermittent clone over SSH failureMichael Kozono
We always clone over HTTP, so if the QA spec attempts to clone over SSH, we know it gathered the wrong repo URI.
2018-01-26Fix intermittently failed click in dropdownMichael Kozono
I haven’t seen `go_to_new_subgroup` fail in the same way, but it seems best to modify it also.
2018-01-26Fix intermittent click errorMichael Kozono
2018-01-26Fix click on incorrect namespaceMichael Kozono
in certain conditions. And `first` was causing it to succeed even though the criteria were ambiguous.
2018-01-26Create merge request specFelipe Artur
2018-01-26Merge branch 'qa/ee-4698-backport' into 'master'Grzegorz Bizon
Backport QA changes from EE Closes gitlab-ee#4698 See merge request gitlab-org/gitlab-ce!16728
2018-01-26Merge branch 'filipefreire_155' into 'master'Rémy Coutable
gitlab-qa !155 - push creates event on activity page See merge request gitlab-org/gitlab-ce!16423
2018-01-26Pick EE for qa/qa/page/menu/side.rbLin Jen-Shin
2018-01-26Pick the EE version for this fileLin Jen-Shin
2018-01-26Merge remote-tracking branch 'upstream/master' into qa/ee-4698-backportLin Jen-Shin
* upstream/master: Just don't expand if it's already expanded fix bug in webpack_helper in which force_same_domain argument was ignored breaking local rspec tests Fix rubocop offenses introduced in !16623 Prefer local variables over given/let Try to restore page's state Add more views check Respect the latest changes from master Add a scenario for adding secret variables
2018-01-26Just don't expand if it's already expandedLin Jen-Shin
2018-01-26 Backport QA changes from EEGabriel Mazetto
2018-01-25Merge branch 'master' of https://gitlab.com/filipefreire/gitlab-ce into ↵Filipe Freire
filipefreire_155
2018-01-25Merge remote-tracking branch 'upstream/master' into qa-secret-variables-scenarioLin Jen-Shin
* upstream/master: Make Gitaly RepositoryExists opt-out Fix .batch_lfs_pointers accepting a lazy enumerator Look at notes created just before merge when deciding if an MR can be reverted Update missing paths Default to HTTPS for all Gravatar URLs Add note within ux documentation that further changes should be made within the design.gitlab project Moves status icon into a vue file and adds tests Moves merging component into a vue file, adds i18n and better test cases Prefer local variables instead Add an test for QA::Runtime::RSAKey Move initialize method later. Also test if the fingerprint is correct Generate ssh key on the fly for QA
2018-01-25Prefer local variables over given/letLin Jen-Shin
2018-01-25Try to restore page's stateLin Jen-Shin
2018-01-25Add more views checkLin Jen-Shin
2018-01-25Respect the latest changes from masterLin Jen-Shin
Basically using the new expand_section
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-25Merge remote-tracking branch 'upstream/master' into qa-secret-variables-scenarioLin Jen-Shin
* upstream/master: (136 commits) Revert "Merge branch 'osw-updates-merge-status-on-api-actions' into 'master'" Add modal for deleting a milestone Revert "Merge branch 'remove-rugged-walk' into 'master'" Resolve "Link to Clusters in Auto DevOps instead of Kubernetes service" Update CHANGELOG.md for 10.4.1 Add a gRPC health check to ensure Gitaly is up Add formatted_data attribute to Git::WikiPage Avoid array indices to fixtures in JS specs Migrate .batch_lfs_pointers to Gitaly Updates `Revert this merge request` text Work around a bug in DatabaseCleaner when using the deletion strategy on MySQL Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' Workaround a recaptcha pop-up that cannot be tested Uses sprite icon to render verified commit badge and uniforms css colors Moves more mr widget components into vue files Adds i18n Adds better test coverage Execute system hooks after-commit when executing project hooks Remove one Spinach job and add one RSpec job Remove callback as we already update accordingly on services Fix typo in `.gitlab-ci.yml` heading Migrate repository bundling to Gitaly ...
2018-01-25Merge branch 'qa/gb/ci-cd-qa-pipelines' into 'master'Rémy Coutable
CI/CD end-to-end tests Closes gitlab-qa#18 See merge request gitlab-org/gitlab-ce!16619
2018-01-24Prefer local variables insteadLin Jen-Shin
2018-01-24Add an test for QA::Runtime::RSAKeyLin Jen-Shin
2018-01-24Move initialize method later.Lin Jen-Shin
2018-01-24Merge remote-tracking branch 'upstream/master' into qa-deploy-key-scenarioLin Jen-Shin
* 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 ...
2018-01-24Merge branch 'qa-deploy-key-factory-product' into 'master'Grzegorz Bizon
Scrap the deploy key title and match it in test See merge request gitlab-org/gitlab-ce!16554
2018-01-23Fix offense in runners settings QA page object classGrzegorz Bizon
2018-01-23Wait for runner until it registers itself in QA testsGrzegorz Bizon
2018-01-23Fix static-analysis offenses in QA support classGrzegorz Bizon
2018-01-23Add specific views / selectors for QA runners pageGrzegorz Bizon
2018-01-23Merge branch 'master' into qa/gb/ci-cd-qa-pipelinesGrzegorz Bizon
* master: (69 commits) Conflicts: qa/qa.rb
2018-01-23Add views / selectors for pipeline show page objectGrzegorz Bizon
2018-01-23Assert on pipeline jobs statuses in CI/CD QA testsGrzegorz Bizon
2018-01-23Remove blocking wait-time for runner to register in QAGrzegorz Bizon
2018-01-23Use runner tags when processing CI/CD QA pipelinesGrzegorz Bizon
2018-01-23Refactor QA instance test scenario and tagsGrzegorz Bizon
2018-01-23Add ability to drive the API in QA specsBrett Walker
2018-01-22Fix CI/CD end-to-end tests by waiting for changesGrzegorz Bizon
2018-01-22Reduce nesting and simplify CI/CD end-to-end testsGrzegorz Bizon
2018-01-22Wait for Runner to register in QA and DRY page objectsGrzegorz Bizon
2018-01-22Add end-to-end test for registering GitLab RunnerGrzegorz Bizon
2018-01-22Add a scenario for adding secret variablesLin Jen-Shin
2018-01-22Add GitLab Runner service to GitLab QAGrzegorz Bizon
2018-01-22Also test if the fingerprint is correctLin Jen-Shin
2018-01-22Merge branch 'qa-deploy-key-factory-product' into qa-deploy-key-scenarioLin Jen-Shin
* qa-deploy-key-factory-product: Add .qa-project-deploy-keys to locate it Scrap the deploy key title and match it in test
2018-01-22Generate ssh key on the fly for QALin Jen-Shin