Branch: refs/heads/master Home: https://github.com/jenkinsci/ec2-plugin Commit: 3c9d5691d86b2c40120adcb8d97f6a0b36c72999 https://github.com/jenkinsci/ec2-plugin/commit/3c9d5691d86b2c40120adcb8d97f6a0b36c72999 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018)
Changed paths: M pom.xml Log Message: ----------- Consistent pom.xml format Automatic element ordering via `mvn tidy:pom`. Manual identation fix. Commit: 26e004e421dd3410087248e49b16471d1d378807 https://github.com/jenkinsci/ec2-plugin/commit/26e004e421dd3410087248e49b16471d1d378807 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M pom.xml Log Message: ----------- Use HTTPS for Jenkins repository Commit: 718892e0afe2b478154f9eb63b82229b65ee151b https://github.com/jenkinsci/ec2-plugin/commit/718892e0afe2b478154f9eb63b82229b65ee151b Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java M src/main/java/hudson/plugins/ec2/ebs/ZPoolMonitor.java Log Message: ----------- Don't use deprecated TimeUnit2 anymore Commit: 25c5fd7bc5be56748a18949c008bf191afb843b0 https://github.com/jenkinsci/ec2-plugin/commit/25c5fd7bc5be56748a18949c008bf191afb843b0 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java Log Message: ----------- Don't use deprecated Slave constructor anymore Commit: c1232ddd756f450e11345b4df6c0ac37f1278832 https://github.com/jenkinsci/ec2-plugin/commit/c1232ddd756f450e11345b4df6c0ac37f1278832 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M README_ECLIPSE.txt M src/main/java/hudson/plugins/ec2/EC2Cloud.java M src/main/java/hudson/plugins/ec2/EC2Tag.java M src/main/java/hudson/plugins/ec2/win/EC2WindowsLauncher.java M src/main/java/hudson/plugins/ec2/win/winrm/WinRMClient.java M src/main/resources/hudson/plugins/ec2/EC2Slave/help-stopOnTerminate.html M src/main/resources/hudson/plugins/ec2/Messages.properties M src/main/resources/hudson/plugins/ec2/SlaveTemplate/help-stopOnTerminate.html Log Message: ----------- Fix typos Commit: f47c5e3d5ef32f1d02b78c1de9737c26754404b2 https://github.com/jenkinsci/ec2-plugin/commit/f47c5e3d5ef32f1d02b78c1de9737c26754404b2 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/webapp/AMI-Scripts/ubuntu-init.py Log Message: ----------- Fix trailing spaces/tabs in Python code Commit: e16db2a150c386def15363411df68e0473b09aea https://github.com/jenkinsci/ec2-plugin/commit/e16db2a150c386def15363411df68e0473b09aea Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/resources/hudson/plugins/ec2/EC2Cloud/computerSet.properties Log Message: ----------- Fix trailing space in .properties file Commit: 7199230f8209f229967dff91e131f8758c3488ba https://github.com/jenkinsci/ec2-plugin/commit/7199230f8209f229967dff91e131f8758c3488ba Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/plugins/ec2/win/winrm/request/WinRMRequest.java Log Message: ----------- Remove redundant public modifier on interface method Interface methods are per default public. Commit: ae5bb7edd99df20105cbb6385bdae6a641d6f11e https://github.com/jenkinsci/ec2-plugin/commit/ae5bb7edd99df20105cbb6385bdae6a641d6f11e Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/plugins/ec2/EC2Cloud.java Log Message: ----------- Reduce unchecked type casts Commit: a3bf7a5bc5d64648998d69ea46d8b0a283620b05 https://github.com/jenkinsci/ec2-plugin/commit/a3bf7a5bc5d64648998d69ea46d8b0a283620b05 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/plugins/ec2/AmazonEC2Cloud.java M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java M src/main/java/hudson/plugins/ec2/EC2Cloud.java M src/main/java/hudson/plugins/ec2/EC2OndemandSlave.java M src/main/java/hudson/plugins/ec2/EC2Step.java M src/test/java/hudson/plugins/ec2/EC2StepTest.java M src/test/java/hudson/plugins/ec2/util/PluginTestRule.java Log Message: ----------- Remove unused imports Commit: 837bd69b9029eef17f83a5293832f552f09f8882 https://github.com/jenkinsci/ec2-plugin/commit/837bd69b9029eef17f83a5293832f552f09f8882 Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/test/java/hudson/plugins/ec2/SlaveTemplateUnitTest.java Log Message: ----------- Simplify code using a foreach loop Commit: 06c5946ff191119962e6dd3d6f199f0d9d0aa5ad https://github.com/jenkinsci/ec2-plugin/commit/06c5946ff191119962e6dd3d6f199f0d9d0aa5ad Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/plugins/ec2/EC2OndemandSlave.java M src/main/java/hudson/plugins/ec2/EC2SpotSlave.java M src/main/java/hudson/plugins/ec2/win/winrm/WinRMClient.java Log Message: ----------- Collapse identical catch blocks to reduce code duplication AmazonServiceException is a subtype of AmazonClientException, therefore this catch block can be removed. Commit: 9132d084a37eee291a251f0d6731221e7ce9d56f https://github.com/jenkinsci/ec2-plugin/commit/9132d084a37eee291a251f0d6731221e7ce9d56f Author: René Scheibe <rene.sche...@gmail.com> Date: 2018-10-27 (Sat, 27 Oct 2018) Changed paths: M src/main/java/hudson/plugins/ec2/CloudHelper.java M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java M src/main/java/hudson/plugins/ec2/EC2OndemandSlave.java M src/main/java/hudson/plugins/ec2/EC2SpotSlave.java M src/main/java/hudson/plugins/ec2/SlaveTemplate.java M src/test/java/hudson/plugins/ec2/AmazonEC2CloudTest.java Log Message: ----------- Remove redundant type arguments They can be inferred by the compiler. Commit: b2d715deb0cd7d2abf67df60ede7bc1aa3134b3f https://github.com/jenkinsci/ec2-plugin/commit/b2d715deb0cd7d2abf67df60ede7bc1aa3134b3f Author: Fabrizio Manfredi Furuholmen <thou...@users.noreply.github.com> Date: 2018-10-29 (Mon, 29 Oct 2018) Changed paths: M README_ECLIPSE.txt M pom.xml M src/main/java/hudson/plugins/ec2/AmazonEC2Cloud.java M src/main/java/hudson/plugins/ec2/CloudHelper.java M src/main/java/hudson/plugins/ec2/EC2AbstractSlave.java M src/main/java/hudson/plugins/ec2/EC2Cloud.java M src/main/java/hudson/plugins/ec2/EC2OndemandSlave.java M src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java M src/main/java/hudson/plugins/ec2/EC2SpotSlave.java M src/main/java/hudson/plugins/ec2/EC2Step.java M src/main/java/hudson/plugins/ec2/EC2Tag.java M src/main/java/hudson/plugins/ec2/SlaveTemplate.java M src/main/java/hudson/plugins/ec2/ebs/ZPoolMonitor.java M src/main/java/hudson/plugins/ec2/win/EC2WindowsLauncher.java M src/main/java/hudson/plugins/ec2/win/winrm/WinRMClient.java M src/main/java/hudson/plugins/ec2/win/winrm/request/WinRMRequest.java M src/main/resources/hudson/plugins/ec2/EC2Cloud/computerSet.properties M src/main/resources/hudson/plugins/ec2/EC2Slave/help-stopOnTerminate.html M src/main/resources/hudson/plugins/ec2/Messages.properties M src/main/resources/hudson/plugins/ec2/SlaveTemplate/help-stopOnTerminate.html M src/main/webapp/AMI-Scripts/ubuntu-init.py M src/test/java/hudson/plugins/ec2/AmazonEC2CloudTest.java M src/test/java/hudson/plugins/ec2/EC2StepTest.java M src/test/java/hudson/plugins/ec2/SlaveTemplateUnitTest.java M src/test/java/hudson/plugins/ec2/util/PluginTestRule.java Log Message: ----------- Merge pull request #316 from darxriggs/code-cleanup Code Improvements Compare: https://github.com/jenkinsci/ec2-plugin/compare/42645bb2b178...b2d715deb0cd **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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. For more options, visit https://groups.google.com/d/optout.