summaryrefslogtreecommitdiff
path: root/qa
Commit message (Collapse)AuthorAgeFilesLines
* 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-074-0/+49
|\ \ | | | | | | | | | | | | 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-063-2/+7
| | |
| * | Add QA specs for LDAP loginStan Hu2018-02-044-0/+44
| |/
* | Revert "Merge branch 'update-qa-docs-with-directory-req' into 'master'"qa/rs-qa-from-anywhereRobert Speicher2018-02-061-3/+0
| | | | | | | | | | This reverts commit e6579d82cb87ca5cb94639851482f48a73a2b74f, reversing changes made to afcd9fc7f415dc5a8794ad1ef2498baee08aa825.
* | Expand QA spec file paths to allow running bin/qa from anywhereRobert Speicher2018-02-063-3/+9
| |
* | 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>
* Merge branch '42497-rubocop-style-regexpliteral' into 'master'Rémy Coutable2018-02-012-2/+2
|\ | | | | | | | | | | | | Enable Style/RegexpLiteral cop Closes #42497 See merge request gitlab-org/gitlab-ce!16752
| * Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-012-2/+2
| |
* | 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>
* | Merge branch 'qa-new-dropzone-component' into 'master'Grzegorz Bizon2018-01-314-17/+41
|\ \ | |/ |/| | | | | Introduce a new QA::Gitlab::Page::Component::Dropzone class See merge request gitlab-org/gitlab-ce!16805
| * Introduce a new QA::Gitlab::Page::Component::Dropzone classRémy Coutable2018-01-314-17/+41
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'update-qa-docs-with-directory-req' into 'master'Grzegorz Bizon2018-01-311-0/+3
|\ \ | |/ |/| | | | | | | | | 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]
| * Add note about being in the `qa` directory for `bin/qa` to workupdate-qa-docs-with-directory-reqEric Eastwood2018-01-311-0/+3
| | | | | | | | | | I ran into some issues when trying it out https://gitlab.slack.com/archives/C3JJET4Q6/p1517384135000134
* | 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-3010-17/+187
|\ \ | |/ | | | | # Conflicts: # qa/qa/page/group/show.rb
| * Port changes from gitlab-org/gitlab-ee!4064 to CERémy Coutable2018-01-3010-6/+189
| | | | | | | | 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-298-5/+133
|\ \ | | | | | | | | | | | | Create merge request factory See merge request gitlab-org/gitlab-ce!15964
| * | Create merge request specqa_78_create_merge_requestFelipe Artur2018-01-268-5/+133
| | |
* | | 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-268-15/+92
|\ \ | | | | | | | | | | | | | | | | | | 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-267-1/+131
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-268-11/+87
| | |/ | |/|
* | | Merge branch 'filipefreire_155' into 'master'Rémy Coutable2018-01-264-0/+43
|\ \ \ | |_|/ |/| | | | | | | | 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-2547-164/+963
| |\ \ | | |/ | | | | | | 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-165-28/+14
| | | | | | | | | | | | | | | | | | + move activity click to side.rb + add element check on activity.rb + minor fixes
| * | Merge branch 'master' of https://gitlab.com/filipefreire/gitlab-ce into ↵Filipe Freire2018-01-161-0/+11
| |\ \ | | | | | | | | | | | | filipefreire_155
| * | | improvement after CRFilipe Freire2018-01-124-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | - test reaches Activity page - the actual git push seems to be failing - had problems with defining selectors
| * | | improvements after CRFilipe Freire2018-01-122-9/+8
| | | |
| * | | Add relevant element for push event buttonFilipe Freire2018-01-121-7/+4
| | | |
| * | | gitlab-qa !155 push creates event on activity pageFilipe Freire2018-01-122-0/+42
| | | |