feat(gerrit): make the gitilesBaseUrl config mandatory

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
This commit is contained in:
Niklas Aronsson
2024-06-11 09:04:49 +02:00
parent 9caeec3ef1
commit 662dce80fe
16 changed files with 71 additions and 186 deletions
+5
View File
@@ -151,6 +151,11 @@ export interface Config {
* @visibility frontend
*/
baseUrl?: string;
/**
* The gitiles base url.
* @visibility frontend
*/
gitilesBaseUrl: string;
/**
* The base url for cloning repos.
* @visibility frontend