-
Notifications
You must be signed in to change notification settings - Fork 62
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
Data-Driven create params and validate_credentials #408
Data-Driven create params and validate_credentials #408
Conversation
203d7df
to
7d785e0
Compare
@agrare this is a cool change :) |
Thanks @borod108, is this another endpoint or just another authentication type? |
@agrare just an authentication type as far as I understand. |
Add a data-driven-forms params_for_create allowing dynamic API driven UI form building and add the standard validate_credentials API.
7d785e0
to
a6bd6b7
Compare
Okay @borod108 added PTAL |
Checked commits agrare/manageiq-providers-ovirt@6b824a4~...a6bd6b7 with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0 |
LGTM |
Add a data-driven-forms params_for_create allowing dynamic API driven
UI form building and add the standard validate_credentials API.