feat(env): add tag support for environment variables and task injection

- Add generic DataRelation and DataStorage models for tags
- Update EnvService and EnvController to support tag assignment, querying, and filtering
- Integrate EnvTagsConfig in Env settings for managing environment tags
- Enhance TaskDialog environment selection to support searching and displaying env tags
- Fix missing TaskLangConfig import in RepoDialog
This commit is contained in:
duorameng
2026-06-08 17:39:24 +08:00
parent e59761fd87
commit 7f7d109438
14 changed files with 316 additions and 26 deletions
+2
View File
@@ -26,6 +26,8 @@ var allModels = []interface{}{
&models.Language{},
&models.NotifyWay{},
&models.NotifyBinding{},
&models.DataRelation{},
&models.DataStorage{},
}
func Migrate() error {