Commit Graph

  • a505e9c5c8
    Rely on our file path containing stormjar.jar in order to determine if we're ina supervisor master v0.9.2 R. Tyler Croy 2015-09-11 15:18:25 -0700
  • 90defcd60f
    Forgot to enable relaesing, using openjdk7 for that R. Tyler Croy 2015-09-11 11:07:11 -0700
  • c4ba598c82
    Update the README with badges and asciidoc R. Tyler Croy 2015-09-11 11:06:40 -0700
  • e9ef36155d
    Remove oraclejdk7 from the build matrix v0.9.1 R. Tyler Croy 2015-09-11 10:58:44 -0700
  • a0249a7d7a
    Executing on a supervisor via a bolt/etc we must set up the embedded env properly R. Tyler Croy 2015-09-11 10:53:21 -0700
  • 7f0b8a5520
    Removing some older unnecessary crud v0.9.0 R. Tyler Croy 2015-09-09 13:17:02 -0700
  • 23b6fdd4e3
    Use the uri:classloader:/ custom path for setting up JARS_HOME and $LOAD_PATH R. Tyler Croy 2015-09-09 13:13:52 -0700
  • 0734acdcb0
    Use the idea plugin to generate an intellij project for myself R. Tyler Croy 2015-09-09 13:12:53 -0700
  • 886c9d91de
    Bump for minor release v0.8.1 R. Tyler Croy 2015-08-31 14:20:18 -0700
  • 8601031c71 Merge pull request #15 from robbavey/master R. Tyler Croy 2015-08-31 14:14:49 -0700
  • 88977bea7c Add tests to ensure File.expand_path is used to calculate relative paths Robert Bavey 2015-08-31 17:08:49 -0400
  • d790474151 Avoid using Pathname to compute relative paths in spout Robert Bavey 2015-08-31 16:04:06 -0400
  • 5f104fd8c8
    Bump minor version for the addition of named streams to the DSL v0.8.0 R. Tyler Croy 2015-08-28 09:18:23 -0700
  • 954211ee86 Merge pull request #14 from robbavey/master R. Tyler Croy 2015-08-27 13:47:24 -0700
  • c549d701d5 Merge commit 'refs/pull/129/head' of https://github.com/colinsurprenant/redstorm Robert Bavey 2015-08-27 14:49:57 -0400
  • 42b77a151a
    Bump version for next dev cycle R. Tyler Croy 2015-08-17 13:28:08 -0700
  • 27b59e2db1
    Add support for auto-releasing from Travis CI pending a successful build v0.7.3 R. Tyler Croy 2015-08-17 11:14:09 -0700
  • e2f3a0ab4c
    Adjust dependencies to express more lenient ranges of JRuby and jffi R. Tyler Croy 2015-08-17 11:07:55 -0700
  • f593b216ca Use Pry for helpful debugging Keith Walters 2015-04-16 23:23:08 +0000
  • 67fd211d4d Wrongly assumed topo bolts inherit from redstorm Keith Walters 2015-04-16 22:58:34 +0000
  • db8547ebd6 Output fields in ruby classes are declared in java Keith Walters 2015-04-16 21:16:33 +0000
  • 7b7f3f7c99 Bolt/Spouts in topos need to support streams Keith Walters 2015-03-31 19:56:04 +0000
  • 5fdde70ae1 Merge pull request #9 from jruby-gradle/slf4j R. Tyler Croy 2015-03-17 10:33:50 -0700
  • fec511c1e9 Merge remote-tracking branch 'colinsurprenant/pr/115' R. Tyler Croy 2015-03-17 10:28:50 -0700
  • dbf7888bb7 New test/specs for bolt stream support Keith Walters 2015-03-10 21:37:22 +0000
  • 32cceb724e Bolts support declaring output streams Keith Walters 2015-03-10 16:09:21 +0000
  • 54e43e39dc Select stream when setting source for bolt Keith Walters 2015-03-03 22:47:37 +0000
  • c45337add1 Add common RSpec code v0.7.2 R. Tyler Croy 2014-11-15 09:27:07 -0800
  • cd84b7f370 Ensure we're properly generating the generated/java directory before attempting compile JRuby code R. Tyler Croy 2014-11-15 09:24:51 -0800
  • 3833e56126 Refactor and document build.gradle so fellow Ruby-ists can follow it more easily v0.7.1 R. Tyler Croy 2014-11-02 09:29:45 -0800
  • 5d7debdf16 This allows for on_* to be defined by defining the corresponding instance method directly. Prior to this fix, doing this will result in "SystemStackError: stack level too deep". Ian Smith 2014-07-28 14:40:31 -0700
  • cf723b2136 rescue DEFAULT_STORM_CONF_FILE = File.expand_path('~/.storm/storm.yaml') so we can use redstorm in environments that don't have HOME set. Ian Smith 2014-07-01 10:21:11 -0700
  • 9695a0bbb9 Remove the not-up-to-date readme docs R. Tyler Croy 2014-11-01 20:39:26 -0700
  • a4e3bc6479 Dump exceptions that occur when loading a topology to stdout in the topology launcher R. Tyler Croy 2014-11-01 18:01:53 -0700
  • 106194fe6f Remove some redundant files that no longer make sense in the jruby-gradle world R. Tyler Croy 2014-11-01 18:01:22 -0700
  • 5739610d91 Add the bintray plugin for releasing to bintray v0.7.0 R. Tyler Croy 2014-10-22 09:59:42 -0700
  • e62fe44a25 Avoid using Pathname to compute relative paths and instead rely on a fully expanded path R. Tyler Croy 2014-10-21 15:50:38 -0700
  • a56c54ef6b Target JDK7 for compatibility R. Tyler Croy 2014-10-21 15:49:18 -0700
  • e41af0af09 Add a simple set of good rspec settings R. Tyler Croy 2014-10-20 15:25:50 -0700
  • a3f4a6bb00 Add a simple `spec` task for running RSpecs (largely failing) from Gradle R. Tyler Croy 2014-10-20 14:43:58 -0700
  • f61c511c19 Merge pull request #1 from jruby-gradle/jarjar R. Tyler Croy 2014-10-20 14:25:19 -0700
  • 41cb426076 Update the build.gradle to create a re-usable .jar file with redstorm Java and Ruby code R. Tyler Croy 2014-10-20 14:18:55 -0700
  • b8bff11852 Add gradle wrappers R. Tyler Croy 2014-10-19 20:37:53 -0700
  • 02c79c9282 Using loggable in the topology arielvalentin 2014-08-11 22:19:34 -0400
  • fde7148ee1 Using loggable module instead of redeclaring logging methods in multiple files Midpoint Applications 2014-07-30 22:49:52 -0400
  • cbb62efc52 Merge pull request #117 from arielvalentin/issues-109 Colin Surprenant 2014-07-30 02:33:11 -0400
  • 5a2439d01a Merge pull request #116 from arielvalentin/issue-108 Colin Surprenant 2014-07-30 02:28:47 -0400
  • 07a780c918 Merge pull request #119 from arielvalentin/integration_testing_improvements Colin Surprenant 2014-07-29 14:54:15 -0400
  • ceef935178 [jhottenstein] Changes to get the integration tests running Jess Hottenstein 2014-07-29 13:37:45 -0400
  • 65e5d19c55 adding arbitrary resources to target/classes instead of just the jar Mark and Ariel 2014-07-28 15:05:09 -0400
  • abc7303a88 [jess & mark] Removing signature files from dependent jars Jess and Mark 2014-07-25 20:45:23 -0400
  • 03de5d3456 Conforming to SLF4J named hierarchy in loggers Ariel S. Valentin 2014-07-22 13:51:48 -0400
  • d847f2ca77 Using SLF4J instead of Log4J Ariel S. Valentin 2014-07-22 13:40:53 -0400
  • 353fdde2d2 Ignoring locally bundled gems Ariel S. Valentin 2014-07-22 11:33:12 -0400
  • 3f711edc96 Merge pull request #104 from lookout/submit_options Colin Surprenant 2014-07-19 19:22:28 -0400
  • e6941b6898 Merge pull request #103 from lookout/output_collector Colin Surprenant 2014-07-19 18:58:01 -0400
  • 00c42f5c14 OutputCollector patch Ian Smith 2014-03-26 14:08:35 -0700
  • 9de8991f31 Expose SubmitOptions via a submit_options block (analogous to configure, etc). Ian Smith 2014-05-21 12:43:53 -0700
  • af79df05fa Merge pull request #101 from jakekdodd/master Colin Surprenant 2014-06-28 06:49:14 -0400
  • a785c471d9 remove KafkaTopology-specific dependencies jakekdodd 2014-06-19 12:18:47 -0700
  • a27f21c397 updated Kafka Topology dependencies, the kafka_toplogy.rb example, the main README, and created a new README for examples Jake Dodd 2014-06-19 12:10:36 -0700
  • 5546b71fec update docs proxy_refactor Colin Surprenant 2014-03-02 20:48:46 -0500
  • 58446fce9d add drpc, use env, updated version for Storm Colin Surprenant 2014-03-02 20:31:25 -0500
  • e4b26bca1e updated storm cookbook Colin Surprenant 2014-03-02 20:30:33 -0500
  • b7e0c53732 trident example Colin Surprenant 2014-03-02 19:44:14 -0500
  • ddb49f4f90 renamed JRubyProxyFunction to JRubyTridentFunction Colin Surprenant 2014-03-02 19:43:10 -0500
  • b67c445456 fixed specs for java proxy class name Colin Surprenant 2014-03-02 04:42:39 -0500
  • 1fac3b51df updated dependencies, jruby 1.7.11 and storm 0.9.1-incubating Colin Surprenant 2014-03-02 04:33:30 -0500
  • ba19200e6b removed remaining ruby proxy classes, java proxies now use JRuby API directly Colin Surprenant 2014-03-02 03:04:01 -0500
  • 36a74844f7 bolt spec changes with new collector interface Colin Surprenant 2013-07-29 15:31:55 -0400
  • 3ab50925e9 bumped version Colin Surprenant 2013-07-29 15:27:15 -0400
  • 498b16b2fe removed ruby bolt proxy class, JRubyBolt uses JRuby API directly, output collector optimization Colin Surprenant 2013-07-29 15:26:45 -0400
  • 5147578e46 removed duplicated code Colin Surprenant 2013-07-29 15:21:58 -0400
  • 273122d0ee cleaned up test topologies Colin Surprenant 2013-07-29 15:18:36 -0400
  • fecfba95b8 cleaned up examples Colin Surprenant 2013-07-29 15:07:58 -0400
  • 78372b569a added gemspec license Colin Surprenant 2013-07-25 16:21:41 -0400
  • 7de12094b0 coverage badge Colin Surprenant 2013-07-25 16:08:10 -0400
  • adc93341ef ignore coverage data Colin Surprenant 2013-07-25 16:04:08 -0400
  • 04ccfd8edd badges Colin Surprenant 2013-07-25 16:00:12 -0400
  • 42e9357156 bumped travis jruby to 1.7.4 Colin Surprenant 2013-07-25 15:39:07 -0400
  • ab6e0b0eb5 added coveralls Colin Surprenant 2013-07-25 15:20:23 -0400
  • 4d7bf4879f bump to v0.6.6 v0.6.6 Colin Surprenant 2013-07-25 13:42:25 -0400
  • 453f390bee check for JRuby Colin Surprenant 2013-07-25 13:00:48 -0400
  • 15c525410a cosmetic Colin Surprenant 2013-07-25 12:52:00 -0400
  • f1cc88257e cleanup Colin Surprenant 2013-07-24 23:09:36 -0400
  • 6f1854a6ee cleanup constants & environment Colin Surprenant 2013-07-24 23:07:03 -0400
  • a08425bc3d storm distrib not required anymore Colin Surprenant 2013-07-24 23:06:26 -0400
  • d1cd3f57a7 reduce parallelism Colin Surprenant 2013-07-24 23:04:34 -0400
  • 3cb41f4f34 doc updates Colin Surprenant 2013-07-23 23:50:50 -0400
  • e4259c7088 redstorm gem version Colin Surprenant 2013-07-23 23:21:18 -0400
  • f470d77648 updated example Kafka topology dependencies Colin Surprenant 2013-07-23 23:20:51 -0400
  • 12e88ea36b Merge tag 'v0.6.6.beta2' Colin Surprenant 2013-07-23 23:15:52 -0400
  • 120fe33a35 changelog for v0.6.6.beta2 v0.6.6.beta2 v0.6.6.beta2 Colin Surprenant 2013-07-20 11:59:10 -0400
  • 2561064ee6 bump to v0.6.6.beta2 Colin Surprenant 2013-07-20 11:56:00 -0400
  • 8c39460dc3 updated readme for issue #76 v0.6.6 Colin Surprenant 2013-07-03 13:49:00 -0400
  • 378cabc4f3 issue #76 - avoid shelling out to storm jar command for cluster submission Colin Surprenant 2013-07-03 13:22:24 -0400
  • c459525a32 cosmetic [skip CI] v0.6.6.beta1 Colin Surprenant 2013-07-02 14:44:52 -0400
  • 3baf9d9fb0 bad link [skip CI] Colin Surprenant 2013-07-02 14:39:27 -0400
  • d1366aabbe version doc [skip CI] Colin Surprenant 2013-07-02 14:19:17 -0400
  • 3f472f4d68 added jvm source/target compilation option [skip CI] Colin Surprenant 2013-07-02 13:29:44 -0400