openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
couchdb-editing-session
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 11 hours
ago.
Jul 21, 2024 — Jul 21, 2025
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add datetime types to list of immutable types that don't need tracking.
Matt Goodall
More...
over 16 years ago
Wrap items when iterating a list.
Matt Goodall
More...
over 16 years ago
Fix typo
Matt Goodall
More...
over 16 years ago
Test dict.update() ... just in case
Matt Goodall
More...
over 16 years ago
Track None and long instances as immutable, i.e. don't bother tracking them.
Matt Goodall
More...
over 16 years ago
Add a reset() method to clear down the session.
Matt Goodall
More...
over 16 years ago
Oops, only committed the "git mv" on the directory!
Matt Goodall
More...
over 16 years ago
Rename package to couchdbsession.
Matt Goodall
More...
over 16 years ago
Rename to couchdb-session.
Matt Goodall
More...
over 16 years ago
Test providing flush hooks as args or by subclassing.
Matt Goodall
More...
over 16 years ago
Extend the sesson to have pre and post flush hooks.
Matt Goodall
More...
over 16 years ago
Avoid unnecessary calls to couchdb.
Matt Goodall
More...
over 16 years ago
Don't bother tracking changes to new documents.
Matt Goodall
More...
over 16 years ago
Don't create new dict instances to pass to couchdb-python, pass the __subject__ instead.
Matt Goodall
More...
over 16 years ago
Avoid JSON encoding problems by never passing wrapped docs to couchdb-python.
Matt Goodall
More...
over 16 years ago
Add tests highlighting JSON encoding problem.
Matt Goodall
More...
over 16 years ago
Revert "Remove use of ProxyTypes."
Matt Goodall
More...
over 16 years ago
Use temp database.
Matt Goodall
More...
over 16 years ago
Expose the Session at the package level.
Matt Goodall
More...
over 16 years ago
Make the whole thing a proper package.
Matt Goodall
More...
over 16 years ago
Remove use of ProxyTypes.
Matt Goodall
More...
over 16 years ago
Call a hook function, passing all the changes, to a hook function before actually writing to the database.
Matt Goodall
More...
over 16 years ago
Add track() dispatch methods for immutable types.
Matt Goodall
More...
over 16 years ago
Wrap ViewResults.rows, to detect .doc access.
Matt Goodall
More...
over 16 years ago
Rename track() dispatch method to give it a unique name.
Matt Goodall
More...
over 16 years ago
Make the tests pass ... enough for now.
Matt Goodall
More...
over 16 years ago
Wire up trackers in the editing session move all "dirty" state tracking to the tracker instance.
Matt Goodall
More...
over 16 years ago
Special-case tracking a couchdb.Document so we don't record changes to _rev and potentially other "private" attributes.
Matt Goodall
More...
over 16 years ago
Move the track() generic func to the Tracker instance to avoid unnecessary Recorder creation.
Matt Goodall
More...
over 16 years ago
Add a 'dirty_callback' to the Tracker that is called the first time a change is detected.
Matt Goodall
More...
over 16 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree