Skip to content

feat: support batch app export#237

Merged
kklldog merged 1 commit intodotnetcore:masterfrom
super-niuma-001:feature/app-batch-export-issue-235
Apr 11, 2026
Merged

feat: support batch app export#237
kklldog merged 1 commit intodotnetcore:masterfrom
super-niuma-001:feature/app-batch-export-issue-235

Conversation

@super-niuma-001
Copy link
Copy Markdown
Contributor

Summary

  • add a new app-level batch export endpoint that exports selected apps, app metadata, inheritance, and latest configs for all environments into a single JSON file
  • add app-list multi-select + toolbar export button in the React UI
  • update the existing AppController unit test constructor wiring

Testing

  • dotnet build AgileConfig.sln -c Release
  • npm ci
  • npm run tsc (currently fails because the repo already has many unrelated TypeScript issues outside this change, so only backend build is green for this PR)

Closes #235

@kklldog kklldog merged commit 59e98cc into dotnetcore:master Apr 11, 2026
1 check passed
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