Ecosyste.ms: OpenCollective

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

github.com/urql-graphql/urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
https://github.com/urql-graphql/urql

upgrade dependencies

e8cff9ed10e39ddcf185013540c4a59d3e711aff authored about 6 years ago by Andy Richardson <[email protected]>
3.2.0

3ce601ad00c6c346210c71d16f35b583c68fe2cf authored over 6 years ago by Ryan Roemer <[email protected]>
Update formidable-landers to v8.4.0 (#56)

* Update formidable-landers to v8.4.0

* Add bandaid for babel preset missing in archetype

77dae31fb26e7a34ea36d809130d41dc88dd2ec6 authored over 6 years ago by Ryan Roemer <[email protected]>
3.1.3

bc0434b084f848d330ec105702da73dbfef00435 authored over 6 years ago by michaelmerrill <[email protected]>
update lock file

9f08a23c3d0ed8b2530c66d306765004753e0360 authored over 6 years ago by michaelmerrill <[email protected]>
v3.1.2

7a96cb2c4232085c82b5112836c1d0e9632303b7 authored over 6 years ago by michaelmerrill <[email protected]>
Merge pull request #54 from FormidableLabs/task/pin-spectacle-version

pin spectacle version

e4a561be75797f6a4a7e499a6067c5360253400a authored over 6 years ago by Michael Merrill <[email protected]>
pin prismjs

e869fb44220d412e7c2a90f96e2547db748958be authored over 6 years ago by michaelmerrill <[email protected]>
move to yarn and update deps

413ad3bd6f56b9af84e12fc762f8b010233ff75d authored over 6 years ago by michaelmerrill <[email protected]>
pin spectacle version

aa205a6e2ad32726b2f7504f4a3e79fe96a1ad49 authored over 6 years ago by michaelmerrill <[email protected]>
Version 3.1.1 - updates formidable-landers dep to include flashing cookie banner fix

22e6586f2f7762e0732a6a2a66921837db7d7f6a authored over 6 years ago by Stefan Redfield <[email protected]>
Merge pull request #53 from FormidableLabs/task/update-formidable-landers

update formidable-landers dependency

6ed6a5c839c14b32b6f81190db21f94771140158 authored over 6 years ago by Stefan Redfield <[email protected]>
update formidable-landers dependency to inlcude flashing cookie banner fix

221c986c4de775d35a953d27784a06b3bfc821ed authored over 6 years ago by Stefan Redfield <[email protected]>
Update favicon

e4c123b44646dd6639833f11d4ee1ff693b17355 authored over 6 years ago by Paula Lavalle <[email protected]>
Update Favicon (#51)

* Update favicon

* Add favicons

* Add commands for starting and testing build

f30d90dac83167f6a6aa33052b1bc935b9a11372 authored over 6 years ago by Paula Lavalle <[email protected]>
Upgrade formidable-landers to v8.3.1 (#50)

* Upgrade formidable-landers to v8.3.1

* Adjust link color on FormidaCookie

6873eeaf35d3149c1b1029cd0cdda6f7c2c1f14e authored over 6 years ago by Paula Lavalle <[email protected]>
Add test for new cache methods on client

3b9c2ede23cec47a9accb363e5cc7bf4891045c4 authored over 6 years ago by Phil Pluckthun <[email protected]>
Fix up http-exchange, subscription-exchange, client tests

c4607249b1dc4d9a39695ce7db6c2f5de7b04280 authored over 6 years ago by Phil Pluckthun <[email protected]>
Readd cache to render prop argument

1eb5f7ac3c531d87dc17a4e69007fc810a4beb8f authored over 6 years ago by Phil Pluckthun <[email protected]>
Disable more tslint sorting rules

e764bebf8c1191d6b56b48d675ebcf5de17006fa authored over 6 years ago by Phil Pluckthun <[email protected]>
Fix up components/client.test.tsx

0b6d832a9ef2f4be1b2ea74802524e5e6261b2a0 authored over 6 years ago by Phil Pluckthun <[email protected]>
Fix up modules/client.test.ts and executeMutation value

5cf4445a2085e4ba45fae6edcf2993b5b0863133 authored over 6 years ago by Phil Pluckthun <[email protected]>
Fix up typenames.test.ts

3f66070c0d10682ec7bb499e59dc6f2a6e980720 authored over 6 years ago by Phil Pluckthun <[email protected]>
Fix up cache-exchange.test.ts

ebba0687308d9328fc68e0542c63369d00381152 authored over 6 years ago by Phil Pluckthun <[email protected]>
Move formatTypenames to cacheExchange from client component

6f1f6c8bc26844ba606164dc55049b6ced612ac6 authored over 6 years ago by Phil Pluckthun <[email protected]>
Readd skipCache to component fetch params

7dd4b3a9c206593942674c06a2b12081a63b4f18 authored over 6 years ago by Phil Pluckthun <[email protected]>
Avoid cache invalidation race condition

a812d302b860de98d9d74adade8d01230ea78722 authored over 6 years ago by Phil Pluckthun <[email protected]>
Fix exchanges to add operation to result

478ff748d231459235d25310a5a18492a7dc4297 authored over 6 years ago by Phil Pluckthun <[email protected]>
Remove all cache invalidation logic from client component

The Client will now send events to all components to indicate
that they should check the cache i...

51bdbc86eedd0ebaaae53182e013f0c3dc529b38 authored over 6 years ago by Phil Pluckthun <[email protected]>
Refactor cacheExchange to dispatch events for cache changes

The cacheExchange now invalidates using new methods on the client.
These methods update the cach...

ef977f3950eaeba487c575a81afbfe51529495d8 authored over 6 years ago by Phil Pluckthun <[email protected]>
Temporarily (?) remove cache proxy-methods from client components

de94f15be0da6b8ea937915499d97d2ae9a94097 authored over 6 years ago by Phil Pluckthun <[email protected]>
Strongly type events using IEventFn

9a7b59eeaffedaf80d89bfed4fbee47dbd69d447 authored over 6 years ago by Phil Pluckthun <[email protected]>
Remove manual bind from client methods

5ee1707d030a9770c13e51d5f682700fe66d4f00 authored over 6 years ago by Phil Pluckthun <[email protected]>
3.0.1

e988dc916da3793b8e6dc03f391550fffea230a6 authored over 6 years ago by beccalee123 <[email protected]>
Merge pull request #49 from FormidableLabs/bug-autoplay-video

Bug: Add muted to video to support autoplay

369a7ea00f4b6b537008b14309685c73ef58ce09 authored over 6 years ago by Rob Gerstenberger <[email protected]>
Add muted to video to support autoplay

22f54e761df3f66b3895c5cffc8d7286eb0a4523 authored over 6 years ago by Rob Gerstenberger <[email protected]>
Merge pull request #79 from FormidableLabs/feature/subscription-updates

Improved query subscription updates

5e113c45f730223cc2d11125aa968ebc4eb260fd authored over 6 years ago by Phil Plückthun <[email protected]>
3.0.0

b6af59bd5704ff80b8d6bc975cc22529c2814070 authored over 6 years ago by beccalee123 <[email protected]>
Fix fetching state in subscriptions on ClientWrapper

ac992017ac659c09705eaf1d6a924c0620670f5b authored over 6 years ago by Phil Plückthun <[email protected]>
Add test cov to ConnectHOC to coveralls shuts up

6363a78a15b9f588feeb623beb7cc3f9e383ad6d authored over 6 years ago by Phil Plückthun <[email protected]>
Add test for unsubscribe before restarting fetch/subscription

b97c93c81df4692b2722bda7050e62a82de2fc52 authored over 6 years ago by Phil Plückthun <[email protected]>
Add test for query array and subscription prop

4acb97e632c96dfd4811dda89d6ef8c477f84f19 authored over 6 years ago by Phil Plückthun <[email protected]>
Add tests for updateSubscription prop

64925b3fa67eb08ff6e6671f7ffcd0e78a5d4006 authored over 6 years ago by Phil Plückthun <[email protected]>
Add missing unsubscribe for subscriptions

32d5c692640a8bbdb295b0a21b411f7cb9fe6b78 authored over 6 years ago by Phil Plückthun <[email protected]>
Invalidate cache when subscription updates query result

3ecaaf3c3575bfc595df02944bc5209155725ab7 authored over 6 years ago by Phil Plückthun <[email protected]>
Update query subscription and ClientWrapper unsubscribe behaviour

- Mutation now won't be aborted for fire-and-forget
- Subscriptions have their own sub for unsub...

3e3497376668dec797e1c8f76f2f9add5ee0530d authored over 6 years ago by Phil Plückthun <[email protected]>
Add client to transformExchange args

f0fd60f460daba242e6d5a3a90a031e8ae2f7708 authored over 6 years ago by Phil Plückthun <[email protected]>
Update transformExchange signature in README

ffe04aa8b6eaf1d0682267cd04a1aa51a7041226 authored over 6 years ago by Phil Plückthun <[email protected]>
Expose export for CombinedError

c1d803e2a120f98f2e3d6221858443054dc77ecb authored over 6 years ago by Phil Plückthun <[email protected]>
v0.3.0-next1

39b382bdba5d1ef34352510413e37aa37c7594f2 authored over 6 years ago by Ken Wheeler <[email protected]>
Merge pull request #78 from FormidableLabs/refactor/client-events

Refactor client to emit events on subscribers

e85fd5c0d8c45ea4f379ebc7ecc0489fb489452f authored over 6 years ago by Phil Plückthun <[email protected]>
Update tests for new event types

7af7154a5d6f1807ac2c326bc7e27a9ce9e743ce authored over 6 years ago by Phil Plückthun <[email protected]>
Refactor Client subscriptions to use events

7b7e7d03a39934170d430f09d97b6297a4b2fa95 authored over 6 years ago by Phil Plückthun <[email protected]>
Merge pull request #75 from FormidableLabs/feature/subscription-exchange

Implement subscriptions using an agnostic subscriptionExchange

b3ffaadcd754709e0fbd87795208dc2e6e8b05f7 authored over 6 years ago by Phil Plückthun <[email protected]>
Merge pull request #76 from FormidableLabs/fix/unknown-stale-cache

Fix cache not invalidating when a Client component isn't listening

0a31d029c7396599c5f3afafca33267d9c94152e authored over 6 years ago by Phil Plückthun <[email protected]>
Add tests for subscription prop behaviour

c7e8cc6b203f43de94b0fb8242dd6ec301566daa authored over 6 years ago by Phil Plückthun <[email protected]>
Reuse query helper for mutation and subscription

e86707c8822980b2497f8bbc31c1209abf1998a8 authored over 6 years ago by Phil Plückthun <[email protected]>
Fix httpExchange and add test for subscription error

3009c84d98847b4a892abe67fe45f505dc9fbcdc authored over 6 years ago by Phil Plückthun <[email protected]>
Add tests for subscriptionExchange

5cefb2da3ba3f32f49e80bfc6f78067779f2a1d2 authored over 6 years ago by Phil Plückthun <[email protected]>
Initial subscription implementation in ClientWrapper

837844aca00859eca2dec8c0bf1b3d119d38e38d authored over 6 years ago by Phil Plückthun <[email protected]>
Reject subscription operations in httpExchange

fc92336bfa84b109b5dde70b0e094022782e37d6 authored over 6 years ago by Phil Plückthun <[email protected]>
Pass operation to createSubscription (oops)

56354a66c51f8801157659ea13e2de93666e40f3 authored over 6 years ago by Phil Plückthun <[email protected]>
Fix ExecutionResult type by adapting it into exchange interfaces

a88a703773aabe4a5008ee882af06ea3bede52f5 authored over 6 years ago by Phil Plückthun <[email protected]>
Export all exchanges in index

1499409b76b1c1289a7710573c65d4f27d8c93df authored over 6 years ago by Phil Plückthun <[email protected]>
Add agnostic subscriptionExchange

This is an exchange that's agnostic to the underlying GraphQL
subscription transport that a user...

3ac5a7388c24c50638311a2d7846fbf0fcf2bd24 authored over 6 years ago by Phil Plückthun <[email protected]>
Merge pull request #73 from FormidableLabs/feature/exchange-client-option

Add transformExchange option and docs for exchanges

f441fb03b7bc96733766c6d89226592490d1e80e authored over 6 years ago by Phil Plückthun <[email protected]>
Add doc section for exchanges

4e13894f184996850b03ee757e9608fd303a526f authored over 6 years ago by Phil Plückthun <[email protected]>
Add new transformExchange client option and prepare README

917407d0b16526916c6538f7970a91ccd8852080 authored over 6 years ago by Phil Plückthun <[email protected]>
Add minimal transformExchange test

5e3ff2b8fbd4bf2bd7987d1aaac74f5b6d6cfa45 authored over 6 years ago by Phil Plückthun <[email protected]>
Add tests to cacheExchange also covering typename invalidation

e3145fa5e36c1cdd2268a351230ee7456df2b98b authored over 6 years ago by Phil Plückthun <[email protected]>
Add early invalidation to cacheExchange

Fix #58

Suppose a Client component fetches some data and is then unmounted, its
response will s...

0c2c57cc56286f999b42ddf6a6804498543e7b71 authored over 6 years ago by Phil Plückthun <[email protected]>
Merge pull request #77 from FormidableLabs/chore/increase-test-coverage

Increase test coverage for next branch's "modules/"

6ae67fe5587de8d85af3af9f195c8d95df53fa21 authored over 6 years ago by Phil Plückthun <[email protected]>
Add test for multiple emissions to zipObservables

c4b693a9217f847e674c6c31ec7d5499000706c6 authored over 6 years ago by Phil Plückthun <[email protected]>
Move defaultCache tests to their own file and cover 100%

7418440c0b5e9e451ae52d1bcdd3a938fbaead26 authored over 6 years ago by Phil Plückthun <[email protected]>
Cover small, uncovered branches in Client

669efeb912f6743aa01b898ad6cd2b3b74bd673e authored over 6 years ago by Phil Plückthun <[email protected]>
Remove unnecessary branch from dedupExchange checking sub

170079fbf9c3d9c6f0ff97be6ff4b45701bcf612 authored over 6 years ago by Phil Plückthun <[email protected]>
Replace ts-jest with just babel-jest

It turns out that with babel-jest we can utilise the transpilation
that we use to transpile the ...

bc021b68c43b53bacaeae0fbf166f5470ae9239e authored over 6 years ago by Phil Plückthun <[email protected]>
Add tests for httpExchange AbortError and redirect mode status

ef1dc3c6628d2282b99cb1b55ccb42660ebb9859 authored over 6 years ago by Phil Plückthun <[email protected]>
Version 2.3.1 - Revert to npm 5.6.0

f720f020188c8d383623f88a63daab35f4c1c1fe authored over 6 years ago by Jen Luker <[email protected]>
upgrade package-lock

cd55ab2cfa3c7d50364f8de8538593fec8a6404b authored over 6 years ago by Jen Luker <[email protected]>
Add tests for zipObservables helper

315364c6f6257fe48483c1af9c0134c45c730cae authored over 6 years ago by Phil Plückthun <[email protected]>
Move caching logic to a cacheExchange

3ccef3137878c98e5cca3cc0b8d0d4c628161fd9 authored over 6 years ago by Phil Plückthun <[email protected]>
Refactor client to expose observable query/mutation methods

91f72b65d8fbd1b1c1ca28cdb27706bb24c1d149 authored over 6 years ago by Phil Plückthun <[email protected]>
Refactor ClientWrapper component's fetch method

263dcbbe1591ed11b4950fe76e1ce4e639380266 authored over 6 years ago by Phil Plückthun <[email protected]>
Fix dedupExchange affecting mutations

We never want mutations to be deduplicated, not even
when they're in-flight. Instead we're assum...

d833d4c14cb101ec250d5f19e5dbb6cbad44e8ae authored over 6 years ago by Phil Plückthun <[email protected]>
Refactor ClientWrapper component's mutate method

7a2194c0c12c53e4671e44dd9d59c76b0d645872 authored over 6 years ago by Phil Plückthun <[email protected]>
updating docs

3b6aeed7c62a88ad46b6ff4c99f2e6930ca2a3e1 authored over 6 years ago by Alex Saunders <[email protected]>
updating docs

ddd741ac6ec4f17567ad654f9ca3856f02fb9398 authored over 6 years ago by Alex Saunders <[email protected]>
Fix tests for networkError behaviour error result array

e50445d37954b36adf6e817d94c5c6166e3a0998 authored over 6 years ago by Phil Plückthun <[email protected]>
Add more extensive tests for httpExchange

5a0c0d7a589e82a80b0845204495a25a63860642 authored over 6 years ago by Phil Plückthun <[email protected]>
Add some tests for CombinedError (src/modules/error)

297e00ef613b40859419f1f207addb7d612b36a2 authored over 6 years ago by Phil Plückthun <[email protected]>
Add ref counting to dedupExchange for unsubscribing

9a75fbf3dd38f563974ff1a506000dde9543a676 authored over 6 years ago by Phil Plückthun <[email protected]>
Fix weird spontaneous lint error

f62599314ced474ec15103238044ba8208f19b09 authored over 6 years ago by Phil Plückthun <[email protected]>
Add tests for dedupExchange

b311169a0aa03712fbc10f7be52d879e9842808f authored over 6 years ago by Phil Plückthun <[email protected]>
fixing removed types errors

c0a67406be6642a882a467477eb758b2e13aa992 authored over 6 years ago by Alex Saunders <[email protected]>
Add initial httpExchange

4bb8e349b0918b7faf0c2a9898ae9ab8bdc63315 authored over 6 years ago by Phil Plückthun <[email protected]>
Update IClient according to Client type changes

626dbbc66ce5a13d711ee30cd22ddcc8f7a1f0bf authored over 6 years ago by Phil Plückthun <[email protected]>
Refactor client to use exchanges

4e48b016a7de6fb3ccfef59700365ab59a270c0b authored over 6 years ago by Phil Plückthun <[email protected]>
Add error outlines, interfaces, and stubs

431c2569bdefea6590f0f6b385f3a288d3c55880 authored over 6 years ago by Phil Plückthun <[email protected]>
Define Operations for gql queries and exchanges

da38ca104241910309193e92be316a08984d1be1 authored over 6 years ago by Phil Plückthun <[email protected]>