feat: bulk edit for table configurations and go security fix#378
feat: bulk edit for table configurations and go security fix#378arsalan-datazip wants to merge 22 commits into
Conversation
badalprasadsingh
left a comment
There was a problem hiding this comment.
Reviewed.
Just to confirm: this feature is for multiple tables across a single database, and not across multiple databases as well, right?
badalprasadsingh
left a comment
There was a problem hiding this comment.
Second Review. Will test after this.
Single Table configuration Service Function is changed as well, please do check backward compatibility for that API.
d3e6a7d to
9941f4c
Compare
Will do backward compatibilty check |
|
This PR also fixes "Go Security Fix". Please add that in the title as well. |
badalprasadsingh
left a comment
There was a problem hiding this comment.
Few more comments.
* chore: refactoring bulk edit * chore: reataining the todo

Description
Earlier user can only configure one table at a time and enable its optimization.
This PR adds a bulk edit API wihich allows user to configure multiple tables and enable optimisation of all selected tables.
Type of change