Skip to content

Commit ddacc2d

Browse files
nextrevisionnado
authored and
nado
committed
Allow specifying a custom GitLab URL for non-hosted instances
1 parent 7dce7e7 commit ddacc2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+397
-201
lines changed

src/__tests__/fixtures/gitlab-data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { CommitFileDiff, MergeRequest } from '../../types';
44
export const TEST_COMPONENT_ID =
55
'ari:cloud:compass:4958bb5d-3970-4a13-bebc-62bbca57f370:component/5ce8c075-7b72-4455-9be9-7f0a1c6e6db4/23b718b0-26a9-4654-9a48-4390a3e811dd';
66

7+
export const BASE_URL = 'https://gitlab.com';
78
export const TEST_TOKEN = 'glpat-geTHYDSDGHJJ';
89

910
export const TEST_GET_PROJECT_BY_ID_RESPONSE = {

0 commit comments

Comments
 (0)