You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ⚠️ DEPRECATED: DEPRECATED: the Phabricator integration with Gitolite code hosts is deprecated
51
59
// This is DEPRECATED
52
-
"phabricator": null,
60
+
"phabricator": {
61
+
"callsignCommand": null,
62
+
"url": null
63
+
},
53
64
65
+
// ⚠️ DEPRECATED: DEPRECATED: the Phabricator integration with Gitolite code hosts is deprecated
54
66
// This is DEPRECATED
55
67
"phabricatorMetadataCommand": null,
56
68
69
+
// REQUIRED:
57
70
// Repository name prefix that will map to this Gitolite host. This should likely end with a trailing slash. E.g., "gitolite.example.com/".
58
-
//
59
71
// It is important that the Sourcegraph repository name generated with this prefix be unique to this code host. If different code hosts generate repository names that collide, Sourcegraph's behavior is undefined.
-**SSH Authentication Required**: Gitolite requires SSH key-based authentication. Ensure your Sourcegraph instance has proper SSH access to the Gitolite server.
0 commit comments