Fixed review comments
* Rename "apiBaseUrl" to the more suitable "baseUrl". * Removed the Gerrit location doc (will be added later together with the "urlReader" implementation. * Fixed the line number handling in Gerrit/resolveUrl. Signed-off-by: Niklas Aronsson <niklasar@axis.com>
This commit is contained in:
Vendored
+1
-2
@@ -71,7 +71,7 @@ export interface Config {
|
||||
* The base url for the Gerrit instance.
|
||||
* @visibility frontend
|
||||
*/
|
||||
apiBaseUrl?: string;
|
||||
baseUrl?: string;
|
||||
/**
|
||||
* The username to use for authenticated requests.
|
||||
* @visibility secret
|
||||
@@ -80,7 +80,6 @@ export interface Config {
|
||||
/**
|
||||
* Gerrit password used to authenticate requests. This can be either a password
|
||||
* or a generated access token.
|
||||
* .
|
||||
* @visibility secret
|
||||
*/
|
||||
password?: string;
|
||||
|
||||
Reference in New Issue
Block a user