1. 16 5月, 2013 3 次提交
  2. 15 5月, 2013 1 次提交
  3. 14 5月, 2013 2 次提交
  4. 13 5月, 2013 3 次提交
  5. 11 5月, 2013 1 次提交
  6. 10 5月, 2013 1 次提交
  7. 09 5月, 2013 2 次提交
  8. 08 5月, 2013 3 次提交
  9. 07 5月, 2013 12 次提交
  10. 06 5月, 2013 4 次提交
  11. 05 5月, 2013 2 次提交
  12. 04 5月, 2013 1 次提交
  13. 03 5月, 2013 3 次提交
    • D
      Merge pull request #769 from dnadolny/master · 4e370843
      dnadolny 提交于
      [FIXED JENKINS-17478] Add extension point to rewrite JUnit test names
      4e370843
    • J
      If an optional component cannot be loaded, print a polite one-line message,... · 53d1e20f
      Jesse Glick 提交于
      If an optional component cannot be loaded, print a polite one-line message, not a big scary stack trace.
      (To reproduce: BuildNowTextPropertyTest from cloudbees-template warns about FolderProxyGroupContainer.)
      53d1e20f
    • D
      Add extension point to rewrite JUnit test names · d658f55c
      Donny Nadolny 提交于
      This adds an extension point, TestNameTransformer, which is called to transform JUnit test case names.
      This is useful for JVM languages like scala which are more flexible than java with identifier naming.
      Scala, for example, allows you to write test names between back ticks, and then encodes the name using valid java identifiers.
      This extension point would allow a plugin to transform those names back in to readable names when they are displayed on the test result page.
      d658f55c
  14. 02 5月, 2013 2 次提交