Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qftest-plugin
  Commit: 927c7595032ce691412b91d5514a2b95255a4384
      
https://github.com/jenkinsci/qftest-plugin/commit/927c7595032ce691412b91d5514a2b95255a4384
  Author: qfs <q...@qfs.de>
  Date:   2016-09-05 (Mon, 05 Sep 2016)
  Changed paths:
    M .gitignore
    M src/main/java/org/jenkinsci/plugins/qftest/QFTestConfigBuilder.java
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  Merge pull request #1 from cdamm/master

Added variable substitution


  Commit: fa5436c57b9c15063fc8ef65b3f5b1157278ba54
      
https://github.com/jenkinsci/qftest-plugin/commit/fa5436c57b9c15063fc8ef65b3f5b1157278ba54
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-01-31 (Tue, 31 Jan 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1770: allow to specify a custom run-log name


  Commit: bfe6d88f3c6b7811548cffb4c855410241d84501
      
https://github.com/jenkinsci/qftest-plugin/commit/bfe6d88f3c6b7811548cffb4c855410241d84501
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1771 allow to customize report parameters


  Commit: 78838e59a52070174174add84fe7978d67e0cc8d
      
https://github.com/jenkinsci/qftest-plugin/commit/78838e59a52070174174add84fe7978d67e0cc8d
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1812 allow to customize the runid


  Commit: a1de2d000ffb7ef33bb2013f4a965e47017a7d61
      
https://github.com/jenkinsci/qftest-plugin/commit/a1de2d000ffb7ef33bb2013f4a965e47017a7d61
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-685 refactored daemon dependent functions


  Commit: 4d01ed1a6c17358de9b1a7de744aebcd63b9f1a2
      
https://github.com/jenkinsci/qftest-plugin/commit/4d01ed1a6c17358de9b1a7de744aebcd63b9f1a2
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1771 default report creation params are just set if no custom settings 
are provided


  Commit: 764c47386e0fddf856b1dd35c96e65482f75dc95
      
https://github.com/jenkinsci/qftest-plugin/commit/764c47386e0fddf856b1dd35c96e65482f75dc95
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-03-03 (Fri, 03 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-685 fix command-prefix also if more than one testsuite is used


  Commit: a3406b9c3118ef008630427d75e9c095f577f4ec
      
https://github.com/jenkinsci/qftest-plugin/commit/a3406b9c3118ef008630427d75e9c095f577f4ec
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1770 QFT-1771 QFT-685 allow to customize report/runlog parameters 
(jenkins windows)


  Commit: df1cbc6b8084fb76127048531e7ec47d09a248f5
      
https://github.com/jenkinsci/qftest-plugin/commit/df1cbc6b8084fb76127048531e7ec47d09a248f5
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1771 fixed typo


  Commit: 316e5ad5e040324e7ed0733bee28730d7095ca42
      
https://github.com/jenkinsci/qftest-plugin/commit/316e5ad5e040324e7ed0733bee28730d7095ca42
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-03-08 (Wed, 08 Mar 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-685 removed unnecessary run parameter since it’s the default


  Commit: 6eef9da5deb0a58890bb304c595482b397f11ce5
      
https://github.com/jenkinsci/qftest-plugin/commit/6eef9da5deb0a58890bb304c595482b397f11ce5
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1770 allow to pass in runlog params in quotes/double quotes


  Commit: a321740ad3f3d4a5311b1aa39660b6633ba05afa
      
https://github.com/jenkinsci/qftest-plugin/commit/a321740ad3f3d4a5311b1aa39660b6633ba05afa
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-04-05 (Wed, 05 Apr 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1771  allow to pass in report params in quotes/double quotes & quotes for 
all other parameters are passed correctly


  Commit: 7e08566462a39478f4a97e9069ef777c8aaf2584
      
https://github.com/jenkinsci/qftest-plugin/commit/7e08566462a39478f4a97e9069ef777c8aaf2584
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M pom.xml
    A src/main/java/org/jenkinsci/plugins/qftest/QFTestDocBuilder.java
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java
    A 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/global.jelly
    A 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/help-customPath.html
    A 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/help-qftPath.html
    A src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/help.html

  Log Message:
  -----------
  QFT-1880 allow to generate pkgdoc/testdoc


  Commit: 6d728cfe60116816a3ae0f2977e6293b590f38a2
      
https://github.com/jenkinsci/qftest-plugin/commit/6d728cfe60116816a3ae0f2977e6293b590f38a2
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-04-18 (Tue, 18 Apr 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1880 fixed handling of parameters containing an assignment


  Commit: 7d7e197ca2d06fdb865689d14171b7f6e40417d8
      
https://github.com/jenkinsci/qftest-plugin/commit/7d7e197ca2d06fdb865689d14171b7f6e40417d8
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-04-19 (Wed, 19 Apr 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-685 simplified parameter parsing


  Commit: 25219f8cac3b6b07cab2e3201f914b2df7377d7c
      
https://github.com/jenkinsci/qftest-plugin/commit/25219f8cac3b6b07cab2e3201f914b2df7377d7c
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-05-29 (Mon, 29 May 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-1880 fixed parameter handling once again.


  Commit: e7e9935f4d2339c5f3b30fb6a5428e6c256a907c
      
https://github.com/jenkinsci/qftest-plugin/commit/e7e9935f4d2339c5f3b30fb6a5428e6c256a907c
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    R src/main/java/org/jenkinsci/plugins/qftest/QFTestDocBuilder.java
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java
    R 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/config.jelly
    R 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/global.jelly
    R 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/help-customPath.html
    R 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/help-qftPath.html
    R src/main/resources/org/jenkinsci/plugins/qftest/QFTestDocBuilder/help.html

  Log Message:
  -----------
  QFT-1880 temporarily remove gendoc build task to stabilize plugin beforehand


  Commit: ad6a0ad66f232c040e3e533355c365311de7e112
      
https://github.com/jenkinsci/qftest-plugin/commit/ad6a0ad66f232c040e3e533355c365311de7e112
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-685 fixed missing space when using daemon, runid is now ignored in report 
generation.


  Commit: 79b4a0afd1ee1ac3d8df5225db1e6ed70ea8f1eb
      
https://github.com/jenkinsci/qftest-plugin/commit/79b4a0afd1ee1ac3d8df5225db1e6ed70ea8f1eb
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-685 fixed missing space when generating reports


  Commit: d24628371b31a4cb619fe60eab03fa184a1e5675
      
https://github.com/jenkinsci/qftest-plugin/commit/d24628371b31a4cb619fe60eab03fa184a1e5675
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java

  Log Message:
  -----------
  QFT-685 fixed ignoring of parameters while generating reports


  Commit: ff11a22b429f35b0dd212133423633b506e6ca92
      
https://github.com/jenkinsci/qftest-plugin/commit/ff11a22b429f35b0dd212133423633b506e6ca92
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-08-29 (Tue, 29 Aug 2017)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestConfigBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestConfigBuilder/help-customPath.html

  Log Message:
  -----------
  QFT-2072 fixed description


  Commit: 7f298f751e85d1287d6fb1f2d6977f4a07c5b8ad
      
https://github.com/jenkinsci/qftest-plugin/commit/7f298f751e85d1287d6fb1f2d6977f4a07c5b8ad
  Author: Thomas Max <t...@qfs.de>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java
    M 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestConfigBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestConfigBuilder/help-customPath.html

  Log Message:
  -----------
  Merge branch 'master' of /Users/tmax/Projects/qftest-plugin

* 'master' of /Users/tmax/Projects/qftest-plugin:
  QFT-2072 fixed description
  QFT-685 fixed ignoring of parameters while generating reports
  QFT-685 fixed missing space when generating reports
  QFT-685 fixed missing space when using daemon, runid is now ignored in report 
generation.
  QFT-1880 temporarily remove gendoc build task to stabilize plugin beforehand
  QFT-1880 fixed parameter handling once again.
  QFT-685 simplified parameter parsing
  QFT-1880 fixed handling of parameters containing an assignment
  QFT-1880 allow to generate pkgdoc/testdoc
  QFT-1771  allow to pass in report params in quotes/double quotes & quotes for 
all other parameters are passed correctly
  QFT-1770 allow to pass in runlog params in quotes/double quotes
  QFT-685 removed unnecessary run parameter since it’s the default
  QFT-1771 fixed typo
  QFT-1770 QFT-1771 QFT-685 allow to customize report/runlog parameters 
(jenkins windows)
  QFT-685 fix command-prefix also if more than one testsuite is used
  QFT-1771 default report creation params are just set if no custom settings 
are provided
  QFT-685 refactored daemon dependent functions
  QFT-1812 allow to customize the runid
  QFT-1771 allow to customize report parameters
  QFT-1770: allow to specify a custom run-log name
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release qftest-1.0.2
  updated config
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release qftest-1.0.1
  [maven-release-plugin] rollback the release of qftest-1.0.1
  [maven-release-plugin] prepare release qftest-1.0.1
  [maven-release-plugin] rollback the release of qftest-1.0.1
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release qftest-1.0.1
  [maven-release-plugin] rollback the release of qftest-1.0.1
  [maven-release-plugin] prepare release qftest-1.0.1
  [maven-release-plugin] rollback the release of qftest-1.0.1
  [maven-release-plugin] prepare release qftest-1.0.1
  [maven-release-plugin] rollback the release of qftest-1.0.1
  [maven-release-plugin] prepare release qftest-1.0.1
  bumped version to 1.0.1
  Update pom.xml
  Added nomessagewindow flag, so that no dialogs show up when testing in 
batchmode.
  Update pom.xml
  Update pom.xml
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release qftest-1.0.0
  changed scm connection
  increased version number for new release build.
  corrected version info.
  prepared for release.


  Commit: 7f7f4b9a1de0788063a367045aea80eab7c9f824
      
https://github.com/jenkinsci/qftest-plugin/commit/7f7f4b9a1de0788063a367045aea80eab7c9f824
  Author: qfs <t...@qfs.de>
  Date:   2017-09-06 (Wed, 06 Sep 2017)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/qftest/ScriptCreator.java
    M 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestConfigBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/qftest/QFTestConfigBuilder/help-customPath.html

  Log Message:
  -----------
  Merge pull request #2 from qfs/master

publish some bugfixes and simple features to public repo


Compare: 
https://github.com/jenkinsci/qftest-plugin/compare/37018ad2b494...7f7f4b9a1de0

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