14 years agoChanges for 0.04 0.04
Chris Andrews [Tue, 2 Jun 2009 20:29:07 +0000]
Changes for 0.04

14 years agoUse Data::Serializer, instead of hardcoding YAML. Allow the type of serializer
Chris Andrews [Sat, 30 May 2009 12:06:14 +0000]
Use Data::Serializer, instead of hardcoding YAML. Allow the type of serializer
to be overridden per-controller, in the Catalyst config. We still require YAML,
but now you can actually choose to use something else.

Also add a test for overriding to JSON.

14 years agoUpdate the MANIFEST for test changes.
Chris Andrews [Sat, 30 May 2009 11:30:29 +0000]
Update the MANIFEST for test changes.

14 years agoRemove our dependency on Catalyst::Action::REST. We were only using it
Chris Andrews [Sat, 30 May 2009 11:26:37 +0000]
Remove our dependency on Catalyst::Action::REST. We were only using it
for serialize / deserialize, and we might as well do it ourselves.

We would use Data::Serializer, but its YAML is YAML.pm, which just
doesn't seem to work... when Data::Serializer::YAML_XS shows up, we'll
switch to that.

Also broke the tests out a bit, and added a test for what happens when
the action you invoked crashed.

14 years agoRemove version from README; keep not updating it.
Chris Andrews [Thu, 21 May 2009 22:29:39 +0000]
Remove version from README; keep not updating it.

14 years agoRev module version 0.03
Zac [Thu, 21 May 2009 21:59:00 +0000]
Rev module version

14 years agoBump required version of Alien::ActiveMQ
Zac [Thu, 21 May 2009 21:50:27 +0000]
Bump required version of Alien::ActiveMQ

14 years agoChange so that ActiveMQ is only started if not already running
t0m [Thu, 21 May 2009 01:11:30 +0000]
Change so that ActiveMQ is only started if not already running

14 years agoDepend on latest and greatest, ergo kill unknowmn error and lose Scope::Upper from...
t0m [Thu, 21 May 2009 01:05:14 +0000]
Depend on latest and greatest, ergo kill unknowmn error and lose Scope::Upper from the dep chain

14 years ago<sigh> get the dist name right
t0m [Sun, 17 May 2009 16:37:00 +0000]
<sigh> get the dist name right

14 years agoTurn off debug by default, you can say -d for the testapp script anyway and like...
t0m [Sun, 17 May 2009 16:26:46 +0000]
Turn off debug by default, you can say -d for the testapp script anyway and like this we don't get all the crap by default, but you _can_ turn it on in the tests by setting the env variable.. More useful imo :)

Also add dependency on Alien::ActiveMQ, so that you can actually get the smoke
tests run by CPANTS (once I teach that to install ActiveMQ as part of make install, at least)..

We probably need to abstract telling it where the activeMQ server is / or
getting it to start one into a test library - as I just want 'make test' to do
it all, but I guess Chris is more likely to already have a broker running, and
want the tests to point at that instance..

14 years agono_index both relevant packages
t0m [Sun, 17 May 2009 00:42:16 +0000]
no_index both relevant packages

14 years agoMangle package declerations to hide testapp from PAUSE
t0m [Sun, 17 May 2009 00:39:27 +0000]
Mangle package declerations to hide testapp from PAUSE

14 years agoAttempt to please PAUSE by renaming our test app, and marking its package no_index
Chris Andrews [Sat, 16 May 2009 23:10:47 +0000]
Attempt to please PAUSE by renaming our test app, and marking its package no_index

14 years agoTidy up docs, MANIFEST etc.
Chris Andrews [Sat, 16 May 2009 20:42:53 +0000]
Tidy up docs, MANIFEST etc.

14 years agoAdd some feedback to the test; shorten spinup delay.
Chris Andrews [Fri, 15 May 2009 20:36:35 +0000]
Add some feedback to the test; shorten spinup delay.

14 years agoAdd emacs autosaves
Chris Andrews [Fri, 15 May 2009 20:30:59 +0000]
Add emacs autosaves

14 years agoRemove some noisy debug
Chris Andrews [Fri, 15 May 2009 20:20:39 +0000]
Remove some noisy debug

14 years agoCatalyst::Action::Deserialize is part of C::A::REST's distro.
Chris Andrews [Fri, 15 May 2009 20:19:13 +0000]
Catalyst::Action::Deserialize is part of C::A::REST's distro.

14 years agoCommit a basic use test and skip all the tests which require an ActiveMQ instance...
t0m [Mon, 4 May 2009 21:12:08 +0000]
Commit a basic use test and skip all the tests which require an ActiveMQ instance unless one is available

14 years agoAdd .gitignore
t0m [Mon, 4 May 2009 21:05:07 +0000]
Add .gitignore

14 years agoAdd dependency
t0m [Mon, 4 May 2009 21:04:08 +0000]
Add dependency

14 years agoRewrite MakeMaker => Module::Install, cause that is how I roll. add auto_install...
t0m [Fri, 1 May 2009 23:15:19 +0000]
Rewrite MakeMaker => Module::Install, cause that is how I roll. add auto_install as make installdeps is nice for prototyping. Only need 5.8.6, as thats what I have. Require missing MX::Workers, add autoclean as thats what all the cool kids use.

14 years agoInitial MooseX::Workers based wrapper script
Chris Andrews [Fri, 1 May 2009 15:31:37 +0000]
Initial MooseX::Workers based wrapper script

14 years agoFix README, dependencies
Chris Andrews [Thu, 30 Apr 2009 15:52:13 +0000]
Fix README, dependencies

14 years agoRemove Test::Fork, do it by hand
Chris Andrews [Thu, 30 Apr 2009 15:52:03 +0000]
Remove Test::Fork, do it by hand

14 years agoInitial import of Catalyst::Engine::Stomp
Chris Andrews [Thu, 30 Apr 2009 15:38:30 +0000]
Initial import of Catalyst::Engine::Stomp