check engine name additional calls issue #1768
Conversation
|
@CodiumAI-Agent /describe |
Titlecheck engine name additional calls issue User descriptionDescriptionFix additional calls on CheckEngine API call, when every fields are being updated Changes MadeFixed CheckEngine API call, to work only on the Category name is changed How to Test
NotesPR TypeEnhancement, Bug fix Description
Diagram Walkthroughflowchart LR
form["ImportForm"]
focus["Track focused field (state)"]
validate["Validate only when field focused"]
strictEq["Use strict equality checks"]
keys["Stable keys for lists"]
form -- "onFocus/onBlur handlers" --> focus
focus -- "gate custom validators" --> validate
form -- "compare values" --> strictEq
form -- "unique keys for items" --> keys
|
| Relevant files | |||
|---|---|---|---|
| Enhancement |
|
|
@CodiumAI-Agent /review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
@CodiumAI-Agent /improve |
PR Code Suggestions ✨Latest suggestions up to 80b602b
Previous suggestionsSuggestions up to commit 7a7683f
Suggestions up to commit bd0fecb
|
…emove-checkenginename-on-unnecessary-fields
|
hi @bannaarisamy-shanmugham-kanini I tested the model, vector, and database catalog as per the ticket, and everything is working fine. However, when a large number of characters are entered for Catalog name, the system calls the API multiple times, which is not the expected behavior |
…emove-checkenginename-on-unnecessary-fields
|
Hi @BhaktiKanini , This issue is fixed and latest code is now available for test. Kindly verify. cc: @rameshpaulraj |
…emove-checkenginename-on-unnecessary-fields
|
Hi @bannaarisamy-shanmugham-kanini, I have retested this issue, but it still persists. When we edit the catalog name and click outside, the API is being called twice |
|
Hi @BhaktiKanini , Please take a pull and test it. this time, API call is limited correctly based on the value. cc: @rameshpaulraj |
|
@bannaarisamy-shanmugham-kanini I have tested this and it is working fine as expected |
…emove-checkenginename-on-unnecessary-fields
…emove-checkenginename-on-unnecessary-fields
|
@CodiumAI-Agent /update_changelog |
|
Changelog updates: 🔄 2025-09-03 *Fixed
|
Description
Fix additional calls on CheckEngine API call, when every fields are being updated
Changes Made
Fixed CheckEngine API call, to work only on the Category name is changed
How to Test
Notes