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-04-03Remove unnecessary section looking in admin settings qaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-04-03Explicitly use page context for qa/factory/settings/hashed_storage.rbDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-04-02Move repository, storage, abuse settings and logging settings to expandable ↵Dmitriy Zaporozhets
sections Also reorganize application settings related to repository in more maninful sections Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-28allow rspec files/options to be passed down in all casesBrett Walker
2018-03-20Fix end-to-end specs for rebasing a merge requestGrzegorz Bizon
2018-03-19Rename `package-qa` in docsToon Claes
In gitlab-org/gitlab-ce!17807 the `package-qa` job was renamed to `package-and-qa`. But it was not renamed in the docs. So this change fixes that.
2018-03-08[CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto
2018-02-24Fix specsFelipe Artur
2018-02-22Small review changesFelipe Artur
2018-02-19test merge request rebaseFelipe Artur
2018-02-16Remove useless assignment in secret variables specsGrzegorz Bizon
2018-02-16Fix and simplify end-to-end tests for secret variablesGrzegorz Bizon
2018-02-15Merge branch 'qa_issue_177' into 'master'Grzegorz Bizon
QA - Wait for create merge request button to appear Closes gitlab-qa#177 See merge request gitlab-org/gitlab-ce!17115
2018-02-15Add LDAP_USERNAME and LDAP_PASSWORD user environment variables for QAStan Hu
2018-02-14Suppress git output when running QA as a non-default userRobert Speicher
2018-02-14Add Runtime::User.default_nameRobert Speicher
2018-02-14Wait for create merge request button to appearFelipe Artur
2018-02-14Indent as Rubocop likeLin Jen-Shin
2018-02-13Fix the use to Git::LocationLin Jen-Shin
2018-02-13Merge remote-tracking branch 'upstream/master' into qa-clone-with-deploy-keyLin Jen-Shin
* upstream/master: (69 commits) Change issue show page to group MRs by projects and namespaces Merge branch 'master-i18n' into 'master' Update sidekiq_style_guide.md Document all_queues.yml in sidekiq_style_guide.md Fix artifact creation Fix Error 500s creating merge requests with external issue tracker Addressed mr observations Clean new Flash() and stop disabling no-new (eslint) when possible Disable query limiting warnings for now on GitLab.com Dry up spec Add changelog entry Schedule PopulateUntrackedUploads if needed Fix orphan temp table untracked_files_for_uploads Fix last batch size equals max batch size error Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'" Fix warning messages for promoting labels and milestones Fixed missing js selector for the realtime pipelines commit comp Reuse getter Add loading button for better UX Honour workhorse provided file name Fix a transient failure in db/post_migrate/20170717111152_cleanup_move_system_upload_folder_symlink.rb where symlink already exists ...
2018-02-13Inline helper methodsLin Jen-Shin
2018-02-13Add a comment about why @ is picked for sshLin Jen-Shin
2018-02-13Just use initialize and remove scheme we're not usingLin Jen-Shin
2018-02-13Rename Git::Repository::Location to Git::LocationLin Jen-Shin
2018-02-13Fix artifact creationMichael Kozono
2018-02-12Rearrange the test structure and introduceLin Jen-Shin
a new repository location class.
2018-02-12Make wait return the value we yielded whenLin Jen-Shin
it's not nil nor false.
2018-02-12Remove unused codes and address feedbackLin Jen-Shin
2018-02-12Adopt Git style URILin Jen-Shin
2018-02-11GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. ↵Stan Hu
standard, LDAP) GITLAB_USERNAME and GITLAB_PASSWORD may be specified for an LDAP login, but QA scenarios may need to know which type it is in order to log in successfully.
2018-02-09Add documentation on how to build a QA Docker imageStan Hu
2018-02-09Merge 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-09Cleanup codes and address feedbackLin Jen-Shin
2018-02-09Save host-verification test against SHA1 checksumLin Jen-Shin
2018-02-09Do not attach runner to a non-exsiting network in QAGrzegorz Bizon
2018-02-09Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
qa-allow-setting-sandbox-group * upstream/master: (27 commits) Set initial password for instance in LDAP QA test Backport EE changes to some hashed storage documentation to CE Remove allow_n_plus_1 from Git::Repository#branches_filter Bumps Gitlab Shell version to 6.0.3 Make resetting column information overridable in EE Added 'clear' button to ci lint editor Issues and merge requests in subgroups docs Update docs labels CE Refactored merge_requests/show path in dispatcher.js wording don't check against a hardcoded user name 10.5 Update the dependencies license list 10.5 Update the .gitignore, .gitlab-ci.yml, and Dockerfile templates Create update guide for 10.5 Update 10.5 source install guide Add docs for MR link in commit page Add groups to OpenID Connect claims Replaced $.get with axois.get Memoize MergeRequest#rebase_in_progress? to prevent N+1 queries in Gitaly [docs] Info rescheduling background migrations ...
2018-02-09Move all ENV to Runtime::EnvLin Jen-Shin
2018-02-09Merge remote-tracking branch 'upstream/master' into qa-clone-with-deploy-keyLin Jen-Shin
* upstream/master: (466 commits) Set initial password for instance in LDAP QA test Backport EE changes to some hashed storage documentation to CE Remove allow_n_plus_1 from Git::Repository#branches_filter Bumps Gitlab Shell version to 6.0.3 Make resetting column information overridable in EE Added 'clear' button to ci lint editor Issues and merge requests in subgroups docs Update docs labels CE Refactored merge_requests/show path in dispatcher.js wording don't check against a hardcoded user name 10.5 Update the dependencies license list 10.5 Update the .gitignore, .gitlab-ci.yml, and Dockerfile templates Create update guide for 10.5 Update 10.5 source install guide Add docs for MR link in commit page Add groups to OpenID Connect claims Replaced $.get with axois.get Memoize MergeRequest#rebase_in_progress? to prevent N+1 queries in Gitaly Update style_guide_scss.md ...
2018-02-09Set initial password for instance in LDAP QA testStan Hu
For a new instance, the root password needs to be set, regardless of whether LDAP is enabled.
2018-02-08Allow using a different sandbox group for QALin Jen-Shin
2018-02-08don't check against a hardcoded user nameBrett Walker
and use an invalid user name that is random so we know it's invalid
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-05WIPLin Jen-Shin
2018-02-05Add QA specs for LDAP loginStan Hu