Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/ChilliCream/greendonut
Green Donut is a port of facebook's DataLoader utility, written in C# for .NET Core and .NET Framework
https://github.com/ChilliCream/greendonut
Updated banner
rstaib opened this pull request over 5 years ago
rstaib opened this pull request over 5 years ago
Archived
rstaib opened this pull request over 5 years ago
rstaib opened this pull request over 5 years ago
Fixed typo
rstaib opened this pull request almost 6 years ago
rstaib opened this pull request almost 6 years ago
CHANGELOG 2.0.0
rstaib opened this pull request almost 6 years ago
rstaib opened this pull request almost 6 years ago
Improved Code Coverage
rstaib opened this pull request almost 6 years ago
rstaib opened this pull request almost 6 years ago
Source Linking
rstaib opened this pull request almost 6 years ago
rstaib opened this pull request almost 6 years ago
Added prefix to event names
rstaib opened this pull request almost 6 years ago
rstaib opened this pull request almost 6 years ago
Symbol Packages (snupkg)
rstaib opened this issue almost 6 years ago
rstaib opened this issue almost 6 years ago
Changed DiagnosticSource Name
rstaib opened this pull request almost 6 years ago
rstaib opened this pull request almost 6 years ago
Improved Readme
rstaib opened this pull request almost 6 years ago
rstaib opened this pull request almost 6 years ago
Rescinded deprecation of Result<>.Reject() and Result<>.Resolve()
rstaib opened this pull request almost 6 years ago
rstaib opened this pull request almost 6 years ago
Error with implicit conversion.
jbray1982 opened this issue almost 6 years ago
jbray1982 opened this issue almost 6 years ago
Change DiagnosticSource name
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Create Blog Post
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Cancellation Token
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Fixed bug #60
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
No Symbol Packages were built since we switched to Cake build
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Introduced RequestBuffered event
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Switched to cake build
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Switch to Cake build
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Fixed bug #52 and improved Result<>
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Removed chaining support for Clear, Remove and Set
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Completed IDataLoader interface
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Removed IDispatchableDataLoader and moved DispatchAsync #51
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
CacheKeyResolver function should be only used to alter the keys for the cache itself
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Remove IDispatchableDataLoader and move DispatchAsync to IDataLoader
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Update Website
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Update Readme
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Renamed method Fetch to FetchAsync
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Set AutoDispatching default to false and MinimumCacheSize to 1
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Cache cleanup for failed batch operations
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Implicit Result Conversion
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Added IDataLoader marker interface
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Modified CHANGELOG file
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Batch error must not be cached
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Introduce an event which will be raised when a new data request is added to the buffer
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Implement implicit operator for Resolve and Reject on the Result type
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Add CancellationToken where ever it is missing
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Change method name for Fetch to FetchAsync
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Add additional non-generic interface for DataLoader
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Set AutoDispatching default to false and MinimumCacheSize to 1
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
Added ability to handle empty lists of keys to DataLoaderBase
jbray1982 opened this pull request about 6 years ago
jbray1982 opened this pull request about 6 years ago
Added ability to handle empty lists of keys to DataLoaderBase
jbray1982 opened this pull request about 6 years ago
jbray1982 opened this pull request about 6 years ago
Add a Gitter chat badge to README.md
gitter-badger opened this pull request about 6 years ago
gitter-badger opened this pull request about 6 years ago
Implemented DiagnosticSource
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Added Set overload for convenience and code documentation for exceptions
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Allow to pass TValue directly in DataLoader.Set
namnm opened this issue about 6 years ago
namnm opened this issue about 6 years ago
Instrumentation API
rstaib opened this issue about 6 years ago
rstaib opened this issue about 6 years ago
.Net Standard 1.3
rstaib opened this pull request about 6 years ago
rstaib opened this pull request about 6 years ago
Added Cahngelog file
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Added tests and improved some internals
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Removed null check from Result.Resolve
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Solved sonar code smell (Merged if statements), removed System.Collections.Immutable and implemented promise state cleanup
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Updated build scripts and removed benchmark results
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Fixed a few concurrency issues
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Added tests for sliding expiration and improved TouchEntry
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Fixed a test issue and a typo in the readme
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Fixed Sonar Issues
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Improved coverage and got rid of the Result object in most cases
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Added content to the Readme and merged DispatchAsync with InterruptDelay
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Implemented DataLoader.InterruptDelay
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Increased test coverage
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Created an interface for the task cache
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
API improvements
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Merged dataloaders
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Implemented TriggeredDataLoader
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Updated LICENSE
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Abstraction, Testing and Build
rstaib opened this pull request over 6 years ago
rstaib opened this pull request over 6 years ago
Implement DataLoaderBase
rstaib opened this issue over 6 years ago
rstaib opened this issue over 6 years ago
Setup Appvayor Builds
rstaib opened this issue over 6 years ago
rstaib opened this issue over 6 years ago
Fill readme with proper content
rstaib opened this issue over 6 years ago
rstaib opened this issue over 6 years ago
Write documentation for the website
rstaib opened this issue over 6 years ago
rstaib opened this issue over 6 years ago
Implement TriggeredDataLoader
rstaib opened this issue over 6 years ago
rstaib opened this issue over 6 years ago
Complete code documentation
rstaib opened this issue over 6 years ago
rstaib opened this issue over 6 years ago
Setup website
rstaib opened this issue over 6 years ago
rstaib opened this issue over 6 years ago
Increase test coverage by at least 85%
rstaib opened this issue over 6 years ago
rstaib opened this issue over 6 years ago