These are the URLs that are supposed to work for git cloning (I am not sure that they do):

During Testing:
Anonymous user:
git://git-dev.drupal.org/project/[project].git
http://git-dev.drupalcode.org/project/[project].git

Auth user:
password:
ssh://[user]@git-dev.drupal.org:2222/project/[project].git
pubkey:
ssh://[user]@git-dev.drupal.org:2222/project/[project].git

After launch (if you want to write these tests now), URLs will be:

Anonymous user:
git://git.drupal.org/project/[project].git
http://git.drupal.org/project/[project].git

Auth user:
password:
[user]@git.drupal.org/project/[project].git
pubkey:
[user]@git.drupal.org/project/[project].git

CommentFileSizeAuthor
#5 auth combinatorics matrix.pdf61.77 KBeliza411

Comments

git-vetted’s picture

any additional cases? should I expand it to test wrong keys, passwords and other user misconceptions :?

git-vetted’s picture

Reminder:
- current d.o. projects.
- sandbox projects.
- new full projects.

eliza411’s picture

You bet! Right now, I am focused right now on what must work to open testing, so that taking the "right" path leads to success. I appreciate you filling in the negative space.

aspilicious’s picture

eliza411’s picture

StatusFileSize
new61.77 KB

I'm attaching a matrix @sdboyer created while we were testing ssh cloning manually last night which may help inform writing tests.

ilo’s picture

So, I'm ok for writting the tests now, however I need a clear list of urls or cases to be included. According to the issue these are my known urls:

(using 'git.drupal.org', right?)

For anonymous:
git://git.drupal.org/project/[project].git
http://git.drupal.org/project/[project].git

Auth user:
password: [user]@git.drupal.org/project/[project].git
pubkey: [user]@git.drupal.org/project/[project].git

The sandox project url can be also tested?

eliza411’s picture

Status: Active » Postponed
Issue tags: +git phase 2 leftovers
eliza411’s picture

Assigned: ilo » Unassigned

Unassigning ... writing tests is something the project can really use, so assign this to yourself if you're interested.