Commit Graph

362 Commits

Author SHA1 Message Date
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
Daniel Mason
065d5a4c63 Add php 7.2 2018-05-25 16:34:06 +12:00
Daniel Mason
3857d0600a Simplify README 2018-05-25 14:26:53 +12:00
Daniel Mason
6f78451498 Remove credis dependancy for php-redis/predis 2018-05-25 14:24:48 +12:00
Chris Boulton
968b7e6a30 Merge pull request #320 from dinbrca/master
Composer locks due to psr/log dependency version
2017-04-12 14:58:19 -07:00
dinbrca
da25ae1263 Update composer.json 2016-12-06 14:05:43 +02:00
Chris Boulton
cf187fae52 Merge pull request #314 from sapolang/master
bin/resque 99行pid变量缺少一个$
2016-11-03 14:56:00 -07:00
lixiangyang
7c9c18352c bin/resque 缺少一个$ 2016-10-24 13:53:58 +08:00
Chris Boulton
a03f00f2a0 Merge pull request #313 from petrkotek/petrkotek-patch-1
Resque_Redis: use `&&` rather than `and`
2016-10-20 17:00:54 -05:00
Petr Kotek
b054df780f Resque_Redis: use && rather than and 2016-10-20 23:58:23 +02:00
Chris Boulton
3c5dac8789 Merge pull request #311 from sergeyklay/patch-1
[Travis] Test on PHP 7.1
2016-10-20 16:42:31 -05:00
Serghei Iakovlev
6728b2e78f [Travis] Test on PHP 7.1 2016-10-16 18:54:44 +03:00
Chris Boulton
9ab96deb4a Merge pull request #307 from chrisboulton/credis-bump
Bump credis to 1.7
2016-10-16 08:50:52 -07:00
Chris Boulton
3b676e8d6a bump credis to 1.7 2016-10-15 02:12:35 -07:00
Chris Boulton
e023b7a75e Merge pull request #310 from chrisboulton/fix-connection-hhvm
Use a mock to test correct redis exceptions are surfaced
2016-10-15 02:12:15 -07:00
Chris Boulton
8113e624c4 use a mock to test correct redis exceptions are surfaced 2016-10-15 01:50:45 -07:00
Chris Boulton
5246a84868 Merge pull request #309 from danhunsaker/suggest/matrix-exclude
Use Matrix Exclude instead of hard-coded matrix
2016-10-15 01:14:44 -07:00
Dan Hunsaker
4b10ae4863 Use Matrix Exclude instead of hard-coded matrix
While the current .travis.yml setup works, and the reasoning makes sense, it's far less readable than the previous configuration.  This suggested patch presents an alternative approach to the same result, which uses the matrix->exclude array to filter out invalid tests, instead of hard-coding every valid combination as the current file does.  This seems more readable, at least to me.
2016-10-14 21:01:51 -06:00
Chris Boulton
599dc4c8be Merge pull request #306 from chrisboulton/php-versions
Remove old PHP versions from test matrix, require PHP 7 and HHVM to pass as these are now officially supported
2016-10-14 17:01:29 -07:00
Chris Boulton
6b560798c4 Merge pull request #229 from chrisboulton/exceptions
Surface Redis exceptions instead of silently returning false
2016-10-14 16:36:10 -07:00
Chris Boulton
8989564468 enable redis extension on supported php versions 2016-10-14 15:49:33 -07:00