Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mstest-plugin
  Commit: f060fba4164951c11de079862c06f1cd0025d692
      
https://github.com/jenkinsci/mstest-plugin/commit/f060fba4164951c11de079862c06f1cd0025d692
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-19 (Fri, 19 Dec 2014)

  Changed paths:
    A .gitignore
    M pom.xml

  Log Message:
  -----------
  let the plugin build (and test) on recent systems


  Commit: 42fa38d31773c1708e18d199c58f595ca8c00b7b
      
https://github.com/jenkinsci/mstest-plugin/commit/42fa38d31773c1708e18d199c58f595ca8c00b7b
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-19 (Fri, 19 Dec 2014)

  Changed paths:
    M src/main/resources/hudson/plugins/mstest/mstest-to-junit.xsl
    M src/test/java/hudson/plugins/mstest/MSTestReportConverterTest.java
    A src/test/resources/hudson/plugins/mstest/mstest_vs_2012.trx
    A src/test/resources/hudson/plugins/mstest/mstest_vs_2012.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'yasu-s/master'


  Commit: a4e5a9c54a4568b7c7d6566e1cfb8dee1832543a
      
https://github.com/jenkinsci/mstest-plugin/commit/a4e5a9c54a4568b7c7d6566e1cfb8dee1832543a
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-20 (Sat, 20 Dec 2014)

  Changed paths:
    M src/main/java/hudson/plugins/mstest/MSTestPublisher.java
    M src/test/java/hudson/plugins/mstest/MSTestPublisherTest.java

  Log Message:
  -----------
  allow the use of environment variables to get the TRX file being used. 
complete the path when it is a relative one (combining it to the build 
workspace)


  Commit: e50314f8dc5474b5045970afc36c8d8f5a9ece94
      
https://github.com/jenkinsci/mstest-plugin/commit/e50314f8dc5474b5045970afc36c8d8f5a9ece94
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-20 (Sat, 20 Dec 2014)

  Changed paths:
    A src/test/java/hudson/plugins/mstest/MSTestPublisherJenkinsRuleTest.java
    M src/test/java/hudson/plugins/mstest/MSTestPublisherTest.java
    M src/test/java/hudson/plugins/mstest/TestHelper.java

  Log Message:
  -----------
  a unit test for environment variables expansion


  Commit: 545bef02447289aeec06583fcf31d6aec10d291c
      
https://github.com/jenkinsci/mstest-plugin/commit/545bef02447289aeec06583fcf31d6aec10d291c
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    M src/main/java/hudson/plugins/mstest/MSTestPublisher.java
    M src/test/java/hudson/plugins/mstest/MSTestPublisherJenkinsRuleTest.java

  Log Message:
  -----------
  use a FileSet


  Commit: d2e36bea4825a7a9070180e87f106265bf0fa3ea
      
https://github.com/jenkinsci/mstest-plugin/commit/d2e36bea4825a7a9070180e87f106265bf0fa3ea
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Changed paths:
    M src/main/java/hudson/plugins/mstest/MSTestPublisher.java
    M src/test/java/hudson/plugins/mstest/MSTestPublisherJenkinsRuleTest.java

  Log Message:
  -----------
  Another unit test about environment variables expansion, plus a better string 
comparison.


  Commit: 133795a51ef68436da84d3b641a1b474c5b07ecb
      
https://github.com/jenkinsci/mstest-plugin/commit/133795a51ef68436da84d3b641a1b474c5b07ecb
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Changed paths:
    M src/main/java/hudson/plugins/mstest/MSTestPublisher.java

  Log Message:
  -----------
  Refactor code and prevent mstest publisher properties evolution

If the environment variables are resolved 'in place' (i.e. in the same property
of the MSTestPublisher), the graphical interface will show this value instead of
the one provided originally by the user.

Code refactoring allows a cleaner expression of the filepath resolution.


  Commit: 56ade02be2ff81bdb19389409e9cd4249db4c587
      
https://github.com/jenkinsci/mstest-plugin/commit/56ade02be2ff81bdb19389409e9cd4249db4c587
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  improve .gitignore


  Commit: 4d57303e5b69cc027ad8886536b2a98933e52d73
      
https://github.com/jenkinsci/mstest-plugin/commit/4d57303e5b69cc027ad8886536b2a98933e52d73
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/nilleb/mstest-plugin

Conflicts:
        src/main/java/hudson/plugins/mstest/MSTestPublisher.java


  Commit: 5777d4442b8da0ea72f2d3e936cd49890464c540
      
https://github.com/jenkinsci/mstest-plugin/commit/5777d4442b8da0ea72f2d3e936cd49890464c540
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Changed paths:
    M src/main/java/hudson/plugins/mstest/MSTestPublisher.java
    M src/main/java/hudson/plugins/mstest/MSTestTransformer.java
    M src/test/java/hudson/plugins/mstest/MSTestPublisherJenkinsRuleTest.java
    A src/test/java/hudson/plugins/mstest/results-example-mstest.trx

  Log Message:
  -----------
  Coherence: the transformer evaluates a jenkins fileset which returns full 
paths.

A unit test demonstrating the behavior against a real TRX file (taken on the 
net).
Since the testResultsFile can be a glob expression, I've also dropped the lines
where I tried to complete it to an absolute path.


  Commit: fc1bee63d34aa2eaaff80767c7c04905ecf7f327
      
https://github.com/jenkinsci/mstest-plugin/commit/fc1bee63d34aa2eaaff80767c7c04905ecf7f327
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-28 (Sun, 28 Dec 2014)

  Changed paths:
    M src/main/resources/hudson/plugins/mstest/MSTestPublisher/config.properties
    A 
src/main/resources/hudson/plugins/mstest/MSTestPublisher/config_fr_FR.properties
    A 
src/main/resources/hudson/plugins/mstest/MSTestPublisher/config_it_IT.properties
    M 
src/main/resources/hudson/plugins/mstest/MSTestPublisher/config_pt_BR.properties
    M src/main/webapp/help.html
    A src/main/webapp/help_fr_FR.html
    A src/main/webapp/help_it_IT.html
    M src/main/webapp/help_pt_BR.html

  Log Message:
  -----------
  Update help resources and description. Localize them in the languages I know.


  Commit: 6f8c27e7f9face212fac2874cf298850056ce2c1
      
https://github.com/jenkinsci/mstest-plugin/commit/6f8c27e7f9face212fac2874cf298850056ce2c1
  Author: nilleb <m...@nilleb.com>
  Date:   2014-12-29 (Mon, 29 Dec 2014)

  Changed paths:
    M src/test/java/hudson/plugins/mstest/MSTestPublisherJenkinsRuleTest.java
    R src/test/java/hudson/plugins/mstest/results-example-mstest.trx
    A src/test/resources/hudson/plugins/mstest/results-example-mstest.trx

  Log Message:
  -----------
  Coherence with a Java project layout


  Commit: f55000e02c555f7b0ca11939ea932e249cc26cda
      
https://github.com/jenkinsci/mstest-plugin/commit/f55000e02c555f7b0ca11939ea932e249cc26cda
  Author: nilleb <m...@nilleb.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Changed paths:
    M src/test/java/hudson/plugins/mstest/MSTestPublisherJenkinsRuleTest.java
    R src/test/java/hudson/plugins/mstest/results-example-mstest.trx
    A src/test/resources/hudson/plugins/mstest/results-example-mstest.trx

  Log Message:
  -----------
  Coherence with a Java project layout


  Commit: 7758f7977fe027079119875be4d73ca6828c7411
      
https://github.com/jenkinsci/mstest-plugin/commit/7758f7977fe027079119875be4d73ca6828c7411
  Author: nilleb <m...@nilleb.com>
  Date:   2015-01-05 (Mon, 05 Jan 2015)

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/nilleb/mstest-plugin


  Commit: aaf133e8025a304809378bbea0c41bd8f66f2680
      
https://github.com/jenkinsci/mstest-plugin/commit/aaf133e8025a304809378bbea0c41bd8f66f2680
  Author: nilleb <m...@nilleb.com>
  Date:   2015-01-06 (Tue, 06 Jan 2015)

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/jenkinsci/mstest-plugin

Conflicts:
        pom.xml


  Commit: 75d7b66983ed5fb8c043a5f34964a2a803ad14b0
      
https://github.com/jenkinsci/mstest-plugin/commit/75d7b66983ed5fb8c043a5f34964a2a803ad14b0
  Author: nilleb <m...@nilleb.com>
  Date:   2015-01-07 (Wed, 07 Jan 2015)

  Changed paths:
    A README.md

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/jenkinsci/mstest-plugin


  Commit: 5ebed2f5edd1c343cb35dfff30baf84d59e7b16d
      
https://github.com/jenkinsci/mstest-plugin/commit/5ebed2f5edd1c343cb35dfff30baf84d59e7b16d
  Author: nilleb <m...@nilleb.com>
  Date:   2015-01-08 (Thu, 08 Jan 2015)

  Changed paths:
    M src/main/java/hudson/plugins/mstest/MSTestPublisher.java
    M src/main/java/hudson/plugins/mstest/MSTestTransformer.java
    M src/test/java/hudson/plugins/mstest/MSTestPublisherJenkinsRuleTest.java

  Log Message:
  -----------
  a unit test for filesets evaluation


  Commit: c675f43130d230d20106db12769e14d6ef880449
      
https://github.com/jenkinsci/mstest-plugin/commit/c675f43130d230d20106db12769e14d6ef880449
  Author: nilleb <m...@nilleb.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  change owner, change scm repo


  Commit: 6650ad4414610b996d72d253036d24736f5fa426
      
https://github.com/jenkinsci/mstest-plugin/commit/6650ad4414610b996d72d253036d24736f5fa426
  Author: Ivo Bellin Salarin <m...@nilleb.com>
  Date:   2015-01-10 (Sat, 10 Jan 2015)

  Changed paths:
    A .gitignore
    M pom.xml
    M src/main/java/hudson/plugins/mstest/MSTestPublisher.java
    M src/main/java/hudson/plugins/mstest/MSTestTransformer.java
    M src/main/resources/hudson/plugins/mstest/MSTestPublisher/config.properties
    A 
src/main/resources/hudson/plugins/mstest/MSTestPublisher/config_fr_FR.properties
    A 
src/main/resources/hudson/plugins/mstest/MSTestPublisher/config_it_IT.properties
    M 
src/main/resources/hudson/plugins/mstest/MSTestPublisher/config_pt_BR.properties
    M src/main/webapp/help.html
    A src/main/webapp/help_fr_FR.html
    A src/main/webapp/help_it_IT.html
    M src/main/webapp/help_pt_BR.html
    A src/test/java/hudson/plugins/mstest/MSTestPublisherJenkinsRuleTest.java
    M src/test/java/hudson/plugins/mstest/MSTestPublisherTest.java
    M src/test/java/hudson/plugins/mstest/TestHelper.java
    A src/test/resources/hudson/plugins/mstest/results-example-mstest.trx

  Log Message:
  -----------
  Merge pull request #4 from nilleb/master

use filesets, expand environment variables, update resources


Compare: 
https://github.com/jenkinsci/mstest-plugin/compare/05fc575866d1...6650ad441461

-- 
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.

Reply via email to