0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Fixed symlink for docs, added missing test refs #3 - Added API documentation, refs #2 More... almost 14 years ago
- GridFS Support added and working, with loan pattern. Fixes ticket #3 * Loan pattern now saves for you automatically. If you dislike this behavior use the straight create methods. - Added symlink for javadocs to be generated and saved More... almost 14 years ago
- Adjusted the implicit numeric on $inc to use a context bound instead, which I now actually understand (See: http://dcsobral.blogspot.com/2010/06/implicit-tricks-type-class-pattern.html) More... almost 14 years ago
- Added encoding hook to swap scala.util.matching.Regex out to a java Regex so mongoDB can encode it cleanly. Fixes ticket #10 More... almost 14 years ago
- Migrated "Scala" out of all class names towards a more language neutral implementation. Now uses "Mongo" Prefix which typically distinguishes from existing Mongo stuff. Fixes ticket #12 More... almost 14 years ago
- Implemented all Bareword Operators which resolves ticket #8 - Fixed a few Deprecation issues More... almost 14 years ago
- Checkpointing while working on ticket #8 ; this barewordquery impl has become absurd, and is being corrected. More... almost 14 years ago
- Updated source base to Mongo Java Driver 2.0 which fixes ticket #1 - Added support for MongoDB to understand serializing Joda DateTime, which refs ticket #4 * Need to add the ability to toggle deserialization to DateTime instead of java.util.Date. * Need to evaluate if any other JodaTime objects need to be serializable. More... almost 14 years ago
- Integrated 'standalone' query operator base code, with support for $set and $unset. More forthcoming, see ticket #8 More... almost 14 years ago
- Added support for JodaTime using the ScalaTime Library (currently a static dependency) * Implicits sets up a encoder so MongoDB knows how to save Joda DateTime to the DB safely(same format as java.util.Date) More... almost 14 years ago
- Added new operators for Arrays, $not, some basic regerx support - First pass of gridfs support (needs unit tests) - Started to build a custom DBObject wrapper More... almost 14 years ago
- Clean up hgignore More... almost 14 years ago
- Changed package to com.novus.casbah.mongodb - Rolled Scala version to 2.8.0.RC3 and SBT version to 0.7.4 - Updated dependency libraries as appropriate for 2.8rc3 - Cleaned up package declarations in code - Rolled module version to 1.0-SNAPSHOT as the next release goal is to be complete at a 1.0 More... almost 14 years ago
- Removing snapshot jar of Mongo 1.4 driver, adding from maven now More... almost 14 years ago
- Swapping out Configgy binary with latest RC3 linked version from @ijuma's github More... almost 14 years ago
- Stripping out IDEA project files * I don't use them anymore (VIM only) * Nobody wants to see my project cruft * Create your own for whatever IDE you like. More... almost 14 years ago
- Added a copy of my .hgrc demoing how to setup to push to both github and bitbucket cleanly from hg More... about 14 years ago
- Added readme file in markdown format More... about 14 years ago
- Incremented internally to use a built snapshot of MASTER from mongo .... No update to 1.3/1.4 features, just updated methods for compatibility by removing any deprecateds. More... about 14 years ago
- Merging Scala 2.8 Support to Tip More... about 14 years ago
Added tag SCALA_2_8 for changeset ec4904a7129a More... about 14 years ago
Added tag REL_0_3_0 for changeset e19e44d64463 More... about 14 years ago
- Updated to Scala 2.8 More... about 14 years ago
- Removing the BeanMapper - it's buggy and ill behaved - replacing it with a Compiler Plugin oriented approach More... about 14 years ago
Added tag REL_0.2.8 for changeset 545f91850f5d More... about 14 years ago
- Re-releasing 0.2.8 as I didn't test Map/Reduce Changes properly. There's now a unit test in place to atone for my sins. More... about 14 years ago
Removed tag REL_0.2.8 More... about 14 years ago
Added tag REL_0.2.8 for changeset 9020c374b6a1 More... about 14 years ago
- Cleanup, added new code to catch errors in Map/Reduce. Release as 0.2.8 More... about 14 years ago
- Tweaked some logging and null catching More... about 14 years ago