summaryrefslogtreecommitdiff
path: root/qa/qa
Commit message (Collapse)AuthorAgeFilesLines
* Rename `package-qa` in docsToon Claes2018-03-191-1/+1
| | | | | | 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.
* [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-081-1/+1
|
* Fix specsbackport-qa_78Felipe Artur2018-02-231-1/+2
|
* Small review changesFelipe Artur2018-02-222-2/+2
|
* test merge request rebaseFelipe Artur2018-02-198-5/+132
|
* Remove useless assignment in secret variables specsqa/gb/fix-tests-for-hidden-secret-variablesGrzegorz Bizon2018-02-161-1/+1
|
* Fix and simplify end-to-end tests for secret variablesGrzegorz Bizon2018-02-164-33/+28
|
* Merge branch 'qa_issue_177' into 'master'Grzegorz Bizon2018-02-151-0/+4
|\ | | | | | | | | | | | | QA - Wait for create merge request button to appear Closes gitlab-qa#177 See merge request gitlab-org/gitlab-ce!17115
| * Wait for create merge request button to appearqa_issue_177Felipe Artur2018-02-141-0/+4
| |
* | Add LDAP_USERNAME and LDAP_PASSWORD user environment variables for QAsh-add-env-variables-for-ldap-qaStan Hu2018-02-143-2/+18
| |
* | Suppress git output when running QA as a non-default userRobert Speicher2018-02-141-2/+12
| |
* | Add Runtime::User.default_nameRobert Speicher2018-02-141-1/+5
|/
* Indent as Rubocop likeqa-clone-with-deploy-keyLin Jen-Shin2018-02-141-8/+9
|
* Fix the use to Git::LocationLin Jen-Shin2018-02-141-1/+1
|
* Merge remote-tracking branch 'upstream/master' into qa-clone-with-deploy-keyLin Jen-Shin2018-02-137-8/+52
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Fix artifact creationqa/mk-fix-artifact-creationMichael Kozono2018-02-121-2/+2
| |
| * GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. ↵sh-add-login-types-qaStan Hu2018-02-113-1/+23
| | | | | | | | | | | | | | 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.
| * Merge branch 'qa/gb/do-not-require-test-network-in-pipeline-tests' into 'master'Robert Speicher2018-02-092-2/+12
| |\ | | | | | | | | | | | | | | | | | | Do not attach runner to a non-exsiting network in QA Closes gitlab-qa#180 See merge request gitlab-org/gitlab-ce!17028
| | * Do not attach runner to a non-exsiting network in QAqa/gb/do-not-require-test-network-in-pipeline-testsGrzegorz Bizon2018-02-092-2/+12
| | |
| * | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2018-02-092-11/+18
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ...
| * | Move all ENV to Runtime::EnvLin Jen-Shin2018-02-093-3/+15
| | |
| * | Allow using a different sandbox group for QALin Jen-Shin2018-02-081-1/+1
| | |
* | | Inline helper methodsLin Jen-Shin2018-02-131-27/+11
| | |
* | | Add a comment about why @ is picked for sshLin Jen-Shin2018-02-131-0/+3
| | |
* | | Just use initialize and remove scheme we're not usingLin Jen-Shin2018-02-131-13/+5
| | |
* | | Rename Git::Repository::Location to Git::LocationLin Jen-Shin2018-02-133-43/+39
| | |
* | | Rearrange the test structure and introduceLin Jen-Shin2018-02-124-45/+94
| | | | | | | | | | | | a new repository location class.
* | | Make wait return the value we yielded whenLin Jen-Shin2018-02-122-4/+4
| | | | | | | | | | | | it's not nil nor false.
* | | Remove unused codes and address feedbackLin Jen-Shin2018-02-123-47/+21
| | |
* | | Adopt Git style URILin Jen-Shin2018-02-122-1/+15
| | |
* | | Cleanup codes and address feedbackLin Jen-Shin2018-02-097-31/+22
| | |
* | | Save host-verification test against SHA1 checksumLin Jen-Shin2018-02-091-3/+11
| | |
* | | Merge remote-tracking branch 'upstream/master' into qa-clone-with-deploy-keyLin Jen-Shin2018-02-0912-44/+95
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | Set initial password for instance in LDAP QA testsh-ldap-set-first-password-qaStan Hu2018-02-081-9/+16
| | | | | | | | | | | | | | | For a new instance, the root password needs to be set, regardless of whether LDAP is enabled.
| * | don't check against a hardcoded user name180-qa-fix-api-specBrett Walker2018-02-081-2/+2
| |/ | | | | | | and use an invalid user name that is random so we know it's invalid
| * Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-072-27/+18
| |\ | | | | | | | | | | | | Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
| | * Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood2018-02-052-27/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Merge branch 'sh-add-ldap-qa' into 'master'Grzegorz Bizon2018-02-073-0/+48
| |\ \ | | | | | | | | | | | | | | | | Add QA specs for LDAP login See merge request gitlab-org/gitlab-ce!16914
| | * | Address review comments for LDAP QA testsh-add-ldap-qaStan Hu2018-02-062-1/+6
| | | |
| | * | Add QA specs for LDAP loginStan Hu2018-02-043-0/+43
| | |/
| * | Expand QA spec file paths to allow running bin/qa from anywhereRobert Speicher2018-02-062-2/+7
| | |
| * | Fix wait conditionqa/mk-fix-slow-waitMichael Kozono2018-02-051-2/+1
| |/ | | | | | | The `has_css?` line was always timing out false because `$(‘…’).val(url)` does not change the input’s value attribute.
| * Merge branch 'qa-173' into 'master'Grzegorz Bizon2018-02-012-1/+3
| |\ | | | | | | | | | | | | QA::Page::Component::Dropzone#initialize needs a QA::Page::Base object See merge request gitlab-org/gitlab-ce!16852
| | * QA::Page::Component::Dropzone#initialize needs a QA::Page::Base objectqa-173Rémy Coutable2018-02-012-1/+3
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Ensure we save QA screenshots to an absolute pathqa-absolute-path-to-screenshotsRémy Coutable2018-02-011-1/+1
| |/ | | | | | | | | | | | | 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>
* | WIPLin Jen-Shin2018-02-059-15/+177
|/
* Merge branch '42497-rubocop-style-regexpliteral' into 'master'Rémy Coutable2018-02-011-1/+1
|\ | | | | | | | | | | | | Enable Style/RegexpLiteral cop Closes #42497 See merge request gitlab-org/gitlab-ce!16752
| * Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
| |
* | Merge branch 'qa-160' into 'master'Robert Speicher2018-02-012-2/+18
|\ \ | |/ |/| | | | | | | | | Add a QA scenario for creating an issue Closes gitlab-qa#160 See merge request gitlab-org/gitlab-ce!16802
| * Add a QA scenario for creating an issueqa-160Rémy Coutable2018-01-312-2/+18
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>