Skip to content

Commit

Permalink
Merge pull request #17 from normal-wls/feat_support_en_version_log_ma…
Browse files Browse the repository at this point in the history
…ster

feat: 版本日志支持英文 #16
  • Loading branch information
MarinPeng authored Sep 10, 2024
2 parents f40bbf0 + 622e155 commit fd0ddea
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def check_engine_admin_permission(request, *args, **kwargs):
BK_APIGW_GRANT_APPS = env.BK_APIGW_GRANT_APPS

# version log config
VERSION_LOG = {"FILE_TIME_FORMAT": "%Y-%m-%d"}
VERSION_LOG = {"FILE_TIME_FORMAT": "%Y-%m-%d", "LANGUAGE_MAPPINGS": {"en": "en"}}

# bk notice config
DISABLE_REGISTER_BKFLOW_TO_BKNOTICE = env.DISABLE_REGISTER_BKFLOW_TO_BKNOTICE
Expand Down
7 changes: 7 additions & 0 deletions version_logs_md_en/V1.4.0_2024-01-24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# V1.4.0 Release Notes

- [ Feature ] Support for embedded process orchestration canvas
- [ Feature ] Support for process task execution
- [ Feature ] Support for highly extensible & customizable features
- [ Feature ] Support for multiple access methods
- [ Feature ] Support for multiple integration methods
6 changes: 6 additions & 0 deletions version_logs_md_en/V1.5.0_2024-02-22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# V1.5.0 Release Notes

- [ Feature ] Support for vertical process canvas
- [ Feature ] Mock functionality for processes
- [ Feature ] Support for webhook module
- [ Feature ] Support for BlueKing plugin space call limit
4 changes: 4 additions & 0 deletions version_logs_md_en/V1.6.0_2024-03-27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# V1.6.0 Release Notes

- [ Feature ] Management interface supports quick space configuration for space administrators
- [ Feature ] Management interface supports quick access to space and module information for system administrators
8 changes: 8 additions & 0 deletions version_logs_md_en/V1.7.0_2024-06-06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# V1.7.0 Release Notes

- [ Feature ] BKFlow welcome introduction page
- [ Feature ] Management interface supports users creating new spaces to experience full functionality
- [ Feature ] Support for decision table functionality based on processes
- [ Improvement ] Management interface interaction optimization
- [ Improvement ] Management interface space list optimization
- [ Bugfix ] Fixed several bugs
5 changes: 5 additions & 0 deletions version_logs_md_en/V1.8.0_2024-08-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# V1.8.0 Release Notes

- [ Feature ] Page support for internationalization
- [ Feature ] Community version functionality support
- [ Bugfix ] Fixed several bugs

0 comments on commit fd0ddea

Please sign in to comment.