feat(integration): add Gerrit option to activate the edit mode

Signed-off-by: Andy LADJADJ <andy.ladjadj@adevinta.com>
This commit is contained in:
Andy LADJADJ
2025-01-17 16:02:45 +01:00
parent d651ce7462
commit f134cea34c
9 changed files with 107 additions and 9 deletions
+5
View File
@@ -161,6 +161,11 @@ export interface Config {
* @visibility frontend
*/
cloneUrl?: string;
/**
* Activate the edit url feature available since Gerrit 3.9
* @visibility frontend
*/
enableEditUrl?: boolean;
/**
* The username to use for authenticated requests.
* @visibility secret