Commit Graph

  • 2de429e000 Turns out we have JDK7+ dependencies, so no JDK6 support! master R. Tyler Croy 2015-04-07 10:24:59 -0700
  • 73f12243bb Run and build on OpenJDK6 as our lower supported platform R. Tyler Croy 2015-04-06 17:32:28 -0700
  • a1682622d5 Add latest library download link v0.3.0 R. Tyler Croy 2015-04-06 11:18:49 -0700
  • dd847dc826 Merge pull request #27 from lookout/java R. Tyler Croy 2015-04-06 11:16:36 -0700
  • a97996c885 Refactor RedisQueue into Java with additional minor updates R. Tyler Croy 2015-04-06 10:06:47 -0700
  • 2d137d80c1 Keep the Groovy plugin in Gradle to ensure that tests are run properly R. Tyler Croy 2015-04-03 10:08:09 -0700
  • f496b0e04e Expand the javadocs in code and add to docs/ tree R. Tyler Croy 2015-04-03 08:39:44 -0700
  • 55969e7499 Add the eclipse project files R. Tyler Croy 2015-04-03 08:15:14 -0700
  • 312679b79e Update gradle to build this project as Java only R. Tyler Croy 2015-04-03 08:09:45 -0700
  • fc9917966a Move the groovy/ directory to java/ R. Tyler Croy 2015-04-03 08:07:20 -0700
  • 666769e9f6 Move the configuration handling over to Java R. Tyler Croy 2015-04-03 08:07:07 -0700
  • aa84bad7b9 Move SequentialHookRunner into Java R. Tyler Croy 2015-04-03 07:44:42 -0700
  • 1b44cd2c1e Move AbstractHook into Java R. Tyler Croy 2015-04-03 07:31:53 -0700
  • 5751ba80fc Move AbstractHookQueue into Java R. Tyler Croy 2015-04-03 07:30:34 -0700
  • 4fa2667c16 Move InMemoryQueue into Java, refactor some Groovy-specific interfaces away R. Tyler Croy 2015-04-03 07:25:40 -0700
  • a79048c9e8 Rewrite HookRequest in Java R. Tyler Croy 2015-04-03 06:56:24 -0700
  • 67af6a1a25 Rebuild the Publisher class in Java R. Tyler Croy 2015-04-03 06:52:41 -0700
  • 8a11a25ed2 Add travis support for OpenJDK7 and spinning up a redis server for integ testing R. Tyler Croy 2015-03-30 08:35:55 -0700
  • 64bb280924 Minor documentation update gh-pages R. Tyler Croy 2015-03-25 11:08:16 -0700
  • c138d754df Minor documentation update v0.2.0 R. Tyler Croy 2015-03-25 11:08:16 -0700
  • 8b3010fce6 Merge from pull request #23 R. Tyler Croy 2015-03-25 11:05:45 -0700
  • e72531e3c9 Removed the re-throw in the pop routines for in-memory and redis queue Mahesh V Kelkar 2015-03-25 14:03:24 -0400
  • 1a232c2553 Removed the re-throw in the pop routines for in-memory and redis queue Mahesh V Kelkar 2015-03-25 14:03:24 -0400
  • 030cc3ebff Instead of logging exception, pass exception object to logger API Mahesh V Kelkar 2015-03-24 13:53:20 -0400
  • 1f623174b1 Instead of logging exception, pass exception object to logger API Mahesh V Kelkar 2015-03-24 13:53:20 -0400
  • b54eb86fde Added logs to whoas using logback Mahesh V Kelkar 2015-03-24 11:06:32 -0400
  • 83809fe156 Added logs to whoas using logback Mahesh V Kelkar 2015-03-24 11:06:32 -0400
  • 9e160d2d71 Bump version for 0.2.0 R. Tyler Croy 2015-03-25 11:03:52 -0700
  • 47a2c7956b Support publishing the sources and groovydoc jars R. Tyler Croy 2015-03-25 11:02:27 -0700
  • 7c4a31efb5 Support publishing the sources and groovydoc jars R. Tyler Croy 2015-03-25 11:02:27 -0700
  • b4e84f04f5 Merge pull request #24 from GiriDandu/issue-7-hook-request-should-allow-support-for-content-type R. Tyler Croy 2015-03-25 10:56:09 -0700
  • 871edc668e Update after code review comments - Let client specify the full content type and take default value if the content type is null - Fixes #7 Giri Dandu 2015-03-25 12:06:34 -0400
  • 9920b2acdd Allow whoas clients to specify the content type param for each hook request - Fixes #7 Giri Dandu 2015-03-25 10:34:39 -0400
  • f5899bac39 Bump version for the next release v0.1.5 R. Tyler Croy 2015-03-19 15:55:20 -0700
  • 8930c2cdf7 Merge pull request #22 from maheshkelkar/issues/21-another-redis-integ R. Tyler Croy 2015-03-19 15:34:09 -0700
  • d707b57340 Check for response variable before using in the whoas publish code Mahesh V Kelkar 2015-03-19 17:25:55 -0400
  • f50b83bd04 Check for response variable before using in the whoas publish code Mahesh V Kelkar 2015-03-19 17:25:55 -0400
  • 0b9cba8731 Merge pull request #20 from lookout/redis-rebase R. Tyler Croy 2015-03-18 16:47:30 -0700
  • 05f8d0c018 Documentation update after resolving some conflicts with PR #18 R. Tyler Croy 2015-03-18 16:28:08 -0700
  • 2f85172c17 Documentation update after resolving some conflicts with PR #18 R. Tyler Croy 2015-03-18 16:28:08 -0700
  • 26b6c42157 Moved JedisPool handling to RedisQueue class Mahesh V Kelkar 2015-03-18 18:29:40 -0400
  • c3be62612b Moved JedisPool handling to RedisQueue class Mahesh V Kelkar 2015-03-18 18:29:40 -0400
  • 02b2ec55c0 Added more queue config for supporting Redis queue and changed it to struct Mahesh V Kelkar 2015-03-18 12:55:33 -0400
  • 9e8244ddb8 Added more queue config for supporting Redis queue and changed it to struct Mahesh V Kelkar 2015-03-18 12:55:33 -0400
  • 000737c163 Initial coding, tests for RedisQueue for Redis as a queue provider Mahesh V Kelkar 2015-03-18 11:40:02 -0400
  • b68e268b54 Minor documentation update R. Tyler Croy 2015-03-18 10:01:31 -0700
  • a702b21f75 Minor documentation update v0.1.4 R. Tyler Croy 2015-03-18 10:01:31 -0700
  • ac7b449a11 bump version for release, again! R. Tyler Croy 2015-03-18 10:00:33 -0700
  • 551bf94274 Merge pull request #17 from GiriDandu/issue-3-whoas-needs-to-be-configurable R. Tyler Croy 2015-03-18 09:59:49 -0700
  • 2af63c89c1 Upgrade groovy to 2.4.0+ - Fixes #16 Giri Dandu 2015-03-18 12:28:45 -0400
  • 076c89ee8d Bump the version for release v0.1.3 R. Tyler Croy 2015-03-18 08:48:59 -0700
  • b9c2eba6ca Merge pull request #15 from GiriDandu/issue-3-whoas-needs-to-be-configurable GiriDandu 2015-03-18 11:45:03 -0400
  • b8207117a6 Update after code review comments - Fixes #14 Giri Dandu 2015-03-18 11:28:04 -0400
  • 5dc6192c20 Make whoas configuration optional - If configuration is not present, create InMemoryQueue and SequentialHookRunner - Add unit tests - Update docs with configuration section - Fixes #14 Giri Dandu 2015-03-18 10:25:16 -0400
  • e8b4c4e788 Make whoas configuration optional - If configuration is not present, create InMemoryQueue and SequentialHookRunner - Add unit tests - Update docs with configuration section - Fixes #14 Giri Dandu 2015-03-18 10:25:16 -0400
  • 98efd846ef Merge pull request #12 from GiriDandu/issue-3-whoas-needs-to-be-configurable R. Tyler Croy 2015-03-17 16:54:29 -0700
  • 55f675d17a Update after review comments. - Remove unused withSources(), we are not building javadocs anymore - Fixes #11 Giri Dandu 2015-03-17 18:55:59 -0400
  • 9ff42a96c2 Update after code review comments - Make the java docs more meanigful - Fixes #11 Giri Dandu 2015-03-17 18:51:54 -0400
  • 5a8bc06243 Update after code review comments - Remove unnecessary dependencies from build.gradle - For easy plug in for thirdparty queues and runners, use class names to create them - Fixes #11 Giri Dandu 2015-03-17 14:58:25 -0400
  • 9e3b180483 Make gitignore work - Fixes #11 Giri Dandu 2015-03-17 10:24:42 -0400
  • beaff13063 Add whoas configuration and factory to create runner and queue based on configuration - Fixes #3 - Modified .gitignore to remove idea directory Giri Dandu 2015-03-17 10:21:28 -0400
  • 1cbcde8d1f Ensure we're reading the response from the Jersey client to cleanly close the response R. Tyler Croy 2015-01-02 12:14:28 -0800
  • 763e29a7a8 Ensure we're reading the response from the Jersey client to cleanly close the response v0.1.2 R. Tyler Croy 2015-01-02 12:14:28 -0800
  • d6c6f56b16 Bump to version 0.1.1 to release the project with poms properly generated R. Tyler Croy 2015-01-01 18:16:19 -0800
  • f8ad7244be Add the AbstractHookRunner and SequentialHookRunner classes to bridge queues and publishers R. Tyler Croy 2014-12-31 12:37:59 -0800
  • a2111bfa4f Add the AbstractHookRunner and SequentialHookRunner classes to bridge queues and publishers v0.1.0 R. Tyler Croy 2014-12-31 12:37:59 -0800
  • 04d3267eb2 Add ta link to the bintray artifacts R. Tyler Croy 2014-12-31 12:37:46 -0800
  • 7bb472da62 Add ta link to the bintray artifacts R. Tyler Croy 2014-12-31 12:37:46 -0800
  • 782dfa8a11 Imagine what it would be like if I actually made classes abstract like I said I was R. Tyler Croy 2014-12-31 11:49:33 -0800
  • 63865ba12d Imagine what it would be like if I actually made classes abstract like I said I was R. Tyler Croy 2014-12-31 11:49:33 -0800
  • 0cf9a67c54 Add the whoas.Publisher class for actually executing the HookRequests with retry/backoff R. Tyler Croy 2014-12-31 10:51:32 -0800
  • 3b85e6a3e6 Add the whoas.Publisher class for actually executing the HookRequests with retry/backoff R. Tyler Croy 2014-12-31 10:51:32 -0800
  • 6023814d0d Start documenting the behavior and expectations around the Whoas Publisher R. Tyler Croy 2014-12-31 08:37:27 -0800
  • b97d8fe153 Start documenting the behavior and expectations around the Whoas Publisher R. Tyler Croy 2014-12-31 08:37:27 -0800
  • 7e60bb6046 Rename IHookQueue to AbstractHookQueue to be more conventional R. Tyler Croy 2014-12-31 08:37:06 -0800
  • 66325fc723 Rename IHookQueue to AbstractHookQueue to be more conventional R. Tyler Croy 2014-12-31 08:37:06 -0800
  • 52952e7b9a Add the build status to the site R. Tyler Croy 2014-12-30 22:05:27 -0800
  • 58b4a4c710 Add the build status to the site R. Tyler Croy 2014-12-30 22:05:27 -0800
  • 2ddc10e194 Missed the generated index page, whoops! R. Tyler Croy 2014-12-30 22:03:00 -0800
  • 3bcc971ae8 Missed the generated index page, whoops! R. Tyler Croy 2014-12-30 22:03:00 -0800
  • 5b7f835d10 Add a simple asciidoc homepage R. Tyler Croy 2014-12-30 22:02:16 -0800
  • c45d2da864 Add an MIT license R. Tyler Croy 2014-12-30 21:59:04 -0800
  • 91ff0cef42 Add groovydocs and the ability to publish to gh-pages R. Tyler Croy 2014-12-30 21:55:54 -0800
  • 526490b585 Add groovydocs and the ability to publish to gh-pages R. Tyler Croy 2014-12-30 21:55:54 -0800
  • f57db21bba Finish implementing the InMemoryQueue R. Tyler Croy 2014-12-30 21:54:18 -0800
  • 8087920b71 Add support for supplying your own Queue implementation to the InMemoryQueue R. Tyler Croy 2014-12-30 21:23:12 -0800
  • 2689feb2cd Add a simple default constructor for whoas library consumers to use R. Tyler Croy 2014-12-30 21:22:52 -0800
  • d9ee4411dc Start adding some stub classes with the needed data attached to them R. Tyler Croy 2014-12-30 21:00:28 -0800
  • 9abf01cc04 Force target compatibility to start at JDK6 R. Tyler Croy 2014-12-30 17:52:57 -0800
  • 9acd233344 I can acronym R. Tyler Croy 2014-12-30 17:44:51 -0800
  • d793bc3f57 Add support for testing in Travis CI R. Tyler Croy 2014-12-30 17:42:09 -0800
  • ad77cbaa38 Add a simple gradle file with some basic project configuratio R. Tyler Croy 2014-12-30 17:40:04 -0800
  • c3e9110930 Markdown scmarkdown R. Tyler Croy 2014-12-30 17:31:44 -0800
  • 6e57210cbf Whoa. R. Tyler Croy 2014-12-30 17:29:43 -0800
  • 20fa2962fc Initial commit R. Tyler Croy 2014-12-30 17:27:45 -0800