-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[deploy] 0.7 alpha 2 #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[deploy] 0.7 alpha 2 #258
Changes from 3 commits
Commits
Show all changes
421 commits
Select commit
Hold shift + click to select a range
78bf391
feat: Add Superset plugin support and OIDC authentication integration
zhb-y-agent c040b8b
feat(plugins): Add plugin localization support and refactor Superset …
zhb-y-agent 6d6e61b
feat(plugins): Add plugin localization support and refactor Superset …
zhb-y-agent 935b548
docs(设计文档): 添加插件i18n自包含方案
zhb-y-agent 9028faf
docs(i18n): Update translation guide to include plugin translation in…
zhb-y-agent eae255d
feat(auth): Add OAuth2 alias and update authentication documentation
zhb-y-agent eb4ebd5
docs(oidc): 补充OIDC/OAuth2 Provider对接的详细要求
zhb-y-agent f4d9e40
feat(plugin): Add password visibility toggle and description text for…
zhb-y-agent 9b7c24c
feat(auth): Support manual OIDC/OAuth2 endpoint configuration and add…
zhb-y-agent 98c83f7
feat(身份迁移): 实现匿名用户到认证用户的身份迁移功能
zhb-y-agent 37017cc
feat(migration): Add anonymous workspace data migration functionality
zhb-y-agent b3bde64
fix(AuthButton): Improve logout logic to handle missing end_session_e…
zhb-y-agent 72e2ae5
fix(identity migration): Prevent duplicate triggering of anonymous to…
zhb-y-agent 82e916e
feat(authentication): Improve identity migration flow and local stora…
zhb-y-agent a122e77
feat(workspace): Improve robustness of anonymous workspace migration …
zhb-y-agent 7b98382
feat(login): Add support for IdP-initiated SSO flow
zhb-y-agent de3559a
Merge pull request #289 from microsoft/feature/plugin-architecture
zhb-ai 5142bc2
feat(auth): Add silent token refresh functionality and enhance securi…
zhb-y-agent c5f2ad4
fix(bug): Fix abnormal display status when canceling import
zhb-y-agent e2c9532
fix(IdentityMigrationDialog): Fix issue with preserving workspace dat…
zhb-y-agent 28a526c
docs: 添加数据源插件开发指南文档
zhb-y-agent eac6515
eat(tables_routes): Add export table to CSV/TSV functionality
zhb-y-agent ec86904
feat(credential vault): Add credential vault feature to support remem…
zhb-y-agent 67b31ff
Merge pull request #290 from microsoft/feature/plugin-architecture
zhb-ai a4782b1
feat(security): 新增 ConfinedDir 路径安全原语及修复漏洞
zhb-y-agent 0768156
feat(security): Add error message sanitization and unified error resp…
zhb-y-agent 5374ef5
Merge pull request #291 from microsoft/feature/plugin-architecture
zhb-ai ef48ebb
fix: Improve error handling logic to provide more user-friendly error…
zhb-y-agent 3ee96c5
Merge pull request #292 from microsoft/feature/plugin-architecture
zhb-ai 4f65c4f
fix(security): Improve error message handling to enhance security
zhb-y-agent e9ae67f
Merge pull request #293 from microsoft/feature/plugin-architecture
zhb-ai da60eeb
fix(security): Unify error message handling to prevent sensitive info…
zhb-y-agent c1f9378
Merge pull request #294 from microsoft/feature/plugin-architecture
zhb-ai 0cb48cc
feat(security): Add LLM error classification functionality and update…
zhb-y-agent 4cb08c6
Merge pull request #295 from microsoft/feature/plugin-architecture
zhb-ai 20b9f40
docs: Add and update multiple documentation files and skills
zhb-y-agent 28088e4
Merge pull request #296 from microsoft/feature/plugin-architecture
zhb-ai d3a832b
data plugin ui plan
Chenglong-MS 4dc82b6
Merge pull request #297 from microsoft/dev
zhb-ai e907c81
feat(auth): Improve OIDC/OAuth2 authentication flow and error handling
zhb-y-agent 53dbe31
docs: Add configuration documentation and examples for Superset and D…
zhb-y-agent 69166bd
Merge pull request #298 from microsoft/feature/plugin-architecture
zhb-ai 2e10da7
halfway
Chenglong-MS 86a6f6d
redesign data connector
Chenglong-MS a184067
updated data connector design
Chenglong-MS 66ef7a0
cleanup
Chenglong-MS 249f877
cleanup
Chenglong-MS 0d31f4f
Merge remote-tracking branch 'origin/dev' into features/data-plugin-ui
Copilot 4215765
Merge pull request #300 from microsoft/features/data-plugin-ui
Chenglong-MS 87229d9
improvements
Chenglong-MS 3023e7e
fix
Chenglong-MS f770ac1
add cosmosdb support
Chenglong-MS 8ab7b03
Merge pull request #301 from microsoft/dev
zhb-ai 01f0856
bug fix
Chenglong-MS fc80f38
haha
Chenglong-MS 01b6d56
important agent redesign
Chenglong-MS bf1d79d
Merge branch 'dev' of https://github.com/IAMkecheng/data-formulator i…
IAMkecheng 5ecbb5b
fix bugs and add test game dataset
IAMkecheng 49169b7
new agent
Chenglong-MS f0a48a3
sidebar data load
Chenglong-MS ebc27e0
minor
Chenglong-MS b8793cc
fixes
Chenglong-MS 50916b4
Update instantiate-spec.ts
IAMkecheng 50323e5
Merge branch 'microsoft:dev' into dev
IAMkecheng 460f496
Merge pull request #302 from IAMkecheng/dev
Chenglong-MS 162cf9a
gallery fixes
Chenglong-MS 3673fe9
gallery fix
Chenglong-MS 22c9388
Merge pull request #305 from microsoft/dev
zhb-ai fadb7f0
Add SSO token support for auto-connection in DataConnector and Supers…
zhb-y-agent fe6da49
Enhance DataAgent action handling and retry logic
zhb-y-agent 8f83094
Implement CSV streaming export functionality and enhance download UI
zhb-y-agent 124ac0a
Enhance CSV export functionality with improved filename handling
zhb-y-agent d805588
docs(design-docs): 添加DataAgent工具调用过多问题的分析文档
zhb-y-agent 4c5e4c7
Enhance internationalization support by implementing message_code pat…
zhb-y-agent f6bfbf0
Refactor workspace session management and enhance UI components
zhb-y-agent ed1aeec
Implement delete connector functionality in DataSourceSidebar
zhb-y-agent 4d580a8
Enhance DataAgent and UI components with field display names support
zhb-y-agent de0d828
Enhance data table formatting and tooltip configuration
zhb-y-agent 145ae4f
Refactor UUID generation for session IDs across components
zhb-ai 6d42f05
Implement secure context check for OIDC authentication
zhb-ai e5fe11f
docs: 新增SSO门户一键登录和统一错误处理设计文档
zhb-y-agent 9898136
docs(auth): 新增统一认证与凭证管理架构设计文档
zhb-y-agent 530245d
docs: 新增统一错误处理机制和认证架构设计文档
zhb-y-agent a2da2f3
feat: Add Unified Error Handling System
zhb-y-agent 7d1e9a6
feat: Implement automatic file upload conversion to parquet format an…
zhb-y-agent b4bc04b
refactor(data stream): Improve NDJSON data parsing and processing logic
zhb-y-agent 483e7dd
fix: Improve error handling and logging
zhb-y-agent 21146b6
docs(streaming-protocol): Add frontend-backend streaming communicatio…
zhb-y-agent 5ef8425
Update data agent tool descriptions and enhance table context informa…
zhb-y-agent 57c2188
feat(agent): Add execution code purpose description and optimize thin…
zhb-y-agent 025175f
Merge pull request #306 from microsoft/feature/plugin-architecture
zhb-ai 17094ec
feat(logging): Implement log sanitization to protect sensitive data
zhb-ai a32b372
docs(error-handling): Update error handling skill documentation and a…
zhb-ai c2372b2
docs: change name
zhb-ai 4a88355
refactor(error-handling): Enhance error handling in DataConnector and…
zhb-ai 4d34059
add doc
zhb-ai 29f0dc4
Merge pull request #307 from microsoft/feature/plugin-architecture
zhb-ai ebc63bf
update doc
zhb-y-agent 0a3bc67
Merge branch 'feature/plugin-architecture' of https://github.com/micr…
zhb-y-agent fc23f4b
docs: Update documentation and skill descriptions
zhb-y-agent ae00939
refactor(workspace): Change default workspace name from 'default' to …
zhb-y-agent 1bcd07b
feat(security): Implement safety checks and deployment restrictions
zhb-y-agent a9bbcf7
docs: Update path security related documentation and test instructions
zhb-y-agent fad5065
docs: Add test-driven development workflow documentation
zhb-y-agent 5fe5754
fix: Unify error handling protocol, all application errors return HTT…
zhb-y-agent 0eb4149
fix(security): Enhance path security checks and modify workspace crea…
zhb-y-agent fa0c7ce
fix(security): Enhance security for error handling and path validation
zhb-y-agent 100fe14
fix(tests): Update test cases to match latest implementation
zhb-y-agent cd9fe9d
Merge pull request #309 from microsoft/feature/plugin-architecture
zhb-ai cb4578c
feat: Support backend OIDC authentication mode with TokenStore integr…
zhb-y-agent 7204f2a
feat(data source sidebar): Add smart filters and table search functio…
zhb-y-agent 0f26231
feat(data source): Enhance data preview and filtering functionality
zhb-y-agent a424860
Merge pull request #310 from microsoft/feature/plugin-architecture
zhb-ai 6b97b59
feat(data connector): Add column value query API to support smart fil…
zhb-y-agent 5bd1f58
Merge pull request #311 from microsoft/feature/plugin-architecture
zhb-ai b31656a
refactor(auth): Refactor OIDC authentication mode auto-detection logic
zhb-y-agent 116bf06
feat(data preview): Add connector table preview component and integra…
zhb-y-agent 5d3a976
docs: Add server migration guide documentation
zhb-y-agent b55cbd9
test(conftest): Add environment isolation fixtures to prevent test po…
zhb-y-agent 6b7c341
feat(connection management): Add disconnect functionality
zhb-y-agent d18bc6d
fix: Ensure user identity information fields are string type
zhb-y-agent e16391f
refactor(i18n): Remove unused "disconnect" translation strings
zhb-y-agent 88637e5
fix(i18n): Update connector preview text and layout
zhb-y-agent f9c77fc
feat(connector): implement lazy loading catalog and large directory p…
zhb-y-agent 1fba24c
feat(connector): implement identity-isolated connector management mec…
zhb-y-agent 087ef8e
docs: add implementation review checklist document
zhb-y-agent f6403c5
feat(connector): implement connector disconnect and SSO auto-reconnec…
zhb-y-agent d7b55a7
Merge pull request #312 from microsoft/feature/plugin-architecture
zhb-ai be970de
feat(connector): add catalog search functionality
zhb-y-agent 9736eda
Merge pull request #313 from microsoft/feature/plugin-architecture
zhb-ai 31a3a2b
docs: migrate design documents to dev-guides user docs and skills, up…
zhb-y-agent 1cfdaa6
Merge pull request #314 from microsoft/feature/plugin-architecture
zhb-ai f4de05b
feat(i18n): add row limit warning messages
zhb-y-agent ababff3
feat(workspace): add lightweight metadata update and list change noti…
zhb-y-agent 49d6fc2
fix(connection error handling): improve connection error message extr…
zhb-y-agent 4b4f592
feat(agent): add reasoning log and knowledge system features
zhb-y-agent 89359d2
feat(workspace): 添加对遗留工作区的自动修复支持
zhb-y-agent 665b3ee
feat(data source): enhance table structure and column description met…
zhb-y-agent 6c09a65
Merge pull request #315 from microsoft/feature/plugin-architecture
zhb-ai 0d193cb
docs: update design documents and add user isolation defense-in-depth…
zhb-y-agent 5e296e3
feat(DataAgent): add reasoning log recording functionality
zhb-y-agent 90343dd
feat(knowledge): implement knowledge management backend functionality
zhb-y-agent 02bdf0e
feat(knowledge system): implement knowledge base integration and expe…
zhb-y-agent 3200934
fix: increase default formulateTimeoutSeconds from 60s to 180s
zhb-y-agent f9b7443
feat(i18n): add request timeout related error messages
zhb-y-agent 021b480
chore: update .gitignore and remove .vscode/settings.json
zhb-ai 8d30313
feat(logging): refactor ReasoningLogger and ExperienceDistillAgent fo…
zhb-ai ed5f36e
feat(datetime): establish unified datetime type system and enhance fr…
zhb-ai 5f5ceb0
feat(knowledge): enhance knowledge rules management and introduce limits
zhb-ai d875252
feat: add date-time type system support
zhb-y-agent d1f1fdc
fix(experience save): only show save button on final leaf table and c…
zhb-y-agent a324c06
feat(data display): adjust number formatting based on semantic type
zhb-y-agent 63245d4
feat(knowledge management): improve experience distillation and knowl…
zhb-y-agent 5518355
docs: update multiple development guides and design documents
zhb-y-agent 7091334
feat: add column description support and optimize catalog tree perfor…
zhb-y-agent 4569dd0
feat(knowledge): add type-safe KnowledgeItemMeta class for frontend m…
zhb-y-agent 1bc3294
feat(model support): add vision model support detection functionality
zhb-y-agent b1e6ad8
feat(recommended questions): add AI generation progress indicator and…
zhb-y-agent 6165adc
docs(agent-knowledge): update design document for reasoning log conte…
zhb-y-agent 1ccac0b
Merge pull request #316 from microsoft/feature/plugin-architecture
zhb-ai 32cd9f4
docs(metadata): design-docs update
zhb-ai 799e6a1
docs: add reference note for development guide 11
zhb-y-agent 25a6bc7
docs: add incremental development rhythm rules document
zhb-y-agent efac99a
feat(catalog metadata): add catalog metadata synchronization and anno…
zhb-y-agent 82d91b9
feat(catalog): add catalog sync status messages and internationalizat…
zhb-y-agent bab11ec
refactor(UI): optimize scrollbar styles and add resizable sidebar wid…
zhb-y-agent 342c512
fix(MessageSnackbar): remove unused WarningIcon and use ErrorOutlineI…
zhb-y-agent dceb4de
feat(interaction strategy): add auto-selection and auto-focus strategies
zhb-y-agent 915c31d
Merge pull request #317 from microsoft/feature/plugin-architecture
zhb-ai a8efcdb
feat(i18n): add new translations for common actions and enhance exist…
zhb-ai b5678e3
feat(reporting): enhance report export functionality with image and P…
zhb-ai 2df2c6f
Merge pull request #318 from microsoft/feature/plugin-architecture
zhb-ai fcb3b3e
feat(clariifcation): implement structured clarification questions and…
zhb-ai 28dd961
Merge pull request #319 from microsoft/feature/plugin-architecture
zhb-ai 85b518b
feat(insight): unify chart insight error handling and timeout configu…
zhb-y-agent 4455d3d
WIP: archive incomplete phase work
zhb-y-agent 59d09e1
feat(error-handling): standardize API error responses and improve err…
zhb-ai a2efeca
feat(workspace): rename workspace summary endpoint and update naming …
zhb-ai 1630543
feat(error-handling): enhance connector error classification and resp…
zhb-ai a0340cb
docs: conclude current phase work and update documentation
zhb-y-agent b92ae9d
feat(frontend state management): implement explicit loading state model
zhb-y-agent 48df290
fix(dfSlice): remove frontend hardcoded timeout and update related do…
zhb-y-agent 4b53bce
feat(i18n): add error messages for model loading failures
zhb-y-agent 55ee4b3
feat(knowledge base): improve experience distillation user experience
zhb-y-agent 59ff27a
feat(catalog tree): optimize virtualization rendering and catalog fet…
zhb-y-agent e0690ae
fix: fix data catalog tree building and frontend table annotation fet…
zhb-y-agent 53f8859
feat(sandbox): implement cross-call namespace persistent SandboxSession
zhb-y-agent 9393d53
Merge pull request #322 from microsoft/feature/plugin-architecture
zhb-ai 283fd39
fix(security): prevent directory traversal and XSS attacks
zhb-y-agent 7fd637a
refactor: remove type annotations for legacy Python compatibility
zhb-y-agent 464abd5
Merge pull request #323 from microsoft/feature/plugin-architecture
zhb-ai b18e3cf
fix(security): enhance error handling and sensitive information filte…
zhb-y-agent 2d4b220
feat(error handling): add error message sanitization and streaming wa…
zhb-y-agent 6ecdda4
feat(auth): enhance SSO integration security and test coverage
zhb-y-agent e9710be
feat(测试): 添加统一docker-compose测试服务和PowerShell管理脚本
zhb-y-agent 4251221
Merge pull request #324 from microsoft/feature/plugin-architecture
zhb-ai aa6ae38
fix(security): enhance log desensitization functionality to support s…
zhb-y-agent 92ab564
Merge pull request #325 from microsoft/feature/plugin-architecture
zhb-ai c52c5da
feat(reasoning_log): add automatic log rotation by date functionality
zhb-y-agent fe596c6
docs(knowledge system): add 15.3 knowledge injection and search plann…
zhb-y-agent 0d34057
feat(元数据同步): 增强目录元数据同步与展示功能
zhb-y-agent 563e5e7
feat(agents): enhance metadata display with verbose_name and expressi…
zhb-y-agent 9dcc45b
Merge pull request #326 from microsoft/feature/plugin-architecture
zhb-ai 58567c8
feat(data loader): add sorting functionality to Superset data loader
zhb-y-agent 048970f
docs(design-docs): add data loader sorting consistency and identifier…
zhb-y-agent 1fbe1b2
Merge pull request #327 from microsoft/feature/plugin-architecture
zhb-ai 37a8661
feat(knowledge system): merge skills and experiences directories into…
zhb-y-agent b9d1e64
refactor(knowledge): merge skills and experiences directories into ex…
zhb-y-agent 2244e46
feat(knowledge distillation): add timeout parameter support for exper…
zhb-y-agent 93d0369
refactor(knowledge): unify rule injection logic and improve search al…
zhb-y-agent e88d282
docs: update document content and structure
zhb-y-agent bd04e74
feat(i18n): add Agent log related translations and feature support
zhb-y-agent 6a9740e
Merge pull request #328 from microsoft/feature/plugin-architecture
zhb-ai 76330e6
feat(data loading): add AI data assistant functionality and multi-tab…
zhb-y-agent db3e4f0
Merge pull request #329 from microsoft/feature/plugin-architecture
zhb-ai b948eb3
feat(table): implement pagination and sorting functionality
zhb-y-agent 6dc04b8
feat: unify data loading row limit and remove frontend row selector
zhb-y-agent 3a56fae
docs: unify data loading row limit documentation
zhb-y-agent 45db677
Merge pull request #330 from microsoft/feature/plugin-architecture
zhb-ai 8be51ae
refactor(data loading): remove rowLimit related code
zhb-y-agent 7aeef6a
Merge pull request #331 from microsoft/feature/plugin-architecture
zhb-ai ea94d8d
update experienes
Chenglong-MS 79d6707
updates
Chenglong-MS 1de1328
minor
Chenglong-MS d23e85c
refactor(data loading): enhance column metadata handling in SupersetL…
zhb-y-agent 6c15da2
docs: update SSO OAuth configuration guide and example files
zhb-y-agent 6d8185a
feat(data loading): update to use Chart Data API for data retrieval
zhb-y-agent c3b44e7
clarify+explain
Chenglong-MS 99c4650
fix some issues with long thread break
Chenglong-MS f0975a5
feat(error handling): enhance error message extraction for RTK serial…
zhb-y-agent 6534fa1
Merge branch 'dev' into feature/plugin-architecture
zhb-ai 0557b4c
Merge pull request #334 from microsoft/feature/plugin-architecture
zhb-ai 2e367fc
feat(data loading): add support for temporal column conversion in Sup…
zhb-y-agent 31b469e
language
Chenglong-MS 529b545
clarification module update
Chenglong-MS 2a68c16
update layout algorithm
Chenglong-MS 5b4aeda
minor
Chenglong-MS ca7c5e7
feat(superset): enhance list_tables to include full column metadata v…
zhb-y-agent f53b971
fix
Chenglong-MS 3fa2390
issues: SSO登录态不一致及退出未清空状态问题
zhb-y-agent cd2afd4
fixes
Chenglong-MS 573e6b6
more flexible editing
Chenglong-MS 45387ea
styling hint
Chenglong-MS 139b7eb
restyle agent update
Chenglong-MS b767bac
ISSUE : refactor agent styling for improved consistency
zhb-y-agent b5a71d0
fix ollama issue
Chenglong-MS 42f0251
some polishment
Chenglong-MS 9cc1d96
message
Chenglong-MS 7b436ef
hide issues from main
Chenglong-MS 3d1a783
remove old design docs
Chenglong-MS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.