summaryrefslogtreecommitdiff
path: root/qa/qa/git
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable debug logging of Git commands and outputml-qa-repo-loggingMark Lapierre2018-10-251-6/+2
|
* [QA] Port recent changes from EEqa-backport-recent-ee-changesRémy Coutable2018-10-221-46/+94
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'ml-qa-spec-use-ssh-key' into 'master'Robert Speicher2018-09-171-2/+35
|\ | | | | | | | | Add a new scenario to add an SSH key, perform Git actions with it, and then remove the key See merge request gitlab-org/gitlab-ce!19754
| * Add an SSH key and use it to clone and pushMark Lapierre2018-09-151-2/+35
| | | | | | | | | | | | | | | | | | Adds 2 end-to-end tests: 1. Add and remove an SSH key 2. Add an SSH key and use it to clone and push Includes changes to factories to allow Git actions via SSH
* | Add support for testing Git over HTTP with LDAP usersStan Hu2018-08-221-2/+7
|/ | | | This would have helped catch https://gitlab.com/gitlab-org/gitlab-ce/issues/50579.
* [QA] Improve the fork scenario to take a username and password instead of ↵qa-staging-2Rémy Coutable2018-08-201-1/+1
| | | | | | | | always creating a new user Fixes https://gitlab.com/gitlab-org/quality/staging/issues/2. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File ↵Rémy Coutable2018-07-181-1/+1
| | | | | | class as well Signed-off-by: Rémy Coutable <remy@rymai.me>
* Reuse Push factoryMichael Kozono2018-06-081-3/+3
|
* QA: Redact credentials from URI in git outputMichael Kozono2018-06-071-10/+7
|
* Rename location to uri; Handle uri for HTTP; Fix pushing remoteLin Jen-Shin2018-04-242-3/+2
|
* Merge remote-tracking branch 'upstream/master' into qa-add-more-key-testsLin Jen-Shin2018-04-231-1/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Add QA tests for protected branchesOswaldo Ferreira2018-04-161-1/+5
| |
* | Checkout to a new branchLin Jen-Shin2018-04-031-0/+4
|/
* test merge request rebaseFelipe Artur2018-02-191-0/+4
|
* Suppress git output when running QA as a non-default userRobert Speicher2018-02-141-2/+12
|
* Indent as Rubocop likeqa-clone-with-deploy-keyLin Jen-Shin2018-02-141-8/+9
|
* Just use initialize and remove scheme we're not usingLin Jen-Shin2018-02-131-13/+5
|
* Rename Git::Repository::Location to Git::LocationLin Jen-Shin2018-02-133-43/+39
|
* Rearrange the test structure and introduceLin Jen-Shin2018-02-122-13/+43
| | | | a new repository location class.
* Adopt Git style URILin Jen-Shin2018-02-121-0/+14
|
* It should escape spaces to %20 rather than +qa-fix-escape-password-spacesLin Jen-Shin2017-12-201-1/+1
| | | | | `CGI.escape` would escape spaces to +, which is fine in some cases, but doesn't work for git clone.
* Escape the password for Git callsRémy Coutable2017-11-101-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add GitLab QA integrations tests to GitLab CE / EEGrzegorz Bizon2017-03-091-0/+71