1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding TestBase.cs to .net 3.5 test project More... over 14 years ago
Getting Keyspace Failover Test to work More... over 14 years ago
Adding Moq 4.0 to lib, updating project references More... over 14 years ago
Moving KeyspaceShould.Failover to separate class More... over 14 years ago
Fixed get_range_slice tests More... almost 15 years ago
Merge branch 'master' of github.com:mattvv/hectorsharp More... almost 15 years ago
removing Test/RunCassandra.bat - no longer needed, CassandraRunner now starts process with java.exe directly. More... almost 15 years ago
removing Test/RunCassandra.bat - no longer needed, CassandraRunner now starts process with java.exe directly. More... almost 15 years ago
Changed to OrderPreservingPartictioner to allow range queries. - the tests still fail. More... almost 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... almost 15 years ago
Adding BatchMutation files to .net 3.5 projects More... almost 15 years ago
Implemented BatchMutationShould unit tests More... almost 15 years ago
Adding classes to support batch mutation features. -INCOMPLETE- Need to add implementation and tests. More... almost 15 years ago
removing comment More... almost 15 years ago
fixed: KeySpaceShould.GetSuperRangeSlice test More... almost 15 years ago
re-factor: flattening name-spaces: (HectorSharp.Service and HectorSharp.Model > HectorSharp) More... almost 15 years ago
fixing xunit report filename for .net 3.5 More... almost 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... almost 15 years ago
created new solution and project files for .net 3.5 build, and migrated defaults to .net 4 (VS 2010) More... almost 15 years ago
Adding test_report.html as output artifact that TeamCity will see and make a link to. More... almost 15 years ago
Adding Reactive Extensions (Rx) to lib, replacing Custom ConcurrentDictionary with one from System.Collections.Concurrent (System.Threading.dll) More... almost 15 years ago
file rename in the .csproj file More... almost 15 years ago
file rename More... almost 15 years ago
Fix for CassandraRunner where it was relying on timeout to continue, now using process output to determine availability. More... almost 15 years ago
TeamCity + xunit trying to debug More... almost 15 years ago
TeamCity + xunit trying to debug More... almost 15 years ago
trying to fix tests reporting twice in TeamCity More... almost 15 years ago
adding TeamCity="true" to xunit task More... almost 15 years ago
Removing RawThrift tests from build to get CI build working. More... almost 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... almost 15 years ago