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

dc455cecf83263cca01899c0c1def979a25017bc authored over 5 years ago by Rafael Staib <[email protected]>
Archived (#75)

0287c0f7ed474bbb8965b34969e64cd29afe530b authored over 5 years ago by Rafael Staib <[email protected]>
Fixed typo (#74)

6f57f49d34601ac08f4ff889a72b57db1c2403e1 authored almost 6 years ago by Rafael Staib <[email protected]>
Got CHANGELOG ready for release (#73)

b85f1681bc0ad81aff2e50cd3dc7431fbf8dc626 authored almost 6 years ago by Rafael Staib <[email protected]>
Improved Code Coverage (#72)

5f8cb919b88edbb458238a3c18a9abdcbf24998e authored almost 6 years ago by Rafael Staib <[email protected]>
Source Linking (#71)

4cf4fbcaae3f467d23f4cbf9a542aa39a63bbb00 authored almost 6 years ago by Rafael Staib <[email protected]>
Added prefix to event names (#70)

b4b0644f57184225d781ba4747e9be83b7fac111 authored almost 6 years ago by Rafael Staib <[email protected]>
Changed DiagnosticSource Name (#68)

5ce5ed328274cba2f19d785faad8cbf1c6f94fd8 authored almost 6 years ago by Rafael Staib <[email protected]>
Improved Readme (#67)

6a4f4a7cc003a87a846e8ccf26507a411c1b11fa authored almost 6 years ago by Rafael Staib <[email protected]>
Rescinded deprecation of Result<>.Reject() and Result<>.Resolve() (#66)

31b5d9e41bd29b1f8486b206badf8be71e19a720 authored almost 6 years ago by Rafael Staib <[email protected]>
Cancellation Token (#62)

5b2c32846703d32962718b1dc37645ce1ae6687c authored about 6 years ago by Rafael Staib <[email protected]>
Fixed bug #60 (#61)

69e544eaf65c7a25d81b202a5c827a3d0a81c017 authored about 6 years ago by Rafael Staib <[email protected]>
Introduced RequestBuffered event (#59)

db566e3674de91490b1337fc0f2425a5d88a5731 authored about 6 years ago by Rafael Staib <[email protected]>
Switched to cake build (#58)

5d0d90b4ca8949605c4fb4f8eb87ea7449b2cc28 authored about 6 years ago by Rafael Staib <[email protected]>
Fixed bug #52 and improved Result<> (#56)

93e1bac7a47a9e56fa56c61ae414770e7e298859 authored about 6 years ago by Rafael Staib <[email protected]>
Removed chaining support for Clear, Remove and Set (#55)

c85d3eb45fa1aa77b902f15e21a96446cad27024 authored about 6 years ago by Rafael Staib <[email protected]>
Completed IDataLoader interface (#54)

dfb3dd4312b8010606c3106126de3731f35051d6 authored about 6 years ago by Rafael Staib <[email protected]>
Removed IDispatchableDataLoader and moved DispatchAsync (#53)

bd3162fc9304033fea77b1e5114375fa52cefc2b authored about 6 years ago by Rafael Staib <[email protected]>
Renamed method Fetch to FetchAsync (#48)

32897a7c5faa69dd151cd6a7805d41e87d4780da authored about 6 years ago by Rafael Staib <[email protected]>
Set AutoDispatching default to false and MinimumCacheSize to 1 (#47)

579e2ca3bf137aa059684902d8bea8bcc9fafce0 authored about 6 years ago by Rafael Staib <[email protected]>
Cache cleanup for failed batch operations (#46)

3c456301824503b3975ca942e327e268d89eebc3 authored about 6 years ago by Rafael Staib <[email protected]>
Implicit Result Conversion (#45)

64666b2628e01ed9843ac2fe5fc9dceb7a79e49c authored about 6 years ago by Rafael Staib <[email protected]>
Added IDataLoader marker interface (#44)

4a443d0d445387b4693396c96530e1b43fa09438 authored about 6 years ago by Rafael Staib <[email protected]>
Modified CHANGELOG file (#43)

88b941a12b84fa8ef573ccfdc1dd83706fe27323 authored about 6 years ago by Rafael Staib <[email protected]>
Added ability to handle empty lists of keys to DataLoaderBase (#35)

2d84308c838d0590f6c34e122150eab53583c8a8 authored about 6 years ago by jbray1982 <[email protected]>
Added Gitter badge (#33)

95cc2be1fae80dad1cc513d0722e8b7c71e46707 authored about 6 years ago by The Gitter Badger <[email protected]>
Implemented DiagnosticSource (#32)

* Added code documentation for exceptions

* Updated CHANGELOG

* Updated CHANGELOG

* Imp...

ffb036f1c5cd49a83d8a575f8d4de0784d6fb753 authored about 6 years ago by Rafael Staib <[email protected]>
Added Set overload for convenience and added code documentation for exceptions (#31)

7583eb16f758a9c89d60de3f67e6d946d2168861 authored about 6 years ago by Rafael Staib <[email protected]>
.Net Standard 1.3 (#28)

85983fd8f644fffc769b7e7505c002587d2045e0 authored about 6 years ago by Rafael Staib <[email protected]>
Added Cahngelog file (#27)

* Added Cahngelog file

* Changed SlidingExpiration for the test VerifyExpirationFalse to 100 ms

50498f064178638b46e55ecb4a048579e0baea5c authored over 6 years ago by Rafael Staib <[email protected]>
Added tests and improved some internals (#26)

* Used TaskCreationOptions.RunContinuationsAsynchronously for most situations

* Improved code...

746a0bef807b7ffb883420a882de482acacf499f authored over 6 years ago by Rafael Staib <[email protected]>
Removed null check from Result.Resolve (#25)

3eeeb32ed2eb08ef7a88d89d06d15f67c02def86 authored over 6 years ago by Rafael Staib <[email protected]>
Solved sonar code smell (Merged if statements), removed System.Collections.Immutable and implemented promise state cleanup (#24)

171f686845781d4dd23c68865fb790a4503e58ac authored over 6 years ago by Rafael Staib <[email protected]>
Updated build scripts and removed benchmark results (#23)

7010e7409fe309e6092fe5648bc806166fd13117 authored over 6 years ago by Rafael Staib <[email protected]>
Fixed a few concurrency issues (#22)

989eec10066562dd09df0f0389a53cc65ef4b842 authored over 6 years ago by Rafael Staib <[email protected]>
Added tests for sliding expiration and improved TouchEntry (#21)

a5f13ed2685f5916dc858dcf4c101e853d9d395d authored over 6 years ago by Rafael Staib <[email protected]>
Fixed a test issue and a typo in the readme (#20)

4d31d6f74720aba6117a74ba721b9df11f64377e authored over 6 years ago by Rafael Staib <[email protected]>
Fixed Sonar Issues (#19)

3415143b06020fa34216465f8a47bd392375189b authored over 6 years ago by Rafael Staib <[email protected]>
Improved coverage and got rid of the Result object in most cases (#18)

* Improved coverage #1

* got rid of Result (except in Fetch) and use instead TaskCompletionS...

9b1466abf58527f979c39bbafef0c7c49ea2942e authored over 6 years ago by Rafael Staib <[email protected]>
Added content to the Readme and merged DispatchAsync with InterruptDelay (#17)

* Merged DispatchAsync with InterruptDelay, introduced new ctors for DataLoaderBase, added first...

37c61d4d9387ff1bf921267699200e04dff5f399 authored over 6 years ago by Rafael Staib <[email protected]>
Implemented DataLoader.InterruptDelay and increased general test coverage (#16)

b8654725e2b08a7de642b3823200049aba38d5a3 authored over 6 years ago by Rafael Staib <[email protected]>
Increased test coverage (#15)

* Added tests for DataLoader.Remove and fixed a bug inside DataLoader.LoadAsync #1

* Implemen...

17476e9c70555c26486f27e4e5191f405601c891 authored over 6 years ago by Rafael Staib <[email protected]>
Created an interface for the task cache (#14)

8f6318ba491acf50bb0a05e46580bc4261dd0f13 authored over 6 years ago by Rafael Staib <[email protected]>
API improvements (#13)

* Refined IDataLoader interface

* Updated package info

e988fa5c81ec926845ce7f5c1e545098fd664be1 authored over 6 years ago by Rafael Staib <[email protected]>
Merged dataloaders (#12)

* Merged DataLoader and TriggerDataLoader

* Cleaned up a bit

* Updated readme and added on...

f261cc99ba6221c63fb886e9be2a14d5f492669c authored over 6 years ago by Rafael Staib <[email protected]>
Implemented TriggeredDataLoader (#11)

48cf6ff334209197c1f00657b4f5fdc05f286c82 authored over 6 years ago by Rafael Staib <[email protected]>
Updated LICENSE (#10)

a6dc5b89965bb827510d41a36c26d14bf84c9122 authored over 6 years ago by Rafael Staib <[email protected]>
Abstraction, Testing and Build (#9)

* Introduced a base class for DataLoaders and refined TaskCache #1 #8

* Updated build scripts...

11563ab76ff24e62a433e302b0cebb32eebb8b2c authored over 6 years ago by Rafael Staib <[email protected]>
Initial commit without any test... shame on me :-(

de0eaf2d558d13ccd7e12b98d6fa75d54741bf5f authored over 6 years ago by Rafael Staib <[email protected]>