Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Swap brackets to avoid false positiveqa-escape-netrc-regex | Mark Lapierre | 2019-05-06 | 1 | -1/+1 |
| | |||||
* | Escape arg used in regex | Mark Lapierre | 2019-05-06 | 1 | -0/+9 |
| | |||||
* | Add frozen_string_literal to qa/frozen_string_literal_qa | Thong Kuah | 2019-04-13 | 2 | -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 fails | Rémy Coutable | 2019-02-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | [CE] Improve `wait_for_push` | Mark Lapierre | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Don't use .netrc with SSH | Mark Lapierre | 2019-01-30 | 1 | -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 needed | Mark Lapierre | 2019-01-28 | 1 | -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-spec | Mark Lapierre | 2018-11-07 | 1 | -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-changes | Rémy Coutable | 2018-10-22 | 1 | -8/+7 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | [QA] Fix Specs::Runner that would always excluding the orchectsrated tag | Rémy Coutable | 2018-09-04 | 1 | -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 Coutable | 2018-07-18 | 1 | -1/+1 |
| | | | | | | class as well Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | QA: Redact credentials from URI in git output | Michael Kozono | 2018-06-07 | 1 | -0/+40 |
| | |||||
* | Fix the use to Git::Location | Lin Jen-Shin | 2018-02-14 | 1 | -5/+5 |
| | |||||
* | Rename Git::Repository::Location to Git::Location | Lin Jen-Shin | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | Rearrange the test structure and introduce | Lin Jen-Shin | 2018-02-12 | 1 | -6/+9 |
| | | | | a new repository location class. | ||||
* | Adopt Git style URI | Lin Jen-Shin | 2018-02-12 | 1 | -0/+52 |