Open
Conversation
…le nested control flow statements
…s in MySQL procedures
Sql insight api
Fix mysql procedure audit
- Add SqlFingerprint field to ExecuteSQL struct - Update audit logic to store SQL fingerprint - Use longtext type for SqlFingerprint to accommodate large values - Index SqlFingerprint for efficient querying
feat(api): instance tips api add environment tag information
FillingSQLWithParamMarker 添加对非MySQL数据库类型的错误处理,确保遇到其他数据库类型快速返回
FillingSQLWithParamMarker 添加对非MySQL数据库类型的错误处理,确保遇到其他数据库类型快速返回
**What** - Emails failed to send after workflow finish
fix: use buffer channel to resolve missing email notifications
Sql insight ce
- Add new type: TypeMySQLPerformanceCollect for MySQL performance data collection - Introduce new metrics for SQL insight: - MetricNameSqlInsightCollectTime - MetricNameSqlInsightThreadsConnected - MetricNameSqlInsightQueries - MetricNameSqlInsightQPS - Update ALLMetric map to include new metrics
- Implement CleanExpiredSqlManageInsightRecords function in CleanJob - Add RemoveExpiredSqlInsightRecord method to Storage - Integrate new cleaning job into existing cleanup processes - Use existing GetSqlManageRawSqlExpiredHoursOrDefault method for expiration time
- Add tips for performance collection audit plan - Update audit plan metadata structure to include tips - Localize tips message in English and Chinese - Modify audit plan response to include tips information
- Add new field 'audit_plan_type_tips' to API documentation in docs.go - Update swagger.json and swagger.yaml to include the new field
Sql insight ce
- Add new functional module for viewing SQL insight - Update API endpoints and models to support SQL insight feature - Extend permission checks to include SQL insight operations
…le list - Add "view_sql_insight" to the list of functional modules in docs.go, swagger.json, and swagger.yaml - This change enhances the documentation to include the new SQL insight viewing feature
- Add conditions to filter out deleted audit plans and plan versions in the query - Improve data accuracy for instance audit plan retrieval
Commit/aihub phase1
feat(locale): update English and Chinese locale files with new metric…
… operations and update locale files
…ds and implement corresponding handlers
Sql opt feedback ce
feat(rule): add rule to check for uncommitted transactions before DDL…
Update admin password in README
feat(git): add newCloneOptions function and corresponding tests for Git clone options
allow all user to get banner data
refactor(api): remove middleware from AI Hub banner endpoint
…s in documentation
Fix swagger enum
…ding request handling and analysis logic
ce feat(sql_lineage): implement SQL lineage analysis for MySQL
…dded test cases to verify correct identification of violations and false positives related to full-width quotation marks in identifiers and comments.
…te over object names. This improves detection of violations related to full-width double quotation marks in identifiers.
…st cases to validate correct handling of character set declarations in table and column definitions, ensuring proper identification of violations and compliance with charset rules.
…types. Updated logic to ensure only relevant character sets are considered for column charset consistency checks.
fix: incorrect triggering of rule : Chinese full-width quotes are not recommended in DDL
fix: incorrect triggering of rule : chartset should be the same in one DDL
… export support (CE)
…in get template API (CE)
…port default template on project creation (CE)
When DMS cross-service calls GET /v1/projects/{name}/workflow_template
with workflow_type=data_export, the CE version now returns the correct
DefaultDataExportWorkflowTemplate instead of the SQL workflow template.
1ec742d to
ad52648
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
变更说明
扩展 WorkflowTemplate 模型支持数据导出审批流程模板类型:
关联 PR