Commit Graph

  • d394b95df4 Don't drink and drive kids next R. Tyler Croy 2011-10-27 22:39:14 -0700
  • 9755e9ed77 build_environment_wrapper to easily retrieve environment objects other ruby BuildWrappers created Kohsuke Kawaguchi 2011-10-27 18:52:59 -0700
  • a3e06285bc Allowing the setup method to return arbitrary object instead of Hash. Kohsuke Kawaguchi 2011-10-27 07:02:12 -0700
  • 79f803105c use camel case for view names Kohsuke Kawaguchi 2011-10-27 06:25:00 -0700
  • 66fdeaf394 v0.1.10 Charles Lowell 2011-10-26 14:54:29 -0500
  • 51e6f72d88 Merge pull request #3 from jorgenpt/fix-buildwrapper-teardown Charles Lowell 2011-10-26 12:41:11 -0700
  • b921c6de44 Use pretty rescue and add spec for tearDown. Jørgen P. Tjernø 2011-10-26 09:55:19 -0700
  • be45fe1a7b Fix CLASSPATH on jruby <= 1.5.6. Jørgen P. Tjernø 2011-10-26 10:44:12 -0700
  • 3e867de8e8 Don't care about BuildWrapper#teardown's return. Jørgen P. Tjernø 2011-10-26 09:26:27 -0700
  • 95b105c659 v0.1.9 Charles Lowell 2011-10-26 06:53:09 -0500
  • 15e04628b5 Merge pull request #2 from rtyler/patch-1 Charles Lowell 2011-10-26 04:49:41 -0700
  • a39d49f997 add test cases for build halt/abort Charles Lowell 2011-10-26 06:48:10 -0500
  • 61f382c416 Fix minor typo patch-1 R. Tyler Croy 2011-10-25 21:36:52 -0700
  • a3c2d53e5a Docs for halt and abort. Jørgen P. Tjernø 2011-10-25 20:09:08 -0700
  • 72ee7244c1 Add build.halt and build.abort. Jørgen P. Tjernø 2011-10-25 15:04:03 -0700
  • 7efab2d71e Allow BuildWrappers to stop a build (like in Java) Jørgen P. Tjernø 2011-10-06 18:33:18 -0700
  • 30d866d7fe fix typo. master v0.1.8 Charles Lowell 2011-10-01 17:06:40 -0500
  • 3ef20171b8 v0.1.8 Charles Lowell 2011-10-01 16:58:39 -0500
  • 40b754190e implement Pathname#join() interface for Filepath. Charles Lowell 2011-10-01 16:58:29 -0500
  • a8b638daf2 v0.1.7 v0.1.7 Charles Lowell 2011-10-01 16:46:09 -0500
  • 208f0af828 Add specs Hiroshi Nakamura 2011-09-30 19:13:55 +0900
  • 37f7102787 Add Publisher wrapper Hiroshi Nakamura 2011-09-29 22:24:30 +0900
  • f46fcb0d5a Wrap Launcher to have Process.execute API Hiroshi Nakamura 2011-09-29 19:57:17 +0900
  • 1decc35ac7 Wrap Jenkins::Model::Listener to have Logger API Hiroshi Nakamura 2011-09-29 19:52:46 +0900
  • 8c0a47c58c Add FilePath wrapper Hiroshi Nakamura 2011-09-29 19:46:07 +0900
  • cde920a2dc No 'log' method for hudson.model.TaskListener Hiroshi Nakamura 2011-09-29 19:43:25 +0900
  • 0c272860bf load_models: do not load non-'*.rb' file Hiroshi Nakamura 2011-09-28 15:30:47 +0900
  • d5013d615e Changed model file loading order Hiroshi Nakamura 2011-09-27 21:30:02 +0900
  • 0e6066dd38 update documentation to indicate the interface change. Charles Lowell 2011-09-23 11:34:50 -0500
  • 53c699556a don't be draconian when it comes to importing java objects. Charles Lowell 2011-09-23 11:13:27 -0500
  • fbfcae30d4 change the Id of the descriptor to be unique across Ruby class and plugin Charles Lowell 2011-09-23 08:33:42 -0500
  • 0ad78ebec3 Wrap prebuild/preform exception Hiroshi Nakamura 2011-09-23 21:54:20 +0900
  • d6f4aac07a Add a Note about module->class change of Action Hiroshi Nakamura 2011-09-23 10:57:19 +0900
  • c12cfb7371 typo Charles Lowell 2011-09-22 07:56:24 -0500
  • 69d4c5f41e explicitly require jenkins/model in Jenkins::Model::Action, so that all the class tracking, etc is sure to be hooked up. Charles Lowell 2011-09-22 07:48:07 -0500
  • 575f4938ae Make Jenkins::Model::Action as a class Hiroshi Nakamura 2011-09-22 01:21:43 +0900
  • 1dda2e6319 Add RootAction model Hiroshi Nakamura 2011-09-21 14:36:02 +0900
  • 737e4c04db Add getConfigPage to Descriptor Hiroshi Nakamura 2011-09-21 00:43:02 +0900
  • aa0cae317b add methods to find and load a specification from a directory v0.1.6 Charles Lowell 2011-09-19 09:06:20 -0500
  • 529dde6225 v0.1.5 v0.1.5 Charles Lowell 2011-09-16 17:03:22 -0500
  • 57a41d551b fix typo. Charles Lowell 2011-09-16 17:02:10 -0500
  • eea1c3de28 fixes for specification Charles Lowell 2011-09-16 16:39:02 -0500
  • b62526df8c make specification *loosely* based on rubygems. Charles Lowell 2011-09-16 16:18:25 -0500
  • 1ffd3f430d remove CLI class from runtime. Charles Lowell 2011-09-16 14:46:35 -0500
  • 6186ce9d6b Add wrapper method launch() to Launcher Hiroshi Nakamura 2011-09-16 20:16:31 +0900
  • 6cb8324dda Add wrapper methods to Jenkins::Model::Build Hiroshi Nakamura 2011-09-16 20:14:52 +0900
  • f4c400fe15 Dump a little informative something Hiroshi Nakamura 2011-09-16 20:08:02 +0900
  • 989460c6c5 Fix Builder#prebuild arguments Hiroshi Nakamura 2011-09-16 20:07:23 +0900
  • c2b753a0ef remove dependency on cucumber, which has a corrupt version. Charles Lowell 2011-09-13 11:01:26 -0500
  • 44e10ea4c9 add NaHi to travis notifactions. Charles Lowell 2011-09-13 10:49:29 -0500
  • 4eee3a6211 v0.1.4 v0.1.4 Charles Lowell 2011-09-13 10:47:35 -0500
  • 023e80ee4a add KK to travis config. Charles Lowell 2011-09-13 10:46:54 -0500
  • 749c67b341 Let Builder work again Hiroshi Nakamura 2011-09-14 00:27:38 +0900
  • 4e69776a23 Ensure load all models if there's an excn Hiroshi Nakamura 2011-09-13 21:30:44 +0900
  • efe309170d v0.1.3 v0.1.3 Kohsuke Kawaguchi 2011-09-10 17:28:56 -0700
  • fca9947113 Added rack support Kohsuke Kawaguchi 2011-09-10 17:10:21 -0700
  • ef57255fc2 v0.1.2 v0.1.2 Kohsuke Kawaguchi 2011-09-09 13:27:37 -0700
  • 440fffadcf hooking up Stapler correctly Kohsuke Kawaguchi 2011-09-09 10:49:11 -0700
  • f5d973124a add full support for actions, registering singleton extensions directly v0.1.1 Charles Lowell 2011-09-09 11:10:21 -0500
  • 9160ce5b5b v0.1.0 v0.1.0 Charles Lowell 2011-09-02 16:04:19 -0500
  • de45043b01 implement auto-registration in the plugin-runtime Charles Lowell 2011-09-02 15:58:38 -0500
  • 776d3ded0a remove need for explicit name in descriptor, core handles where to autodiscover the views. Charles Lowell 2011-09-02 09:07:46 -0500
  • 26dc65d68a implement read_completed on Proxy objects Charles Lowell 2011-08-26 15:37:42 -0500
  • 4c6ad6ba80 add sanity check to make sure that the BuildWrapper proxy class implements transient properly Charles Lowell 2011-08-26 14:46:39 -0500
  • 96d3f95140 added more flexibility in choosing where to load models from. This helps the debug server mode Kohsuke Kawaguchi 2011-08-26 09:55:54 -0700
  • 9bb1dcc0a7 add rake as a development dependency Charles Lowell 2011-08-22 11:40:49 -0500
  • cdf1004b89 add travis configuration Charles Lowell 2011-08-22 10:14:23 -0500
  • fd63f8000f ignore .rvmrc Charles Lowell 2011-08-19 09:41:55 -0500
  • 6f8504c190 just make sure the class is available and loadable. Charles Lowell 2011-08-19 09:41:48 -0500
  • 8045bc0936 create a separate gem for the jenkins plugins ruby runtime support classes Charles Lowell 2011-08-19 09:34:51 -0500