Skip to content

Feat/1.0.0 - #15

Merged
taurus-stack merged 3 commits into
mainfrom
feat/1.0.0
Sep 7, 2026
Merged

taurus-stack merged 3 commits into
mainfrom
feat/1.0.0

Conversation

@taurus-stack

@taurus-stack taurus-stack commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test improvement

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • Test A
  • Test B

Checklist

  • My code follows the code style of this project
  • I have added appropriate tests that prove my fix is effective or that my feature works
  • All new and existing tests passed locally
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings

Screenshots (if appropriate)

Additional context

Add any other context about the pull request here.

jinweijie and others added 3 commits September 4, 2026 16:21
jinweijie
```
refactor!: remove feature-gate migration scripts for EE functionality

BREAKING CHANGE: Removes all temporary Python patch scripts that were
used to migrate v-if conditions to greyed-out UI elements with upgrade
prompts for enterprise features.

The following patch scripts have been removed:
- _patch_ee_gate_migrate.py: Migration for workflow DAG engine and
  approval flow features in home/index.vue and WorkflowList.vue
- _patch_home_final.py: Migration for approval section and schedule
  features in home/index.vue
- _patch_home_i18n_2.py: i18n path fixes and ElMessageBox import
  corrections
- _patch_pilot_canary_final.py: Feature gate implementation for
  OPS_PILOT_CANARY across multiple components

All feature gating functionality has been permanently integrated into
the Vue components with unified EE upgrade prompts and consistent
greyscale masking patterns.
```
feat: add edition lock pages and feature guards to multiple components

- Replace v-if conditions with EditionLockedPage component wrapper
- Add edition store imports to check feature availability before mounting
- Implement early return in onMounted lifecycle hooks when features are not available
- Apply edition locked page to inspection, knowledge, ops approval, script approval,
  security check, supervisor install configs/policies/templates, task center,
  ticket center, tools center, and workflow approval components
```
feat(i18n): add internationalization support for edition locked pages

- Add translation keys for EditionLockedPage component in en, zh-cn,
  and zh-tw locales
- Include translations for subtitle, buttons, default labels, and
  highlight texts
- Add specific page labels for various enterprise features like ticket
  center, inspection center, knowledge base, task management, etc.
- Update EditionLockedPage component to use i18n for all static text
  elements including subtitle, back button, upgrade button, and toast
  message
- Replace hardcoded Chinese text with t() function calls for proper
  internationalization
- Add useI18n composable import and usage in EditionLockedPage
- Update multiple view components to pass translated labels instead of
  hardcoded strings to EditionLockedPage component
- Add i18n global access in program install views where needed
```
@taurus-stack
taurus-stack merged commit af20846 into main Sep 7, 2026
0 of 6 checks passed
taurus-stack pushed a commit that referenced this pull request Sep 7, 2026
origin/main and feat/1.0.0 contain identical changes since merge-base.
No conflicts. Merge brings main's commit history (PRs #14, #15, #16)
into feat/1.0.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants