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-06-15Loosen the 'newly created MR' matcherRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-14Merge branch 'qa-clear-session-only-if-block-given-and-no-errors' into 'master'Rémy Coutable
QA: Only clear the sessions if there's no error with a block Closes gitlab-qa#197 See merge request gitlab-org/gitlab-ce!19751
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-12Merge branch 'qa-251-api-tests' into 'master'Grzegorz Bizon
Automate the basic API tests in a QA scenario Closes gitlab-qa#251 See merge request gitlab-org/gitlab-ce!19280
2018-06-12Merge 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-12Merge branch 'mk/authorized-push-to-protected-branch-test-qa' into 'master'Grzegorz Bizon | off until 20th June
Add QA test for authorized push to protected branch See merge request gitlab-org/gitlab-ce!18696
2018-06-07QA: Redact credentials from URI in git outputMichael Kozono
2018-06-07Fix default wait argument in QA Pipelines specDylan Griffith
2018-06-06Merge branch '42751-rename-master-to-maintainer' into 'master'Sean McGivern
Resolve "Rename the `Master` role to `Maintainer`" Closes #42751 See merge request gitlab-org/gitlab-ce!19080
2018-06-06Merge branch 'jivl-backport-scroll-utilities' into 'master'Filipa Lacerda
Backport scroll utilities for the job log component See merge request gitlab-org/gitlab-ce!19221
2018-06-06Rename “Developers + Masters”Mark Chao
2018-06-06Remove unused let and rename var in QA autodevops specDylan Griffith
2018-06-06Remove unnecessary @pushing_directory bool in QA::Factory::Repository::PushDylan Griffith
2018-06-05Set zone when creating K8s cluster in QA testDylan Griffith
This field is apparently required even though it seemed to work on my machine without it :P
2018-06-05Add gcloud and kubectl to Dockerfile for QADylan Griffith
2018-06-05Dont test performance succeeds in Auto DevOps QADylan Griffith
This is optional and seems to fail now so best to exclude
2018-06-05Update Factory::Repository::Push to allow pushing directory to simplfy auto ↵Dylan Griffith
devops spec
2018-06-04Do not wait for sast job to succeed in auto devops specDylan Griffith
2018-06-04Add QA integration test for full Auto DevOps flowDylan Griffith
2018-06-01Add partial for the build outputsJose
2018-05-31Cleanup code for General Project SettingsLukas Eipert
2018-05-30Removed API endpoint and specsFrancisco Javier López
2018-05-30Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes
Resolve "Squash and merge in GitLab Core (CE)" Closes #34591 See merge request gitlab-org/gitlab-ce!18956
2018-05-29Add 'squash and rebase' feature to CEblackst0ne
2018-05-29Merge branch 'qa/rs-api-users-spec' into 'master'Grzegorz Bizon
Simplify users API QA spec See merge request gitlab-org/gitlab-ce!19147
2018-05-28Resolve "Rename "secret variables" to "variables""Fabio Busatto
2018-05-25Simplify users API QA specRobert Speicher
2018-05-21Merge branch 'master' into bootstrap4Clement Ho
2018-05-21Generate the key while running the testsLin Jen-Shin
2018-05-17fix terms specClement Ho
2018-05-17Loosen the matcher in the MR creation testRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-08Succeed or fail fast based on job status firstMichael Kozono
Also, move wait block into the correct page block.
2018-05-04Make the user dropdown reusableBob Van Landuyt
We will reuse the the dropdown, but exclude some menu items based on permissions. So moving the menu to a partial, and adding checks for each menu item here.
2018-05-01Bump nokogiri to 1.8.2 in qa GemfileRobert Speicher
Resolves CVE-2017-18258
2018-04-27Merge branch 'qa-fix-protected-branches-test-ce' into 'master'Grzegorz Bizon
CE: Fix QA protected branches tests See merge request gitlab-org/gitlab-ce!18585
2018-04-27Wait for page load so we're not getting stale elementsLin Jen-Shin
while producing products. Basically an attempt to fix: https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/65016456 Selenium::WebDriver::Error::StaleElementReferenceError: stale element reference: element is not attached to the page document in: ``` ruby product :name do Page::Project::Settings::Repository.act do expand_protected_branches(&:last_branch_name) end end ```
2018-04-27Fix rubocop offense and enable jobs for qaLin Jen-Shin
We could revisit which we don't want to run in qa.
2018-04-25Clear local storage after test so it's not interferingLin Jen-Shin
2018-04-25Select everything so we could hit protectLin Jen-Shin
Add missing QA selectors as well
2018-04-24Use remote_branch insteadLin Jen-Shin
2018-04-24Rename location to uri; Handle uri for HTTP; Fix pushing remoteLin Jen-Shin
2018-04-23Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin
* upstream/master: (166 commits) Flowdock uses Gitaly, not Grit Removes 'no job log' from trace action Fix missing namespace for some internal users Dedupe yarn dependencies Downgrade MySQL CI service from 8.0 to 5.7 Atomic internal ids for all models Add documentation on how to configure Redis Sentinel by persistent class Update CHANGELOG.md for 10.7.0 Update index.md Resolve "Text from the diff is showing within a table header inside the discussion after the discussion is resolved" Don't include lfs_file_locks data in export bundle Documentation: Frontend Building Checklist Fix a documentation typo for GitLab pages Refactored activity calendar Add an API endpoint to download git repository snapshots Fix issues without links when added from boards new issue modal Respect visibility options and description when importing project from template Resolve "Improve tooltips of collapsed sidebars" Update Container Scanning documentation Fix typo in vue.md ...
2018-04-23Use all_elements insteadLin Jen-Shin
2018-04-20Use qa selectors for secret variablesLin Jen-Shin
The problem of using .js-ci-variable-input-value is that, whenever the value is hidden, then this selector won't be set, instead, .js-secret-value-placeholder would be set. If we just fill the value, the value is revealed. But if we visit this later, the values were be hidden. This means we don't have a consistent way to count the values. Adding an unique qa selector to both revealed and hidden values would make it easier to track the values. To make it look more consistent, let's also do the same for the key.
2018-04-20It's actually raising QA::Service::Shellout::CommandErrorLin Jen-Shin
2018-04-20Unify the use of repository_locationLin Jen-Shin
2018-04-20s/all_element/all_elements/gLin Jen-Shin
2018-04-19Merge branch 'docs/gb/rename-qa-slack-channel-to-quality' into 'master'Mek Stittri
Rename #qa slack channel to #quality in docs See merge request gitlab-org/gitlab-ce!18472
2018-04-19Rename #qa slack channel to #quality in docsGrzegorz Bizon
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉