-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [CODE-1907]: Fix go-scm azure driver for getting namespace in t…
…he response (#307)
- Loading branch information
1 parent
9e8b4ca
commit 9b7f437
Showing
3 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"ID": "91f0d4cb-4c36-49a5-b28d-2d72da089c4d", | ||
"Name": "test_project", | ||
"Namespace": "ORG/test_project", | ||
"Branch": "main", | ||
"Link": "https://dev.azure.com/tphoney/d350c9c0-7749-4ff8-a78f-f9c1f0e56729/_apis/git/repositories/91f0d4cb-4c36-49a5-b28d-2d72da089c4d", | ||
"Clone": "https://[email protected]/tphoney/test_project/_git/test_project" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
{ | ||
"ID": "91f0d4cb-4c36-49a5-b28d-2d72da089c4d", | ||
"Name": "test_project", | ||
"Namespace": "ORG/test_project", | ||
"Branch": "main", | ||
"Link": "https://dev.azure.com/tphoney/d350c9c0-7749-4ff8-a78f-f9c1f0e56729/_apis/git/repositories/91f0d4cb-4c36-49a5-b28d-2d72da089c4d", | ||
"Clone": "https://[email protected]/tphoney/test_project/_git/test_project" | ||
}, | ||
{ | ||
"ID": "fde2d21f-13b9-4864-a995-83329045289a", | ||
"Name": "test_repo2", | ||
"Namespace": "ORG/test_project", | ||
"Branch": "main", | ||
"Link": "https://dev.azure.com/tphoney/d350c9c0-7749-4ff8-a78f-f9c1f0e56729/_apis/git/repositories/fde2d21f-13b9-4864-a995-83329045289a", | ||
"Clone": "https://[email protected]/tphoney/test_project/_git/test_repo2" | ||
|