Commit Graph

382 Commits

Author SHA1 Message Date
ef82313d4e
Update 2023-02-07 14:34:41 +13:00
ba52eb34c7
Update gitlab CI 2023-02-07 14:26:15 +13:00
6458563051
Unit test PHP8.2 2023-02-07 14:18:40 +13:00
05cae402b5
2.0.3 (2022-09-12)
- Update composer packages
- Added WoodpeckerCI tests
- Updated links in composer package
- Stricter typing
2022-09-12 19:50:02 +12:00
f9a22e7b8a Bump resque version constant 2022-02-15 10:53:18 +13:00
655273ce78 Merge branch 'dev-2.0.2' into 'master'
2.0.2 (2022-02-15)

See merge request idanoo/php-resque!2
2022-02-14 21:36:34 +00:00
ac044747aa 2.0.2 (2022-02-15)
- Replace strftime with strtotime for PHP8.1 support
- Added processing class into proc line for easier debugging
2022-02-15 10:12:16 +13:00
3d869bf653 Merge branch 'dev-2.0.1' into 'master'
2.0.1

See merge request idanoo/php-resque!1
2022-02-08 06:33:49 +00:00
dd0bb8947f Update composer 2022-02-08 19:30:15 +13:00
80d64e79ff 2.0.0 Add namespacing + PHP8.0 support (#1)
2.0.0 (2021-02-19)

Moved to PSR-4
Namespaced codebase
Added more comments throughout
Co-Authored-By: idanoo <daniel@m2.nz>
Co-Committed-By: idanoo <daniel@m2.nz>
2021-02-19 12:23:32 +13:00
ebec2f7bf7 Merge branch 'dev' into 'master'
Update for PHP7.4 compatibility + PHPUnit 9

See merge request idanoo/php-resque!2
2020-04-10 21:59:55 +00:00
Daniel Mason
b99217f2c0 Update for PHP7.4 compatibility + UnitTests 2020-04-11 09:48:04 +12:00
Daniel Mason
493c12846a Switched IF Statement order to prevent excess calls to redis. 2020-01-10 11:35:56 +13:00
Daniel Mason
19f21219f8 1.4.5 patch - formatting + composer replace 2019-08-28 10:06:52 +12:00
5a94c021da Fix paths 2019-06-02 23:21:25 +12:00
3b4d2e4c1f Fix bootstrap.php for tests 2019-06-02 22:54:15 +12:00
d702f498bf Remove phpredis 2019-05-31 11:52:23 +12:00
70090b4d66 .gitlab-ci.yml ordering 2019-05-31 11:51:06 +12:00
6bedeaab5f php-redis != phpredis 2019-05-31 11:50:32 +12:00
d76fd1a7e0 Tag != Tags 2019-05-31 11:49:08 +12:00
4a396bdb78 Tidying up GitLab CI file 2019-05-31 11:47:42 +12:00
939f4e58a6 Add redis to docker_install.sh 2018-10-13 12:55:06 +13:00
6232aff129 Add gitlab CI file 2018-10-13 12:53:14 +13:00
9a97a29aa3 Re-added disabled test 2018-10-13 12:45:53 +13:00
Daniel Mason
4e87677517 - Updated README to include supervisor configuration.
- Change logfile date format to `%Y-%m-%d %T`.
- Added return types to more functions.
2018-07-16 09:59:58 +12:00
Daniel Mason
f69330d637 Update Docs 2018-06-22 20:13:19 +12:00
Daniel Mason
c906d1ed08 Update readme 2018-05-30 19:11:06 +12:00
vagrant
44646e91bd Remove composer.lock 2018-05-30 07:09:14 +00:00
Daniel Mason
bd0a0c2dc8 Readd Credis 2018-05-30 19:05:13 +12:00
Daniel Mason
493d6dc6d8 Added 48 hour TTL to worker:xxx:started keys to prevent db pollution 2018-05-30 08:25:02 +12:00
Daniel Mason
b235fce1bd Updated Composer to 1.4.1 2018-05-29 22:24:38 +12:00
Daniel Mason
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.
2018-05-29 22:20:56 +12:00
Daniel Mason
177f8e3c19 Fix up readme with composer package 2018-05-27 14:53:24 +12:00
Daniel Mason
2a3dcd8537 Clean up bin/resque file 2018-05-27 14:52:05 +12:00
Daniel Mason
e0914efdd5 Add version 1.4.0 to composer 2018-05-27 14:46:49 +12:00
Daniel Mason
3f07b02c51 Lowercase package name 2018-05-27 14:41:18 +12:00
Daniel Mason
51fda513f4 Global reformat 2018-05-25 21:03:48 +12:00
Daniel Mason
14c0e26559 Lets get all tests working first 2018-05-25 21:00:53 +12:00
Daniel Mason
1b044f2b7d Passing pipelines 2018-05-25 20:52:20 +12:00
Daniel Mason
deb9af2781 Remove this bloody lock file 2018-05-25 20:29:01 +12:00
Daniel Mason
93b5733df8 Bloody comma 2018-05-25 20:27:18 +12:00
Daniel Mason
cb6281cdcc Oh.. 2018-05-25 20:26:04 +12:00
Daniel Mason
1085ac2412 Trying to pass builds.. 2018-05-25 20:24:00 +12:00
Daniel Mason
44413588f4 basic redis tests passing 2018-05-25 20:11:17 +12:00
Daniel Mason
c862009505 Enable redis server in travis for testing 2018-05-25 19:53:55 +12:00
Daniel Mason
bc39882dd7 Rolled back to phpunit 6 + updated travis build image 2018-05-25 19:43:22 +12:00
Daniel Mason
fd35e9c563 Lock phpunit to ^7.0 2018-05-25 19:38:47 +12:00
Daniel Mason
548bc3fb85 Remove composer.lock 2018-05-25 19:37:32 +12:00
Daniel Mason
a5edf03a14 Tidy travis.yml file 2018-05-25 19:34:10 +12:00
Daniel Mason
ae84530132 - Reformatted files to PSR2 standard
- Removed credis for native phpredis
- Tidied up some docs
- Setting up new travis.ci build
2018-05-25 19:26:54 +12:00