openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
S
sqlalchemy-orm-tree
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
8 days
ago. based on code collected
8 days
ago.
Mar 31, 2025 — Mar 31, 2026
Showing page 3 of 5
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added filters, queries, and properties for identifying sibling nodes, as well as the supporting is_root_node property.
Mark Friedenbach
More...
about 14 years ago
Added a FIXME note to track a future improvement suggestion: a helper method to allow the various *_of_node methods to accept a wider variety of parameter formats (lists, sets, query objects, etc.).
Mark Friedenbach
More...
about 14 years ago
Removed initializers for reduce() built-in, since they are not needed (and I have the unit tests now to verify that).
Mark Friedenbach
More...
about 14 years ago
Updated docs to reflect current code.
Mark Friedenbach
More...
about 14 years ago
Renamed and_self/or_self parameters to include_self, so that we have a common nomenclature across all APIs that reflects semantic meaning instead of implementation details.
Mark Friedenbach
More...
about 14 years ago
Removed excess frame pointer indirection. It seems that some assertion errors require going back three frames, while four frames are required for others. Since it's better to place the debugger too low than too high, I've reset the default to three frames until a smarter solution can be developed.
Mark Friedenbach
More...
about 14 years ago
Renamed leaf_nodes to leaf-nodes, since it's used as a key and we don't have to worry about hyphen vs. underscore.
Mark Friedenbach
More...
about 14 years ago
Provide more logical ordering of class methods.
Mark Friedenbach
More...
about 14 years ago
Renamed filter/query_root_node to filter/query_root_nodes for TreeClassManager, since its semantics is slightly different from the filter/query_root_node of the TreeInstanceManager (and plurality matters).
Mark Friedenbach
More...
about 14 years ago
Re-ordered unit tests.
Mark Friedenbach
More...
about 14 years ago
Move back an additional frame to get us out of the unit testing framework and into the unit test.
Mark Friedenbach
More...
about 14 years ago
Added filter_leaf_nodes, query_leaf_nodes, filter_leaf_nodes_by_tree_id, query_leaf_nodes_by_tree_id, filter_leaf_nodes_by_node, and query_leaf_nodes_by_node APIs.
Mark Friedenbach
More...
about 14 years ago
Added filter_descendants_of_node/query_descendants_of_node APIs, and switched filter_descendants/query_descendants to use these new APIs.
Mark Friedenbach
More...
about 14 years ago
Switched to more logical ordering of unit tests; removed unnecessary line-continuation characters.
Mark Friedenbach
More...
about 14 years ago
Added filter_children_of_node and query_children_of_node APIs, associated unit tests, and modified existing filter_children and query_children instance APIs to use the new class APIs.
Mark Friedenbach
More...
about 14 years ago
Added missing comma.
Mark Friedenbach
More...
about 14 years ago
Added filter_ancestors_of_node and query_ancestors_of_node APIs, with unit tests, and converted the TreeInstanceManager APIs filter_ancestors and query_ancestors to use them.
Mark Friedenbach
More...
about 14 years ago
Added debugcheck as a make target--a version of the unit test command which stops execution and enters an interactive debugging session (using ipdb) in instances of a failed unit test assertion.
Mark Friedenbach
More...
about 14 years ago
Added filter_root_node, query_root_node APIs, and the root_node property to TreeInstanceManager, and unit tests to check their behavior. Removed the plural āsā from filter_root_nodes and query_root_nodes in TreeClassManager to have a consistent API.
Mark Friedenbach
More...
about 14 years ago
Shortened method implementation by adding an early return option.
Mark Friedenbach
More...
about 14 years ago
Removed retrieval of options to save a line, when possible.
Mark Friedenbach
More...
about 14 years ago
Added filter_parent_of_node/query_parent_of_node APIs and associated unit tests. Converted filter_parent to use these APIs instead.
Mark Friedenbach
More...
about 14 years ago
Added pk, parent_id, parent, tree_id, left, right, and depth instance accessors and associated unit tests.
Mark Friedenbach
More...
about 14 years ago
removed dated reference to mp vs tree.
Mark Friedenbach
More...
about 14 years ago
Added unit tests for field accessors.
Mark Friedenbach
More...
about 14 years ago
Factored out session code into its own method for readability.
Mark Friedenbach
More...
about 14 years ago
Fixed potential bug due to repetition of values in an in_ expression (not sure how SQL would handle that).
Mark Friedenbach
More...
about 14 years ago
Removed inaccurate documentation leftover from SQLAMP.
Mark Friedenbach
More...
about 14 years ago
Line-wrap.
Mark Friedenbach
More...
about 14 years ago
Added unit test for get_descendant_count().
Mark Friedenbach
More...
about 14 years ago
←
1
2
3
4
5
→
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