summaryrefslogtreecommitdiff
path: root/qa
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File cla...Rémy Coutable2018-07-1811-14/+14
* QA scenario to add/edit/delete a file via the Web UISanad Liaquat2018-07-178-2/+197
* Merge branch 'i18n-extract-app/views/doorkeeper' into 'master'Rémy Coutable2018-07-161-1/+1
|\
| * i18n: externalize strings from 'app/views/doorkeeper'Tao Wang2018-07-131-1/+1
* | Remove flaky and redundant expectationsmk/fix-flaky-protected-branch-expectationsMichael Kozono2018-07-133-42/+1
|/
* Ensure Encoding.default_external is set to UTF-8 when running QA scenariosRémy Coutable2018-07-121-0/+2
* Merge branch 'qa-fix-timestamp' into 'master'Grzegorz Bizon2018-07-121-1/+1
|\
| * [QA] Fix duplicate year in namespace nameqa-fix-timestampRémy Coutable2018-07-121-1/+1
* | Merge branch '49139-sleep-before-installing-tiller-to-prevent-race-condition'...Grzegorz Bizon2018-07-121-0/+3
|\ \
| * | Add sleep to QA test before installing tiller49139-sleep-before-installing-tiller-to-prevent-race-conditionDylan Griffith2018-07-121-0/+3
* | | Adding spec to test basic forking functionalitiesMykhailo Formus2018-07-1217-22/+229
* | | Merge branch '48690-follow-up-from-milestone-tests' into 'master'Rémy Coutable2018-07-123-11/+13
|\ \ \
| * | | move #has_milestone? to issuable sidebar;48690-follow-up-from-milestone-testsddavison2018-07-113-11/+13
* | | | Revert "Log push output on exception"mk/remove-push-output-loggingMichael Kozono2018-07-111-18/+6
| |_|/ |/| |
* | | [QA] Ensure screenshots are save in subfolder per QA runRémy Coutable2018-07-112-1/+5
|/ /
* | Milestone testsDan Davison2018-07-119-8/+141
* | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-0/+6
|/
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Merge branch 'rc-qa-146' into 'master'Grzegorz Bizon2018-07-0616-12/+352
|\
| * [QA] Add a new scenario to test GitHub importRémy Coutable2018-07-0616-16/+334
| * [QA] Add a new Page::Issuable::Show pageRémy Coutable2018-07-062-0/+22
* | Resolve "Add dropdown to Groups link in top bar"Dennis Tang2018-07-061-2/+8
|/
* Ensure QA specs are categorized as feature specs by RSpecRémy Coutable2018-07-051-0/+6
* Merge branch '48779-qa-merge-request-squash-sometimes-fail' into 'master'Sean McGivern2018-07-052-9/+37
|\
| * [QA] Ensure we wait for the squash checbox to be clickable before clicking it...Rémy Coutable2018-07-052-9/+37
* | Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-0521-52/+52
|/
* Merge branch '43446-new-cluster-page-tabs' into 'master'Kamil Trzciński (OoO till 3th)2018-07-041-2/+2
|\
| * Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang2018-06-2126-103/+361
| |\
| * | fix qa selectorsDennis Tang2018-06-201-1/+1
| * | fix a couple oopsiesDennis Tang2018-06-201-2/+2
* | | Merge branch 'qa-112-prefer-env-credentials-for-gcloud' into 'master'Grzegorz Bizon2018-07-042-3/+11
|\ \ \
| * | | Auto DevOps QA: Prefer gcloud credentials from envDylan Griffith2018-07-032-3/+11
* | | | [QA] Wait for CSS class to be present instead of trying to find the elementRémy Coutable2018-07-031-1/+1
* | | | i18n: externalize strings from 'app/views/projects/settings'Tao Wang2018-07-011-1/+1
* | | | [QA] Make sure we wait for the deploy key list to loadRémy Coutable2018-06-261-0/+4
* | | | Log push output on exceptionmk/log-invalid-byte-sequence-in-us-ascii-qaMichael Kozono2018-06-221-6/+18
| |_|/ |/| |
* | | Merge branch '48159-qa-specs-features-login-ldap_spec-rb-is-failing-after-htt...Robert Speicher2018-06-202-2/+10
|\ \ \
| * | | [QA] Fix qa/qa/specs/features/login/ldap_spec.rb48159-qa-specs-features-login-ldap_spec-rb-is-failing-after-https-gitlab-com-gitlab-org-gitlab-ce-merge_requests-19964Rémy Coutable2018-06-202-2/+10
| |/ /
* | | Added Wiki Scenario Automation gitlab-qa#263Ramya A2018-06-2022-70/+314
|/ /
* | Make Page::Main::Login#sign_in_using_credentials gracefully bail out when use...qa-improve-main-login-pageRémy Coutable2018-06-192-31/+37
|/
* Only clear the sessions if block_given? and no errorLin Jen-Shin2018-06-131-13/+1
* Loosen the 'newly created MR' matcherqa-271Rémy Coutable2018-06-131-1/+1
* Ensure we look into the correct setion only when expanding a settings' sectionRémy Coutable2018-06-137-35/+39
* Merge branch 'qa-112-fix-auto-devops-cluster-spec' into 'master'Grzegorz Bizon | off until 20th June2018-06-124-5/+28
|\
| * Move ENV variables to Runtime::Env for auto devops QAqa-112-fix-auto-devops-cluster-specDylan Griffith2018-06-112-9/+17
| * Explicitly require pathname in QA stepsDylan Griffith2018-06-082-0/+4
| * Ensure --zone is passed to all gcloud commands for auto devops cluster specsDylan Griffith2018-06-081-3/+14
* | Merge branch 'sh-suppress-env-leaks' into 'master'Kamil Trzciński2018-06-111-0/+2
|\ \
| * | Prevent ENV from leaking variables in CI outputStan Hu2018-06-081-0/+2
* | | Merge branch 'qa-wait-for-job-trace' into 'master'Grzegorz Bizon | off until 20th June2018-06-112-1/+8
|\ \ \