-
Notifications
You must be signed in to change notification settings - Fork 159
Comparing changes
Open a pull request
base repository: nassor/mongoose-auto-increment
base: master
head repository: Blazemeter/mongoose-auto-increment
compare: master
Commits on Oct 8, 2013
-
Fixing bug that caused counter to increment on updates, causing new d…
…ocuments to skip IDs.
Alex Ford committedOct 8, 2013 Configuration menu - View commit details
-
Copy full SHA for a76d1ce - Browse repository at this point
Copy the full SHA a76d1ceView commit details -
unknown authored and unknown committed
Oct 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 51988ba - Browse repository at this point
Copy the full SHA 51988baView commit details -
Merge branch 'master' of github.com:Chevex/mongoose-auto-increment
Conflicts: package.json
Alex Ford committedOct 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 3d4549d - Browse repository at this point
Copy the full SHA 3d4549dView commit details -
Misplaced variable declaration.
Alex Ford committedOct 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 903a196 - Browse repository at this point
Copy the full SHA 903a196View commit details -
unknown authored and unknown committed
Oct 8, 2013 Configuration menu - View commit details
-
Copy full SHA for af78b39 - Browse repository at this point
Copy the full SHA af78b39View commit details
Commits on Oct 9, 2013
-
Merge pull request #2 from rossan/master
Added Mocha tests with Should assertions.
Alex Ford authored and Alex Ford committedOct 9, 2013 Configuration menu - View commit details
-
Copy full SHA for a35a15c - Browse repository at this point
Copy the full SHA a35a15cView commit details -
Changed counter collection name and removed mongoose from dependencie…
…s. Added mongoose as a peer dependency.
Alex Ford committedOct 9, 2013 Configuration menu - View commit details
-
Copy full SHA for 390a4e7 - Browse repository at this point
Copy the full SHA 390a4e7View commit details -
unknown authored and unknown committed
Oct 9, 2013 Configuration menu - View commit details
-
Copy full SHA for a61756d - Browse repository at this point
Copy the full SHA a61756dView commit details
Commits on Oct 10, 2013
-
Modified plugin so it requires initialization, passing in a mongoose …
…connection.
Alex Ford committedOct 10, 2013 Configuration menu - View commit details
-
Copy full SHA for 2f6ac1e - Browse repository at this point
Copy the full SHA 2f6ac1eView commit details -
unknown authored and unknown committed
Oct 10, 2013 Configuration menu - View commit details
-
Copy full SHA for 6607b13 - Browse repository at this point
Copy the full SHA 6607b13View commit details -
Fixing bug with variable scope.
Alex Ford committedOct 10, 2013 Configuration menu - View commit details
-
Copy full SHA for ace1cc0 - Browse repository at this point
Copy the full SHA ace1cc0View commit details -
unknown authored and unknown committed
Oct 10, 2013 Configuration menu - View commit details
-
Copy full SHA for f0a402e - Browse repository at this point
Copy the full SHA f0a402eView commit details
Commits on Oct 21, 2013
-
Alex Ford committed
Oct 21, 2013 Configuration menu - View commit details
-
Copy full SHA for f8a7d77 - Browse repository at this point
Copy the full SHA f8a7d77View commit details
Commits on Oct 22, 2013
-
Before this change my schema save would never return. Reason: Counter.findOne(..)'s callback was never called. I am using mongoose v3.6.20
Configuration menu - View commit details
-
Copy full SHA for 7d61f77 - Browse repository at this point
Copy the full SHA 7d61f77View commit details -
Merge pull request #3 from mkoryak/master
Fixed bug with README example.
Alex Ford authored and Alex Ford committedOct 22, 2013 Configuration menu - View commit details
-
Copy full SHA for c86ed4d - Browse repository at this point
Copy the full SHA c86ed4dView commit details
Commits on Oct 26, 2013
-
fixed tests; added ability to "npm test"; added mongoose devDep
Christopher Hiller committedOct 26, 2013 Configuration menu - View commit details
-
Copy full SHA for c6fce27 - Browse repository at this point
Copy the full SHA c6fce27View commit details -
added "nextAutoIncrement()" instance function that returns the next n…
…umber in the sequence.
Christopher Hiller committedOct 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 10b1152 - Browse repository at this point
Copy the full SHA 10b1152View commit details -
fixed/improved nextAutoIncrement
Christopher Hiller committedOct 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 32b8c16 - Browse repository at this point
Copy the full SHA 32b8c16View commit details -
Christopher Hiller committed
Oct 26, 2013 Configuration menu - View commit details
-
Copy full SHA for 93c8843 - Browse repository at this point
Copy the full SHA 93c8843View commit details
Commits on Oct 28, 2013
-
Merge pull request #5 from boneskull/master
nextAutoIncrement() and tests
Alex Ford authored and Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 9cc5d48 - Browse repository at this point
Copy the full SHA 9cc5d48View commit details -
Updated tests to be faster, more accurate, and easier to read.
Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for bd4c54d - Browse repository at this point
Copy the full SHA bd4c54dView commit details -
Added mongoose as a dev dependency.
Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for e1a9037 - Browse repository at this point
Copy the full SHA e1a9037View commit details -
- Added comments to plugin to make it easy to follow.
- Updated README to reflect certain changes to the API. - Modified plugin to check if counters collection already exists. If so, use it. - Modified nextAutoIncrement to nextCount for readability and a more concise API.
Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 32f6506 - Browse repository at this point
Copy the full SHA 32f6506View commit details -
unknown authored and unknown committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 6dd5736 - Browse repository at this point
Copy the full SHA 6dd5736View commit details -
Modified README to include build, dependency, and npm badges.
Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 2440c12 - Browse repository at this point
Copy the full SHA 2440c12View commit details -
unknown authored and unknown committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for d5ea39e - Browse repository at this point
Copy the full SHA d5ea39eView commit details -
Added .travis.yml file for Travis-CI build options.
Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 9e97b68 - Browse repository at this point
Copy the full SHA 9e97b68View commit details -
unknown authored and unknown committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for b8bf2dc - Browse repository at this point
Copy the full SHA b8bf2dcView commit details -
Created free mongodb instance on mongolab to use for unit tests.
Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 1830e44 - Browse repository at this point
Copy the full SHA 1830e44View commit details -
unknown authored and unknown committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 2a011c1 - Browse repository at this point
Copy the full SHA 2a011c1View commit details -
Figured out that travis-ci provides mongodb support. Changed connecti…
…on string.
Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 6778661 - Browse repository at this point
Copy the full SHA 6778661View commit details -
unknown authored and unknown committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 4750700 - Browse repository at this point
Copy the full SHA 4750700View commit details -
Alex Ford authored and Alex Ford committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for c6f9837 - Browse repository at this point
Copy the full SHA c6f9837View commit details -
Alex Ford authored and Alex Ford committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for a21be13 - Browse repository at this point
Copy the full SHA a21be13View commit details -
Alex Ford authored and Alex Ford committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 93d1b7a - Browse repository at this point
Copy the full SHA 93d1b7aView commit details -
Alex Ford authored and Alex Ford committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for a48149b - Browse repository at this point
Copy the full SHA a48149bView commit details -
Updated package.json with the list of all contributors so far.
Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 0cd27a7 - Browse repository at this point
Copy the full SHA 0cd27a7View commit details -
Added a CONTRIBUTING.md file to the root of the project to help other…
…s figure out how to contribute.
Alex Ford committedOct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 8c8c61f - Browse repository at this point
Copy the full SHA 8c8c61fView commit details -
Alex Ford authored and Alex Ford committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 8740053 - Browse repository at this point
Copy the full SHA 8740053View commit details -
Alex Ford authored and Alex Ford committed
Oct 28, 2013 Configuration menu - View commit details
-
Copy full SHA for 321b552 - Browse repository at this point
Copy the full SHA 321b552View commit details
Commits on Nov 8, 2013
-
Configuration menu - View commit details
-
Copy full SHA for e3a608d - Browse repository at this point
Copy the full SHA e3a608dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bbcadd - Browse repository at this point
Copy the full SHA 9bbcaddView commit details -
Added pull-request author to contributor list.
Alex Ford authored and Alex Ford committedNov 8, 2013 Configuration menu - View commit details
-
Copy full SHA for f9c2fda - Browse repository at this point
Copy the full SHA f9c2fdaView commit details -
Added unit test for new resetCount function.
Alex Ford authored and Alex Ford committedNov 8, 2013 Configuration menu - View commit details
-
Copy full SHA for acdccd5 - Browse repository at this point
Copy the full SHA acdccd5View commit details -
Rewriting unit tests for practice with async.
Alex Ford authored and Alex Ford committedNov 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 48bfc48 - Browse repository at this point
Copy the full SHA 48bfc48View commit details -
Alex Ford authored and Alex Ford committed
Nov 8, 2013 Configuration menu - View commit details
-
Copy full SHA for 144add2 - Browse repository at this point
Copy the full SHA 144add2View commit details
Commits on Nov 9, 2013
-
Modified function to do proper calculations. Pull-request author did …
…not realize that the count is incremented before save, not after. Meaning, in order for the first ID to be equal to startAt we must set the initial count to startAt - incrementBy. Then on save the first ID will be the count + incrementBy ( = startAt).
Alex Ford authored and Alex Ford committedNov 9, 2013 Configuration menu - View commit details
-
Copy full SHA for 8e32fcf - Browse repository at this point
Copy the full SHA 8e32fcfView commit details -
Cleaned up tests using async library. Also added an extra test for th…
…e new resetCount function.
Alex Ford authored and Alex Ford committedNov 9, 2013 Configuration menu - View commit details
-
Copy full SHA for fda8599 - Browse repository at this point
Copy the full SHA fda8599View commit details -
Updated README to reflect the updates to the resetCount function.
Alex Ford authored and Alex Ford committedNov 9, 2013 Configuration menu - View commit details
-
Copy full SHA for ec4dcbe - Browse repository at this point
Copy the full SHA ec4dcbeView commit details -
Alex Ford authored and Alex Ford committed
Nov 9, 2013 Configuration menu - View commit details
-
Copy full SHA for 6ffc92d - Browse repository at this point
Copy the full SHA 6ffc92dView commit details
There are no files selected for viewing