Skip to content

Commit

Permalink
feat:新增s3类型仓库 #2593
Browse files Browse the repository at this point in the history
* feat:新增s3类型仓库 #2593

* feat:新增s3类型仓库
  • Loading branch information
lannoy0523 authored Oct 8, 2024
1 parent 3f71ac0 commit 8b438d9
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 2 deletions.
149 changes: 149 additions & 0 deletions src/frontend/devops-repository/src/images/s3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/frontend/devops-repository/src/store/publicEnum.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export const repoEnum = MODE_CONFIG === 'ci'
{ label: 'Helm', value: 'helm' },
{ label: 'Docker', value: 'docker' },
// { label: 'Rds', value: 'rds' },
{ label: 'Nuget', value: 'nuget' }
{ label: 'Nuget', value: 'nuget' },
{ label: 'S3', value: 's3' }
]
: [
{ label: 'Generic', value: 'generic' },
Expand All @@ -20,7 +21,8 @@ export const repoEnum = MODE_CONFIG === 'ci'
{ label: 'Composer', value: 'composer' },
{ label: 'Rpm', value: 'rpm' },
{ label: 'Git', value: 'git' },
{ label: 'Nuget', value: 'nuget' }
{ label: 'Nuget', value: 'nuget' },
{ label: 'S3', value: 's3' }
]

// 文件类型
Expand Down

0 comments on commit 8b438d9

Please sign in to comment.