Commit Graph

486 Commits

Author SHA1 Message Date
Colin Surprenant ed33f651de Storm 0.7.4 2012-07-07 20:20:40 -04:00
Colin Surprenant c3616757b9 bump version 2012-07-07 20:20:06 -04:00
Colin Surprenant e42a4c9a95 adding Redis in Gemfile for integration tests 2012-07-07 20:19:33 -04:00
Colin Surprenant d7ea6c074c final changes in 0.6.1 2012-07-07 20:18:48 -04:00
Colin Surprenant 7102cd7753 Merge branch 'dependencies' into v0.6.1
* dependencies:
  do not mess with gem paths for specs
  add target/lib in require path
  always set gem path/home in target
  hacK: remove conflicting dependency
2012-07-06 17:01:32 -04:00
Colin Surprenant cdc0f7d435 version bump 2012-07-06 16:34:58 -04:00
Colin Surprenant 35c30e6ab0 issue #38, added support for spout reliable emit 2012-07-06 16:25:04 -04:00
Colin Surprenant 1cf0fae5f9 do not mess with gem paths for specs 2012-06-28 18:03:50 -04:00
Colin Surprenant 23f0059c1f add target/lib in require path 2012-06-28 17:34:16 -04:00
Colin Surprenant 7113768dc4 always set gem path/home in target 2012-06-28 17:31:44 -04:00
Colin Surprenant 95f3cd321b hacK: remove conflicting dependency 2012-06-28 17:31:01 -04:00
Colin Surprenant b7bb6e4091 removed pom.xml and references 2012-06-28 14:43:30 -04:00
Colin Surprenant 34d774f724 fixed launch path 2012-06-28 14:35:07 -04:00
Colin Surprenant bc57741485 issue #35, automatically set JRuby 1.8/1.9 mode in remote cluster context 2012-06-28 13:23:56 -04:00
Colin Surprenant 856d3e648f support default config attributes 2012-06-28 13:22:25 -04:00
Colin Surprenant 71cd2d1e1d better usage display and cosmetic changes 2012-06-28 13:21:16 -04:00
Colin Surprenant ad52311395 not setting version, just display 2012-06-28 13:20:01 -04:00
Colin Surprenant a988abd1b9 refactored Ruby version tokens handling 2012-06-28 13:19:03 -04:00
Colin Surprenant 48007e519c doc tweaking 2012-06-28 11:59:48 -04:00
Colin Surprenant 42f4cd1884 copy_red_storm task now called from build task 2012-06-28 00:17:20 -04:00
Colin Surprenant 84232f9461 new bundle syntax 2012-06-28 00:16:22 -04:00
Colin Surprenant dbae22534e new doc for 0.6.0 2012-06-28 00:15:13 -04:00
Colin Surprenant 220c606b11 changes for 0.6.0 2012-06-28 00:14:44 -04:00
Colin Surprenant 24bf1d064d support for cluster launch command and some error handling 2012-06-27 16:13:04 -04:00
Colin Surprenant 246a4ec7e1 to_s cast on getValue and max_task_parallelism in cluster 2012-06-27 16:11:20 -04:00
Colin Surprenant 91f58b3bd0 trying to fix bug in travis env only, now uting to_java 2012-06-27 13:33:11 -04:00
Colin Surprenant e96b46be4b reverting to java dotted namespacing 2012-06-27 13:18:35 -04:00
Colin Surprenant 06c9155a0f missing java require and changed java object calling namespace 2012-06-27 10:25:16 -04:00
Colin Surprenant 9e947f3d1e bumped storm version to 0.7.3 and jruby to 1.6.7.2 2012-06-26 17:54:24 -04:00
Colin Surprenant 0195dca16c refactored --1.8/--1.9 ruby version handling 2012-06-26 17:53:33 -04:00
Colin Surprenant a44d7d3d8d bump version 2012-06-26 17:50:27 -04:00
Colin Surprenant 71b23ad9bd fixed java fixnum type cast 2012-06-26 17:45:48 -04:00
Colin Surprenant f500d6ffb4 added 0.6.0 2012-06-26 17:45:20 -04:00
Colin Surprenant 8655ffb255 Merge branch 'avoid_forking' into v0.6.0
* avoid_forking:
  refactored environment settings
  updated pompompom to 2.0.0.b2
  dependencies fixes, gem bundling now includes specs, cleanups
  bumped version
  removed bundler usage in topology
  updated pompompom to 2.0.0.b2
  Only bundling specified groups
  Bundling creates red_storm/setup, which works somewhat like bundler/setup
  Added jruby-complete again
  Replaced ruby-maven with pompompom
  Modified the gem copying
  Replaced the bundle task with one that just copies the gems
  Unpack depdendencies with Zip instead of rmvn
  Use FileUtils instead of shelling out to cp
  Use jrubyc programatically
  Install gems programmatically
2012-06-26 16:33:39 -04:00
Colin Surprenant ac95f71e43 refactored environment settings 2012-06-26 16:06:29 -04:00
Colin Surprenant 652439dc11 updated pompompom to 2.0.0.b2 2012-06-26 16:05:35 -04:00
Colin Surprenant 1bbb88d662 dependencies fixes, gem bundling now includes specs, cleanups 2012-06-26 16:04:51 -04:00
Colin Surprenant 3b9b641c35 bumped version 2012-06-26 15:59:09 -04:00
Colin Surprenant a1416a27ec removed bundler usage in topology 2012-06-26 15:57:36 -04:00
Colin Surprenant 6f400d4922 updated pompompom to 2.0.0.b2 2012-06-26 15:56:41 -04:00
Colin Surprenant 3e798c5479 added projects using RedStorm
[ci skip]
2012-06-14 22:48:25 -04:00
Theo 026ccf994e Only bundling specified groups 2012-06-13 10:42:42 +02:00
Theo 90c84cb104 Bundling creates red_storm/setup, which works somewhat like bundler/setup 2012-06-12 17:44:29 +02:00
Theo 12b21a6895 Added jruby-complete again 2012-06-12 17:43:45 +02:00
Theo a259579889 Replaced ruby-maven with pompompom
Not quite working flawlessly yet
2012-06-10 18:29:44 +02:00
Theo 78364282ad Modified the gem copying 2012-06-10 18:28:53 +02:00
Theo 040819a391 Replaced the bundle task with one that just copies the gems 2012-06-10 17:10:48 +02:00
Theo 56ff4c1d35 Unpack depdendencies with Zip instead of rmvn 2012-06-10 15:40:19 +02:00
Theo 6cccbcbd5d Use FileUtils instead of shelling out to cp 2012-06-10 15:38:50 +02:00
Theo 70c675e21e Use jrubyc programatically 2012-06-10 15:38:02 +02:00