1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jul 25, 2024 — Jul 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding TestBase.cs to .net 3.5 test project More... about 15 years ago
Getting Keyspace Failover Test to work More... about 15 years ago
Adding Moq 4.0 to lib, updating project references More... about 15 years ago
Moving KeyspaceShould.Failover to separate class More... about 15 years ago
Fixed get_range_slice tests More... about 15 years ago
Merge branch 'master' of github.com:mattvv/hectorsharp More... about 15 years ago
removing Test/RunCassandra.bat - no longer needed, CassandraRunner now starts process with java.exe directly. More... about 15 years ago
removing Test/RunCassandra.bat - no longer needed, CassandraRunner now starts process with java.exe directly. More... about 15 years ago
Changed to OrderPreservingPartictioner to allow range queries. - the tests still fail. More... about 15 years ago
Trying to replicate issue with get_slice_range using raw thrift, same result. "start key's md5 sorts after end key's md5. this is not allowed; you probably should not specify end key at all, under RandomPartitioner" More... about 15 years ago
Adding BatchMutation files to .net 3.5 projects More... about 15 years ago
Implemented BatchMutationShould unit tests More... about 15 years ago
Adding classes to support batch mutation features. -INCOMPLETE- Need to add implementation and tests. More... about 15 years ago
removing comment More... about 15 years ago
fixed: KeySpaceShould.GetSuperRangeSlice test More... about 15 years ago
re-factor: flattening name-spaces: (HectorSharp.Service and HectorSharp.Model > HectorSharp) More... about 15 years ago
fixing xunit report filename for .net 3.5 More... about 15 years ago
deleting Utils/ConcurrentDictionary.cs, replaced by System.Threading.ConcurrentDictionary from Rx for .net 3.5 and mscorlib for .net 4.0 More... about 15 years ago
created new solution and project files for .net 3.5 build, and migrated defaults to .net 4 (VS 2010) More... about 15 years ago
Adding test_report.html as output artifact that TeamCity will see and make a link to. More... about 15 years ago
Adding Reactive Extensions (Rx) to lib, replacing Custom ConcurrentDictionary with one from System.Collections.Concurrent (System.Threading.dll) More... about 15 years ago
file rename in the .csproj file More... about 15 years ago
file rename More... about 15 years ago
Fix for CassandraRunner where it was relying on timeout to continue, now using process output to determine availability. More... about 15 years ago
TeamCity + xunit trying to debug More... over 15 years ago
TeamCity + xunit trying to debug More... over 15 years ago
trying to fix tests reporting twice in TeamCity More... over 15 years ago
adding TeamCity="true" to xunit task More... over 15 years ago
Removing RawThrift tests from build to get CI build working. More... over 15 years ago
changed CassandraRunner to launch cassandra process thru java.exe directly in attempt to resolve an issue where the java.exe would hang around after terminating the command processor batch file. More... over 15 years ago