summaryrefslogtreecommitdiff
path: root/qa/spec/git
Commit message (Collapse)AuthorAgeFilesLines
* Swap brackets to avoid false positiveqa-escape-netrc-regexMark Lapierre2019-05-061-1/+1
|
* Escape arg used in regexMark Lapierre2019-05-061-0/+9
|
* Add frozen_string_literal to qa/frozen_string_literal_qaThong Kuah2019-04-132-0/+4
| | | | | This will be default in Ruby 3, so will be good to apply in QA ahead of time to be consistent.
* [QA] Fail early if a Git command failsRémy Coutable2019-02-281-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* [CE] Improve `wait_for_push`Mark Lapierre2019-02-111-1/+1
|
* Don't use .netrc with SSHMark Lapierre2019-01-301-11/+0
| | | | | | There was a bug that required credentials when using SSH key auth when using LFS. That bug was fixed so we shouldn't need to add credentials to .netrc when using SSH anymore.
* Add git credentials to .netrc when neededMark Lapierre2019-01-281-42/+103
| | | | | Avoid having to remember to call try_add_credentials_to_netrc after setting credentials.
* Add e2e test of push over SSH over Git protocol v2ml-qa-git-protocol-v2-specMark Lapierre2018-11-071-0/+30
| | | | | | | | Adds a new end-to-end test to check that Git protocol v2 can be used to push over SSH. Includes a change in Git::Repository to use Runtime::Env.debug? to enable logging instead of .verbose?
* [QA] Port recent changes from EEqa-backport-recent-ee-changesRémy Coutable2018-10-221-8/+7
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* [QA] Fix Specs::Runner that would always excluding the orchectsrated tagRémy Coutable2018-09-041-1/+1
| | | | 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>
* QA: Redact credentials from URI in git outputMichael Kozono2018-06-071-0/+40
|
* Fix the use to Git::LocationLin Jen-Shin2018-02-141-5/+5
|
* Rename Git::Repository::Location to Git::LocationLin Jen-Shin2018-02-131-1/+1
|
* Rearrange the test structure and introduceLin Jen-Shin2018-02-121-6/+9
| | | | a new repository location class.
* Adopt Git style URILin Jen-Shin2018-02-121-0/+52