Branch: refs/heads/development Home: https://github.com/jenkinsci/appspider-build-scanner-plugin Commit: a86673499b13ba0b9e197583cafe6b4d81a63ec4 https://github.com/jenkinsci/appspider-build-scanner-plugin/commit/a86673499b13ba0b9e197583cafe6b4d81a63ec4 Author: Terry Moreland <terry_morel...@rapid7.com> Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths: M src/main/java/com/rapid7/appspider/ApiSerializer.java M src/main/java/com/rapid7/appspider/ContentHelper.java M src/main/java/com/rapid7/appspider/EnterpriseClient.java M src/main/java/com/rapid7/appspider/EnterpriseRestClient.java A src/main/java/com/rapid7/appspider/FreemarkerConfiguration.java A src/main/java/com/rapid7/appspider/datatransferobjects/ClientIdNamePair.java M src/test/java/com/rapid7/appspider/EnterpriseClientTestContext.java M src/test/java/com/rapid7/appspider/EnterpriseRestClientTest.java Log Message: ----------- ASE-4496 Jenkins Multi-Client Support - added method to EnterpriseClient class to fetch id/name pairs of clients, this will be used to populate the client id when authenticating and to display the list of names for the user to choose when client, that selection will then impact which scans are listed Commit: 64e0a44fc372b992a615dc5e202b9c208d04d86d https://github.com/jenkinsci/appspider-build-scanner-plugin/commit/64e0a44fc372b992a615dc5e202b9c208d04d86d Author: Terry Moreland <terry_morel...@rapid7.com> Date: 2021-03-02 (Tue, 02 Mar 2021) Changed paths: M src/main/java/com/rapid7/appspider/ContentHelper.java M src/main/java/com/rapid7/appspider/EnterpriseClient.java M src/main/java/com/rapid7/appspider/EnterpriseRestClient.java M src/main/java/com/rapid7/appspider/LoggerFacade.java M src/main/java/com/rapid7/appspider/PrintStreamLoggerFacade.java M src/main/java/com/rapid7/appspider/Report.java M src/main/java/com/rapid7/appspider/Scan.java A src/main/java/com/rapid7/appspider/models/AuthenticationModel.java M src/main/java/com/rapid7/jenkinspider/PostBuildScan.java M src/test/java/com/rapid7/appspider/EnterpriseRestClientTest.java Log Message: ----------- Multi-Client support - added AuthenticationModel model storing username, password and optionally client Id as a first step towards multi-client - updated EnterpriseClient to use AuthenticationModel for methods taking username/password, any callers and tests have been updated accordingly Commit: 28fd946c854117519130ba008eab2b08d60988b7 https://github.com/jenkinsci/appspider-build-scanner-plugin/commit/28fd946c854117519130ba008eab2b08d60988b7 Author: Terry Moreland <terry_morel...@rapid7.com> Date: 2021-03-02 (Tue, 02 Mar 2021) Changed paths: M src/main/java/com/rapid7/jenkinspider/PostBuildScan.java Log Message: ----------- Multi-Client support - added storage for client name, this will be used to look up client id, fortunately both are valid unique identifiers but other APIs require the id Commit: 5f20f9cf7f9b01a8b8a679d3de8cb0555b552066 https://github.com/jenkinsci/appspider-build-scanner-plugin/commit/5f20f9cf7f9b01a8b8a679d3de8cb0555b552066 Author: Terry Moreland <terry_morel...@rapid7.com> Date: 2021-03-03 (Wed, 03 Mar 2021) Changed paths: M src/main/java/com/rapid7/appspider/ContentHelper.java M src/main/java/com/rapid7/appspider/EnterpriseRestClient.java M src/main/java/com/rapid7/jenkinspider/PostBuildScan.java M src/main/resources/com/rapid7/jenkinspider/PostBuildScan/config.jelly M src/test/java/com/rapid7/appspider/EnterpriseClientTestContext.java Log Message: ----------- ASE-4496 Update Config UI - now offers two drop downs, one for client and another for config, upon selecting client the config drop down will reload (for the selected client) Compare: https://github.com/jenkinsci/appspider-build-scanner-plugin/compare/2a7d6aa5112e...5f20f9cf7f9b -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/appspider-build-scanner-plugin/push/refs/heads/development/2a7d6a-5f20f9%40github.com.