1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Jun 16, 2023 — Jun 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed simple example as it was replaced by unittests
bigbear3001
as Andreas Perhab
More... over 10 years ago
Refactored hierarchical tests into abstract tests
bigbear3001
as Andreas Perhab
More... over 10 years ago
Use assert same when comparing objects
bigbear3001
as Andreas Perhab
More... over 10 years ago
removed getName() from node - use getProperty() instead. More... over 10 years ago
wrong comment syntax :) More... over 10 years ago
added group and version name to build.gradle More... over 10 years ago
added travis config file (travis-ci.org) and ignore build/ output directory. More... over 10 years ago
started implementing test framework and tests More... over 10 years ago
remove old storage id. More... over 10 years ago
push working tree node back into loadedNode cache after changing underlieing storage id. More... over 10 years ago
added a way to set properties - and made sure that getProperties returns a immutable map. (probably .. not working in it's current state) More... over 10 years ago
implemented getChildren() instead of getChildrenNames() / added getChildrenCount() to workingtreenode. More... over 10 years ago
nonnullable for readProperties More... over 10 years ago
expose getProperties() in WorkingTreeNode interface More... over 10 years ago
exposed getProperties() on WorkingTreeNode More... over 10 years ago
expose getPropery(String name) method on working tree node More... over 10 years ago
added basic support for properties, and store the name of nodes as property instead of as a special data type. More... over 10 years ago
added jsr305 libraries for @Nonnull and @Nullable annotations. More... over 10 years ago
added a way to retrieve children generically by property (which.. is still specific for 'name' because we can't store properties yet.) More... over 10 years ago
started to add a generic child query adapter More... over 10 years ago
do not use map to store children. children are a simple flat list. More... over 10 years ago
do not store parent id into nodestorage. More... over 10 years ago
Merge branch 'master' of github.com:dc2f/dstore-java More... over 10 years ago
example implementation for a adapter type interface. More... over 10 years ago
refactored storage More... over 10 years ago
implemented a very simple json backed file store. also commit() will now move the branch ahead, if working tree follows a branch. More... over 10 years ago
now also store commits correctly. More... over 10 years ago
slowly getting somewhere.. More... over 10 years ago
it's getting too late. not too much is working though.. (hashesaren't correclty updated when a child node is added.) More... over 10 years ago
not yet very fascinating.. we can store a hierarchical tree inside a flat hash map... More... over 10 years ago