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:
Niklas Aronsson
2022-03-14 10:17:34 +01:00
parent b0c0fccacf
commit 0885854ff3
8 changed files with 44 additions and 71 deletions
+1 -2
View File
@@ -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;