Skip to content

Commit

Permalink
feat: add extension console (#4285)
Browse files Browse the repository at this point in the history
* feat: add extension console

Signed-off-by: ks-ci-bot <ks-ci-bot@kubesphere.io>

* feat: sync workflow file

Signed-off-by: ks-ci-bot <ks-ci-bot@kubesphere.io>

---------

Signed-off-by: ks-ci-bot <ks-ci-bot@kubesphere.io>
Co-authored-by: ks-ci-bot <ks-ci-bot@kubesphere.io>
  • Loading branch information
ks-ci-bot and ks-ci-bot committed Sep 14, 2024
1 parent eed56a1 commit 895b284
Show file tree
Hide file tree
Showing 43 changed files with 750 additions and 882 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Steps to reproduce the behavior:
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.
A clear and concise description of what you expected to happen.
80 changes: 40 additions & 40 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: 'v$NEXT_PATCH_VERSION 🌈'
tag-template: 'v$NEXT_PATCH_VERSION'
version-template: $MAJOR.$MINOR.$PATCH
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- 'kind/feature'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'regression'
- 'kind/bug'
- title: 📝 Documentation updates
labels:
- 'documentation'
- 'kind/documentation'
- title: 👻 Maintenance
labels:
- chore
- dependencies
- 'kind/cleanup'
- title: 🚦 Tests
labels:
- test
- tests
exclude-labels:
- reverted
- no-changelog
- skip-changelog
- invalid
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
template: |
## What’s Changed
$CHANGES
# Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
name-template: 'v$NEXT_PATCH_VERSION 🌈'
tag-template: 'v$NEXT_PATCH_VERSION'
version-template: $MAJOR.$MINOR.$PATCH
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- 'kind/feature'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'regression'
- 'kind/bug'
- title: 📝 Documentation updates
labels:
- 'documentation'
- 'kind/documentation'
- title: 👻 Maintenance
labels:
- chore
- dependencies
- 'kind/cleanup'
- title: 🚦 Tests
labels:
- test
- tests
exclude-labels:
- reverted
- no-changelog
- skip-changelog
- invalid
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
template: |
## What’s Changed
$CHANGES
24 changes: 0 additions & 24 deletions .github/workflows/deploy-backend-daily.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/deploy-backend.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/deploy-backend/install.sh

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/deploy-backend/kubesphere.tf

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/deploy-backend/var.tf

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/deploy-pr-close.yml

This file was deleted.

Loading

0 comments on commit 895b284

Please sign in to comment.