Commit Graph

486 Commits

Author SHA1 Message Date
Colin Surprenant 78f0e06c9b examples cleanup 2013-05-14 16:32:58 -04:00
Colin Surprenant c3848bd58e vagrant and chef for storm test cluster 2013-05-14 16:00:02 -04:00
Colin Surprenant 39cb20289c compile in Java 1.7 mode 2013-05-13 10:46:01 -04:00
Colin Surprenant e2f6eaa41f fixed slf4j-log4j12 version conflict 2013-05-13 10:45:06 -04:00
Colin Surprenant 8d604e37d8 moar .gotignore 2013-05-13 10:44:06 -04:00
Colin Surprenant 6207e4ad2f removed obsolete dependencies code now handled using external ivy files 2013-05-13 10:08:01 -04:00
Colin Surprenant d805320bca removed snakeyaml downgrade to 1.9 which breaks JRuby 1.7.3 YAML 2013-05-13 10:06:58 -04:00
Colin Surprenant 135c6818ff Merge branch 'drpc_trident' into v0.6.5
Conflicts:
	lib/red_storm/topology_launcher.rb
2013-05-13 09:44:05 -04:00
Colin Surprenant 096e37411b removed generator, using already merged batch spout support, cosmetics 2013-05-13 09:41:09 -04:00
Colin Surprenant ba4dfad296 bump to v0.6.5 2013-05-13 08:51:19 -04:00
Colin Surprenant e0d2dafbc8 Merge branch 'transactional' into v0.6.5 2013-05-13 08:44:43 -04:00
Colin Surprenant 3c78f77080 removed helpers 2013-05-13 08:44:06 -04:00
Colin Surprenant d58411d077 unused 2013-05-13 08:35:10 -04:00
Colin Surprenant 14695c3412 back to version 0.6.4 2013-05-13 00:15:50 -04:00
Colin Surprenant 5d2c8076ac explicit parent class for Emitter and Coordinator classes 2013-05-13 00:15:24 -04:00
Colin Surprenant 72fbac4e92 added fields constructor arg for future dsl integration 2013-05-13 00:03:36 -04:00
Colin Surprenant cff9c5bc5a Merge branch 'master' of git://github.com/dinedal/redstorm into drpc_trident
Conflicts:
	lib/tasks/red_storm.rake
2013-05-10 15:50:17 -04:00
Colin Surprenant c55e69b983 Merge branch 'master' of git://github.com/adsummos/redstorm into transactional 2013-05-10 15:37:58 -04:00
Colin Surprenant bad6f324e7 issue #73 - refactored dependencies control to now use ivy xml files 2013-05-09 19:07:49 -04:00
Colin Surprenant ad2dd0f201 accept dots for camelcasing 2013-05-09 15:55:55 -04:00
Colin Surprenant bc1b6a7455 issue #25 - add specs for spout activate/deactivate and per component configuration 2013-05-09 15:11:49 -04:00
Colin Surprenant f7f8be36ae issue #74 - configured topology name as symbol breaks topology submission 2013-05-09 15:10:37 -04:00
Colin Surprenant b18c9b9c80 issue #25 - specs for spout activate/deactivate 2013-05-08 22:16:18 -04:00
Colin Surprenant e0b61ff0d4 issues #54 & #72 moar docs 2013-05-08 18:42:50 -04:00
Colin Surprenant d556f96b4c updated Gemfile source statement and updated rake an redis gems versions 2013-05-08 17:02:09 -04:00
Colin Surprenant f7da4e1d99 issue #56 - make topology class configure statement optional 2013-05-08 16:55:05 -04:00
Colin Surprenant 2926dc55ff Merge pull request #61 from shayel/native_examples
Fix native examples (missing argument for proxy constructors)
2013-05-07 14:04:37 -07:00
Colin Surprenant cf9b370217 Merge pull request #63 from pirj/feature/fix_symbol_is_not_a_java_lang_string_error_during_redshift_install
Ant 1.9 fix for no method 'setAttribute' for arguments (org.jruby.RubySymbol,org...
2013-05-07 13:49:52 -07:00
Colin Surprenant 9fa474aa17 Merge pull request #70 from ebroder/fix-bundled-git-gems
Fix bundled git gems
2013-05-07 10:50:41 -07:00
Colin Surprenant 41fc2e12a4 Merge pull request #69 from gworley3/master
Change setting.xml to settings.xml in readme
2013-05-07 10:37:06 -07:00
Evan Broder ad7891ec8a Skip the topology project if it itself is a gem to avoid infinite recursion 2013-04-30 13:45:17 -07:00
Evan Broder d9d5bf658d Re-render gemspecs to Ruby, rather than copying the original
Gems pulled out of git typically use `git ls-files` to generate a list
of files, but that doesn't work if we strip out the .git
directories. Since we've already loaded the gemspec and already have a
list of files, we can just re-render it back to Ruby and use that.

Fixes #51
2013-04-30 13:45:10 -07:00
Gordon Worley badce55d85 Fix settings.xml ivy filename in readme to avoid confusion. 2013-04-22 15:00:57 -04:00
Colin Surprenant d690f86322 Merge pull request #67 from anders94/master
ant rake task error message fix
2013-03-29 09:30:49 -07:00
Anders Brownworth cdf6f6e60e error message fix 2013-03-29 10:38:23 -04:00
Phil Pirozhkov 29203792d3 jar task works 2013-03-25 16:56:32 +04:00
Colin Surprenant 6fb2acde74 Merge branch 'master' of github.com:colinsurprenant/redstorm 2013-03-22 08:37:40 -04:00
Colin Surprenant dea191059a fixed and refreshed .gitignore, unhide shell components 2013-03-22 08:37:09 -04:00
Colin Surprenant eaa2ae1982 issues #64 & #66 - JRubyShellSpout in wrong package & add missing shell components in repo (hidden by bad .gitignore) 2013-03-22 08:34:05 -04:00
Phil Pirozhkov 2e5c31ae3f more appearances 2013-03-19 19:59:00 +04:00
Phil Pirozhkov fa8b5104c9 fix for no method 'setAttribute' for arguments (org.jruby.RubySymbol,org.jruby.RubyString) on Java::OrgApacheToolsAnt::RuntimeConfigurable 2013-03-19 19:39:17 +04:00
Paul Bergeron a2ecfe0b97 Update storm to v0.8.2 2013-02-05 10:24:46 -08:00
Paul Bergeron 0fca9ffc95 Add support for customizing spout id's 2013-02-01 13:45:28 -08:00
Paul Bergeron 5eb7161841 Generator correctly handles Trident Function, created proxy class for Trident Functions 2013-01-24 14:38:07 -08:00
Paul Bergeron af0948a46e Further updates to proxy class generator 2013-01-24 14:38:07 -08:00
Paul Bergeron e19be8c463 WIP attempt to build a proxy class generator 2013-01-24 14:38:07 -08:00
Paul Bergeron 38b1280118 Refer to LinearDRPCTopologyBuilder by it's global namespace name 2013-01-24 14:38:07 -08:00
Paul Bergeron 94ccdce6ee Support more the one bolt in LinearDRPC, add support for grouping 2013-01-24 14:38:07 -08:00
Paul Bergeron 348ac62965 Add support for linear DRPC to redstorm 2013-01-24 14:38:07 -08:00
Paul Bergeron 636cc896df Add JRubyBatchSpout to Topology Launder 2013-01-24 14:38:07 -08:00