Commit Graph

  • 2c995bd613
    v2.3.0 - Update packages main 2.3.0 Daniel Mason 2024-09-04 18:50:32 +1200
  • 5ef4a63a6e
    2.2.0 (2023-03-20) - Update pacakges - Bump requirements to PHP >= 8.1 2.2.0 Daniel Mason 2024-03-20 19:00:25 +1300
  • 948b758a57
    2.1.3 (2023-11-15) - Resolved issue with SET EX TTL's using unix-timestamps 2.1.3 Daniel Mason 2023-11-15 09:52:10 +1300
  • 0b925b68bd
    Merge pull request #1 from idanoo/action_test 2.1.2 Daniel Mason 2023-03-22 12:13:26 +1300
  • 575509ff53 2.1.2 (2023-03-22) - Update composer packages - Update git information (GitHub) Daniel Mason 2023-03-22 11:38:38 +1300
  • c696723fd0 Fix linter 2.1.1 Daniel Mason 2023-03-20 10:46:18 +1300
  • 6737df5925 Add sleep for tests Daniel Mason 2023-03-20 10:44:47 +1300
  • 94cae8d271 2.1.1 (2023-03-20) - Update setex to set, add TTL to stats Daniel Mason 2023-03-20 09:26:45 +1300
  • 679394eb5f
    - Add PHP 8.1 / 8.2 unit tests - Updated code to be PHP 8.2 compliant 2.1.0 Daniel Mason 2023-02-07 02:19:09 +0000
  • 3c7e20e364 2.1.0 (2023-02-07) - PHP 8.2 compatibility Daniel Mason 2023-02-07 02:19:09 +0000
  • ef82313d4e
    Update idanoo 2023-02-07 14:34:41 +1300
  • ba52eb34c7
    Update gitlab CI idanoo 2023-02-07 14:20:30 +1300
  • 6458563051
    Unit test PHP8.2 idanoo 2023-02-07 14:18:40 +1300
  • 05cae402b5
    2.0.3 (2022-09-12) - Update composer packages - Added WoodpeckerCI tests - Updated links in composer package - Stricter typing 2.0.3 test idanoo 2022-09-12 19:50:02 +1200
  • f9a22e7b8a Bump resque version constant 2.0.2 Daniel Mason 2022-02-15 10:53:18 +1300
  • 655273ce78 Merge branch 'dev-2.0.2' into 'master' Daniel Mason 2022-02-14 21:36:34 +0000
  • ac044747aa 2.0.2 (2022-02-15) - Replace strftime with strtotime for PHP8.1 support - Added processing class into proc line for easier debugging Daniel Mason 2022-02-15 09:07:24 +1300
  • 3d869bf653 Merge branch 'dev-2.0.1' into 'master' Daniel Mason 2022-02-08 06:33:49 +0000
  • d21a8f33f8 Update composer 2.0.1 Daniel Mason 2022-02-08 19:08:07 +1300
  • dd0bb8947f Update composer Daniel Mason 2022-02-08 19:08:07 +1300
  • 80d64e79ff 2.0.0 Add namespacing + PHP8.0 support (#1) 2.0.0 idanoo 2021-02-19 12:23:32 +1300
  • ebec2f7bf7 Merge branch 'dev' into 'master' 1.4.7 Daniel Mason 2020-04-10 21:59:55 +0000
  • b99217f2c0 Update for PHP7.4 compatibility + UnitTests Daniel Mason 2020-04-11 09:24:18 +1200
  • 493c12846a Switched IF Statement order to prevent excess calls to redis. 1.4.6 Daniel Mason 2020-01-10 11:35:56 +1300
  • 19f21219f8 1.4.5 patch - formatting + composer replace 1.4.5 Daniel Mason 2019-08-28 09:46:50 +1200
  • 5a94c021da Fix paths 1.4.4 Daniel Mason 2019-06-02 23:01:52 +1200
  • 3b4d2e4c1f Fix bootstrap.php for tests Daniel Mason 2019-06-02 22:21:42 +1200
  • d702f498bf Remove phpredis Daniel Mason 2019-05-31 11:52:23 +1200
  • 70090b4d66 .gitlab-ci.yml ordering Daniel Mason 2019-05-31 11:51:06 +1200
  • 6bedeaab5f php-redis != phpredis Daniel Mason 2019-05-31 11:50:32 +1200
  • d76fd1a7e0 Tag != Tags Daniel Mason 2019-05-31 11:49:08 +1200
  • 4a396bdb78 Tidying up GitLab CI file Daniel Mason 2019-05-31 11:47:42 +1200
  • 939f4e58a6 Add redis to docker_install.sh Daniel Mason 2018-10-13 12:55:06 +1300
  • 6232aff129 Add gitlab CI file Daniel Mason 2018-10-13 12:53:14 +1300
  • 9a97a29aa3 Re-added disabled test Daniel Mason 2018-10-13 12:45:53 +1300
  • 4e87677517 - Updated README to include supervisor configuration. - Change logfile date format to %Y-%m-%d %T. - Added return types to more functions. 1.4.3 Daniel Mason 2018-07-16 09:59:58 +1200
  • f69330d637 Update Docs Daniel Mason 2018-06-22 20:13:16 +1200
  • c906d1ed08 Update readme 1.4.2 Daniel Mason 2018-05-30 19:11:06 +1200
  • 44646e91bd Remove composer.lock vagrant 2018-05-30 07:09:14 +0000
  • bd0a0c2dc8 Readd Credis Daniel Mason 2018-05-30 19:05:13 +1200
  • 493d6dc6d8 Added 48 hour TTL to worker:xxx:started keys to prevent db pollution 1.4.1 Daniel Mason 2018-05-30 08:25:02 +1200
  • b235fce1bd Updated Composer to 1.4.1 Daniel Mason 2018-05-29 22:24:38 +1200
  • 0d0c0d0a7e - Updated travis builds to run on PHP 7.0, 7.1 and 7.2. - Added ability to specify multiple log levels. [DEBUG/INFO/NOTICE/WARNING/ERROR/CRITICAL/ALERT/EMERGENCY] - Default is now . - Removed VERBOSE / VVERBOSE flags. - Enabled date/time logging by default. Daniel Mason 2018-05-29 22:20:56 +1200
  • 177f8e3c19 Fix up readme with composer package Daniel Mason 2018-05-27 14:53:24 +1200
  • 2a3dcd8537 Clean up bin/resque file Daniel Mason 2018-05-27 14:52:05 +1200
  • e0914efdd5 Add version 1.4.0 to composer Daniel Mason 2018-05-27 14:46:49 +1200
  • 3f07b02c51 Lowercase package name 1.4.0 Daniel Mason 2018-05-27 14:41:18 +1200
  • 51fda513f4 Global reformat Daniel Mason 2018-05-25 21:03:48 +1200
  • 14c0e26559 Lets get all tests working first Daniel Mason 2018-05-25 21:00:53 +1200
  • 1b044f2b7d Passing pipelines Daniel Mason 2018-05-25 20:52:20 +1200
  • deb9af2781 Remove this bloody lock file Daniel Mason 2018-05-25 20:29:01 +1200
  • 93b5733df8 Bloody comma Daniel Mason 2018-05-25 20:27:18 +1200
  • cb6281cdcc Oh.. Daniel Mason 2018-05-25 20:26:04 +1200
  • 1085ac2412 Trying to pass builds.. Daniel Mason 2018-05-25 20:24:00 +1200
  • 44413588f4 basic redis tests passing Daniel Mason 2018-05-25 20:11:17 +1200
  • c862009505 Enable redis server in travis for testing Daniel Mason 2018-05-25 19:53:55 +1200
  • bc39882dd7 Rolled back to phpunit 6 + updated travis build image Daniel Mason 2018-05-25 19:43:22 +1200
  • fd35e9c563 Lock phpunit to ^7.0 Daniel Mason 2018-05-25 19:38:47 +1200
  • 548bc3fb85 Remove composer.lock Daniel Mason 2018-05-25 19:37:32 +1200
  • a5edf03a14 Tidy travis.yml file Daniel Mason 2018-05-25 19:34:10 +1200
  • ae84530132 - Reformatted files to PSR2 standard - Removed credis for native phpredis - Tidied up some docs - Setting up new travis.ci build Daniel Mason 2018-05-25 19:26:54 +1200
  • 065d5a4c63 Add php 7.2 Daniel Mason 2018-05-25 16:34:06 +1200
  • 3857d0600a Simplify README Daniel Mason 2018-05-25 14:26:53 +1200
  • 6f78451498 Remove credis dependancy for php-redis/predis Daniel Mason 2018-05-25 14:24:24 +1200
  • 968b7e6a30 Merge pull request #320 from dinbrca/master Chris Boulton 2017-04-12 14:58:19 -0700
  • da25ae1263 Update composer.json dinbrca 2016-12-06 14:05:43 +0200
  • cf187fae52 Merge pull request #314 from sapolang/master Chris Boulton 2016-11-03 14:56:00 -0700
  • 7c9c18352c bin/resque 缺少一个$ lixiangyang 2016-10-24 13:53:58 +0800
  • a03f00f2a0 Merge pull request #313 from petrkotek/petrkotek-patch-1 Chris Boulton 2016-10-20 17:00:54 -0500
  • b054df780f Resque_Redis: use && rather than and Petr Kotek 2016-10-20 23:58:23 +0200
  • 3c5dac8789 Merge pull request #311 from sergeyklay/patch-1 Chris Boulton 2016-10-20 16:42:31 -0500
  • 6728b2e78f [Travis] Test on PHP 7.1 Serghei Iakovlev 2016-10-16 18:54:44 +0300
  • 9ab96deb4a Merge pull request #307 from chrisboulton/credis-bump Chris Boulton 2016-10-16 08:50:52 -0700
  • 3b676e8d6a bump credis to 1.7 Chris Boulton 2016-10-14 16:47:31 -0700
  • e023b7a75e Merge pull request #310 from chrisboulton/fix-connection-hhvm Chris Boulton 2016-10-15 02:12:15 -0700
  • 8113e624c4 use a mock to test correct redis exceptions are surfaced Chris Boulton 2016-10-15 01:44:03 -0700
  • 5246a84868 Merge pull request #309 from danhunsaker/suggest/matrix-exclude Chris Boulton 2016-10-15 01:14:44 -0700
  • 4b10ae4863 Use Matrix Exclude instead of hard-coded matrix Dan Hunsaker 2016-10-14 21:01:51 -0600
  • 599dc4c8be Merge pull request #306 from chrisboulton/php-versions Chris Boulton 2016-10-14 17:01:29 -0700
  • 6b560798c4 Merge pull request #229 from chrisboulton/exceptions Chris Boulton 2016-10-14 16:36:10 -0700
  • 8989564468 enable redis extension on supported php versions Chris Boulton 2016-10-14 15:49:33 -0700
  • 2e24b5308f don't test against php 5.3, 5.4, 5.5. don't allow failures on php7 and hhvm Chris Boulton 2016-10-14 15:26:02 -0700
  • b1911f6867 maintain previous credis exception when throwing redis exceptions from resque Chris Boulton 2015-02-03 09:54:03 -0800
  • af570212b3 add Resque_RedisException Chris Boulton 2015-02-02 14:13:36 -0800
  • 81cb92b964 throw Resque_RedisException whenever an errror connecting/talking to redis occurs Chris Boulton 2015-02-02 14:00:16 -0800
  • ee9f133bf9 Merge pull request #303 from serroba/BIG-28720 Chris Boulton 2016-10-14 14:56:45 -0700
  • be19e12c31
    Making the factory the default layer to construct jobs Sebastian Machuca 2016-10-14 14:41:19 +1100
  • df20186c37
    Convert spaces to tabs Sebastian Machuca 2016-10-13 14:45:02 +1100
  • 8f542e5035
    Making the factory responsible to set the arguments and the queue Sebastian Machuca 2016-10-12 19:22:31 +1100
  • e9a202c8fd Merge pull request #305 from sergeyklay/patch-1 Chris Boulton 2016-10-11 15:01:36 -0700
  • 59ae24d0b5 Update Readme.md [ci skip] Serghei Iakovlev 2016-10-12 00:51:55 +0300
  • c928347ae7 Merge pull request #299 from chrisboulton/fork-return Chris Boulton 2016-10-11 13:10:59 -0700
  • e684d19d4f Merge pull request #152 from liujingyu/patch-1 Chris Boulton 2016-10-11 12:17:23 -0700
  • 3cead7dbb6 Merge pull request #226 from andrewbrereton/patch-1 Chris Boulton 2016-10-11 12:11:19 -0700
  • eba6ef55e7 abort bin/resque when managing multiple workers and pcntl_fork is unavailable Chris Boulton 2016-10-11 12:08:54 -0700
  • 5de9073562 Merge pull request #298 from lauripiisang/patch-1 Chris Boulton 2016-10-11 12:04:47 -0700
  • d341f11254 Merge pull request #304 from TeachersPayTeachers/master Chris Boulton 2016-10-11 12:00:39 -0700
  • ae308ff1fd Allow empty prefix Keyan Pishdadian 2016-10-07 18:31:06 -0400
  • de22db6826
    Making it compatible with PHP < 5.5 Sebastian Machuca 2016-10-06 16:07:16 +1100
  • 7d2ce1bc8b
    BIG-28720 Allowing to use a factory instead of manually instantite the Jobs Sebastian Machuca 2016-10-06 12:49:15 +1100