Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Sidekiq Batch

Making Sidekiq Batch more functional
Collective - Host: opensource - https://opencollective.com/sidekiq-batch - Code: https://github.com/breamware

Removed unnecessary code from tests

github.com/breamware/sidekiq-batch - 5fa2cc87826a1f965f6bd24876973a43993f035f authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Added tests to test the nested batches flow

github.com/breamware/sidekiq-batch - 5ca1e6a6b035aeb58ac6956a5721215df3ec7289 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Added child_count to status to perform better testing

github.com/breamware/sidekiq-batch - 9fe5bfa2b9775a9459647d28d52ec7890711b887 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Fixed existing tests

github.com/breamware/sidekiq-batch - 7213ace93f426e4baf9a4a5b5ec4762291d5118c authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Failed items were incorrectly counted

github.com/breamware/sidekiq-batch - 4034bc5eafc5595bf59ad4b3b9e244221bf65029 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Fixed bug where batch was incorrectly initialized from middleware

github.com/breamware/sidekiq-batch - 1158fdb7606f92d996cf3046ffafafaed729d89c authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Initialize queue global variable on batch init

github.com/breamware/sidekiq-batch - 2578358c25c6e0d0a316016a0dbbeb3b3a6a3a22 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Define global queue var on initialize

github.com/breamware/sidekiq-batch - 0d262a51c659485d1ed4162b617be330ad701a34 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Replaced .present? and .blank? with their 'full' implementations, since ActiveSupport is not included in rspec

github.com/breamware/sidekiq-batch - f0c2dea38f2db3a7cb6ff978ccf3e2ec86acccdc authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Failed batches now also trigger the complete callback

github.com/breamware/sidekiq-batch - c0f105414df6c1a44225b7f5e383924ebd8119e7 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Fixed several tests. Still 15 to go...

github.com/breamware/sidekiq-batch - 43328d253d77df6f87fe8a6fa64dd7aad2a9337a authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Added .DS_Store to .gitignore

github.com/breamware/sidekiq-batch - 10342780641f9e3216a346e3cc7ea09703046f63 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Added nested batches functionality

github.com/breamware/sidekiq-batch - a006717ee8b972b08b772fb9721c64980e3ee6fb authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Using different syntax in integration spec

github.com/breamware/sidekiq-batch - 948f228b6bf65321c818d0370eeba106b5b406a3 authored about 8 years ago by managr <[email protected]>
Merge pull request #4 from cybey/master

Callbacks can now handle string with a class and a method Class#Method

github.com/breamware/sidekiq-batch - a788a47ef7e5f6223e769e007a23b2aca7a2c2c2 authored about 8 years ago by Marcin Naglik <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/breamware/sidekiq-batch - c67d958e49cacd5b51cad1eed770b3577d5ec32d authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Fix for new codeclimate configuration

github.com/breamware/sidekiq-batch - c87a27bfaa3ef2986d488f952cdc88acbe3e08e7 authored about 8 years ago by managr <[email protected]>
Added rspec to test whether class#method callback will be called

github.com/breamware/sidekiq-batch - c90eb9a37d1981bbb71efc5b48f6953acc80eec7 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Re-added a little evaluation just to be safe

github.com/breamware/sidekiq-batch - d53f13cb94387531e08238afd28a746e3d60daa8 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Cleaned up code and processed change requests

github.com/breamware/sidekiq-batch - afdcea752758c5b5119f2c6d4b89617257a1e38b authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Reverted spec_helper.rb commit since it does not concert this PR

github.com/breamware/sidekiq-batch - 8084650557b00e55ff90bb23647a9889875324da authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Fixed an error where the class-type was incorrectly checked

github.com/breamware/sidekiq-batch - 360b71849d76d476031ab83e2ae0fbb3ca7517ab authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Updated spec_helper to reflect ruby-test-reporter 1.0

github.com/breamware/sidekiq-batch - de417adf8132a5d81348caf5bc668760df978ca6 authored about 8 years ago by Arjen Brandenburgh <[email protected]>
Callbacks can now handle string with a class and a method Class#Method

github.com/breamware/sidekiq-batch - c620b5dbde2fea3cfa9f7bccc40bc11f4650dede authored about 8 years ago by Arjen Brandenburgh <[email protected]>
It's also compatible with 4

github.com/breamware/sidekiq-batch - 3000c284ecfc0cc0475df0b3112b1e7ff32147aa authored over 8 years ago by managr <[email protected]>
Adding missing specs

github.com/breamware/sidekiq-batch - 42ce682be35e06cb49492292f8c7147f525df536 authored over 8 years ago by managr <[email protected]>
Do not show dependency status

This doesn’t make big sense, since we want to support old sidekiq.

github.com/breamware/sidekiq-batch - 04d3abc3fa59ed0047e7fe7fafe3107edd69c45a authored over 8 years ago by managr <[email protected]>
Change minimum sidekiq dependency to 3

github.com/breamware/sidekiq-batch - 4fd3d05993b83d05ffd505ff45431544db238ff3 authored over 8 years ago by managr <[email protected]>
Extract method refactoring

github.com/breamware/sidekiq-batch - d2b88ba38b474df66e1b61ee763a0ff471505037 authored over 8 years ago by managr <[email protected]>
Set expire to 30 days (if job does not finish)

github.com/breamware/sidekiq-batch - f80a96971a4c5b79750b88676c29df3094726d7c authored over 8 years ago by managr <[email protected]>
Implement failure info

github.com/breamware/sidekiq-batch - 3d82149694694cd07db78644cf27aed232b03efd authored over 8 years ago by managr <[email protected]>
Moving pending/total to hash

github.com/breamware/sidekiq-batch - 79cc5a5eae0cefced27719d52e9f1a4e14691ca0 authored over 8 years ago by managr <[email protected]>
Fixing codeship/rubocop issue

github.com/breamware/sidekiq-batch - 7c4e2c1fa2b00569c81ad2daf1bcd226f107ed50 authored over 8 years ago by managr <[email protected]>
Mode to_process counter to hash

github.com/breamware/sidekiq-batch - 2bf0f986c12a09b9d9626ed38f2af40d64d13ff0 authored over 8 years ago by managr <[email protected]>
Adding missing specs

github.com/breamware/sidekiq-batch - 05e93b2a969bf1a831e6e19d9e5a895cb6b1ffe3 authored over 8 years ago by managr <[email protected]>
Adds bid/batch methods to worker

github.com/breamware/sidekiq-batch - 5fc55dea0fe194146239bd69159cc065a8cb2c31 authored over 8 years ago by managr <[email protected]>
Refactoring (since cc is raising weird error)

github.com/breamware/sidekiq-batch - 8acfa4452f1434f368592fd1ff3cb22d14802334 authored over 8 years ago by managr <[email protected]>
Cleanup redis keys when job finishes

github.com/breamware/sidekiq-batch - 38175719ccb3e0b9a721eef78f53ce78c8a04abe authored over 8 years ago by managr <[email protected]>
Distinguish between to_process and pending

github.com/breamware/sidekiq-batch - be2c823cdd98a8a8790a8b3ae082f5001dc0a224 authored over 8 years ago by managr <[email protected]>
Adding total field to store number of jobs

github.com/breamware/sidekiq-batch - 2aa42214a71819a6d191ae0e2e884c9b6c32e674 authored over 8 years ago by managr <[email protected]>
Add support for created_at

github.com/breamware/sidekiq-batch - d73bd8305764265ed477aa1e5fb648aa136cd83c authored over 8 years ago by managr <[email protected]>
Adding specs for Status#failures

github.com/breamware/sidekiq-batch - 35b4e8f9b041869c25fbc3434e6320cbc9407172 authored over 8 years ago by managr <[email protected]>
Fixing namespace in status

github.com/breamware/sidekiq-batch - 65fcd246c46a419775408e1d68802f39866c483b authored over 8 years ago by managr <[email protected]>
Adding failures implementation

github.com/breamware/sidekiq-batch - 6c4298c1084295bf483b8f386175975b34447b11 authored over 8 years ago by managr <[email protected]>
Adding specs and fixing complete callback handling

github.com/breamware/sidekiq-batch - 955c9431d058f132bae8185cdcbc40ccb0c41a70 authored over 8 years ago by managr <[email protected]>
Specs for registering client and server middleware

github.com/breamware/sidekiq-batch - a71dbf2ca0900be91ec4d3ea1a2658fa1635db0b authored over 8 years ago by managr <[email protected]>
Adding specs for Batch.jobs

github.com/breamware/sidekiq-batch - a055954c199d0144a12ac3e0efdd7379dbbe9de3 authored over 8 years ago by managr <[email protected]>
Specs for callback triggering

github.com/breamware/sidekiq-batch - 21da4230389cf2a9e29e2ea06ac0f1a4e06f230c authored over 8 years ago by managr <[email protected]>
Simplify middleware registrations

github.com/breamware/sidekiq-batch - f0695305e1f4fe1e7430ccdb7f853e99ab570f64 authored over 8 years ago by managr <[email protected]>
Using BID- prefix for keys in redis

github.com/breamware/sidekiq-batch - f68ca57ab6687a6da6c7b7f35c402350eb821aa0 authored over 8 years ago by managr <[email protected]>
Adding code climate coverage

github.com/breamware/sidekiq-batch - cf782b3896af0a9f9ebb3a4785e440107e334909 authored over 8 years ago by managr <[email protected]>
Adding code climate issue count badge

github.com/breamware/sidekiq-batch - 73bce4324f2b37a7a96ce340e243fb7969d1659f authored over 8 years ago by managr <[email protected]>
Fix rubocop/codeclimate issue

github.com/breamware/sidekiq-batch - dcc0004057ad384437518554732af96bf3b02bf5 authored over 8 years ago by managr <[email protected]>
Adding some badges

github.com/breamware/sidekiq-batch - a55983019fe43da661fa892216486d2f299c607c authored over 8 years ago by managr <[email protected]>
Adding generated gem to gitignore

github.com/breamware/sidekiq-batch - ced7932f632eed3cad6ad9da5e381279422da32d authored over 8 years ago by managr <[email protected]>
Using fakeredis in specs

github.com/breamware/sidekiq-batch - f8fda92783bd5fb0ab41387a78b9bf1ecbba6ae5 authored over 8 years ago by managr <[email protected]>
Initial implementation - missing status

github.com/breamware/sidekiq-batch - 3cdd3694d73d0b4a3bc6e0f0adeef663f5e626a6 authored over 8 years ago by managr <[email protected]>