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-02-13Merge branch 'qa/gb/do-not-require-test-network-in-pipeline-tests' into 'master'Robert Speicher
Do not attach runner to a non-exsiting network in QA Closes gitlab-qa#180 See merge request gitlab-org/gitlab-ce!17028
2018-02-12Merge branch '180-qa-fix-api-spec' into 'master'Grzegorz Bizon
Resolve 10.5.0 RC1 QA Failure with failing API specs Closes gitlab-qa#180 See merge request gitlab-org/gitlab-ce!16999
2018-02-07Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński
Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
2018-02-07Merge branch 'sh-add-ldap-qa' into 'master'Grzegorz Bizon
Add QA specs for LDAP login See merge request gitlab-org/gitlab-ce!16914
2018-02-07Address review comments for LDAP QA testStan Hu
2018-02-06Revert "Merge branch 'update-qa-docs-with-directory-req' into 'master'"Robert Speicher
This reverts commit e6579d82cb87ca5cb94639851482f48a73a2b74f, reversing changes made to afcd9fc7f415dc5a8794ad1ef2498baee08aa825.
2018-02-06Expand QA spec file paths to allow running bin/qa from anywhereRobert Speicher
2018-02-05Fix wait conditionMichael Kozono
The `has_css?` line was always timing out false because `$(‘…’).val(url)` does not change the input’s value attribute.
2018-02-05Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood
variables See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
2018-02-05Add QA specs for LDAP loginStan Hu
2018-02-02Merge branch 'qa-173' into 'master'Grzegorz Bizon
QA::Page::Component::Dropzone#initialize needs a QA::Page::Base object See merge request gitlab-org/gitlab-ce!16852
2018-02-01QA::Page::Component::Dropzone#initialize needs a QA::Page::Base objectRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-01Ensure we save QA screenshots to an absolute pathRémy Coutable
This allows to open the file address printed in the terminal, otherwise the address started with `tmp` which was relatove to the `qa/` dir. Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-01Merge branch '42497-rubocop-style-regexpliteral' into 'master'Rémy Coutable
Enable Style/RegexpLiteral cop Closes #42497 See merge request gitlab-org/gitlab-ce!16752
2018-02-01Merge branch 'qa-160' into 'master'Robert Speicher
Add a QA scenario for creating an issue Closes gitlab-qa#160 See merge request gitlab-org/gitlab-ce!16802
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-31Merge branch 'qa-new-dropzone-component' into 'master'Grzegorz Bizon
Introduce a new QA::Gitlab::Page::Component::Dropzone class See merge request gitlab-org/gitlab-ce!16805
2018-01-31Introduce a new QA::Gitlab::Page::Component::Dropzone classRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-31Add a QA scenario for creating an issueRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-31Merge branch 'update-qa-docs-with-directory-req' into 'master'Grzegorz Bizon
Add note about needing to be in the `$gdk/gitlab/qa` directory for `bin/qa` to work properly See merge request gitlab-org/gitlab-ce!16824 [ci skip]
2018-01-31Add note about being in the `qa` directory for `bin/qa` to workEric Eastwood
I ran into some issues when trying it out https://gitlab.slack.com/archives/C3JJET4Q6/p1517384135000134
2018-01-30Merge branch 'qa-speedup-new-subgroup-click' into 'master'Grzegorz Bizon
Speed-up the click on 'New subgroup' if the 'No results' text is shown See merge request gitlab-org/gitlab-ce!16803
2018-01-30Speed-up the click on 'New subgroup' if the 'No results' text is shownRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-30Merge branch 'master' into 'qa-define-selectors'Lin Jen-Shin
# Conflicts: # qa/qa/page/group/show.rb
2018-01-30Port changes from gitlab-org/gitlab-ee!4064 to CERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-29Define selectors and remove EE only codeLin Jen-Shin
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 ...