Skip to content

Commit

Permalink
[SCM] Add Gitlab and Bitbucket providers
Browse files Browse the repository at this point in the history
  • Loading branch information
GnsP committed Apr 23, 2024
1 parent 168fde4 commit a51457d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export const scmAuthType = [

export const providers = {
github: 'GITHUB',
gitlab: 'GITLAB',
bitbucket: 'BITBUCKET_SERVER',
bitbucketCloud: 'BITBUCKET_CLOUD',
};

export const authKeys = ['type', 'token'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import TableBody from 'components/shared/Table/TableBody';
import { useSelector } from 'react-redux';
import ActionsPopover from 'components/shared/ActionsPopover';
import { UnlinkSourceControlModal } from './UnlinkSourceControlModal';
import StyledPasswordWrapper from 'components/AbstractWidget/FormInputs/Password';
import { ISourceControlManagementConfig } from './types';
import SourceControlManagementForm from './SourceControlManagementForm';
import PrimaryTextButton from 'components/shared/Buttons/PrimaryTextButton';
Expand Down

0 comments on commit a51457d

Please sign in to comment.