-
Notifications
You must be signed in to change notification settings - Fork 7
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
IBX-201: Refactored ExportParametersFactory #68
IBX-201: Refactored ExportParametersFactory #68
Conversation
fa565b3
to
b29fefe
Compare
Co-authored-by: Paweł Niedzielski <[email protected]>
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.
I have a few questions that I posted as comments.
Co-authored-by: Adam Wójs <[email protected]>
Co-authored-by: Paweł Niedzielski <[email protected]>
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.
+1 after the recent changes, good catches @Steveb-p.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* IBX-201: Refactored ExportCommand * Update tests/bundle/Command/ExportCommandTest.php Co-authored-by: Paweł Niedzielski <[email protected]> * Update tests/bundle/Command/ExportCommandTest.php Co-authored-by: Paweł Niedzielski <[email protected]> * Update tests/bundle/Command/ExportCommandTest.php Co-authored-by: Paweł Niedzielski <[email protected]> * Fixed phpdoc * IBX-201: Refactored ExportParametersFactory (#68) * IBX-201: Refactored ExportParametersFactory * Update src/lib/Factory/Export/ParametersFactory.php Co-authored-by: Paweł Niedzielski <[email protected]> * Fixes after review * Fixed getMissingRequiredOptions method * Update src/lib/Exception/CredentialsNotFoundException.php Co-authored-by: Adam Wójs <[email protected]> * Update src/lib/Factory/Export/ParametersFactory.php Co-authored-by: Paweł Niedzielski <[email protected]> * Fixes after review * Used willReturnMap instead of willReturn Co-authored-by: Paweł Niedzielski <[email protected]> Co-authored-by: Adam Wójs <[email protected]> * IBX-201: Added CommandInputResolver (#69) * IBX-201: Added CommandInputResolver * Added test for CommandInputResolver * IBX-201:Fixes after refactoring (#70) * IBX-201-Fixes after refactoring * Fixes after review * Removed check option hidden * Update src/lib/Service/ExportNotificationService.php Co-authored-by: Paweł Niedzielski <[email protected]> Co-authored-by: Paweł Niedzielski <[email protected]> * Fixed phpstan errors * Fixed cs * Fixed getMissingRequiredOptions Co-authored-by: Paweł Niedzielski <[email protected]> Co-authored-by: Adam Wójs <[email protected]>
* RSYS-3071: Fixed bugs: error label, related checkbox * Remove empty line * After CR
Following: #67
This PR provides refactored
ExportParametersFactory
and added new exportParameters
VO.Since multimandator feature has been implemented client has possibility to add one or more configuration.
If there is only one configuration then there is no needed to pass
customerId
,licenseKey
andsiteAccess
parameters to run export. By default this parameters can be taken from SiteAccess configuration.For multiple configuration parameters
customerId
,licenseKey
andsiteAccess
are required.