Commit Graph

  • da9d780db1 Return false for 'database' section of unix DSNs lauripiisang 2016-08-29 18:17:04 +0300
  • 15a14d8a86 Merge pull request #297 from tembem/master Chris Boulton 2016-08-15 19:02:21 -0700
  • 4dbdda6aa2 return false if the fork function is unavailable Chris Boulton 2016-08-15 19:01:32 -0700
  • 08de86a41e Merge pull request #197 from epicwhale/patch-1 Chris Boulton 2016-08-15 18:42:37 -0700
  • be9ef1b92b Merge pull request #268 from nazo/master Chris Boulton 2016-08-15 18:38:16 -0700
  • 4b85638ccf Add support for unprotected unix socket lauripiisang 2016-08-15 16:33:18 +0300
  • 2d6f29f637 Fix typo in readme file Jimmy Chandra 2016-08-09 20:13:21 +0700
  • 6273fdd193 Merge pull request #296 from ruudk/patch-1 Chris Boulton 2016-08-08 13:25:27 -0700
  • 91caca7921 Move declare(ticks = 1) to top Ruud Kamphuis 2016-08-03 20:40:30 +0200
  • 16f88a6a38 Move declare(ticks = 1) to startup Ruud Kamphuis 2016-08-03 17:07:52 +0200
  • ab07fda51c Merge pull request #290 from luishdez/master Chris Boulton 2016-07-14 18:21:10 +1000
  • a210557c59 Merge pull request #292 from dwercn/master Chris Boulton 2016-07-14 17:32:13 +1000
  • fe04cca530 Merge pull request #285 from donkeyworks/master Chris Boulton 2016-07-14 17:28:49 +1000
  • 55482b8a22 Merge pull request #288 from jaschweder/master Chris Boulton 2016-07-14 17:27:52 +1000
  • a9331ecc4d Merge pull request #289 from jaschweder/patch-1 Chris Boulton 2016-07-14 17:27:30 +1000
  • 781483bc83 fixed ‘../bin/resque.php’ to '../bin/resque' dewei 2016-04-13 09:26:04 +0800
  • 70102f1b89 Add control for OS X and cli_set_process_title Luis Hdez 2016-03-30 03:15:01 +0200
  • e4cfc541c9 Fix CS whitespaces Luis Hdez 2016-03-30 03:14:15 +0200
  • 47d3c9cbb2 add PHP 7 and HHVM to TravisCI runtime Jonathan André Schweder 2016-03-16 08:09:34 -0300
  • c08b6f64b7 apply best practice in phpunit.xml file Jonathan A. Schweder 2016-03-15 08:20:43 -0300
  • 73b62e364a Merge pull request #287 from jesusch/master Chris Boulton 2016-03-09 13:02:55 -0800
  • b3b1d408e5 removed all closing PHP tags Bjoern Boschman 2016-03-08 12:19:05 +0100
  • 0d5cff54ad should be able to use maxConnectRetries Rolf Vreijdenberger 2016-01-26 14:54:02 +0100
  • 9c20e44483 return false if json_encode() failed. Takuya Sato 2015-08-26 10:26:48 +0900
  • df69e8980c Merge pull request #237 from drahmel/master Chris Boulton 2015-05-13 21:58:23 +1000
  • 941d49c659 Merge pull request #246 from elazar/patch-1 Chris Boulton 2015-05-13 09:03:06 +1000
  • 570e4a9e55 Corrected type in Resque_Job::$payload docblock Matthew Turland 2015-05-12 15:07:20 -0500
  • 44940e84bc Restored whitespace Dan Rahmel 2015-03-13 15:36:24 -0700
  • f29e09d68b Added remove_queue command from Resque Dan Rahmel 2015-03-13 14:49:30 -0700
  • eb7ab0c81a Merge pull request #235 from magnusp/master Chris Boulton 2015-03-12 22:06:59 +1100
  • 5aed917f72 Resolves chrisboulton/php-resque#145 Magnus Persson 2015-03-11 23:41:12 +0100
  • a8322cd4e7 Merge pull request #212 from chrisboulton/beforeEnqueue Chris Boulton 2015-02-04 10:56:54 -0800
  • 1d24d009f2 Merge pull request #223 from theaxel/master Chris Boulton 2015-02-02 12:34:14 -0800
  • 0c39e2ca7a ensure false is returned when DontCreate is thrown Chris Boulton 2015-02-02 12:30:40 -0800
  • 8007705221 return false when job creation is cancelled by beforeEnqueue Chris Boulton 2015-02-02 12:27:28 -0800
  • 2308c3ced4 update phpdoc Chris Boulton 2014-09-18 23:26:59 +1000
  • e815c687f1 update changelog Chris Boulton 2014-09-18 23:20:45 +1000
  • a95c24b32e add beforeEnqueue hook that allows the enqueue to be cancelled Chris Boulton 2014-09-18 23:20:04 +1000
  • 7101a3097f gethostname() doesn't work on Amazon's EC2 Andrew Brereton 2014-12-18 17:27:18 +1100
  • 6cda08de25 #218 Remove item from queue as well when args match Axel K. 2014-11-10 15:38:58 +0100
  • 226ec33bb0 Test for asserting that correct items get dequeued when args are provided Axel K. 2014-11-10 15:33:42 +0100
  • 2c8b215cda Implicitly type cast exception while logging. Dayson Pais 2014-11-08 15:11:20 +0530
  • c335bc3555 Merge pull request #214 from bc-vincent-zhao/allow-callable-redis-setup Chris Boulton 2014-09-25 12:24:50 +1000
  • bc9dac71ca Allows a callable to be passed to Resque::setBackend for setting Resque:: vincent zhao 2014-09-25 10:31:09 +1000
  • f14e844c45 Merge pull request #211 from wedy/dequeue Chris Boulton 2014-09-24 13:03:06 +1000
  • 29e37784cd Alter dequeue - now accepting 'args' and "ID" arguments Wedy Chainy 2014-09-21 18:21:08 +1000
  • 4a97c14628 dequeue Wedy Chainy 2014-09-17 10:20:26 +1000
  • e393d5672c Merge pull request #213 from wedy/turn-on-redis-rename-cmd Chris Boulton 2014-09-22 16:12:40 +1000
  • 98fde571db Turn on redis command 'rename' Wedy Chainy 2014-09-19 21:29:53 +1000
  • 80d1c4be19 Merge pull request #208 from sasezaki/patch-1 Chris Boulton 2014-09-07 17:23:16 +1000
  • 295ec7d68a add PHP 5.5, 5.6 to .travis.yml kazusuke sasezaki 2014-08-29 00:56:23 +0900
  • e1e40494a0 Merge pull request #206 from bc-vincent-zhao/add-enqueque-time Chris Boulton 2014-08-08 15:08:53 +1000
  • 006d7502d9 add an enqueued timestamp to the job payload vincent zhao 2014-08-08 10:25:40 +1000
  • f7e9e8b7b1 Merge branch 'master' of github.com:chrisboulton/php-resque Chris Boulton 2014-06-26 21:04:08 +1000
  • bcfd6b79f7 update composer.lock Chris Boulton 2014-06-26 21:03:46 +1000
  • 055587abf0 Merge pull request #158 from ruudk/default-logger Chris Boulton 2014-06-26 21:00:42 +1000
  • 1517d45904 Merge branch 'master' of github.com:chrisboulton/php-resque Chris Boulton 2014-06-26 19:19:16 +1000
  • 3cca6312ca update changelog and contributors docs Chris Boulton 2014-06-26 19:19:04 +1000
  • 4442e1b2f1 Merge pull request #186 from iskandar/dsn-normalization Chris Boulton 2014-06-26 19:14:43 +1000
  • 210f0a464d Merge pull request #198 from tburry/master Chris Boulton 2014-06-26 19:09:48 +1000
  • 51524e8ebc update changelog Chris Boulton 2014-06-26 19:09:31 +1000
  • 0327217907 call beforePerform before retrieving an instance of the job class Chris Boulton 2014-06-26 19:07:52 +1000
  • 40d2ec8c77 Make the credis requirements less strict. Todd Burry 2014-06-23 08:20:23 -0400
  • 760e38c0ef Fixed syntax error Dayson Pais 2014-05-26 22:01:49 +0530
  • b242280ecd Removed erroneously introduced character. Dayson Pais 2014-05-26 21:53:28 +0530
  • 65288538e3 More verbose logging if a Job throws an exception Dayson Pais 2014-05-26 17:16:19 +0530
  • 3b074a046a Revert file modes back to 644 Iskandar Najmuddin 2014-05-05 17:47:39 +0000
  • 76412df8fd Fix return array format of bogusDsnStringProvider Iskandar Najmuddin 2014-05-05 15:29:52 +0000
  • b0385d2959 Add comment describing REDIS_BACKEND format to bin/resque Iskandar Najmuddin 2014-05-05 15:11:20 +0000
  • 506b769b90 Make parseDsn() method static, remove unused member vars Iskandar Najmuddin 2014-05-05 15:08:00 +0000
  • 62ed620083 Put 'else' keyword on new line in keeping with project conventions Iskandar Najmuddin 2014-05-05 14:59:37 +0000
  • d1d2b3b354 Test for 'false' database value when not found in DSN Iskandar Najmuddin 2014-05-05 14:55:01 +0000
  • 1abbad3f5e Improve comments and readability Iskandar Najmuddin 2014-05-05 14:47:43 +0000
  • ad33efbc67 Improve Resque_Redis DSN parsing. Iskandar Najmuddin 2014-05-05 13:02:16 +0000
  • aeabb5bb20 Constructor on top with default logger Ruud Kamphuis 2013-12-20 12:24:24 +0100
  • cdc5c3f357 Set Resque_Log in constructor Ruud Kamphuis 2013-12-20 12:21:52 +0100
  • 610c4dcdbf Merge pull request #154 from danhunsaker/readme/howitworks Chris Boulton 2013-12-13 02:27:28 -0800
  • 3a62e47f16 Created HOWITWORKS; cleanup of README Daniel Hunsaker 2013-12-07 00:38:16 -0700
  • 8ccc31632a repair PHP Notice, on line 17 jingyu liu 2013-12-06 14:14:57 +0800
  • 02809d6632 Merge pull request #141 from lboynton/patch-2 Chris Boulton 2013-12-03 03:17:34 -0800
  • e1872cca39 Merge pull request #143 from HRMWeb/after-enqueue-callback-token Chris Boulton 2013-12-03 03:16:51 -0800
  • d2c3249c7e Merge pull request #147 from benjisg/patch-1 Chris Boulton 2013-12-03 03:15:36 -0800
  • b7e3ee5221 Fixes the examples for using VERBOSE and VVERBOSE Benji 2013-11-24 17:27:36 -0800
  • f91352d810 Renamed references of token to id. Michael Alexander 2013-11-18 10:02:03 +1100
  • 6d8cd501b7 Added token as an argument to the afterEnqueue callback Michael Alexander 2013-11-12 13:11:48 +1100
  • 473d610a27 Fixed incorrect link to credis GitHub page Lee Boynton 2013-11-04 11:58:23 +0000
  • b0843f4dba Merge pull request #126 from Olden/bug/logger Chris Boulton 2013-09-06 18:04:56 -0700
  • b3c93367e8 Merge pull request #127 from ptrofimov/bug/establishConnection Chris Boulton 2013-09-06 18:04:18 -0700
  • 7f2cba1553 Merge pull request #131 from richardkmiller/updateProcLine-php5.5 Chris Boulton 2013-09-06 18:03:51 -0700
  • 9335ef51b4 fix spaces that should be tabs Richard K Miller 2013-09-04 16:12:12 -0600
  • 6ed8fc048f refactor process title to keep it DRY Richard K Miller 2013-09-04 12:29:38 -0600
  • 62dfa93458 cli_set_process_title() available in PHP 5.5 to set proc title. This is preferred over the PECL function setproctitle(). Richard K Miller 2013-09-04 10:29:01 -0600
  • 10c1d0b75e Resque/Worker: removed reestablishConnection Petr Trofimov 2013-08-23 12:17:47 +0300
  • 03d31830d1 Fix notice for: 'Undefined variable: logger' Alexander Kotynia 2013-08-22 11:32:56 +0300
  • 468f1ce78a Merge pull request #115 from Rockstar04/logging Chris Boulton 2013-08-15 22:49:33 -0700
  • b5ce47a8a1 Merge pull request #118 from rajibahmed/master Chris Boulton 2013-08-15 22:45:37 -0700
  • 14989b0e9e Remove spaces from README code samples. Rajib Ahmed 2013-07-18 11:51:02 +0200
  • 2d4458fbed Add fix to syntax highlights. Rajib Ahmed 2013-07-18 09:57:53 +0200
  • 271b584957 Add github style syntax highlights on README file. Rajib Ahmed 2013-07-18 09:53:30 +0200
  • 25a804d93d Convert indentation in the Worker class.... to . . . . tabs Trent Petersen 2013-07-10 10:07:19 -0500