feat(oauth): gitlab support #449
Annotations
5 errors
|
build (ubuntu-latest, 22)
Process completed with exit code 2.
|
|
build (ubuntu-latest, 22):
src/app/src/pages/media.vue#L67
Property 'githubFile' does not exist on type '{ id: string; fsPath: string; status: DraftStatus; remoteFile?: { html_url: string; git_url: string; download_url: string; type: string; _links: { self: string; git: string; html: string; }; ... 7 more ...; encoding?: "utf-8" | ... 1 more ... | undefined; } | undefined; ... 4 more ...; conflict?: { ...; } | undefine...'.
|
|
build (ubuntu-latest, 22):
src/app/src/composables/useStudio.ts#L45
Argument of type 'GitProvider | { fetchFile: (_path: string, _options?: { cached?: boolean | undefined; }) => Promise<GitFile | null>; commitFiles: (_files: RawFile[], _message: string) => Promise<...>; ... 4 more ...; getRepositoryInfo: () => { ...; }; }' is not assignable to parameter of type 'GitProvider'.
|
|
build (ubuntu-latest, 22):
src/app/src/composables/useStudio.ts#L43
Argument of type 'GitProvider | { fetchFile: (_path: string, _options?: { cached?: boolean | undefined; }) => Promise<GitFile | null>; commitFiles: (_files: RawFile[], _message: string) => Promise<...>; ... 4 more ...; getRepositoryInfo: () => { ...; }; }' is not assignable to parameter of type 'GitProvider'.
|
|
build (ubuntu-latest, 22):
src/app/src/composables/useStudio.ts#L41
Argument of type 'GitProvider | { fetchFile: (_path: string, _options?: { cached?: boolean | undefined; }) => Promise<GitFile | null>; commitFiles: (_files: RawFile[], _message: string) => Promise<...>; ... 4 more ...; getRepositoryInfo: () => { ...; }; }' is not assignable to parameter of type 'GitProvider'.
|