Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/graphql-dotnet/graphql-dotnet

GraphQL for .NET
https://github.com/graphql-dotnet/graphql-dotnet

fix broken comments

711f380f277af4287caa69f22e38875d8784d89e authored about 6 years ago
remove redundant type specifications

d976451f9d875a7d3c357bf84dc9febbfddd7203 authored about 6 years ago
remove redundant type specifications

5274852df1feb0b807a80c7500a175b7a71a2c7d authored about 6 years ago
remove redundant trailing spaces

509fa40101e7b761e1eaaa4c4873b1717c5e9662 authored about 6 years ago
Fix argument name param order

660cb7714eea0f1fe8e33952ea1502544ad26713 authored about 6 years ago
redundant braces

293f6a6257f5bfc8c234e058a99eeffdc8d51464 authored about 6 years ago
remove redundant usings

9396dbb90bdd3c1ff176090f5d539e511c10133e authored about 6 years ago
move to only netstandard2.0 (#969)

e3f1f05bf7143795bbdd8d9a8df463fcda55244d authored about 6 years ago
Fixed minor spelling error (#974)

f05daf12db137c4f9e5c87b3a5474c1714dd4522 authored about 6 years ago
Revert "Merge pull request #891 from johnrutherford/parallel-execution-optimization" (#975)

This reverts commit 7a6d95dd672f6d1b9e543f44df66bef370ad6ee4, reversing
changes made to 48692d6...

d286b3fadf808e3a533b206dc6a1f5694ae3a9e6 authored about 6 years ago
add some padding to Operation_Can_Be_Cancelled (#970)

b2e77e5ab334c77ef394972921b7c7cb1f98afc2 authored about 6 years ago
Improve error message when type is missing (#786)

* Improve error message when type is missing

Otherwise you get a null reference exception.

...

237c355678de65038ea7b2556e6a4ead250f4299 authored about 6 years ago
Merge pull request #891 from johnrutherford/parallel-execution-optimization

Optimize ParallelExecutionStrategy

7a6d95dd672f6d1b9e543f44df66bef370ad6ee4 authored about 6 years ago
Merge pull request #968 from graphql-dotnet/addMyget

add myget feed

48692d68ad930b874cc50878a75514648d4c735f authored about 6 years ago
add myget feed

fixes #542

88f5132351c0f95d634eb5f6651c0de8ae8d6007 authored about 6 years ago
Convert from StringValue in GuidGraphType (#952)

* Convert from StringValue to GuidGraphType

* Variable renaming and removal of unnecessary pa...

670116674c27c6c92e50b46e979cb7f0fdbdbd35 authored about 6 years ago
Update introduction.md (#936)

af289db604c17dd477983166bcf3462f8580464b authored about 6 years ago
Marked the no longer used methods as obsolete. (#928)

0226d0375faad69a8d36f8d5ff9fed4ef7b751af authored about 6 years ago
Fix Guid not mapped correctly to IdGraphyType when AutoGenerating Object Graph (#918)

50dc40c06a71b01b98952298cfce984cd3463faf authored about 6 years ago
Bump asp.net core version (#911)

4b924ada6db8836c0b0cbbf7854c74c27668e734 authored about 6 years ago
Fix memory issue with WriteToStringAsync (#909)

* Fix memory issue with WriteToStringAsync
* Remove global.json with choco install in appveyor....

142a43ce24f8d4d4286a440eb2c47c8dda773845 authored about 6 years ago
Add support for float/long to double/decimal conversion (fixes #840) (#893)

f2c48cb63b56f2fcce7f0a64d306f0deef0746bc authored about 6 years ago
add Generic Version of Register and Get Method (#908)

c7b09e53495b9e492c1635fe2e0aef92e6b5bf6e authored about 6 years ago
Optimize ParallelExecutionStrategy

Add test

c11c49375428929381b3ed3301c1922a971b7b42 authored about 6 years ago
Fix input types not being registered when ResolvedType is specified (#873)

0917a2c8c3f7fc078ce4429f0edc3b051ef949c9 authored over 6 years ago
Bump version to 2.3.0

0d513bc1feaf2da349483ddeded4eb4c02774695 authored over 6 years ago
Implemented #798: IDocumentWriter - added support writing to response stream directly. (#809)

* Implemented #798: IDocumentWriter - added support writing to response stream directly.

* Ad...

6ecd4f0980e058eba3f086b717978747fffc4325 authored over 6 years ago
741 more scalar types (#812)

* Add Short ScalarType

* Add UShort ScalarType

* Add UInt ScalarGraphType

* Add ULong S...

0395663a51a1f5aa53a5ef0729899834c98c1b06 authored over 6 years ago
Await metrics middleware, fix time converter (#865)

* Update readme
* Metrics fix, branch name fix
* Await field instrumentation
* Always write e...

ea99068b7c50cf25d741ffad063feec815d246c5 authored over 6 years ago
Notify listeners during subscription execution (#852)

This should resolve graphql-dotnet/server#162

bb608f66408b53dc6ed06864e5f0ef6449031428 authored over 6 years ago
Fix README example code (#853)

53b7d7f05d7af155b2b71b52fd4fd4eb85e8b33f authored over 6 years ago
Performance improvements (#805)

* Performance optimizations

* Optimize Task unwrapping

* Improve performance of NameFieldR...

952b4ef6950e51bbfe009354f0520180c343e8d4 authored over 6 years ago
Dataloader optimizations (#808)

* Improve DataLoader unit tests with mocks and fake data

* Add big complex DataLoader query t...

3c7bd27dbd00c3971a7b7bfef4f277946e716e25 authored over 6 years ago
Allow custom casing on inferred enum graph types (#841)

a06cf1d2baa13ec51d7a18672c7975812026197d authored over 6 years ago
Fixed support for list with nulls (#838) (#839)

d5562871275304a64ad41fa34a4bf0865f0874bd authored over 6 years ago
Bump version to 2.1

31c382c78cf1b12f584c406e4ab4f76aa2c5d9af authored over 6 years ago
Fixed typo (#836)

43b5412a8fe72b093b4f0a45e273fb1564dee691 authored over 6 years ago
Add test for query organization and update docs (#833)

0dc0443ffd9d21673583901d534d47e3fefc3d7e authored over 6 years ago
Fixed issue in execution node for subscriptions (#815)

Not having the parent becomes an issue further down the chain, causing a NullRefException in Ins...

dcb7b664a57b45e21885789280ea2b60aca782af authored over 6 years ago
Small typos or grammar mistakes. (#819)

173efd7e4d912ace89ee1f3d864406a1e242d5c8 authored over 6 years ago
Some AST cleanup (#804)

93590f26ee8b052fb6b5e4128f6eb6fe677fe0a4 authored over 6 years ago
split the huge intvalue file (#789)

bfb23d2653f60f9a5d03a1ab6c134cd417caca69 authored over 6 years ago
use pattern matching (#785)

aee906a5703e690f4192ad3edde077bb7a076b9d authored over 6 years ago
Add revision when on branch (#802)

e3c592b3cd1169192f38cff08b60896c13a7c6fb authored over 6 years ago
add package icon (#801)

83e1ee320e20581cb98e076ca91d89524b549370 authored over 6 years ago
Remove pre release installation instruction (#794)

Not needed IMO since the latest release is the stable one

677c30642617d9dc66e3e454269002d4b10940cd authored over 6 years ago
Fix spelling mistake in migration.md (#793)

Peroid -> Period

8101ad3a7181a1c5eb1204bd06a465391ea5b519 authored over 6 years ago
Fix typo & link to spec

d212760658396a88f366c8c34bbf91977f24881f authored over 6 years ago
Add link to Glenn's course

039919aadccc21c73adaf3fa61983c04a5276d73 authored over 6 years ago
wrap Activator.CreateInstance exception to provide more info (#780)

214ccc124f84e15c50e95bfccb3c1463502e1dc0 authored over 6 years ago
Official 2.0 release

44b6484758313579cd3df48a593882df3a6a81b8 authored over 6 years ago
Add ability to drop revision

9a87115d40363997e2b8db716af208b2eb1b3a54 authored over 6 years ago
Documentation updates

43d054d45dc3de51cfd28eeccc44ee91e657f63b authored over 6 years ago
Update feature list

04c022f69f990f1510f73642630517f59d853460 authored over 6 years ago
Add flag for throwing on unhandled exceptions (#776)

Fixes #607

25ce8583b0d2280d26e254e7ea5441fdb92f7584 authored over 6 years ago
Add the ability to return a GraphQLTypeReference from ResolveType (#775)

ab81a5da67b3e7125f8ff9e9178a40987661e0ee authored over 6 years ago
Rename handler/endpoints to schema first

954698f21c32a8d8bf0717b88b8fac7a185feb7f authored over 6 years ago
Nested types tests (#774)

2ff927122906de9a3679a81ddb414294a0330f36 authored over 6 years ago
update to netcoreapp2.1 (#763)

* update to netcoreapp2.1

* update sdk

* multi target tests

* missing save

d82a21e1e473083443caf95dc218d387bf388d02 authored over 6 years ago
Another branch check. (#773)

f6098f81dee7ad041ad7ecdb5b47e07a8c5c626e authored over 6 years ago
Update lock file

5d2a0319e03598670a00b56868e6e85c82750203 authored over 6 years ago
Remove superagent and unused task

5eaf0969405693395690b950ebc8104e2ad12f46 authored over 6 years ago
Update how build sets version (#767)

5bad2ce4e1a73ad15d957b18ab338ec553ac8372 authored over 6 years ago
add test for long conversion (#769)

* add test for long conversion

* long to int should throw for overlow

4b02f6e2628d3f8e02829c60938616cea6a54fee authored over 6 years ago
Getting error with the existing query structure (#768)

The Query property has the string without the curly braces, which does not work and leads to an ...

28af3bbc43d9606dd2e15a8700e9db5e9b2c2877 authored over 6 years ago
#732 validation error errocode not serialized in response (#748)

* Fix: using different Code property in ValidationError.

* Update ExecutiionResultJsonConvert...

788fb705c4476e565a4964b295c0b4b0b616ff14 authored over 6 years ago
Additional documentation

closes #515

de37f63c562f1861415246608f568a18c419648a authored over 6 years ago
Test settings

dbd7f6dba63680240f4942e1377047801897c8a6 authored over 6 years ago
Update links.md (#765)

69ee6d04ea7912e7459ae2994369562f6e6100cc authored over 6 years ago
Minor cleanup (#761)

* typos

* redundant ()

* redundant whitespace

* redundant comments

54737b338115468e025eeafffc11a2e466f35ed2 authored over 6 years ago
Github issue templates

898bb095103bc2b2a66189e10e7af09a446d8916 authored over 6 years ago
validate enumeration name

fixes #750
closes #754

acc373999d67ee0fd2f0c7bd14c943d6341f98e0 authored over 6 years ago
Add missing namespace

edacd65d58e69a230cf3dc9b6c3ffa2f0ea9eb86 authored over 6 years ago
Subscription with reflection (#647)

* add handling for extension type

* in progress

* split build_extension_type test into two...

8a9f8e71c0e1368123c19083db26ee2c4e27a07d authored over 6 years ago
Add DataLoader as new feature

eaa49dacf806e03298319bad890ea6e518fc08a4 authored over 6 years ago
Convert argument names on initialize (#757)

* Convert argument names on initialize
* Validate query argument name

fixes #609

144d81214c4ae3aa5a506afa77a8f22e288460a5 authored over 6 years ago
Add link to 0.17.x migration guide

a0a6618292278cead639619cdd58ccf638532298 authored over 6 years ago
Add version migration guide

66cf9ad66aa11000d3f141c353d1c2093956035c authored over 6 years ago
Add repeated subfields functionality. Fixes #602

Allows to merge subselections of equivalent fields during execution.

0e1b3e578cab9ee680e2349f92474a6973f50632 authored over 6 years ago
Add integration test, minor code changes

4a92faaa456daeafb989eb4c7d6ac8fc2c5a2db7 authored over 6 years ago
Fix title

1402a669491484fa5dc68403817df2dadf170877 authored over 6 years ago
use pattern matching (#753)

d90a1a4daa80dff4844c3e361b12366d25199fac authored over 6 years ago
Updated docs and layout

c03dcb8ce1aeacf0f8154055ca145f762276d4d3 authored over 6 years ago
fix spelling (#751)

daffb0ee45d5c713c10418993338d64df9263a5b authored over 6 years ago
Add name to ArgumentNullExceptions (#752)

26ff630045b7da58985f7e2f2aa000fba4743049 authored over 6 years ago
More links

f4f97de3f0e665e80425ba1006ee51829aa1ce06 authored over 6 years ago
add link to GraphQL.EntityFramework (#749)

2b5ad601217c66bcbfd55ba73f781d582ea0e659 authored over 6 years ago
Update metrics docs for Apollo Tracing

8aafb860421de8ed0c92b0765105a9ead1b31c3e authored over 6 years ago
Typos

05e7be334edc1e2587f43f68f9b3e5b67465e2e6 authored over 6 years ago
More documentation

2a2db6ab40144c4eadd016150fbd88c98da36809 authored over 6 years ago
Split docs

298a7257a298593f380bd7fbbc22980592d96092 authored over 6 years ago
README

137fff1f65420a22c78a230e840ac2d533f6551d authored over 6 years ago
Docs2 (#747)

* New docs site based on Gatsby

0f5b0f9c9db49f4376b02d6e8061e8a2cf91c31e authored over 6 years ago
Performance enhancements (#746)

* Use cached compiled regex (where possible in non-netstandard1.1 environments) for tight loop p...

9d5c87e50dd4ab4e55f9ef4b80184a446d83815f authored over 6 years ago
Fix issue with Date as variable (#745)

fixes #744

f47e557ca6a58e90757633694013918864fa15a0 authored over 6 years ago
inline out variables (#742)

4e74411859c27c3e44c8b3751abfcb51f2f1adcf authored over 6 years ago
Added Date, DateTime, DateTimeOffset and TimeSpan Scalar Types (#665)

* Use default DateFormatString & IsoDateFormat is already the default.

* Add TimeSpanMillisec...

ad9c5c8523dde84dd040755a80d829b1f74ede9e authored over 6 years ago
remove redundant usings (#740)

db1d68427da5a4c4b858b3b3be0dc36a96c92ebd authored over 6 years ago
remove Reflection.TypeExtensions from netstandard2 (#738)

b423ae34c504fde4fabbe1a024aa00122586c48b authored over 6 years ago
Update build (#736)

3e937ec208477affdfa22bde6bde3e54d1ffae6e authored over 6 years ago