Chris Boulton
ac28ca36d5
test with and without phpredis extension
2013-01-13 01:06:32 +11:00
Chris Boulton
b0900d6390
add package suggestions (proctitle and redis extensions)
2013-01-12 23:56:16 +11:00
Chris Boulton
2ba15eb555
replace Redisent with Credis (also adds native phpredis support)
2013-01-12 23:37:38 +11:00
Chris Boulton
a6eb8e1c45
use __DIR__
2013-01-12 23:07:15 +11:00
Chris Boulton
a77699549b
bump php requirement up to 5.3
2013-01-12 23:06:55 +11:00
Chris Boulton
8071b5f847
update changelog
2013-01-12 22:54:42 +11:00
Chris Boulton
2f5b48930f
make better use of composer across php-resque
...
* recommend php-resque be installed via Composer
* provide quick getting started steps
* move ./resque.php to bin/resque, make it available as a Composer bin
* have classes autoloaded via Composer (or some other means if not using Composer)
2013-01-12 22:40:26 +11:00
Chris Boulton
8d6da21473
restructure tests, use composer to autoload test requirements
2013-01-12 22:01:13 +11:00
Chris Boulton
8a7f11f906
add phpunit as a development requirement
2013-01-12 21:47:07 +11:00
Chris Boulton
e72c31a450
ignore vendor/
2013-01-12 21:45:06 +11:00
Chris Boulton
723be94788
Merge pull request #80 from danhunsaker/patch-1
...
Update lib/Resque/Redis.php
2013-01-12 01:18:29 -08:00
Daniel Hunsaker
5127aefa90
Update lib/Resque/Redis.php
...
Add SETEX to the list of commands which supply a key as the first argument.
2013-01-11 13:40:39 -07:00
Chris Boulton
5fdc3609e9
Merge pull request #77 from atorres757/fix-lost-connection
...
Fix for lost connection infinite loop
2012-12-28 19:12:02 -08:00
Allen Torres
fdc9f881e8
Reverted changes made from upstream master.
2012-12-28 10:42:16 -05:00
Allen Torres
a5b70a5cbd
Added a sleep call for a second before establishing another connection.
2012-12-28 10:39:34 -05:00
Allen Torres
0afb87663f
Reverted changes made to upstream master.
2012-12-28 10:33:32 -05:00
Allen Torres
e4f39a6093
Updated Redisent.php to attempt three reconnects to the redis server before giving up. Also supressed fwrite errors.
2012-12-28 09:33:09 -05:00
Chris Boulton
22278424c3
Merge pull request #73 from tonypiper/patch-implement-prefix-removal
...
implement prefix removal
2012-11-27 02:10:15 -08:00
Tony Piper
7f1cf35a62
implement prefix removel
2012-11-26 15:23:57 +00:00
Allen Torres
f6334bb3b8
Added a check to see if we have args before we attempt to access the first item in the payload args to prevent an undefined index error.
2012-11-01 09:37:06 -04:00
Allen Torres
3955bc8edc
Updated recreate method in Resque_Job class to set arguments in the same fashion as getAruments returns them.
2012-11-01 09:28:47 -04:00
Chris Boulton
3314d407eb
stop testing on php 5.2
2012-10-13 18:39:43 +11:00
Chris Boulton
0549d6c88a
update version to 1.2
2012-10-13 18:28:16 +11:00
Chris Boulton
bf91b4cc6b
update contributors
2012-10-13 18:23:06 +11:00
Chris Boulton
d055a7e00b
add note about future backwards compatibility
2012-10-13 18:21:20 +11:00
Chris Boulton
8d05f92a22
remove old TODO file
2012-10-13 18:10:53 +11:00
Chris Boulton
aeb0ddcf08
update changelog to mention changes coming to php-resque
2012-10-13 17:59:01 +11:00
Chris Boulton
02141982b1
remove bin/resque, which is empty
2012-10-13 17:58:42 +11:00
Chris Boulton
c908109a74
Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain
2012-10-13 17:55:41 +11:00
Chris Boulton
c6bd34d00d
update changelog in prep for 1.2
2012-10-13 17:52:09 +11:00
Chris Boulton
453d985262
Merge pull request #68 from scragg0x/patch-1
...
Disable autoload for the class_exists func
2012-10-12 23:11:05 -07:00
scragg0x
a8a7db51ca
Disable autoload for the class_exists func
...
I ran into an autoload problem because of this class_exists function.
So I set the second arg to false to prevent it from calling __autoload.
It doesn't make sense to try (to autoload) anyway because it's going to
declare a skeleton if the class doesn't exist.
2012-09-07 13:36:15 -05:00
Chris Boulton
64cd1874ed
Merge pull request #60 from jjfrey/fix-demo-status
...
fixing missing and incorrect paths for Resque class and Resque_Job_Statu...
2012-08-22 03:44:55 -07:00
Chris Boulton
28a98d73b1
Merge pull request #56 from vaxltd/issue19/redeclare-redisexception
...
Ensure RedisException is not redeclared to allow PHPRedis compatibility
2012-08-21 05:45:49 -07:00
Joe Frey
26ae7a63da
fixing missing and incorrect paths for Resque class and Resque_Job_Status
2012-08-08 16:19:53 -04:00
Chris Boulton
905c396703
add basic composer.json. closes #59
2012-08-01 11:39:12 +10:00
Matt Heath
5b89607e4b
Fix issue #19 by ensuring RedisException is not redeclared
2012-05-10 15:01:00 +01:00
Chris Boulton
b0fbfa4f15
make the queue for an enqueued job available in the afterEnqueue event
2012-05-10 22:13:28 +10:00
Chris Boulton
3188265655
Merge pull request #52 from ebernhardson/fix-stopListening
...
Resque_Event::stopListening does not remove the listener
2012-05-03 21:00:18 -07:00
Chris Boulton
a58820e290
Merge pull request #54 from maetl/master
...
removing a lie
2012-05-03 20:52:59 -07:00
maetl
df8853ee4f
removing a lie; adding some structure
2012-05-02 19:37:36 +10:00
maetl
c79ae86a56
use short filenames for markdown docs
2012-05-02 19:36:02 +10:00
Chris Boulton
e54c7ca99a
only remove pid file during tests if exists
2012-04-19 22:39:55 +10:00
Chris Boulton
998b46887a
add travis-ci status to readme
2012-04-19 22:36:15 +10:00
Chris Boulton
1b5441b91e
Merge branch 'master' of github.com:chrisboulton/php-resque
2012-04-19 22:30:53 +10:00
Chris Boulton
ad7f4d1ab7
add .travis.yml to run unit tests on travis-ci
2012-04-19 22:30:44 +10:00
ebernhardson
010384b296
unit test to verify fix of Resque_Event::stopListening
2012-04-04 18:27:08 -07:00
ebernhardson
fab92ef114
fix bug preventing stopListening from working
2012-04-04 18:13:07 -07:00
Chaitanya Kuber
76c06a1349
now setting the queue name onto the job instance
2012-03-22 12:27:43 +08:00
Chaitanya Kuber
016f046a6a
Merge branch 'master', remote branch 'upstream/master'
2012-03-22 12:27:43 +08:00