-
Notifications
You must be signed in to change notification settings - Fork 25
Remove acceptNewFields routes #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove acceptNewFields routes #51
Conversation
Cleaned up Setting struct and added default values for attributes. Added UT for testing default values. Removed "distinctAttributes" from JSON test payload. Signed-off-by: Damien Rivet <[email protected]>
Removed unneeded Setting initializer.
|
@curquiza Could you please review and merge if approved? |
bidoubiwa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this contribution! It's a really good work :)
Restored all explicit types which were removed previously. Added missing Linux test for Settings. Signed-off-by: Damien Rivet <[email protected]>
|
Just FYI, I had to reword my last commit since the build failed to restart the build. And without changing anything, the build completed successfully this time, the failing test was |
|
@Ethenyl Thank you very much, we really appreciate your effort in this PR. Regarding the failing |
bidoubiwa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot
Summary
Fixes #48.
Remove
acceptNewFieldsroutes and add default values forsearchableAttributesanddisplayedAttributesinSettings.Miscellaneous
Added UT for testing default values and removed
distinctAttributesfrom JSON test payload.