can-connect icon indicating copy to clipboard operation
can-connect copied to clipboard

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.

Results 62 can-connect issues
Sort by recently updated
recently updated
newest added
trafficstars

We need a way to know if the data is from the cache or not. This will let developers put the list in a "disabled" state until the real data...

enhancement
ready
p2

I'm not entirely sure how this is possible b/c we "roll up" metadata into larger objects. We could keep every sets old metadata, but it seems a bit wasteful. An...

bug
ready
p3

When trying to get a record in model via: ``` return ContributionMonth.get( this.contributionMonthId ); ``` I get a failure after receiving the response back from the server. I get the...

in progress
needs submitter response

> SUMMARY: There should be a way to disable or add certain behaviors and the cacheConnection (or provide your own cacheConnection) to superMap. if you are on developing, some request...

enhancement
ready
p2

the updateSets-functions in data-memory-cache is empty https://github.com/canjs/can-connect/blob/master/src/data/memory-cache/memory-cache.js#L79 so no sets will updateted and data-memory-cache is not working as expected

bug
ready
p2

> SUMMARY: With list data in localstorage, it's possible that a slow `.getList` shows data immediately, then a `.save` happens which is added to the set, but then the fall...

bug
ready
p3

In bitballs, I load a game's data, which gets saved in localStorage. Then later, I load the same item "withRelated" data. I get the game's data without related data from...

bug
ready
p3

From https://github.com/canjs/canjs/issues/1463 which includes a test.

bug
ready
p3

``` todoConnection(["uses-session"],{ url: { getListData: "GET /todos", headers: ["sessionId"] } }) todoConnection.getListData({sessionId: 7, complete: true}) // GET /todos?complete=true // Headers: // sessionId=7 ```

enhancement
ready
p2