1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 30, 2025 — Jul 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved TTL argument to the front of query methods, so that we can your variable length argument lists for query parameters at some point. More... about 14 years ago
Made Feature generic in the sense that its attributes + additional attributes are accessible via a single method -- without using reflection. More... about 14 years ago
Working links between a Tag Specification set and instances of actual tags. This should allow us to jump from tag to TagSet given something like a Feature More... about 14 years ago
Working simplification with timestamps being generated at creation time for objects rather than serialization time. This should allow us to create doubly linked objects e.g. Tags <--> TagSpecSet More... about 14 years ago
Some cleanup to remove a no longer needed method paramater which could be very error-prone More... about 14 years ago
Merging the two timestamps together, there is no distinction between a client and a server timestamp anymore More... about 14 years ago
Changing to "server" generated timestamps, simple. Problem must be in an optimization somewhere. More... about 14 years ago
Merging back changes to tags (turns out tag specifications should have default predicates and values, not just keys) More... about 14 years ago
Barebones implementation of Tags, TagSpecification, and TagSets More... about 14 years ago
Do some clean-up to prepare for Tag refactoring to reflect last meeting. Also some rowKey clean-up and simplification Please clear out your persisted directories/databases More... about 14 years ago
Functioning TTL field (with some convenience methods) and a couple of tests for it More... about 14 years ago
laggard More... about 14 years ago
Sorry, had to refactor much of the source, the root directory didn't match our other projects More... about 14 years ago
TTL in progress Testing map reduce via HBase on sqwdev.res and hboot.res More... about 14 years ago
Converted the model manager and back-end types to use batching, should greatly improve HBase performance). Existing inMemory set objects now pull everything in the set at once rather than one by one as well. You may wish to clean up your persist directories to speed things up by setting HBaseStorage.PERSIST and TmpFileStorage.PERSIST to false for one run of the tests. More... about 14 years ago
Fixed test with proper batching More... about 14 years ago
Adding test with demonstration of batch mode (results somewhat confusing, see blog) More... about 14 years ago
Some minor optimization and clean-up work while thinking about batching More... about 14 years ago
Initial implementation of versioning before implementing batching. Is rather slow, but there are known naive implementations particularly in the older prototypes. More... about 14 years ago
Half-implemented tuple binders, handling null looks even more painful than protobuf Going to finish this later More... about 14 years ago
Adding test for baseline Java serialization More... about 14 years ago
Merge branch 'master' of github.com:SeqWare/seqware More... about 14 years ago
Kryo version bumped to 2.16. Added benchmarking test. More... about 14 years ago
Documentation for root samples resource More... about 14 years ago
Working serialization integer header (Serialization types decide for themselves what to do when this changes) More... about 14 years ago
Implementation of both Kryo/protobuf serialization in one central test unit. More... about 14 years ago
Removed 'forkMode' from compiler configuration and placed it into Surefire's configuration. Enables debugging in IDEs. More... about 14 years ago
Updating pom.xml and HBaseStorage to test against Cloudera CDH4 More... about 14 years ago
Jumped the gun a bit, had to smooth over some issues with HBase and Protobuff, the combination of which wasn't being tested properly. At least now the backend with a few HBase optimizations is ready. More... about 14 years ago
Merge branch 'master' of github.com:SeqWare/seqware More... about 14 years ago