Ecosyste.ms: OpenCollective

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

github.com/zino-hofmann/graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://github.com/zino-hofmann/graphql-flutter

Merge pull request #475 from mainawycliffe/app-lifecycle-state

fix: use case else instead of detached or suspended

f05794e2cab030fddfde078b465b3d9bc8abf4ad authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
fix: use case else instead of detached or suspended

9fb5aab8ade7667e5c2143eb0869d344c23b37c9 authored about 5 years ago by Maina Wycliffe <[email protected]>
Merge pull request #474 from micimize/app_lifecycle

WIP: fix AppLifecycleState.{suspending -> detached}

42e28d126da04be68f39006c92a71ec350d931ee authored about 5 years ago by Maina Wycliffe <[email protected]>
fix(cache): AppLifecycleState.{suspending -> detached}

8bc7b14b182831c2df4824c661e3c87eaa66f78a authored about 5 years ago by micimize <[email protected]>
build(Pub): Bump version numbers [skip ci]

e31afd981f2e58e42767d94d07975965ec606933 authored about 5 years ago by Zino App (Github bot) <[email protected]>
fix(docs): remove moved onComplete

31a0d2f5a5d29575b26323f0ccb544e58e9a6077 authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
docs: move data callbacks to options in readme

74757fa7397c9df2e5fa4ea69a1baaa434fc06e9 authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
Merge pull request #468 from mainawycliffe/ast-docs

docs: update read me

6b48cfb2bb94e50bdb1b2eafe5c5cabef4007b60 authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
Merge pull request #469 from micimize/minor-fixes

Bump gql version, maybe fix nightly betas

d2286368d6351c6c271b60bc8d63f9a9315c34cc authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
fix: bump gql dependency

b55a89131f128e0d4e3b7589b842937f75effe46 authored about 5 years ago by micimize <[email protected]>
fix(ci): attempt to fix ci

4fac2e422f0a868b1abfffdf94d3fe614ac7ca4f authored about 5 years ago by micimize <[email protected]>
docs: update readmes

cd00c4ad4ebe74cc22e263f9deba8e4a60c07dad authored about 5 years ago by Maina Wycliffe <[email protected]>
Merge pull request #462 from mainawycliffe/fix-linting-errors

Attempt to fix Linting Errors Caused by Deprecating Document

cd3c6d2d8280b7594a974aba99142eb31881aeb0 authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
fix: suppress fix: individually suppress "deprecated_member_use_from_same_package" only

This is because there is no way to do at analysis_option.yaml

511630fddbde3482c07d969d7668b6befc016434 authored about 5 years ago by Maina Wycliffe <[email protected]>
Merge branch 'beta' into fix-linting-errors

a31f77170c95f4047659e20b57f045f4606771c0 authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: remove equitable package and update tests

dbe4db594fc13c6247764bc6b14926488997a723 authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: remove equatable package

0c32b142a4e94e9fe751e5679620fc78370e2faa authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: remove analysis_options.yaml as its ineffective

0a8d05d79c30fab87cd6fb6ae51ff91731a82ad0 authored about 5 years ago by Maina Wycliffe <[email protected]>
feat(graphql-client): re-export parseString as gql

dcd5508e824eff1d944c767d5c72c107f8102a62 authored about 5 years ago by Maina Wycliffe <[email protected]>
feat: update examples to gql instead of parse string

7b9ac57d356c282a85313b0436fb58db1f772fcf authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: individually suppress "deprecated_member_use_from_same_package" only

This is because there is no way to do at analysis_option.yaml

3879f18e7df5efc114349b8102507413e6db49d8 authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: individually suppress "deprecated_member_use_from_same_package" only

This is because there is no way to do at analysis_option.yaml

921697607c45389e7e1a8db73f0998886d22030c authored about 5 years ago by Maina Wycliffe <[email protected]>
Merge pull request #466 from mainawycliffe/disable-assertion

made a followup #467

c80d573132618ca0eba2bc7b4cb709c9be9f7b9a authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
docs: ignore generated files

25f3c85ef904a1467ca0a46733b3eec085dbd143 authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: temporary disable assertion which is failing

3cf73339520cc0665de7959ea0debbe6bf8ca64c authored about 5 years ago by Maina Wycliffe <[email protected]>
test: improve testing for testing concat function

dee72002b5fa719543e943582e1dcb56ffe85050 authored about 5 years ago by Maina Wycliffe <[email protected]>
feat: use equatable package to make it easier to compare links

allows to compare if two instance of a class are the same

a7ed072b37f734d089b979c740435fe28effe30c authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: ignore uri doesn't exist lint error

e14349db9e703059d07966561fd5e6d7b532b66d authored about 5 years ago by Maina Wycliffe <[email protected]>
fix(docs): use ast for examples

d68616ee8364b74d5e360dcd351b2564ebd549be authored about 5 years ago by Maina Wycliffe <[email protected]>
fix(graphql-flutter): ignore ast errors in the core

3b16f3f8b47674c76d1fbf12b1153ab37358fba3 authored about 5 years ago by Maina Wycliffe <[email protected]>
fix(graphql-flutter): replace document string with AST Document

23e40af48f45dee196104e1cc745e22868432d7e authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: use AST for graphql client example

edf7df60653008a3065c3a7baccc16814ab60254 authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: ignore linting errors from the core

0612d440f33ae33602095f331a9d9a847e42d7ae authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: switch test to AST from document string

894dc5340d3622aaf8e88df4481ebaa173362872 authored about 5 years ago by Maina Wycliffe <[email protected]>
Merge pull request #443 from jayjun/from

feat(client): support joining multiple links at once

e9f9527adeaf286fc9d5238675b9ce6c94f28058 authored about 5 years ago by Maina Wycliffe <[email protected]>
Merge pull request #445 from jayjun/errorlink

feat(client): add error link

8485f79e3d23ba5a14f1998b14cd22f28c44b9af authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
Merge pull request #453 from britannio/patch-1

Fix typo in readme

6bdf873b47d8aac93f64f41d21553dbebc6dd129 authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
feat(client): add error link

Fixes #419 and #440.

de9714a5859b873620ba283166e6dd0b741076df authored about 5 years ago by Tan Jay Jun <[email protected]>
Merge pull request #435 from mainawycliffe/handle-errors

Move Mutation Callbacks to MutationOptions

cbfd977cfc38baa9e759fc0a30845b09322057f0 authored about 5 years ago by Michael Joseph Rosenthal <[email protected]>
docs: update documentation for mutations

66b13f5e0c74559acd406623c348b19b50443a6c authored about 5 years ago by Maina Wycliffe <[email protected]>
refactor: run dartfmt to try and fix failing tests

7e317c82ac7018c9c749d3b974c18ec92fd4a51a authored about 5 years ago by Maina Wycliffe <[email protected]>
Added financial contributors to the README

de011fb02a4f4729cff4c3e74f5322a3587cbb93 authored about 5 years ago by Jess <[email protected]>
fix(tests): fix failing tests seemingly to to ast-switch

664fdd16b7ea0374de5bc5f09da65215026d3c1f authored about 5 years ago by micimize <[email protected]>
fix(client): make fetchMore valid with default original document again

faa37791a309bd47405bf2d8a2902595eb62684e authored about 5 years ago by micimize <[email protected]>
feat: attempt to call mutation callbacks from mutation method

e323a4d58abea8a8d9f472b4b004b61708cb1e8c authored about 5 years ago by Maina Wycliffe <[email protected]>
docs: update example to use callbacks in MutationOptions

6fb1dcd0ae2bf6c4d6d7559b3966bfc0d769239f authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: pass queryId directly instead of ObservableQuery object

405ae24341cf9d80f92777bb82bfd3d73e4d2472 authored about 5 years ago by Maina Wycliffe <[email protected]>
refactor: get callbacks from MutationCallbacks class

00eedd9e5c47dcf29ea7e5e5d9413975f8206c40 authored about 5 years ago by Maina Wycliffe <[email protected]>
refactor: move methods to add callbacks to new

class called MutationCallbacks

6ba07a6964fae396686ac7fcc6208f8c9980c2ba authored about 5 years ago by Maina Wycliffe <[email protected]>
feat(flutter): add mutation callback for onError

this closes issue 365

1ff0b8f35c4ac1df5dfd689bfa413f5406b7b26d authored about 5 years ago by Maina Wycliffe <[email protected]>
docs: add an onError example

2ca581f6ffa486d1bb6e1cd4ac93eba3bf459c23 authored about 5 years ago by Maina Wycliffe <[email protected]>
refactor: move mutation callbacks to mutation options

f072e0a00e241c9d67897413882551273a43a45c authored about 5 years ago by Maina Wycliffe <[email protected]>
Merge pull request #452 from serendipity1004/cache-reset

feat(client): cache.reset() added

602aa7fb01a8a433638c4ec3b8140c931bc4bb6a authored about 5 years ago by Maina Wycliffe <[email protected]>
Fix typo in readme

a8b1fb68628f327b9166206656f27b08ae9feafa authored about 5 years ago by Britannio Jarrett <[email protected]>
feat(client): cache.reset() added

cache.reset() added and required test updated

8c4f2e20ff7fd479cd4a634859716b501166e96d authored about 5 years ago by Ji Ho Choi <[email protected]>
feat(client): support joining multiple links at once

95652440f6d688991700673022e690d8cd04eb54 authored about 5 years ago by Tan Jay Jun <[email protected]>
Merge pull request #429 from klavs/ast-based-operations

AST-based operations

818a8d24c00ee82a8ec366049d501a5094ec421d authored about 5 years ago by Zino Hofmann <[email protected]>
Merge pull request #441 from micimize/fix-clobbered-tests

Fix clobbered tests from #393

1c07abb99fdef727f43f4c0c45637c267eefc19b authored about 5 years ago by Maina Wycliffe <[email protected]>
fix: update starwars example

needed to update starwars example to test with new .gitignore

8aaa99b0b05da3723b7161aa285379a17d06b25e authored about 5 years ago by micimize <[email protected]>
fix: update .gitignore with standard flutter paths

did 'git rm -r --cached .; git add .;
to clear

892fe3609f2c81a4954dcc512463a8ac23709002 authored about 5 years ago by micimize <[email protected]>
fix(tests): clobbered tests from library-level exceptions

f76e165d38572a25c9574b2f2370c43083cb3812 authored about 5 years ago by micimize <[email protected]>
feat(client): support defining operations from document AST

Allow creating operations out of AST. This is a non-breaking transitional
change to enable AST-b...

fa2db1177380e543ce20384638e20a1770860f03 authored over 5 years ago by Klāvs Priedītis <[email protected]>
docs(client): add documentation about using AST documents

Signed-off-by: Klāvs Priedītis <[email protected]>

f32d90b1a4af708662d7ffb0b72974661b628f9f authored over 5 years ago by Klāvs Priedītis <[email protected]>
Merge pull request #433 from klavs/raw-operation-tests

test(client): add tests for `operationName` getter

9858886ef5877d831f13806f7d712d02e3ff2199 authored over 5 years ago by Maina Wycliffe <[email protected]>
style(client): newline between groups

Signed-off-by: Klāvs Priedītis <[email protected]>

8aa69ef697cc988573d4bf51b7dca63d5f26ccac authored over 5 years ago by Klāvs Priedītis <[email protected]>
Merge pull request #432 from mainawycliffe/contributing-guidelines-update

Add Commit Signing Requirements to Contributing Guidelines

54868c42cacff600fb142e7450d4f44568285d0b authored over 5 years ago by Zino Hofmann <[email protected]>
Merge pull request #434 from klavs/http-link-tests

test(client): add http link tests

23953b6fb2e70729f9c5e5805c75bb51fcede484 authored over 5 years ago by Zino Hofmann <[email protected]>
Merge pull request #393 from micimize/exceptions

Library-level Exceptions, result.exception

d0ff21c664fe833d77321fe0090161ed5d8bec86 authored over 5 years ago by Zino Hofmann <[email protected]>
Merge pull request #425 from smkhalsa/refetch_future

RefetchQuery should return a future

11407c1028e2f325bb3257a2e29d59eb24f511d9 authored over 5 years ago by Zino Hofmann <[email protected]>
feat: better message on UnhandledFailure

eccab1113b85ef5354191d8600dc3da8e3f7a591 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
refactor: use typedef for refetch

5b7a1d2997bdce09449aafa5b97206f873039006 authored over 5 years ago by Michael Joseph Rosenthal <[email protected]>
test(client): add http link tests

Signed-off-by: Klāvs Priedītis <[email protected]>

39ecfedbc44e5d2fe5a29cb4efa86bd34d153bd3 authored over 5 years ago by Klāvs Priedītis <[email protected]>
test(client): add tests for `operationName` getter

Signed-off-by: Klāvs Priedītis <[email protected]>

53de348049545289f54851da9617b22a983310b2 authored over 5 years ago by Klāvs Priedītis <[email protected]>
docs: add commit signing to contributing guidelines

also fixed sometypos in there

731518e1fde8e7413ece40a570cbfd227b6d6834 authored over 5 years ago by Maina Wycliffe <[email protected]>
Merge pull request #415 from klavs/idea

fix: ignore `.idea` directory

7943f32e0569fc629a848a0f3581934bcd3a85cb authored over 5 years ago by Maina Wycliffe <[email protected]>
fix: ignore `*.iml` and `.idea`

Signed-off-by: Klāvs Priedītis <[email protected]>

361fdffa9960ab5cde2958e1e6e8dc5f30689a4d authored over 5 years ago by Klāvs Priedītis <[email protected]>
Merge pull request #431 from zino-app/ci/semantic-release

ci: bump the `semantic-release` version

9e0104a0f03c349e68840dd904181a71c5844995 authored over 5 years ago by Zino Hofmann <[email protected]>
ci: bump the `semantic-release` version

2f3aea49ed301548b0b3feabc8eb8027045c14cf authored over 5 years ago by Zino Hofmann <[email protected]>
Merge pull request #430 from zino-app/ci/codecov-threshold

ci: allow coverage to drop by up to 1%

737c29a477b8c2daa6a061087b9f64b7109e5789 authored over 5 years ago by Zino Hofmann <[email protected]>
ci: allow coverage to drop by up to 1%

3b52e030e806ce111587d8b3a6ea337ab8a202ea authored over 5 years ago by Zino Hofmann <[email protected]>
refactor: add message on failed document assertion

cf81ec3698e5c96c25b2bc45c4ed359bd5637481 authored over 5 years ago by micimize <[email protected]>
refactor: remove logically unreachable throw Exception

6338be10d4867e7726434e8824f062e01cb5eafa authored over 5 years ago by micimize <[email protected]>
refactor: remove rebroadcast testing utility widget

fc5fdcaa83106b4cf738c337172da35ebabe67a6 authored over 5 years ago by micimize <[email protected]>
refactor: exception check before loading

024148058a93c0bd325b5c9db9fbda8f57c101dc authored over 5 years ago by micimize <[email protected]>
Remove unnecessary async keywords

f965e5e10636e3aff442f4cef25dfd0b3f52cfe9 authored over 5 years ago by Sat Mandir Khalsa <[email protected]>
change refetch into a future

e80a013331677745a0ae3c1bc426fde54bea97e9 authored over 5 years ago by Sat Mandir Khalsa <[email protected]>
fix: exception test cases

001cb488c36ccbff7d83c9fff9f0abbf0eb5f1f7 authored over 5 years ago by micimize <[email protected]>
feat: updating example

1a1bc4337c80bc8c0dbb20cae66f489a3bf5425b authored over 5 years ago by micimize <[email protected]>
fix(example): depend on updated angel server, add paging example

609c4eccde33733f72d6372dfb90a1834c3a38e4 authored over 5 years ago by micimize <[email protected]>
feat: document exception handling

b38e2a3d900c36c1082e242da5e904d0d3f2dc81 authored over 5 years ago by micimize <[email protected]>
refactor: handle new-style exceptions in examples

2331096bfac1770a950a4649871443e1eda7294b authored over 5 years ago by micimize <[email protected]>
fix: don't set default policies on options so defaults are applied

fd95e37b3bb87e0c9d474e097d57ca58f74f706e authored over 5 years ago by micimize <[email protected]>
feat(client): library-level exception handling

BREAKING CHANGE: replaces result.errors with result.exception

20e57bdfec7ccc857c7e9bdcc531736db564aaf0 authored over 5 years ago by micimize <[email protected]>
feat(client): library-level exceptions

8976cfc85b3e9f0a2a432f19ce88ee6526115468 authored over 5 years ago by micimize <[email protected]>
Create FUNDING.yml

519381cd1c57515fd26cedb33c68a68d563a6eac authored over 5 years ago by Zino Hofmann <[email protected]>
Merge pull request #403 from MSchmack/reconnect-websocket-subscription

Reconnect websocket subscription

4ac8a5bd233c661c9aebcabfe17e9c392f1b539d authored over 5 years ago by Zino Hofmann <[email protected]>
ci: use recomended way to run test_coverage

e86e8e85ff57492da23c6d6178ab827f17e3f42b authored over 5 years ago by Zino Hofmann <[email protected]>
build: upgrade test_coverage

95192c70b2dde8f77ae560f4721d9014c1504fea authored over 5 years ago by Zino Hofmann <[email protected]>
ci: fix coverage

5809811d5db666ed18d326abd5f5b442f749b707 authored over 5 years ago by Zino Hofmann <[email protected]>
build: pipeline maintainance

80fd6251b4c5aaf0f646411b4fbc2de44ef3c512 authored over 5 years ago by Zino Hofmann <[email protected]>