summaryrefslogtreecommitdiff
path: root/qa/qa/page
Commit message (Collapse)AuthorAgeFilesLines
* Wait for create merge request button to appearqa_issue_177Felipe Artur2018-02-141-0/+4
|
* 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-131-1/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. ↵sh-add-login-types-qaStan Hu2018-02-111-1/+9
| | | | | | | | | | | | | | 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.
* | Add a comment about why @ is picked for sshLin Jen-Shin2018-02-131-0/+3
| |
* | Rearrange the test structure and introduceLin Jen-Shin2018-02-121-0/+4
| | | | | | | | 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.
* | Cleanup codes and address feedbackLin Jen-Shin2018-02-094-8/+18
| |
* | Merge remote-tracking branch 'upstream/master' into qa-clone-with-deploy-keyLin Jen-Shin2018-02-095-38/+58
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-071-26/+17
| |\ | | | | | | | | | | | | 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-051-26/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-071-0/+22
| |\ \ | | | | | | | | | | | | | | | | 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-061-0/+5
| | | |
| | * | Add QA specs for LDAP loginStan Hu2018-02-041-0/+17
| | |/
| * | 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.
| * 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>
* | WIPLin Jen-Shin2018-02-054-9/+47
|/
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
|
* Introduce a new QA::Gitlab::Page::Component::Dropzone classRémy Coutable2018-01-313-17/+34
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'qa-speedup-new-subgroup-click' into 'master'Grzegorz Bizon2018-01-301-1/+9
|\ | | | | | | | | Speed-up the click on 'New subgroup' if the 'No results' text is shown See merge request gitlab-org/gitlab-ce!16803
| * Speed-up the click on 'New subgroup' if the 'No results' text is shownqa-speedup-new-subgroup-clickRémy Coutable2018-01-301-1/+9
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'master' into 'qa-define-selectors'qa-define-selectorsLin Jen-Shin2018-01-307-17/+146
|\ \ | |/ | | | | # Conflicts: # qa/qa/page/group/show.rb
| * Port changes from gitlab-org/gitlab-ee!4064 to CERémy Coutable2018-01-307-6/+148
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Define selectors and remove EE only codeLin Jen-Shin2018-01-293-34/+42
|/
* Merge branch 'qa/mk-fix-unable-to-click-new-project-in-dropdown' into 'master'Rémy Coutable2018-01-291-2/+12
|\ | | | | | | | | [CE backport] Fix intermittently failed click in dropdown in QA See merge request gitlab-org/gitlab-ce!16738
| * Fix intermittently failed click in dropdownqa/mk-fix-unable-to-click-new-project-in-dropdownMichael Kozono2018-01-263-11/+25
| | | | | | | | I haven’t seen `go_to_new_subgroup` fail in the same way, but it seems best to modify it also.
* | Merge branch 'qa/mk-fix-intermittent-clone-failure' into 'master'Rémy Coutable2018-01-291-6/+9
|\ \ | | | | | | | | | | | | [CE backport] Fix intermittent clone failure in QA See merge request gitlab-org/gitlab-ce!16739
| * | Fix intermittent clone over SSH failureqa/mk-fix-intermittent-clone-failureMichael Kozono2018-01-263-15/+22
| |/ | | | | | | We always clone over HTTP, so if the QA spec attempts to clone over SSH, we know it gathered the wrong repo URI.
* | Merge branch 'qa_78_create_merge_request' into 'master'Grzegorz Bizon2018-01-293-2/+45
|\ \ | | | | | | | | | | | | Create merge request factory See merge request gitlab-org/gitlab-ce!15964
| * | Create merge request specqa_78_create_merge_requestFelipe Artur2018-01-263-2/+45
| | |
* | | Merge branch 'qa/mk-fix-element-is-not-clickable-at-point' into 'master'Grzegorz Bizon2018-01-293-10/+19
|\ \ \ | | | | | | | | | | | | | | | | [CE backport] Fix intermittent QA error -- Expand button not bound to JS See merge request gitlab-org/gitlab-ce!16737
| * | | Fix intermittent click errorqa/mk-fix-element-is-not-clickable-at-pointMichael Kozono2018-01-263-10/+19
| | |/ | |/|
* | | Fix click on incorrect namespaceqa/mk-fix-new-project-namespaceMichael Kozono2018-01-261-2/+2
|/ / | | | | | | in certain conditions. And `first` was causing it to succeed even though the criteria were ambiguous.
* | Merge branch 'qa/ee-4698-backport' into 'master'Grzegorz Bizon2018-01-266-8/+83
|\ \ | | | | | | | | | | | | | | | | | | Backport QA changes from EE Closes gitlab-ee#4698 See merge request gitlab-org/gitlab-ce!16728
| * | Pick EE for qa/qa/page/menu/side.rbqa/ee-4698-backportLin Jen-Shin2018-01-261-0/+1
| | |
| * | Pick the EE version for this fileLin Jen-Shin2018-01-261-5/+5
| | |
| * | Merge remote-tracking branch 'upstream/master' into qa/ee-4698-backportLin Jen-Shin2018-01-264-1/+69
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | Backport QA changes from EEGabriel Mazetto2018-01-266-4/+78
| | |/ | |/|
* | | Merge branch 'filipefreire_155' into 'master'Rémy Coutable2018-01-262-0/+22
|\ \ \ | |_|/ |/| | | | | | | | gitlab-qa !155 - push creates event on activity page See merge request gitlab-org/gitlab-ce!16423
| * | Merge branch 'master' of https://gitlab.com/filipefreire/gitlab-ce into ↵Filipe Freire2018-01-2515-32/+282
| |\ \ | | |/ | | | | | | filipefreire_155
| * | improve push events selector in activity.rbFilipe Freire2018-01-181-5/+1
| | |
| * | improve interaction with activity on side.rbFilipe Freire2018-01-181-1/+3
| | |
| * | improvements after CRFilipe Freire2018-01-163-24/+12
| | | | | | | | | | | | | | | | | | + move activity click to side.rb + add element check on activity.rb + minor fixes
| * | improvement after CRFilipe Freire2018-01-122-8/+25
| | | | | | | | | | | | | | | | | | - test reaches Activity page - the actual git push seems to be failing - had problems with defining selectors
| * | improvements after CRFilipe Freire2018-01-121-3/+7
| | |
| * | Add relevant element for push event buttonFilipe Freire2018-01-121-7/+4
| | |
| * | gitlab-qa !155 push creates event on activity pageFilipe Freire2018-01-121-0/+18
| | |
* | | Just don't expand if it's already expandedLin Jen-Shin2018-01-261-4/+2
| | |
* | | Merge remote-tracking branch 'upstream/master' into qa-secret-variables-scenarioqa-secret-variables-scenarioLin Jen-Shin2018-01-252-5/+33
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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