Branch: refs/heads/master Home: https://github.com/jenkinsci/xcode-plugin Commit: cfe0d20466e1b7a0d04c472411b26ede96b51ee1 https://github.com/jenkinsci/xcode-plugin/commit/cfe0d20466e1b7a0d04c472411b26ede96b51ee1 Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2013-11-27 (Wed, 27 Nov 2013)
Changed paths: M .gitignore Log Message: ----------- ignore .DS_Store file Commit: 3b032727d4b15a682db9d9b8d8f3a34bb2aa2b57 https://github.com/jenkinsci/xcode-plugin/commit/3b032727d4b15a682db9d9b8d8f3a34bb2aa2b57 Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2014-03-26 (Wed, 26 Mar 2014) Changed paths: M pom.xml Log Message: ----------- Merge branch 'master' of https://github.com/jenkinsci/xcode-plugin Commit: 57c77ecda58e219be4467f107544699cf7a57aa0 https://github.com/jenkinsci/xcode-plugin/commit/57c77ecda58e219be4467f107544699cf7a57aa0 Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2014-05-01 (Thu, 01 May 2014) Changed paths: M src/main/java/au/com/rayh/XCodeBuilder.java M src/main/resources/au/com/rayh/Messages.properties M src/main/resources/au/com/rayh/XCodeBuilder/config.jelly A src/main/resources/au/com/rayh/XCodeBuilder/help-bundleID.html A src/main/resources/au/com/rayh/XCodeBuilder/help-bundleIDInfoPlistPath.html A src/main/resources/au/com/rayh/XCodeBuilder/help-changeBundleID.html Log Message: ----------- Merge branch 'master' of https://github.com/jenkinsci/xcode-plugin Commit: 26d827b50c59156c968d5cae92f04ef22cd94d9b https://github.com/jenkinsci/xcode-plugin/commit/26d827b50c59156c968d5cae92f04ef22cd94d9b Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2014-05-09 (Fri, 09 May 2014) Changed paths: M src/main/java/au/com/rayh/XCodeBuilder.java A src/main/java/au/com/rayh/XcodeBuildListParser.java M src/main/resources/au/com/rayh/Messages.properties M src/main/resources/au/com/rayh/XCodeBuilder/config.jelly A src/main/resources/au/com/rayh/XCodeBuilder/help-intepretTargetAsRegEx.html Log Message: ----------- added ability to interpret the target field as a regular expression and pass multiple -target flags to xcodebuild Commit: 78730a18654d22ce23482df572bcb5ecde9520da https://github.com/jenkinsci/xcode-plugin/commit/78730a18654d22ce23482df572bcb5ecde9520da Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M src/main/java/au/com/rayh/XCodeBuildOutputParser.java M src/main/java/au/com/rayh/XCodeBuilder.java M src/main/resources/au/com/rayh/XCodeBuilder/config.jelly Log Message: ----------- Merge branch 'master' of https://github.com/jenkinsci/xcode-plugin Conflicts: src/main/java/au/com/rayh/XCodeBuilder.java Commit: cfc64adb630e6ab5d002a5bce9750f09e0ec5b57 https://github.com/jenkinsci/xcode-plugin/commit/cfc64adb630e6ab5d002a5bce9750f09e0ec5b57 Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2014-08-21 (Thu, 21 Aug 2014) Changed paths: M .gitignore Log Message: ----------- ignore .orig files Commit: 1098364f1ab7ad2a59882a71273f8d4129d767a7 https://github.com/jenkinsci/xcode-plugin/commit/1098364f1ab7ad2a59882a71273f8d4129d767a7 Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2014-09-06 (Sat, 06 Sep 2014) Changed paths: M src/main/java/au/com/rayh/XCodeBuilder.java M src/main/java/au/com/rayh/XcodeBuildListParser.java M src/main/resources/au/com/rayh/XCodeBuilder/help-intepretTargetAsRegEx.html A src/test/java/au/com/rayh/XCodeBuildListParserTest.java A src/test/resources/xcodebuildlist-invalid1.txt A src/test/resources/xcodebuildlist-invalid2.txt A src/test/resources/xcodebuildlist-valid.txt Log Message: ----------- Updates based on feedback of Pull Request #43: https://github.com/timothy-volvo/xcode-plugin/commit/26d827b50c59156c968d5cae92f04ef22cd94d9b#commitcomment-7642030 Commit: 5805b52380c06794d617c026ced4e0a25a57ec59 https://github.com/jenkinsci/xcode-plugin/commit/5805b52380c06794d617c026ced4e0a25a57ec59 Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M .gitignore M pom.xml M src/main/java/au/com/rayh/DeveloperProfileLoader.java M src/main/java/au/com/rayh/XCodeBuildOutputParser.java M src/main/java/au/com/rayh/XCodeBuilder.java M src/main/resources/au/com/rayh/Messages.properties M src/main/resources/au/com/rayh/XCodeBuilder/config.jelly A src/main/resources/au/com/rayh/XCodeBuilder/help-xcodebuildArguments.html M src/test/java/au/com/rayh/OutputParserTests.java M src/test/java/au/com/rayh/XCodeBuildOutputParserTest.java A src/test/resources/XCTest_output_failing_1.txt A src/test/resources/XCTest_output_passing_1.txt Log Message: ----------- Merge branch 'master' of https://github.com/jenkinsci/xcode-plugin Commit: 31a5186dd5c1c5e605cbcec2809219bacbef9ef0 https://github.com/jenkinsci/xcode-plugin/commit/31a5186dd5c1c5e605cbcec2809219bacbef9ef0 Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2014-12-17 (Wed, 17 Dec 2014) Changed paths: M src/main/java/au/com/rayh/XCodeBuildOutputParser.java M src/main/java/au/com/rayh/report/TestCase.java A src/main/java/au/com/rayh/report/TestError.java M src/main/java/au/com/rayh/report/TestSuite.java M src/test/java/au/com/rayh/XCodeBuildOutputParserTest.java A src/test/resources/XCTest_output_crashing_1.txt Log Message: ----------- Merge branch 'master' of https://github.com/jenkinsci/xcode-plugin Commit: 4117e44527cbd4b7420e93c599c3b0eb599ec187 https://github.com/jenkinsci/xcode-plugin/commit/4117e44527cbd4b7420e93c599c3b0eb599ec187 Author: Timothy G. Rundle <timothy.run...@volvo.com> Date: 2015-01-02 (Fri, 02 Jan 2015) Changed paths: M pom.xml Log Message: ----------- updated version number Commit: 3e73d156696561af7a03c09758023c4405a28db7 https://github.com/jenkinsci/xcode-plugin/commit/3e73d156696561af7a03c09758023c4405a28db7 Author: Jerome Lacoste <jerome.laco...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M .gitignore R examples/UnitTestsCardExample.zip M src/main/java/au/com/rayh/XCodeBuilder.java A src/main/java/au/com/rayh/XcodeBuildListParser.java M src/main/resources/au/com/rayh/Messages.properties M src/main/resources/au/com/rayh/XCodeBuilder/config.jelly A src/main/resources/au/com/rayh/XCodeBuilder/help-intepretTargetAsRegEx.html A src/test/java/au/com/rayh/XCodeBuildListParserTest.java A src/test/resources/xcodebuildlist-invalid1.txt A src/test/resources/xcodebuildlist-invalid2.txt A src/test/resources/xcodebuildlist-valid.txt Log Message: ----------- Merge branch 'master' of https://github.com/timothy-volvo/xcode-plugin into timothy-volvo-master Conflicts: pom.xml Commit: 67df36dfadfc5c11e4d1683ab48072233e7dca9e https://github.com/jenkinsci/xcode-plugin/commit/67df36dfadfc5c11e4d1683ab48072233e7dca9e Author: Jerome Lacoste <jerome.laco...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M src/main/java/au/com/rayh/XCodeBuilder.java M src/test/java/au/com/rayh/XCodeBuildOutputParserTest.java Log Message: ----------- Cleanup: remove unused imports and unecessary null checks Commit: 30a7ec353fee6c83cad4c0d39133f8d7938dbb25 https://github.com/jenkinsci/xcode-plugin/commit/30a7ec353fee6c83cad4c0d39133f8d7938dbb25 Author: Jerome Lacoste <jerome.laco...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M .gitignore R examples/UnitTestsCardExample.zip M src/main/java/au/com/rayh/XCodeBuilder.java A src/main/java/au/com/rayh/XcodeBuildListParser.java M src/main/resources/au/com/rayh/Messages.properties M src/main/resources/au/com/rayh/XCodeBuilder/config.jelly A src/main/resources/au/com/rayh/XCodeBuilder/help-intepretTargetAsRegEx.html A src/test/java/au/com/rayh/XCodeBuildListParserTest.java M src/test/java/au/com/rayh/XCodeBuildOutputParserTest.java A src/test/resources/xcodebuildlist-invalid1.txt A src/test/resources/xcodebuildlist-invalid2.txt A src/test/resources/xcodebuildlist-valid.txt Log Message: ----------- Merge branch 'timothy-volvo-master' Commit: 97821f247743f47598a304920b6cb4db2c24b491 https://github.com/jenkinsci/xcode-plugin/commit/97821f247743f47598a304920b6cb4db2c24b491 Author: Jerome Lacoste <jerome.laco...@gmail.com> Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: A examples/UnitTestsCardExample.zip Log Message: ----------- JENKINS-19955 Example project with XC test cases Compare: https://github.com/jenkinsci/xcode-plugin/compare/33529858c480...97821f247743 -- 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.