Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/grails-plugin
  Commit: 8ef043054cd858d692ef7c0ac3bdda9d25d44a76
      
https://github.com/jenkinsci/grails-plugin/commit/8ef043054cd858d692ef7c0ac3bdda9d25d44a76
  Author: Alex Anderson <[email protected]>
  Date:   2012-10-24 (Wed, 24 Oct 2012)

  Changed paths:
    M src/main/java/com/g2one/hudson/grails/GrailsBuilder.java

  Log Message:
  -----------
  Added check so that build is not FAILED when tests fail.


  Commit: 07e4568a53d518560f3fa062a8ee3306ec104958
      
https://github.com/jenkinsci/grails-plugin/commit/07e4568a53d518560f3fa062a8ee3306ec104958
  Author: Alex Anderson <[email protected]>
  Date:   2012-10-25 (Thu, 25 Oct 2012)

  Changed paths:
    M src/main/java/com/g2one/hudson/grails/GrailsBuilder.java

  Log Message:
  -----------
  Modified cache to store byte[]s directly, and only convert to strings at end 
of execution.


  Commit: 7dd5fbd2a23480593a2f4f5eadc68baf6e78cf0c
      
https://github.com/jenkinsci/grails-plugin/commit/7dd5fbd2a23480593a2f4f5eadc68baf6e78cf0c
  Author: Alex Anderson <[email protected]>
  Date:   2012-11-22 (Thu, 22 Nov 2012)

  Changed paths:
    M src/main/java/com/g2one/hudson/grails/GrailsBuilder.java
    M src/main/resources/com/g2one/hudson/grails/GrailsBuilder/config.jelly
    A src/main/webapp/help/projectConfig/grailsWorkDir.html

  Log Message:
  -----------
  Updated to cache Strings so that cache contents are immutable.


  Commit: dcaa375d6c68f3147b2d182d4865115f6c76a63a
      
https://github.com/jenkinsci/grails-plugin/commit/dcaa375d6c68f3147b2d182d4865115f6c76a63a
  Author: Alex Anderson <[email protected]>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M src/main/java/com/g2one/hudson/grails/GrailsBuilder.java

  Log Message:
  -----------
  Added default value for grails.work.dir


  Commit: fc83900e5b83e1d22d099fe9ec8cdf071bff077c
      
https://github.com/jenkinsci/grails-plugin/commit/fc83900e5b83e1d22d099fe9ec8cdf071bff077c
  Author: Alex Anderson <[email protected]>
  Date:   2013-03-19 (Tue, 19 Mar 2013)

  Changed paths:
    M .gitignore
    M src/main/java/com/g2one/hudson/grails/GrailsBuilder.java
    M src/main/resources/com/g2one/hudson/grails/GrailsBuilder/config.jelly
    A src/test/java/com/g2one/hudson/grails/GrailsBuilderTest.java

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'

Conflicts:
        src/main/java/com/g2one/hudson/grails/GrailsBuilder.java


  Commit: be81e6a093365de73488f68e8e5a41be32f18236
      
https://github.com/jenkinsci/grails-plugin/commit/be81e6a093365de73488f68e8e5a41be32f18236
  Author: kiy0taka <[email protected]>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M src/test/java/com/g2one/hudson/grails/GrailsBuilderIntegrationTest.java

  Log Message:
  -----------
  fixed mock path.


  Commit: dbbbea27b8fef6b310defcd63d4fd967b1033eb3
      
https://github.com/jenkinsci/grails-plugin/commit/dbbbea27b8fef6b310defcd63d4fd967b1033eb3
  Author: kiy0taka <[email protected]>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M .gitignore
    M src/main/java/com/g2one/hudson/grails/GrailsBuilder.java
    M src/main/resources/com/g2one/hudson/grails/GrailsBuilder/config.jelly
    A src/main/webapp/help/projectConfig/grailsWorkDir.html
    M src/test/java/com/g2one/hudson/grails/GrailsBuilderIntegrationTest.java
    A src/test/resources/mock/buildFailed/bin/grails
    A src/test/resources/mock/testsFailed/bin/grails

  Log Message:
  -----------
  merged from git://github.com/alxndrsn/jenkins-grails-plugin.git.


  Commit: 22997b35cd8e2e8e8132d6f9bdfbbb3ac9931d64
      
https://github.com/jenkinsci/grails-plugin/commit/22997b35cd8e2e8e8132d6f9bdfbbb3ac9931d64
  Author: kiy0taka <[email protected]>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M src/main/java/com/g2one/hudson/grails/GrailsBuilder.java
    A src/main/java/com/g2one/hudson/grails/GrailsConsoleAnnotator.java

  Log Message:
  -----------
  refactored.


  Commit: 787e6b8f57e21d97fdfeb223e2fd2cea0e43a42a
      
https://github.com/jenkinsci/grails-plugin/commit/787e6b8f57e21d97fdfeb223e2fd2cea0e43a42a
  Author: kiy0taka <[email protected]>
  Date:   2013-05-21 (Tue, 21 May 2013)

  Changed paths:
    M src/main/java/com/g2one/hudson/grails/GrailsBuilder.java
    M src/test/java/com/g2one/hudson/grails/GrailsBuilderIntegrationTest.java
    M src/test/resources/mock/testsFailed/bin/grails

  Log Message:
  -----------
  build should be UNSTABLE, if tests failed.


  Commit: fa62b9a9e3b13caf82e5bb49e96aab52d4040a30
      
https://github.com/jenkinsci/grails-plugin/commit/fa62b9a9e3b13caf82e5bb49e96aab52d4040a30
  Author: kiy0taka <[email protected]>
  Date:   2013-05-21 (Tue, 21 May 2013)

  Changed paths:
    M src/main/java/com/g2one/hudson/grails/GrailsBuilder.java
    A src/main/java/com/g2one/hudson/grails/GrailsTaskNote.java
    A 
src/main/resources/com/g2one/hudson/grails/GrailsTaskNote/DescriptorImpl/outline.jelly
    A src/main/resources/com/g2one/hudson/grails/GrailsTaskNote/script.js

  Log Message:
  -----------
  added task note.


Compare: 
https://github.com/jenkinsci/grails-plugin/compare/e826f0126a6c...fa62b9a9e3b1

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to