Ecosyste.ms: OpenCollective

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

github.com/emberjs/data

A lightweight reactive data library for web applications. Designed over composable primitives.
https://github.com/emberjs/data

Merge pull request #4716 from pete-the-pete/contributing-twiddle

[DOC canary] Updating CONTRIBUTING.md to use ember-twiddle as examples

c2af5bee3f626685b3b059dc8b23caf4d7923578 authored about 8 years ago
Updating Contributing to use ember-twiddle

20c41944594678422ad36855b2c3e134dae00af1 authored about 8 years ago
converts Snapshot to an es6 class instead of using prototype assign

62d58e3a6541972ff29cccc567141bd935b06033 authored about 8 years ago
Merge pull request #4704 from runspired/factory-cache

Factory cache

a1bac10f3a79c8658cb588f04544e91b1af71456 authored about 8 years ago
implements a factory cache for modelFor lookups

29d6f147d016d915e74943792374c7a4e4a65975 authored about 8 years ago
Merge pull request #4703 from runspired/feat/finders_remove-adapter-run

Removes store._adapterRun

c5de6f30010f2ce5524113c2a10acee1483c8943 authored about 8 years ago
removes store._adapterRun now that _push handles run.join, reducing the number of run loops and closures created.

3475857e7735de320932ae4f130a6cea808dc4bf authored about 8 years ago
Merge pull request #4664 from runspired/feat/silent-push

Upgraded IdentityMap and RecordMap

63d725dfe32e983ee488ef4b0d9c23049fe25813 authored about 8 years ago
refactor typeMap => recordMap and refactor to using modelName instead of guid as the class identifier for recordMap

a5a8cd7714555655ae9fb7209b5b87c11aabd1cc authored about 8 years ago
fix readOnly

fe74d89221220be12522307122a2625202a1f0cf authored about 8 years ago
fix test

eaa343512cad429bd326bfe425c5939935fa2ddd authored about 8 years ago
Merge pull request #4668 from runspired/store-push-perf

[PERF] use micro-queue

fef53029edaf55a1b791a4e5bab284d8da6dbbb6 authored about 8 years ago
Merge pull request #4706 from runspired/feat/improved-push

Improved performance for findHasMany finder

7fd36c4a05a34a77d13d67f6c4498832188dbec8 authored about 8 years ago
Merge pull request #4705 from runspired/chore/private-reload-record

Underscores the already private store.reloadRecord method

5f4be3edb200810dfd4a379ade93f69c76920a93 authored about 8 years ago
use _push instead of mapping over push result to get internal models

661e8ffe57187ff45f75fa100ee42b8a5cf9a55b authored about 8 years ago
store.reloadRecord => store._reloadRecord

0f112a68cf3051be05137b883d55031679058cad authored about 8 years ago
[PERF] use micro-queue

063b3e500e31a711d81253a893f8668558e86808 authored about 8 years ago
Merge pull request #4698 from runspired/fix/push-run-join

[FIX backburner] Avoids spinning up unnecessary run loops via run.join

4ca90fa332db7f2ddd3da55721610909d8fa0a31 authored about 8 years ago
move run.join usage up to store.push

c2b5fb91befb1fd4168e9b0e6e173299e0af406e authored about 8 years ago
Merge pull request #4702 from emberjs/ds-check-should-serialize-relationships

Enable the ds-check-should-serialize-relationships feature flag

cd4d91d26f5c90562aa2bf80a4c9aa975419de90 authored about 8 years ago
Enable the ds-check-should-serialize-relationships feature flag

388c475c776860b15be05dc49ad8a883bc834bce authored about 8 years ago
Merge pull request #4701 from runspired/feat/flattened-ds-model

[PERF] flatten DS.Model to avoid multi-extend, expensive reopens, and extra mixin detection

7d14d1622675e6e060b7a1ece08583aac7774d12 authored about 8 years ago
ES6 code cleanup

61a962c3cfee4bbbbaeddc16928fd50ab7e9cfb8 authored about 8 years ago
move did-define-property mixin into DS.Model directly

dcf5dab1d03d000f5574e7390bfbcc1a3ac2e749 authored about 8 years ago
move relationship methods into DS.Model directly

6955418cfb37be24555fcca219c8c6a49834b00a authored about 8 years ago
fix relationship descriptor wiring

5909f8a5f9bc78ff9904411a87f6f3cf51946898 authored about 8 years ago
fix missing Map

5a99691c6e3c1adfc6b6e8a77ed8816e046b6831 authored about 8 years ago
move hasMany mixin into DS.Model

afe5fe42fd60c5259d231950865905bd705a9bac authored about 8 years ago
move attr mixin into DS.Model

aa5223d9c60e6f12239ceb832389adc1ecffab49 authored about 8 years ago
move attr class mixin into unified reopenClass

836d24e93baf5155271e58734695ff5007274623 authored about 8 years ago
remove forgotten import

ed0b83bfd65d4f8431883892b18463aba68ab9ce authored about 8 years ago
Remove double extend, condense triple reopenClass to single reopenClass

81d7e2dc954945d507bcedbee0e9bcac754c4bf1 authored about 8 years ago
move debug-info mixin into DS.Model directly

3adb790fc6c75260375357aa88be53ab156cf6d7 authored about 8 years ago
move belongsTo mixin into DS.Model directly

da438fa3c8432efae022f24b838760128569a09d authored about 8 years ago
move relationship class methods into the single reopen directly

97f21b7a992b4fa8e1e1b00d72c9f056f0275cb1 authored about 8 years ago
Merge pull request #4696 from runspired/bench/query-materialization

fix(benchmarks): benchmarks for store.query no longer included record…

701eff4750b111cf897ea02de7bc2ece94281240 authored about 8 years ago
Adds a comment explaining why we are forcing materialization of the RecordArray returned by store.query

7bf380599d21045849cad045f409266ccc3f8356 authored about 8 years ago
fix(benchmarks): benchmarks for store.query no longer included record materialization as this is now so lazy that it must be forced, this makes the benchmark force it so that we can continue to measure improvement within materialization

b52e4c1b97c85970d892289837b2e9c0f5880eb1 authored about 8 years ago
Merge pull request #4697 from runspired/bench/lookup-timing

chore(benchmarks): benchmarks needed to time a few lookups for us to …

d3e7546e47ea3a9f2da26fac79c2fca1f6265e92 authored about 8 years ago
Merge pull request #4699 from runspired/fix/complex-benchmarking

include related record on the complex test

9a7f0cc325f1a3ab43545572211d5389cea16b09 authored about 8 years ago
include related record on the complex test

9d88bd0f6b68fcd43dd0f1f8368b1d4b7255c893 authored about 8 years ago
chore(benchmarks): benchmarks needed to time a few lookups for us to know if we were improving the cost of the lookups

7558d758f359250a53c90d90c2b78afc3ad178f0 authored about 8 years ago
Merge pull request #4691 from Turbo87/mocha-blueprints

[BUGFIX beta] Add blueprints for "ember-cli-mocha >= 0.12.0"

bc9a659998267b7a5b0f6d1a0f5f8be673819368 authored about 8 years ago
[BUGFIX beta] Add blueprints for "ember-cli-mocha >= 0.12.0"

486aff750bb66b90728029620d6e9e8bdb45c3f7 authored about 8 years ago
Merge pull request #4688 from acorncom/patch-2

Fixed a typo

cd14bb0e5437385c59576b297d09ec9aae70f3a8 authored about 8 years ago
Fixed a typo

e1621bbf2b6205445bcef2663ad77940e8895f14 authored about 8 years ago
[DOC] Fix typo

Remove extra article 'a'

bf3c7f8708b7e86f0bf05c6f56bae6e8c9cdc4a8 authored about 8 years ago
Merge pull request #4686 from pangratz/disable-ds-improved-ajax

[FEATURE ds-improved-ajax] Disable feature

13c7b941cae7ca44d28239c7e14178924955f37d authored about 8 years ago
update documentation for `resetAttribute` (#4678)

[DOC] make clear that `rollbackAttribute` is feature flagged

da58ec5529e255f3b1a5b5f5349e9ec2c55588fc authored about 8 years ago
Merge pull request #4685 from pangratz/ds-rollback-attribute

[FEATURE ds-rollback-attribute] rename ds-reset-attribute

3b0c531a4f0731dd1901eeea647acb12342c62ce authored about 8 years ago
Merge pull request #4663 from bmac/issue-4416

Silence warnings and deprecations in the console during tests

9861ae682853d0e2280e3910fbe9f17d37338c1a authored about 8 years ago
[FEATURE ds-improved-ajax] Disable feature

e9355577032a3bd08402c55fd5651e34fcf5c50f authored about 8 years ago
Merge pull request #4642 from bmac/doc-has-many-reference

Add API docs for the HasManyReference

8c9ea4496db6ee1c2363792be0f4635221bcb1b7 authored about 8 years ago
[FEATURE ds-rollback-attribute] rename ds-reset-attribute

As discussed in the ember data weekly meeting, the initial thought of
naming the method `resetAt...

80004c4534d05f10b0bb478a37753c1a0b4a51ba authored about 8 years ago
Merge pull request #4684 from runspired/cleanup/es6-relationships

Modernizes relationship containers

91d8977f815371a744661f52a2cbcfae8f9cd745 authored about 8 years ago
modernize relationships

a946dce146dbe9dcdbbd0f481400ff8ca1635493 authored about 8 years ago
Bump version for 2.12.0 canary

f76a96169e324c7a34af8cfb172d64ddccf0159b authored about 8 years ago
Merge pull request #4682 from bmac/update-changelog

Update changelog for the Ember Data 2.10.0 release

bb630a0a7ace799b26babb55472a7df01ace25ba authored about 8 years ago
Update changelog for the Ember Data 2.10.0 release

d266a68c923c9a1999e8e2c3c62e249b85d611be authored about 8 years ago
Merge pull request #4680 from diamondo25/patch-2

Remove unused helper function `normalizeAttributes`

7f48af2012d24d7fa56daf9443c43049aa68c042 authored about 8 years ago
Remove unused helper function `normalizeAttributes`

f3c4e7aaebfa50da356bf223bc33abcfb2c333c1 authored about 8 years ago
Merge pull request #4674 from emberjs/bmac-patch-1

Update `findHasMany` API docs

4b0dd5f1d51cac986bbc3671397c731f05df4f6f authored about 8 years ago
Merge pull request #4651 from bmac/doc-store

Add some minor updates to the store documentation

46cf8752c04e1a78fdb47dcdfc9c3dce5488ba37 authored about 8 years ago
inverse:null relationships should check for underlying model presence at least in debug to avoid introducing potential bugs and display appropriate error messages. for performance those checks in prod should be disabled

483721a3650f5c2f53fe6ff6ffc375f0ea2f60a9 authored about 8 years ago
Merge pull request #4636 from bmac/doc-many-array

Add a missing example to the ManyArray api docs

3d3bb468926753202ba5b656a533d600a0fa89cd authored about 8 years ago
Merge pull request #4599 from wecc/improve-updateLink-warning

Don't warn for 'async: false' relationships with link + data

ea16bb6baa888092b3d446b458f5929b40608d86 authored about 8 years ago
Don't warn for 'async: false' relationships with link + data

98171705baae99d2045afc6103f5bf908180e986 authored about 8 years ago
Update `findHasMany` API docs

78a7fd51e0669ba7ed2a37974059ba649e8024c7 authored about 8 years ago
Merge pull request #4438 from emberjs/fivetanley-patch-1

add `relationship` property to findHasMany RESTAdapter docs

064bbf84a911862dbb296a840ce54c3da9e4088a authored about 8 years ago
Update the API docs for snapshots

5b0a772665aafba6aa1b3cf6eba21241ce132678 authored about 8 years ago
Add some minor updates to the store documentation

4e256dc85e17b2e05b6b705be3780f30bc8f1967 authored about 8 years ago
Merge pull request #4652 from bmac/doc-json-api-adapter

Improve the API docs for the JSONAPI adapter

a4b7b7095a07ba43f3e1aa8075d1d168ca9638d8 authored about 8 years ago
Merge pull request #4653 from bmac/doc-json-api-serializer

Update the API docs on the JSONAPISerializer

d400a52d43c63ed6333150d5da56dc8248aaf753 authored about 8 years ago
Deprecate unused initializers

223767fa0011cb0e6e84e15997e8470b3dfa6d2f authored about 8 years ago
Add API docs for the HasManyReference

ae7e8ab308f91efbcc598c7d06ab0409b9e2c23b authored about 8 years ago
Move most of store.setupRelationships() to relationship.push()

- Improve related link tests

2ab5e73169c3f60532415b5cac653d74a784e42f authored about 8 years ago
Add a missing example to the ManyArray api docs

1a9dee614b1282f997aae20ed66d3c00fe1c0dd0 authored about 8 years ago
Merge pull request #4641 from bmac/record-reference-api-docs

Add API docs for the RecordReference

96ecf96e91ddf164db1a8796109abce805587143 authored about 8 years ago
Merge pull request #4671 from sduquej/patch-1

Fix typo in delete-record-test

3b914b69fa12b0af9d81398fa859b63a6521bff8 authored about 8 years ago
Fix typo in delete-record-test

This slipped in https://github.com/emberjs/data/pull/4670

cd1cb30eb96410eda74f57eda4a652dbfbde16c8 authored about 8 years ago
Removes Ember.K from codebase (#4670)

fdf56b79d6035c4be191a8fbf26d29da7a9afbca authored about 8 years ago
Merge pull request #4665 from runspired/deprecate-recordIsLoaded

Deprecate store.recordIsLoaded

fdc4b2d5845f10d7e26b2296198851ea54a3dbfe authored about 8 years ago
Merge pull request #4637 from bmac/simplify-adapter-serializer

Simplify Adapter#serialize by using snapshot.serialize() since they d…

cebcbedd7f6c0be6f8dbbaac1df9a319c66494aa authored about 8 years ago
Merge pull request #4669 from runspired/fix-benchmarks

fix mock server

d17a1ea511690ed27dfab59de48728a44b68d4ca authored about 8 years ago
fix mock server

c93c7695d6b91239c9db1ba66a98ca8fe41fbe3e authored about 8 years ago
Enable the RAISE_ON_DEPRECATION flag so tests fail if there is a deprecation

672a1fcf726138011cd020290f459435ccc3b28f authored about 8 years ago
Merge pull request #4639 from bmac/doc-belongs-to-reference

Update API docs for BelongsToReference

d291f94aa7bea373119e9befbbec1e7fb1b6e333 authored about 8 years ago
Add API docs for the RecordReference

4fc9133740d2edb8b62a44ed6a592563a0bee508 authored about 8 years ago
Update API docs for BelongsToReference

ff0cbd86043a0efe3fc3dba39cdf3241d74dda39 authored about 8 years ago
Silence warnings and deprecations in the console durring tests

3d49afeb6d01bcbdfe2f7f5dad21ca274938df08 authored about 8 years ago
Merge pull request #4654 from sly7-7/simplify-serialize-entry-points

remove useless private api

ef34f666f22446163b5842ad4220d42ce27093d3 authored about 8 years ago
[FEATURE ds-deprecate-store-serialize] deprecate private store.serialize api

2b1cc7fca2a2afc3ab5ad842c23dc41be1963d23 authored about 8 years ago
Merge pull request #4659 from bmac/issue-3872

Document the relationship serialized format in the RESTAdapter

2c81ed1629d76a9f6a057f80e2d32d62ffacb732 authored about 8 years ago
fix test usage of store.recordIsLoaded

84961dcf89333cbf5c226e9886810957ad6e06a6 authored about 8 years ago
deprecate store.recordIsLoaded

4eda936bef8b6c859eb4bb0e41cdd83fb5b8258b authored about 8 years ago
Merge pull request #4662 from runspired/code-tidyup

Code Cleanup for store.js

7a12c44a5631cbef8ed2f30fe10f1df7b2b6c14b authored about 8 years ago
code tidyup

48460072b0c869a668d7c8eeb7a9ac0c85dbcaf7 authored about 8 years ago
Merge pull request #4661 from runspired/perf-peek-all

dirty check to prevent liveRecordArrays being rebuilt too often

c16ae775991a94285643679e4146a846bb65d2f4 authored about 8 years ago
Fixed link (#4660)

* fixed link

Changed isDirty link for hasDirtyAttributes link

* Revert "fixed link"

Thi...

758ebe7991fb6e9d51fa119b08141d48e19f0252 authored about 8 years ago
dirty check to prevent liveRecordArrays being rebuilt too often

06c216d3c5e67341c8c9db12c3b1bce179d6091e authored about 8 years ago