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-07-16Merge branch 'i18n-extract-app/views/doorkeeper' into 'master'Rémy Coutable
i18n: externalize strings from 'app/views/doorkeeper' See merge request gitlab-org/gitlab-ce!19695
2018-07-13Remove flaky and redundant expectationsMichael Kozono
2018-07-13i18n: externalize strings from 'app/views/doorkeeper'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-12Ensure Encoding.default_external is set to UTF-8 when running QA scenariosRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-12Merge branch 'qa-fix-timestamp' into 'master'Grzegorz Bizon
[QA] Fix duplicate year in namespace name See merge request gitlab-org/gitlab-ce!20581
2018-07-12Merge branch ↵Grzegorz Bizon
'49139-sleep-before-installing-tiller-to-prevent-race-condition' into 'master' Resolve "Installing helm tiller sometimes fails with no api token found" Closes #49139 See merge request gitlab-org/gitlab-ce!20580
2018-07-12Adding spec to test basic forking functionalitiesMykhailo Formus
2018-07-12Merge branch '48690-follow-up-from-milestone-tests' into 'master'Rémy Coutable
Resolve "Follow-up from "Milestone tests"" Closes #48690 See merge request gitlab-org/gitlab-ce!20563
2018-07-12Add sleep to QA test before installing tillerDylan Griffith
Otherwise we ocassionally see a race condition error: No API token found for service account "default", retry after the token is automatically created and added to the service account Waiting 10 seconds should remove this risk.
2018-07-12[QA] Fix duplicate year in namespace nameRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-11Revert "Log push output on exception"Michael Kozono
This reverts commit d493c91d21250e0b94a14f1808fcf8bb6f1a8d03.
2018-07-11move #has_milestone? to issuable sidebar;ddavison
closes #48690
2018-07-11[QA] Ensure screenshots are save in subfolder per QA runRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-11Milestone testsDan Davison
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-06Merge branch 'rc-qa-146' into 'master'Grzegorz Bizon
Add a new scenario to test GitHub import Closes gitlab-qa#146 See merge request gitlab-org/gitlab-ce!19555
2018-07-06Resolve "Add dropdown to Groups link in top bar"Dennis Tang
2018-07-06[QA] Add a new scenario to test GitHub importRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-06[QA] Add a new Page::Issuable::Show pageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-05Ensure QA specs are categorized as feature specs by RSpecRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-05Merge branch '48779-qa-merge-request-squash-sometimes-fail' into 'master'Sean McGivern
Resolve "QA: Merge request squash sometimes fail" Closes #48779 See merge request gitlab-org/gitlab-ce!20375
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-07-05[QA] Ensure we wait for the squash checbox to be clickable before clicking ↵Rémy Coutable
it in the squash scenario Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-04Merge branch '43446-new-cluster-page-tabs' into 'master'Kamil Trzciński (OoO till 3th)
Resolve "Change new cluster page design to use tabs" Closes #43446 and #46304 See merge request gitlab-org/gitlab-ce!18963
2018-07-04Merge branch 'qa-112-prefer-env-credentials-for-gcloud' into 'master'Grzegorz Bizon
Auto DevOps QA: Prefer gcloud credentials from env See merge request gitlab-org/gitlab-ce!20338
2018-07-03Auto DevOps QA: Prefer gcloud credentials from envDylan Griffith
2018-07-03[QA] Wait for CSS class to be present instead of trying to find the elementRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-01i18n: externalize strings from 'app/views/projects/settings'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-26[QA] Make sure we wait for the deploy key list to loadRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-23Log push output on exceptionMichael Kozono
2018-06-21Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang
2018-06-21fix qa selectorsDennis Tang
2018-06-20fix a couple oopsiesDennis Tang
2018-06-20Merge branch ↵Robert Speicher
'48159-qa-specs-features-login-ldap_spec-rb-is-failing-after-https-gitlab-com-gitlab-org-gitlab-ce-merge_requests-19964' into 'master' Resolve "qa/specs/features/login/ldap_spec.rb is failing after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19964" Closes #48159 See merge request gitlab-org/gitlab-ce!20027
2018-06-20Added Wiki Scenario Automation gitlab-qa#263Ramya A
2018-06-20[QA] Fix qa/qa/specs/features/login/ldap_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-19Make Page::Main::Login#sign_in_using_credentials gracefully bail out when ↵Rémy Coutable
user is already logged-in Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-13Only clear the sessions if block_given? and no errorLin Jen-Shin
Because otherwise capybara-screenshot/rspec can't take the screenshots for us. If we got an error, we don't want to continue anyway?
2018-06-13Loosen the 'newly created MR' matcherRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-13Ensure we look into the correct setion only when expanding a settings' sectionRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-12Merge branch 'qa-112-fix-auto-devops-cluster-spec' into 'master'Grzegorz Bizon | off until 20th June
Qa 112 fix auto devops cluster spec See merge request gitlab-org/gitlab-ce!19584
2018-06-11Merge branch 'sh-suppress-env-leaks' into 'master'Kamil Trzciński
Prevent ENV from leaking variables in CI output See merge request gitlab-org/gitlab-ce!19607
2018-06-11Move ENV variables to Runtime::Env for auto devops QADylan Griffith
2018-06-11Merge branch 'qa-wait-for-job-trace' into 'master'Grzegorz Bizon | off until 20th June
Update QA deploy key clone test to wait for job traces Closes gitlab-qa#269 See merge request gitlab-org/gitlab-ce!19557
2018-06-09Prevent ENV from leaking variables in CI outputStan Hu
2018-06-08Move qa test use of refresh selector into the job pageDJ Mountney
2018-06-08Rename method according to new role nameMichael Kozono
2018-06-08Reuse Push factoryMichael Kozono
2018-06-08Tweak scenario descriptionsMichael Kozono