Fix some typos & update yarn.lock after release
Signed-off-by: ivgo <ivgo@spreadgroup.com>
This commit is contained in:
@@ -22,8 +22,6 @@ export interface Config {
|
||||
providers?: {
|
||||
/**
|
||||
* GitlabDiscoveryEntityProvider configuration
|
||||
*
|
||||
* Uses "default" as default id for the single config variant.
|
||||
*/
|
||||
gitlab?: Record<
|
||||
string,
|
||||
|
||||
@@ -64,12 +64,11 @@ export class GitLabClient {
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if the catalog file is present in the repository or not.
|
||||
* General existence check.
|
||||
*
|
||||
* @param projectPath The path to the project
|
||||
* @param branch The branch used to injest entities to the catalog
|
||||
* @param filePath The path to the catalog file
|
||||
* @returns `true` if the file exists, `false` otherwise
|
||||
* @param projectPath - The path to the project
|
||||
* @param branch - The branch used to search
|
||||
* @param filePath - The path to the file
|
||||
*/
|
||||
async hasFile(
|
||||
projectPath: string,
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ type Result = {
|
||||
};
|
||||
|
||||
/**
|
||||
* Extracts repositories out of an GitLab instance.
|
||||
* Discovers entity definition files in the groups of a Gitlab instance.
|
||||
* @public
|
||||
*/
|
||||
export class GitlabDiscoveryEntityProvider implements EntityProvider {
|
||||
|
||||
Reference in New Issue
Block a user