-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
106 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ test/tmp | |
test/version_tmp | ||
tmp | ||
.idea | ||
.ruby-version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
- 2014/11/10: add scheduler, retry, multy-job-forks (bibendi) | ||
- 2014/10/23: bump version to 0.4.4 (bibendi) | ||
- 2014/10/23: connect to redis if has credentials in config file (bibendi) | ||
- 2014/04/07: bump version to 0.4.3 (Merkushin) | ||
- 2014/04/07: fix(tasks): rotation now depends on environment (Merkushin) | ||
- 2014/04/04: bump version to 0.4.2 (Merkushin) | ||
- 2014/04/04: update gem god to 0.13.4 (Merkushin) | ||
- 2014/04/03: bump version to 0.4.1 (Merkushin) | ||
- 2014/04/03: fix lookup for Rails const (Merkushin) | ||
- 2014/04/01: bump version to 0.4.0 (Merkushin) | ||
- 2014/04/01: отвязка god от релизных папок (Merkushin) | ||
- 2014/01/09: Version bump to 0.3.1 (Merkushin) | ||
- 2014/01/09: rake task for logs rotation (Merkushin) | ||
|
||
0.3.0 | ||
- 2013/12/18: Version bump to 0.3.0 (Merkushin) | ||
- 2013/12/18: feature(logs): logs rotation (Merkushin) | ||
- 2013/12/12: Version bump to 0.2.11 (Merkushin) | ||
- 2013/12/12: fix(god) fast restart with nowait (Merkushin) | ||
- 2013/12/12: chore(git) ignore .idea (Merkushin) | ||
- 2013/09/03: Version bump to 0.2.10 (Alexei Mikhailov) | ||
- 2013/09/03: feature(hooks): reformat process name (Merkushin) | ||
- 2013/09/03: feature(hooks): детальное название процесса (Меркушин Михаил) | ||
- 2013/08/29: Version bump to 0.2.9 (Alexei Mikhailov) | ||
- 2013/08/29: Explicitly set BUNDLE_GEMFILE for each worker (Alexei Mikhailov) | ||
|
||
v0.2.8 | ||
- 2013/07/03: Bump to version 0.2.8 (Alexei Mikhailov) | ||
- 2013/07/03: fix(resque-status): fix multi_json error when it choses ok_json adapter (Alexei Mikhailov) | ||
|
||
v0.2.7 | ||
- 2013/06/19: Version bump to 0.2.7 (Alexei Mikhailov) | ||
- 2013/06/19: fix(continuous): keep meta_id unchanged between continuous jobs (Alexei Mikhailov) | ||
|
||
v0.2.6 | ||
- 2013/06/18: Version bump to 0.2.6 (Alexei Mikhailov) | ||
- 2013/06/18: Freeze resque at 1.23.0 (Alexei Mikhailov) | ||
|
||
v0.2.5 | ||
- 2013/06/18: Version bump to 0.2.5 (Alexei Mikhailov) | ||
- 2013/06/18: Remove resque-multi-job-forks due to bugs (Alexei Mikhailov) | ||
- 2013/06/18: More precise lock key generation (Alexei Mikhailov) | ||
- 2013/06/18: Fixed #33. rake resque:start теперь запускает resque при запущенном god (Alexei Mikhailov) | ||
- 2013/06/17: Fixed #34. Workaround for capistrano deploys. (Alexei Mikhailov) | ||
|
||
v0.2.4 | ||
- 2013/05/22: Version bump to 0.2.4 (Alexei Mikhailov) | ||
- 2013/05/22: Generate lock_id from hash (Alexei Mikhailov) | ||
|
||
v0.2.3 | ||
- 2013/04/30: Version bump to 0.2.3 (Alexei Mikhailov) | ||
- 2013/04/30: Auto-generated config is not changed between releases (Alexei Mikhailov) | ||
|
||
v0.2.2 | ||
- 2013/04/29: Version bump to 0.2.2 (Alexei Mikhailov) | ||
- 2013/04/29: Fixed #29: Turn off Sinatra logging (Alexei Mikhailov) | ||
|
||
v0.2.1 | ||
- 2013/04/27: Version bump to 0.2.1 (Alexei Mikhailov) | ||
- 2013/04/27: Backport hooks behaviour from 1.24.1 (Alexei Mikhailov) | ||
|
||
v0.2.0 | ||
- 2013/04/18: Fixed #15; Fixed #16; God integration (Alexei Mikhailov) | ||
- 2013/04/18: Version bump to 0.2.0 (Alexei Mikhailov) | ||
- 2013/04/12: Fixed #14: log errors date/time (Alexei Mikhailov) | ||
- 2013/04/12: Fixed broken resque-status (Alexei Mikhailov) | ||
|
||
v0.1.6 | ||
- 2013/04/11: Bump version to 0.1.6 (Alexei Mikhailov) | ||
- 2013/04/11: Redis options are now passed directly to Redis constructor (Alexei Mikhailov) | ||
- 2013/04/10: Fixed #12: removed dependency from bundler in resque-status (Alexei Mikhailov) | ||
|
||
v0.1.5 | ||
- 2013/04/10: Version bump to 0.1.5 (Alexei Mikhailov) | ||
- 2013/04/10: resque-multi-job-forks recovered + refactoring (Alexei Mikhailov) | ||
|
||
v0.1.4 | ||
- 2013/04/08: Version bump to 0.1.4 (Alexei Mikhailov) | ||
- 2013/04/08: Revert reconnect hook for redis-3.x (Alexei Mikhailov) | ||
|
||
v0.1.3 | ||
- 2013/04/08: Version bump to 0.1.3 (Alexei Mikhailov) | ||
- 2013/04/08: Reestablish redis connection in each new fork (Alexei Mikhailov) | ||
|
||
v0.1.2 | ||
- 2013/04/05: Version bump to 0.1.2 (Alexei Mikhailov) | ||
- 2013/04/05: Parallel workers restart (Alexei Mikhailov) | ||
- 2013/04/04: resque-failed-job-mailer integration (Alexei Mikhailov) | ||
- 2013/04/03: Continuous jobs functionality (Alexei Mikhailov) | ||
|
||
v0.1.1 | ||
- 2013/04/03: Rails resque initializer (Alexei Mikhailov) | ||
|
||
v0.1.0 | ||
- 2013/04/02: Version bump to 0.1.0 (Alexei Mikhailov) | ||
- 2013/04/02: Конфигурирование переменных окружения (Alexei Mikhailov) | ||
- 2013/04/02: fix typo in file name (Merkushin) | ||
- 2013/04/02: fix typo in file name (Merkushin) | ||
- 2013/04/01: Uniquiness functions extracted to separate module (Alexei Mikhailov) | ||
|
||
v0.0.9 | ||
- 2013/03/28: Initial commit (Alexei Mikhailov) | ||
- 2013/03/28: Initial commit (Alexei Mikhailov) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
|
||
1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Resque | ||
module Integration | ||
VERSION = '0.4.4' | ||
VERSION = '1.0.0' | ||
end | ||
end |