IBM/db2forzosdeveloperextension-about

Provide Integration with Db2 Devops Experience

Opened this issue · 1 comments

We do not use the Db2 Devops Experience UI. We maintain our own Git repository of DDL and are enabling self service capabilities for developers for schema change. We use VSCode with the Db2 Developer extension and customised code snippets for editing the DDL.

Developers currently have to commit and push their changes to our central Git repo, which in turn triggers a pipeline that then validates the changes against Devops Experience site rules, and runs the analyses - which could ultimately be rejected. We want the ability to invoke Site Rule validation, and drive analyse directly from VSCode in order to validate and analyse the DDL before the developer commits it to the repo.

This would further shift left and speed up the process, and reduce the number of untested commits to the git repo.

Hi @turnerm92,

Thanks for the suggestion. We'll look into how we can integrate Db2 DevOps Experience validation checks with the extension.