You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add apis tend to return on first error, rather than process everything provided.
For example, pass in 5 components, 4 will be added if the 5th is a duplicate but only 1 will be added if the 2nd is a duplicate.
Expected behavior:
add apis should process everything before return. Any valid elements will be added to the devfileObj, and each invalid element will have an error message. the returned error message should be contain all errors
The text was updated successfully, but these errors were encountered:
yangcao77
added
area/library
Common devfile library for interacting with devfiles
and removed
area/api
Enhancement or issue related to the api/devfile specification
labels
May 4, 2021
Add apis tend to return on first error, rather than process everything provided.
For example, pass in 5 components, 4 will be added if the 5th is a duplicate but only 1 will be added if the 2nd is a duplicate.
Expected behavior:
add apis should process everything before return. Any valid elements will be added to the devfileObj, and each invalid element will have an error message. the returned error message should be contain all errors
The text was updated successfully, but these errors were encountered: