|
457 | 457 | (
|
458 | 458 | "HTTPS",
|
459 | 459 | (
|
460 |
| - "https://gitlab.com/nephila/group2/third-group/giturlparse/blob/master/" "giturlparse/platforms/github.py", |
| 460 | + "https://gitlab.com/nephila/git-urlparse/blob/master/giturlparse/github.py", |
| 461 | + { |
| 462 | + "host": "gitlab.com", |
| 463 | + "resource": "gitlab.com", |
| 464 | + "user": "git", |
| 465 | + "port": "", |
| 466 | + "owner": "nephila", |
| 467 | + "repo": "git-urlparse", |
| 468 | + "name": "git-urlparse", |
| 469 | + "groups": [], |
| 470 | + "path": "master/giturlparse/github.py", |
| 471 | + "path_raw": "/blob/master/giturlparse/github.py", |
| 472 | + "pathname": "/nephila/git-urlparse/blob/master/giturlparse/github.py", |
| 473 | + "branch": "", |
| 474 | + "protocol": "https", |
| 475 | + "protocols": ["https"], |
| 476 | + "platform": "gitlab", |
| 477 | + }, |
| 478 | + ), |
| 479 | + ), |
| 480 | + ( |
| 481 | + "HTTPS", |
| 482 | + ( |
| 483 | + "https://gitlab.com/nephila/git-urlparse/-/blob/master/giturlparse/github.py", |
| 484 | + { |
| 485 | + "host": "gitlab.com", |
| 486 | + "resource": "gitlab.com", |
| 487 | + "user": "git", |
| 488 | + "port": "", |
| 489 | + "owner": "nephila", |
| 490 | + "repo": "git-urlparse", |
| 491 | + "name": "git-urlparse", |
| 492 | + "groups": [], |
| 493 | + "path": "master/giturlparse/github.py", |
| 494 | + "path_raw": "/-/blob/master/giturlparse/github.py", |
| 495 | + "pathname": "/nephila/git-urlparse/-/blob/master/giturlparse/github.py", |
| 496 | + "branch": "", |
| 497 | + "protocol": "https", |
| 498 | + "protocols": ["https"], |
| 499 | + "platform": "gitlab", |
| 500 | + }, |
| 501 | + ), |
| 502 | + ), |
| 503 | + ( |
| 504 | + "HTTPS", |
| 505 | + ( |
| 506 | + "https://gitlab.com/nephila/giturlparse/-/blob/master/giturlparse/github.py", |
| 507 | + { |
| 508 | + "host": "gitlab.com", |
| 509 | + "resource": "gitlab.com", |
| 510 | + "user": "git", |
| 511 | + "port": "", |
| 512 | + "owner": "nephila", |
| 513 | + "repo": "giturlparse", |
| 514 | + "name": "giturlparse", |
| 515 | + "groups": [], |
| 516 | + "path": "master/giturlparse/github.py", |
| 517 | + "path_raw": "/-/blob/master/giturlparse/github.py", |
| 518 | + "pathname": "/nephila/giturlparse/-/blob/master/giturlparse/github.py", |
| 519 | + "branch": "", |
| 520 | + "protocol": "https", |
| 521 | + "protocols": ["https"], |
| 522 | + "platform": "gitlab", |
| 523 | + }, |
| 524 | + ), |
| 525 | + ), |
| 526 | + ( |
| 527 | + "HTTPS", |
| 528 | + ( |
| 529 | + "https://gitlab.com/nephila/group2/third-group/giturlparse/-/blob/master/" |
| 530 | + "giturlparse/platforms/github.py", |
461 | 531 | {
|
462 | 532 | "host": "gitlab.com",
|
463 | 533 | "resource": "gitlab.com",
|
|
468 | 538 | "name": "giturlparse",
|
469 | 539 | "groups": ["group2", "third-group"],
|
470 | 540 | "path": "master/giturlparse/platforms/github.py",
|
471 |
| - "path_raw": "/blob/master/giturlparse/platforms/github.py", |
472 |
| - "pathname": "/nephila/group2/third-group/giturlparse/blob/master/" "giturlparse/platforms/github.py", |
| 541 | + "path_raw": "/-/blob/master/giturlparse/platforms/github.py", |
| 542 | + "pathname": "/nephila/group2/third-group/giturlparse/-/blob/master/" "giturlparse/platforms/github.py", |
473 | 543 | "branch": "",
|
474 | 544 | "protocol": "https",
|
475 | 545 | "protocols": ["https"],
|
|
480 | 550 | (
|
481 | 551 | "SSH",
|
482 | 552 | (
|
483 |
| - "git@host.org:9999/Org/Group/subGroup/Repo.git/blob/master/giturlparse/github.py", |
| 553 | + "git@host.org:9999/Org/Group/subGroup/Repo.git/-/blob/master/giturlparse/github.py", |
484 | 554 | {
|
485 | 555 | "host": "host.org",
|
486 | 556 | "resource": "host.org",
|
|
491 | 561 | "name": "Repo",
|
492 | 562 | "groups": ["Group", "subGroup"],
|
493 | 563 | "path": "master/giturlparse/github.py",
|
494 |
| - "path_raw": "/blob/master/giturlparse/github.py", |
495 |
| - "pathname": "/Org/Group/subGroup/Repo.git/blob/master/giturlparse/github.py", |
| 564 | + "path_raw": "/-/blob/master/giturlparse/github.py", |
| 565 | + "pathname": "/Org/Group/subGroup/Repo.git/-/blob/master/giturlparse/github.py", |
496 | 566 | "branch": "",
|
497 | 567 | "protocol": "ssh",
|
498 | 568 | "protocols": [],
|
|
503 | 573 | (
|
504 | 574 | "GIT",
|
505 | 575 | (
|
506 |
| - "git://host.org:9999/Org/Group/subGroup/Repo.git/blob/master/giturlparse/github.py", |
| 576 | + "git://host.org:9999/Org/Group/subGroup/Repo.git/-/blob/master/giturlparse/github.py", |
507 | 577 | {
|
508 | 578 | "host": "host.org",
|
509 | 579 | "resource": "host.org",
|
|
514 | 584 | "name": "Repo",
|
515 | 585 | "groups": ["Group", "subGroup"],
|
516 | 586 | "path": "master/giturlparse/github.py",
|
517 |
| - "path_raw": "/blob/master/giturlparse/github.py", |
518 |
| - "pathname": "/Org/Group/subGroup/Repo.git/blob/master/giturlparse/github.py", |
| 587 | + "path_raw": "/-/blob/master/giturlparse/github.py", |
| 588 | + "pathname": "/Org/Group/subGroup/Repo.git/-/blob/master/giturlparse/github.py", |
519 | 589 | "branch": "",
|
520 | 590 | "protocol": "git",
|
521 | 591 | "protocols": ["git"],
|
|
526 | 596 | (
|
527 | 597 | "GIT",
|
528 | 598 | (
|
529 |
| - "git://host.org/Org/Group/subGroup/Repo.git/blob/master/giturlparse/github.py", |
| 599 | + "git://host.org/Org/Group/subGroup/Repo.git/-/blob/master/giturlparse/github.py", |
530 | 600 | {
|
531 | 601 | "host": "host.org",
|
532 | 602 | "resource": "host.org",
|
|
537 | 607 | "name": "Repo",
|
538 | 608 | "groups": ["Group", "subGroup"],
|
539 | 609 | "path": "master/giturlparse/github.py",
|
540 |
| - "path_raw": "/blob/master/giturlparse/github.py", |
541 |
| - "pathname": "/Org/Group/subGroup/Repo.git/blob/master/giturlparse/github.py", |
| 610 | + "path_raw": "/-/blob/master/giturlparse/github.py", |
| 611 | + "pathname": "/Org/Group/subGroup/Repo.git/-/blob/master/giturlparse/github.py", |
542 | 612 | "branch": "",
|
543 | 613 | "protocol": "git",
|
544 | 614 | "protocols": ["git"],
|
|
0 commit comments