Go to file
2010-10-02 09:33:08 +10:00
bin Initial commit 2010-04-18 23:58:43 +10:00
demo Change arguments for jobs to an array instead of an object. Also change other json encoded items to decode to an array rather than objects 2010-04-19 10:35:50 +10:00
lib Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job 2010-08-01 15:23:41 +10:00
test Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job 2010-08-01 15:23:41 +10:00
build.xml Initial commit 2010-04-18 23:58:43 +10:00
CHANGELOG.markdown Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job 2010-08-01 15:23:41 +10:00
LICENSE Initial commit 2010-04-18 23:58:43 +10:00
phpunit.xml Initial commit 2010-04-18 23:58:43 +10:00
README & go! 2010-03-11 20:21:06 +11:00
README.markdown Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job 2010-08-01 15:23:41 +10:00
resque.php Fix APP_INCLUDE typo 2010-08-01 15:07:14 +10:00
TODO.markdown Add setUp and tearDown callbacks for jobs 2010-04-20 10:02:34 +10:00