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

tidy up adapter-populated-record-array

fef544ff20367289e797d3f1ddeffc976db3b38b authored over 8 years ago
tidy-up promise-proxies

3a5a197c2577ee2cdf6b71a47515740d5ad48737 authored over 8 years ago
fix whitespace

7b5103e4a6201304676057bfab0f95d469c463f2 authored over 8 years ago
Merge pull request #4590 from pangratz/fix-jsdocs

Fix YUIDoc warnings

fd59ce93cdfba302330bb4760c58fd436161a2bd authored over 8 years ago
Fix YUIDoc warnings

fe039213b2642b6364e976149eca0957fdab4c9a authored over 8 years ago
Merge pull request #4587 from emberjs/links-in-record

Remove ds-links-in-record-array feature flag

88e909cdefd370a38fc078934b44b9dfd8ec441e authored over 8 years ago
Merge pull request #4582 from emberjs/cleanup-record-array-manager

tidy up integration/filter-test

0cd85e7787ad4d829c1839f6d391d151cfcadd4e authored over 8 years ago
Merge pull request #4581 from MarkMT/patch-1

[DOC] Update descriptions of findRecord() and findAll()

5c99faabc39d7d1563e2e611175e906fb58ce610 authored over 8 years ago
Show file names in code example headers

a8a3e83dc2b2d482f6e8fc46202dbd894f13b77e authored over 8 years ago
Bump the canary version on master

50fcc466b42895a4385f530b074366e053267da1 authored over 8 years ago
Remove ds-links-in-record-array feature flag

e27e29e0ed6e9ca2f257198005d361a782cad404 authored over 8 years ago
Update changelog for the Ember Data 2.9.0 release

139076454150fdf5cbc3a9e23dc232a0f45e72a0 authored over 8 years ago
tidy up integration/filter-test

* remove unneeded reopens
* remove assert.wait, instead use the promise chaining
* consistent qu...

dec22c6fe6ed5004006af570e4b6cee27b8aa985 authored over 8 years ago
No longer reach into internalModel.record in record-array-manager

bd96f61a89152b980ae1b422b62e6d7bcff1985f authored over 8 years ago
cleanup states

ec4ccf90f4591e1254682fe82ad817c1d09127a9 authored over 8 years ago
tidy up record array manager

* var -> let
* destructuring
* remove unused `Ember.A`
* misc cleanup

677d255c9fa2a5e44c78a70b0f7331e86fa684f6 authored over 8 years ago
Merge pull request #4578 from runspired/fix/null-id-assertions

Improved null id assertions

9593e17d546ac90a45d399c6125c0de11b33e89c authored over 8 years ago
fix assertion tests

2d464dc37595443f4e01a433b8717df9c8b955c6 authored over 8 years ago
[DOC] Update descriptions of findRecord() and findAll()

This commit adds documentation on the use of the `include` query parameter in `DS.Store` methods...

b52399b299b11566dc7e8db97bded60945cb6287 authored over 8 years ago
improved error messaging

97daea86e514311eaa554e2ccce09a2cb2c43944 authored over 8 years ago
improve assertion flow

b26035ea3eee888dfa631004413e6d179e9e5252 authored over 8 years ago
[BUGFIX RELEASE] fix regression in store beahvior when an updated record has a null id

efc98ea64d4330c00f92d3322dc2d8987adb54cc authored over 8 years ago
fix id in error message

58baca4cc917002eb7da6c2dfee14cc67bfeb784 authored over 8 years ago
Log an assertion if the response from createRecord does not have an id and the id was not already provided by the client

Closes #4346

7d7017c44161f30c537bdd50b96c628fcf83298c authored over 8 years ago
[DOC] fix typo

2d2e6cea483d6d196c76abeaf048a8eb2af35e9a authored over 8 years ago
Merge pull request #4576 from acorncom/patch-1

[DOC] Update Readme to reflect new default adapter

f3ab4886c580b76be16cb67955c5bbc353d6bb00 authored over 8 years ago
[DOC] Update Readme to reflect new default adapter

Believe this is out of date at this point

1f76fdb3fcf934cbca1ac8a087a28717859d967b authored over 8 years ago
Merge pull request #4574 from hjdivad/upgrade-to-released-heimdall

Move heimdalljs to dependencies

c351bdc4701bf4c07e6d786df2265d558d28f296 authored over 8 years ago
Move heimdalljs to dependencies

heimdalljs is actually a dev dependency, but `npm install` will fail to install
the nested (non-...

0e84da4e791504cb06edfe5d80754f63df2fa0ac authored over 8 years ago
Merge pull request #4529 from wongpeiyi/fix-isUpdating-without-reload

isUpdating should be true only if a reload happens

2926c47453d50d6b75590d2ff447a4d0da66833a authored over 8 years ago
Add a real error message for attempts to manipulate a recordArray and… (#4520)

* Add a real error message for attempts to manipulate a recordArray and prevent it from trying t...

5ab07dbd931f3a2994bcc77b3c3afbbe8c2ffc4d authored over 8 years ago
Merge pull request #4567 from bryanhickerson/master

[bugfix beta] Treat status code 0 as an abort

2c47399a901aa7d16ebe39e29c432624beba212e authored over 8 years ago
Merge branch 'master' of github.com:bryanhickerson/data

befac1ecaa692556e507aeae88ea50b47430c922 authored over 8 years ago
[bugfix beta] Treat status code 0 as an abort

99ffd78566af19d98f8cad2231731e0e2c9ec603 authored over 8 years ago
Merge pull request #4566 from emberjs/igor/fix-tests

Properly cleanup store and env in store integration test

2ee6f9405a588c80f4e6650018b978b867c6e734 authored over 8 years ago
Properly cleanup store and env in store integration test

The find test was failing when run by itself as it wasn't setting up the
store correctly. It jus...

8472a5a333346327238fc0ac5461bb41bdfdef31 authored over 8 years ago
Treat status code 0 as an abort

eb4ff3f91e2422f168cb884bf23921e195a4c18e authored over 8 years ago
Merge pull request #4510 from runspired/heimdall-instrumentation

Heimdall instrumentation

234042672fc74af5ddef3dd8f517eebb99267295 authored over 8 years ago
dont import heimdall unless instrumentation is needed

0c99e46276b85b671e940a5b2cf3ed9b82bd6251 authored over 8 years ago
fix env variable

b49e4eed46babdd0162464dc3b2e62817f2996a2 authored over 8 years ago
safe merge filtered imports

7a1a957190d0079ec64cb6ad30ce31771fbf8b10 authored over 8 years ago
improve benchmarks and instrumentation

e8f425d6c4d33369160eb470c7ff50326a9f746d authored over 8 years ago
adds note on benchmarking to the readme

e390bd93be1e997fe766c253731ac7fc234c4da3 authored over 8 years ago
safer toggling of instrumentation

86bb1d0f419f14043d2ea0e5cf93d5ad186ea42c authored over 8 years ago
fix benchmarking for latest ember-cli

5b046bad78bbf4adbad5c18dcdd1936668ae2189 authored over 8 years ago
adds a mock server, dummy app, and heimdall instrumentation for benchmarking

d3966fa614eab3e1971a47cd6f5b92b49dee4809 authored over 8 years ago
bump dep

bdf1ac96a03a97a552f3d7222ff5cd57cc7b4a5c authored over 8 years ago
alphabetize counters

0c8022fad93386f39d98ad632718cdaa1b039416 authored over 8 years ago
Merge pull request #4559 from emberjs/use-guid-for

[BUGFIX beta] Use Ember.guidFor to set InternalModel's guid.

6dce4e83ae58139845fd5c890c98021ba9e55b8e authored over 8 years ago
[BUGFIX beta] Use Ember.guidFor to set InternalModel's guid.

In future versions of Ember, the `Ember.GUID_KEY` property may not be the place that guids are s...

68941e774a3ba260bab6a123f76f77ac39fab4c4 authored over 8 years ago
Merge pull request #4560 from rwjblue/ensure-record-array-lenght-is-reset

[BUGFIX beta] Ensure record array length is reset during willDestroy.

a93e92e2fa10a3978929004a64b269456c013750 authored over 8 years ago
[BUGFIX beta] Ensure record array length is reset during willDestroy.

In Ember 2.10+ objects that are in the middle of being destroyed no
longer notify property chang...

9e97dced436637fd1e37c32a8ed4b5f0849803cc authored over 8 years ago
Merge pull request #4547 from TylerHansen/master

[BUGFIX beta] Correctly serialize invalid dates

b90443fe44b3e68a4c8efe3d5015d83236b0a02f authored over 8 years ago
Merge pull request #4553 from knownasilya/patch-3

[DOCS] Fix store.unloadAll modelName param type

4dfdb12fd034c9c72bc6af4bc8da23ba0ddc774b authored over 8 years ago
[DOCS] Fix store.unloadAll modelName param type

Remove extra character

8c24053d366c294f7f04a7a230dcfd3b9d549661 authored over 8 years ago
Update the changelog for the 2.8.1 release (#4548)

cdbdcfd614bf6707a1e3bb80fdcb93d06199c1c2 authored over 8 years ago
Merge pull request #4546 from emberjs/revert-4408-4346-assert

Revert "Log an assertion if the response from createRecord does not have an i…"

4c9c311f46a47a62097e40d83a6eb0c1ff825d41 authored over 8 years ago
Merge pull request #4537 from bmac/issue-4533

[BUGFIX beta] Ember Data should not swallow exceptions from the run loop

16cf35db2aa0ddbe28c043570ef6d725139b0c47 authored over 8 years ago
Add examples to the build-url-mixin API docs (#4512)

07a003763215ea3d14844eef0c66caf826b05ded authored over 8 years ago
[BUGFIX beta] Correctly serialize invalid dates

Invalid Date objects - such as `new Date("foo")` - are Date objects that
throw a `RangeError` wh...

77844641c124c1623d93d3e4499b943445ca39da authored over 8 years ago
[DOC beta] Remove `Ember.ArrayController` from initializer example (#4540)

`Ember.ArrayController` is deprecated since Ember 1.11.
ref: http://emberjs.com/deprecations/v1...

75e878196843d2a703ad21b88e166ff8a54596e8 authored over 8 years ago
Revert "Log an assertion if the response from createRecord does not have an i…"

a67315459dc644af6718c178a0724775c6d3b42d authored over 8 years ago
[BUGFIX release] Include initializers for global production build (#4541)

In [`ember-data.prod.js`](http://builds.emberjs.com/tags/v2.8.0/ember-data.prod.js),
the Ember ...

cf3ac13eb8ffa5fe0ee9cb0de80de8dbb9ac4ded authored over 8 years ago
Merge pull request #4545 from rwjblue/make-data-getter

[BUGFIX beta] Make `Model#data` a plain getter.

b7ae384161b08187d4b1813691e66c2fcf1367c8 authored over 8 years ago
[BUGFIX beta] Make `Model#data` a plain getter.

In Ember 2.9, using an `Ember.computed.alias` or
`Ember.computed.readOnly` automatically adds ma...

43e0b11a8e42916554d1cf080e8210eee06d1a42 authored over 8 years ago
[BUGFIX beta] Ember Data should not swallow exceptions from the run loop

Closes #4533

5e0ee7e6b8032a1dfe04e53acbac4cdee8be5ecf authored over 8 years ago
Fixes a typo of a private method (#4531)

1f7e2a24a4f5758ce0ec288db29e814d8d637124 authored over 8 years ago
[DOC] fix features response typo (#4530)

52a4d43605ca798df601851f6a5ce398f3d34f22 authored over 8 years ago
bump to latest ember-cli, run ember init, cleanup post init (#4536)

523e87fc4427cdcdad90df9e98089ee5f94e63c0 authored over 8 years ago
Bump the version to 2.10.0-canary

c9d8212c857ca78218ad98d11621819b38dba98f authored over 8 years ago
isUpdating should be true only if a reload happens

`findAll` should not set `isUpdating` to true if `backgroundReload` or
`shouldBackgroundReloadAl...

c12fff95dc59165fb4e8a3e513a5cb7326cdc76e authored over 8 years ago
try busting the cache by keeping phantomjs info in npm (#4528)

* try busting the cache by keeping phantomjs info in npm

* bump ember-try

* bump node vers...

d2fb980918c6222a8bf48a01315e0172906d19a7 authored over 8 years ago
post release version bump & Changelog updates

b04a6fec2a1655b8b5b1250effee0f83faaba525 authored over 8 years ago
[DOC] Update docs for shouldReload* methods (#4524)

It was very unclear to me why the server was being hit when returning `false` from `shouldReload...

b258df44be2464b51b815868b69e21a8eaa54c72 authored over 8 years ago
Merge pull request #4499 from pangratz/add-reference-assertions

[BUGFIX beta] add assertions for reference methods on DS.Model

f5161b04621c40176c12fe2124e45050bc3f8cc5 authored over 8 years ago
Merge pull request #4515 from bmac/update-boolean-transform-docs

Document the allowNull property on the boolean transform

cf3a8423b16061db68acb65987bd2b232fce4376 authored over 8 years ago
Merge pull request #4516 from bmac/update-normalizeModelName-docs

Update the docs for normalizeModelName so they explain the intent of …

2be01eec857e2882df8e4792febe05e111c2f9e7 authored over 8 years ago
Merge pull request #4521 from bmac/remove-container-proxy

Remove ContainerProxy

40aaff70e84c1e5f2439097bad9a26ab6299e1b9 authored over 8 years ago
Merge pull request #4522 from anotheredward/patch-1

add license to bower.json

019ae8bc29dd90cc68bde3d51579bd48c7caaf47 authored over 8 years ago
add license to bower.json

59fa1b7355b097c72eb938f0f399ba3f29f40431 authored over 8 years ago
Document the options argument in the DS.Transform class (#4514)

318e9fef9eef47df2f830c08a3ef39ed0d8523f9 authored over 8 years ago
Merge pull request #4519 from bmac/issue-4504

[BUGFIX beta] Prefer includes over contains

03d098d5cdb2fba2249f6c750268240c6400518d authored over 8 years ago
Remove ContainerProxy

99cfcf7ba17288e3d8313e052216ed02b1d80c88 authored over 8 years ago
Add better error messaging for adapters that do not implement createRecord, updateRecord or deleteRecord.

22e0d21aa51ce8d711f8bb3cf00286ed8e7f4efd authored over 8 years ago
[BUGFIX beta] Prefer includes over contains

This pr adds the
[ember-runtime-enumerable-includes-polyfill](https://github.com/rwjblue/ember-r...

db4cded04a34f9290aac2e4013bb3c353c7dccd6 authored over 8 years ago
Update the docs for normalizeModelName so they explain the intent of the function

c45ea65471d2304c8adef43a276e8d5db6a72466 authored over 8 years ago
Document the allowNull property on the boolean transform

ed794d92b485e2d32a947298970544ec19e08704 authored over 8 years ago
Remove ContainerInstanceCache from the API docs since it is not exposed to consumers (#4517)

5d9b2105d5c41cb827745d40587a9fcd679204e3 authored over 8 years ago
[DOC] clarify docs on Model#modelName and Store#modelFor (#4498)

79c81a589c753d3b0068599fc3b73b454a1ccf91 authored over 8 years ago
Update DateTransform documentation to specifically mention ISO 8601 (#4506)

b87a82d77828475e407ee76d4136d44e48ccbc0d authored over 8 years ago
Merge pull request #4503 from emberjs/test-alpha-1

Update ember-try config to test against alpha.

b3dabc823bcdd8d079cab29cd7a310ae9416deff authored over 8 years ago
Update ember-try config to test against alpha.

1daba1286de87dda10ca14e9c6b656ef734e388e authored over 8 years ago
[BUGFIX beta] add assertions for reference methods on DS.Model

Assertions are thrown when the specified relationship doesn't exist or
the passed type mismatche...

113ee68f27c808e1abb9c958e216d0d30c5cd95f authored over 8 years ago
Merge pull request #4489 from bmac/issue-4488

[BUGFIX beta] Fix Brittle Promise Usage

4033307d34631108f3240ca1257b206e0e6e5461 authored over 8 years ago
[BUGFIX beta] Fix key remapping for id/ids belongsTo with embedded-records-mixin

This implements the same semantics for `key` that are used
in JSONSerializer, for both belongs...

9451e7ac3ec4298f114ef1b6f3e974d779015757 authored over 8 years ago
Remove deprecation on using normalizeHash when running tests (#4443)

* remove deprecation normalizeHash when running tests

* wrapped normalizeHash tests with asse...

db49f961653246318f67f86d0427c929810fae44 authored over 8 years ago
Merge pull request #4490 from chadhietala/doc-fixes

[DOCS] No need to use Ember.run in succes and failure of wrapped getJSON

61ab268d7160678d6b2d37f403371df0013eb99a authored over 8 years ago
Merge pull request #4493 from emberjs/locks-patch-1

Addresses #4492

98d7524a462df05a823cdc4c17a2eda0cdc34364 authored over 8 years ago
Addresses #4492

f7064aae7fb66b14c4b9611fae273bfec0d3750a authored over 8 years ago
[BUGFIX beta] Fix Brittle Promise Usage

bd50280e44913320b76d2f821706409c218f879f authored over 8 years ago