data icon indicating copy to clipboard operation
data copied to clipboard

A lightweight reactive data library for web applications. Designed over composable primitives.

Results 253 data issues
Sort by recently updated
recently updated
newest added

I'm working now on getting mutating data working. When I directly change the record itself (which is an Object) everything goes well. But when I try to save the changes...

:label: doc

I've found this question on SO greatly informative: http://stackoverflow.com/questions/14922623/what-is-the-complete-list-of-expected-json-responses-for-ds-restadapter ![ember response](https://cloud.githubusercontent.com/assets/249703/8032070/4a90737e-0dcb-11e5-96d0-68bfaa3d5531.PNG) For instance - I didn't know (until I saw that table) that editing model creates PUT request that expects...

:label: doc

When a record declares the same type + inverse field repeatedly error messages can be misleading because the relationship becomes misconfigured: ```ts export default class Nest extends Model { @hasMany('modaction',...

:label: bug

- [ ] use compare instead of HARRemix - [ ] autogen HAR - [ ] use current app always, build assets for other commit and install them as necessary...

Infra/CI/DX

code that should have given me warning: https://github.com/emberjs/data/blob/master/addon/-private/system/store.js#L2353-L2358 my result payload: ``` "similiar-alerts": { "links": { "related": "/api/v1/alerts/8deb2777-0714-42c3-b2bd-b0925b72d2a5/similiar-alerts" } }, "vendor-alerts": { "links": { "related": "/api/v1/alerts/8deb2777-0714-42c3-b2bd-b0925b72d2a5/vendor-alerts" } }, ``` my...

good-first-issue

Collections are a great primitive for many ad-hoc relationships. Collections are often capable of being patched on the client to reflect an operation being performed remotely. We should make it...

feature-suggestion

Similar to https://github.com/emberjs/data/issues/8855 but for response handling Processing results has non-trivial baseline overhead, especially for relationships. Often requests made close to each other contain result payloads that require work that...

feature-suggestion

Currently, requests triggered around the same time (for instance by multiple components or routes) will resolve as soon as their data is received and process. This can lead to a...

feature-suggestion

This is a bonus feature :) consider it *highly* experimental at the moment. we plan to ship a stable version of this sometime in 5.x

:dart: canary
:label: feat

As emberjs/rfcs#487 lands and with the deprecation of `Model.toJSON()` in emberjs/rfcs#522 we should investigate improved primitives and APIs for the Ember Inspector.