Merge pull request #28543 from leboncoin/feat-integration-gerrit-edit-mode

feat(integration): add edit url mode for Gerrit integration
This commit is contained in:
Andre Wanlin
2025-05-02 13:52:45 -05:00
committed by GitHub
9 changed files with 109 additions and 11 deletions
+5
View File
@@ -182,6 +182,11 @@ export interface Config {
* @visibility frontend
*/
cloneUrl?: string;
/**
* Disable the edit url feature.
* @visibility frontend
*/
disableEditUrl?: boolean;
/**
* The username to use for authenticated requests.
* @visibility secret