Commit graph

23 commits

Author SHA1 Message Date
GitLab Bot
3a51d1d11d Add latest changes from gitlab-org/gitlab@master 2020-12-14 21:09:47 +00:00
GitLab Bot
f5dcc7ae73 Add latest changes from gitlab-org/gitlab@master 2020-10-12 21:08:56 +00:00
GitLab Bot
c916c6f79b Add latest changes from gitlab-org/gitlab@master 2020-09-25 03:09:30 +00:00
GitLab Bot
8007620dc7 Add latest changes from gitlab-org/gitlab@master 2020-09-23 03:09:30 +00:00
GitLab Bot
1b9a2ce278 Add latest changes from gitlab-org/gitlab@master 2020-05-18 09:08:12 +00:00
GitLab Bot
9a9415ab12 Add latest changes from gitlab-org/gitlab@master 2020-04-23 15:09:55 +00:00
GitLab Bot
cf6a3e7ed4 Add latest changes from gitlab-org/gitlab@master 2020-02-21 15:09:05 +00:00
Mark Lapierre
3554736f23 Swap brackets to avoid false positive 2019-05-06 17:30:24 +10:00
Mark Lapierre
f9e06897ad Escape arg used in regex 2019-05-06 13:07:31 +10:00
Thong Kuah
0be52bf32f Add frozen_string_literal to qa/
This will be default in Ruby 3, so will be good to apply in QA ahead of
time to be consistent.
2019-04-13 00:45:38 +12:00
Rémy Coutable
95b5832366
[QA] Fail early if a Git command fails
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-28 18:15:51 +01:00
Mark Lapierre
97265d39e7 [CE] Improve wait_for_push 2019-02-11 09:04:59 +00:00
Mark Lapierre
f653952202 Don't use .netrc with SSH
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.
2019-01-30 15:16:37 -05:00
Mark Lapierre
02c3c9dad5 Add git credentials to .netrc when needed
Avoid having to remember to call try_add_credentials_to_netrc
after setting credentials.
2019-01-28 15:28:42 -05:00
Mark Lapierre
765ca40d65 Add e2e test of push over SSH over Git protocol v2
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?
2018-11-07 12:16:17 -05:00
Rémy Coutable
e5f01cc8a1
[QA] Port recent changes from EE
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-22 10:03:11 +02:00
Rémy Coutable
144b017d77
[QA] Fix Specs::Runner that would always excluding the orchectsrated tag
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-04 19:34:12 +02:00
Rémy Coutable
d2db7d40dd
Disambiguate 'File' under qa/ since we have a QA::Factory::Resource::File class as well
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-18 15:06:53 +02:00
Michael Kozono
4fc0203214 QA: Redact credentials from URI in git output 2018-06-07 20:52:30 +00:00
Lin Jen-Shin
305c8751c2 Fix the use to Git::Location 2018-02-14 01:39:59 +08:00
Lin Jen-Shin
59d49f70c3 Rename Git::Repository::Location to Git::Location 2018-02-13 23:35:45 +08:00
Lin Jen-Shin
565fdd63cf Rearrange the test structure and introduce
a new repository location class.
2018-02-12 23:49:09 +08:00
Lin Jen-Shin
bc2739a52f Adopt Git style URI 2018-02-12 16:43:32 +08:00