-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements #1
base: master
Are you sure you want to change the base?
Improvements #1
Commits on Nov 11, 2011
-
Small changes inside of gem requirements and Rakefile
New gems required by the development environment: * rdoc * rspec Updates the Rakefile: * get rid of deprecation warning raised by old rdoc directive * provide a task that runs all the specs * rake default task runs the unit tests.
Configuration menu - View commit details
-
Copy full SHA for 56f94a5 - Browse repository at this point
Copy the full SHA 56f94a5View commit details
Commits on Nov 22, 2011
-
Ensure nil is returned when the queue is empty and pop is called.
Configuration menu - View commit details
-
Copy full SHA for 0216709 - Browse repository at this point
Copy the full SHA 0216709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04625aa - Browse repository at this point
Copy the full SHA 04625aaView commit details -
Ensure pop respects sorting contraints
* Use a BSON::OrderedHash to express sort constrain, otherwise sort criteria won't work as expected with ruby 1.8.7 * Extend unit test to cover the different pop scenarios.
Configuration menu - View commit details
-
Copy full SHA for 65989bf - Browse repository at this point
Copy the full SHA 65989bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32a8489 - Browse repository at this point
Copy the full SHA 32a8489View commit details
Commits on Dec 12, 2011
-
Test timeout feature inside of pop and peek. Do not use sleep, rely on Timecop: it makes the testing code faster and it's more flexible.
Configuration menu - View commit details
-
Copy full SHA for 46f46db - Browse repository at this point
Copy the full SHA 46f46dbView commit details
Commits on Dec 13, 2011
-
Configuration menu - View commit details
-
Copy full SHA for f07a6f2 - Browse repository at this point
Copy the full SHA f07a6f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d805da - Browse repository at this point
Copy the full SHA 5d805daView commit details -
Remove older releases from git
It's totally useless to keep them under scm.
Configuration menu - View commit details
-
Copy full SHA for 20529d4 - Browse repository at this point
Copy the full SHA 20529d4View commit details -
Fix bug introduced by the removal of the timeout feature
When the timeout feature is disabled the body of the popped item was nil.
Configuration menu - View commit details
-
Copy full SHA for 69ecc4a - Browse repository at this point
Copy the full SHA 69ecc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 359b3e4 - Browse repository at this point
Copy the full SHA 359b3e4View commit details
Commits on Feb 2, 2012
-
Adding a function to increase the priority of an item in the queue
Matt Barringer committedFeb 2, 2012 Configuration menu - View commit details
-
Copy full SHA for 21b657e - Browse repository at this point
Copy the full SHA 21b657eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b7090 - Browse repository at this point
Copy the full SHA 25b7090View commit details -
Matt Barringer committed
Feb 2, 2012 Configuration menu - View commit details
-
Copy full SHA for 848cc2c - Browse repository at this point
Copy the full SHA 848cc2cView commit details -
Add methods to alter the priority of a queued item.
Added the following features: * allow to set the priority to a custom value * allow to increase the priority by a custom step * allow to decrease the priority by a custom step All these methods have been implemented using findandmodify in conjunction with '$set' and '$inc' update operators. This provides better performances. Extended the test suite.
Configuration menu - View commit details
-
Copy full SHA for e278e26 - Browse repository at this point
Copy the full SHA e278e26View commit details
Commits on Feb 6, 2012
-
Matt Barringer committed
Feb 6, 2012 Configuration menu - View commit details
-
Copy full SHA for 8b7a469 - Browse repository at this point
Copy the full SHA 8b7a469View commit details -
Oops, don't re-convert to ObjectId
Matt Barringer committedFeb 6, 2012 Configuration menu - View commit details
-
Copy full SHA for a71c172 - Browse repository at this point
Copy the full SHA a71c172View commit details
Commits on Feb 7, 2012
-
Revert "Oops, don't re-convert to ObjectId"
This change is inconsistent with mongo_dequeue's api. Item's body cannot be used to perform searches since it can be a really complex object. Dequeue always returns and uses item's _id. This reverts commit a71c172.
Configuration menu - View commit details
-
Copy full SHA for 67d7b2b - Browse repository at this point
Copy the full SHA 67d7b2bView commit details -
Revert "Fix the priority calls"
This change is inconsistent with mongo_dequeue's api. Item's body cannot be used to perform searches since it can be a really complex object. Dequeue always returns and uses item's _id. This reverts commit 8b7a469.
Configuration menu - View commit details
-
Copy full SHA for e7294ef - Browse repository at this point
Copy the full SHA e7294efView commit details
Commits on Feb 21, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 9378970 - Browse repository at this point
Copy the full SHA 9378970View commit details -
Merge pull request #1 from openSUSE/review_120221_update_version_in_g…
…emspec [Review] Request from 'jordimassaguerpla' @ 'openSUSE/Dequeue/review_120221_update_version_in_gemspec'
Configuration menu - View commit details
-
Copy full SHA for 6885eea - Browse repository at this point
Copy the full SHA 6885eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f691d - Browse repository at this point
Copy the full SHA 16f691dView commit details -
Merge pull request #2 from openSUSE/review_120221_remove_pkg_gem_file…
…s_from_gemspec_file [Review] Request from 'jordimassaguerpla' @ 'openSUSE/Dequeue/review_120221_remove_pkg_gem_files_from_gemspec_file'
Configuration menu - View commit details
-
Copy full SHA for 18a675d - Browse repository at this point
Copy the full SHA 18a675dView commit details
Commits on Mar 22, 2012
-
Configuration menu - View commit details
-
Copy full SHA for df8a4c8 - Browse repository at this point
Copy the full SHA df8a4c8View commit details -
Add queue.unlock to re-add items to the queue
Matt Barringer committedMar 22, 2012 Configuration menu - View commit details
-
Copy full SHA for 554fab5 - Browse repository at this point
Copy the full SHA 554fab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49511c - Browse repository at this point
Copy the full SHA c49511cView commit details
Commits on Mar 27, 2012
-
While processing crowded queues with multiple processes we noticed big slow downs caused by the lack of indexes. This fixes the problem.
Configuration menu - View commit details
-
Copy full SHA for 9dd8669 - Browse repository at this point
Copy the full SHA 9dd8669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57de5c6 - Browse repository at this point
Copy the full SHA 57de5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9fa1ad - Browse repository at this point
Copy the full SHA c9fa1adView commit details
Commits on Mar 28, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 9fdac23 - Browse repository at this point
Copy the full SHA 9fdac23View commit details -
Matt Barringer committed
Mar 28, 2012 Configuration menu - View commit details
-
Copy full SHA for 8c1df86 - Browse repository at this point
Copy the full SHA 8c1df86View commit details -
Merge branch 'master' of [email protected]:openSUSE/Dequeue
Matt Barringer committedMar 28, 2012 Configuration menu - View commit details
-
Copy full SHA for 5bf84c9 - Browse repository at this point
Copy the full SHA 5bf84c9View commit details -
Matt Barringer committed
Mar 28, 2012 Configuration menu - View commit details
-
Copy full SHA for 96e8437 - Browse repository at this point
Copy the full SHA 96e8437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26075ec - Browse repository at this point
Copy the full SHA 26075ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a539d - Browse repository at this point
Copy the full SHA f3a539dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 777ea06 - Browse repository at this point
Copy the full SHA 777ea06View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0c756e - Browse repository at this point
Copy the full SHA d0c756eView commit details -
peek: backport changes made to pop
Ensure peek respects the locked_till attribute like pop does.
Configuration menu - View commit details
-
Copy full SHA for a83fd57 - Browse repository at this point
Copy the full SHA a83fd57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679e34f - Browse repository at this point
Copy the full SHA 679e34fView commit details
Commits on Sep 26, 2012
-
Always set locked_at attribute when an item is popped
Set the locked_at attribute when an item is popped from the list.
Configuration menu - View commit details
-
Copy full SHA for 11e98b2 - Browse repository at this point
Copy the full SHA 11e98b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26e71c0 - Browse repository at this point
Copy the full SHA 26e71c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97325ee - Browse repository at this point
Copy the full SHA 97325eeView commit details
Commits on Oct 29, 2012
-
get version from VERSION file when building gem
get version from VERSION file on the gemspec. Otherwise, when running "gem build" the package has the wrong version.
Configuration menu - View commit details
-
Copy full SHA for 8cb1b12 - Browse repository at this point
Copy the full SHA 8cb1b12View commit details -
Merge pull request #3 from openSUSE/review_121029_fix_version_in_gems…
…pec_ [Review] Request from 'jordimassaguerpla' @ 'openSUSE/Dequeue/review_121029_fix_version_in_gemspec_'
Configuration menu - View commit details
-
Copy full SHA for 2551850 - Browse repository at this point
Copy the full SHA 2551850View commit details