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
Re-enable pushing builds to S3
7a23274db30325549e3c13967f431ddffd8f0771 authored about 9 years agod2b03564030c82811ce46bc73b1cef8783d995f3 authored about 9 years ago
Allow `include` query parameter with store.findRecord & store.findAll
e1c993ed8682a2eee73f39a699161ccf162f4b38 authored about 9 years agoRelated RFC: https://github.com/emberjs/rfcs/pull/99
These changes allow an `include` paremeter...
266d3b0fee59efdd6b6a91556b922425ce57f19e authored about 9 years agoa15cbf3ca6edd7781a06b743bcfae879c6775a95 authored about 9 years ago
9ac62ad874c3df2781fbb247faf51e69541160bd authored about 9 years ago
Implement RFC 57 - Reference Unification
58262301c97df58998f307d6b75a4d4cbd2176c8 authored about 9 years ago4a30273a02ac85a86994c478c425c8e11ef4faee authored about 9 years ago
7f03ec70ff41739af51ffc8e2e14a96f8f3e0878 authored about 9 years ago
3446090ff474dc1601025c0b7659d45c6ba7c5bf authored about 9 years ago
7066d77c4b8ef25ee9de99914323cf0e58934328 authored about 9 years ago
304f0176b2b9fd434d50ebc2c440c57d602d75aa authored about 9 years ago
These shims are already provided by `lib/ember-data-shims.js`.
1d936c6427916742971c0bfd7ae4c461da080b43 authored about 9 years agoUpdate ember-cli-shims to 0.1.0 to silence ED's own warning
9ab3695b7f4f96cf24d16e5416dd11ba12a118ec authored about 9 years ago58bf36676b3a1e83ad4e12533b2740335b58fc2d authored about 9 years ago
c14cda3e04de231c4595374b607a6923415ac20e authored about 9 years ago
[BUGFIX beta] Implement public module API.
de6f7be3a81717dfdedb47d1fdb7c772e693a14d authored about 9 years ago
When using ember-cli-shims prior to 0.1.0, the `ember-data` module that
we provide in this addon...
`config/environment.js` is used by ember-cli to allow the addon to
provide default configuration...
In order to keep backwards compat, we must honor the version of
ember-data that is present in `b...
ec8e22ae879cea885f9dd89f8216e1f5c991859d authored about 9 years ago
6b630c1eb41492ffe25b0f297ca5514fe4c02f68 authored about 9 years ago
This replaces the public module API from ember-cli-shims.
e132fe16b60088df4c041acb76d95afc65cc4f49 authored about 9 years agoWe shouldn't use array methods as they allocate and close over items that need to be GC'd. Memor...
0e355c09bcbd5bd19bba77c76ac86c9f7b3f8a90 authored about 9 years agoDo not publish .gem files to npm
01c350bf54a5bfbcb9d221747b75867e7e1c88ef authored about 9 years ago586050babc03c31c433f8deaad40b9550ea7a050 authored about 9 years ago
Update adapter function references in test
b2b9e2ce70b62b45cdabc1331228b1e119e35575 authored about 9 years ago
- Replaces references to `find` with `findRecord`
- Replaces references to `create` with `create...
Rely on internalModel.createSnapshot to set adapterOptions
5e5a8790baed57a5710b0a8a76458598e7b8f799 authored about 9 years ago
`internalModel.createSnapshot` already sets the `adapterOptions` on
the new snapshot the same w...
Move private modules into the `-private` directory
209326f22324d8e29eee0207908d02725f7cb83e authored about 9 years agoto discourage importing from paths that may change in future versions
883cf9c0ebe18277b1c8fab2381fe46eacfb13d9 authored about 9 years agoThrow a more helpful error message if the response from queryRecord i…
27404173e75e8288f0fca3a0d180123032d97300 authored about 9 years agoefd0e5dd0d52d7204600741cdaa23530f4eb3834 authored about 9 years ago
Remove extraneous conditional in ajax()
5794d27ea03c8d62d212559a75108ff743bb8979 authored about 9 years ago57e7c5537ee110e59007b0169f1921cc22fafa1c authored about 9 years ago
Re-enable feature flags
b2d7a40adc30dc8e2e578a799b1f3090c6fb7843 authored about 9 years agoThe conditional was checking if `error` was not an instance of `Error`, but it was initialized o...
a10a849950ef989d1e8b09326b4a3d6ccc36bd22 authored about 9 years agoFriendly Errors
c92b4f81eaf58dd49e9c622f489a979fe6cf0e2c authored about 9 years agoAdd license field to bower.json
b7ca04856366495195c9184890e876986ea01e1c authored about 9 years agoCleanup .jshintrc since no globals are used anymore
9286742865ff1eac6d28796b3dc4ac11157b27f7 authored about 9 years agoFix documentation to use "serializedHasManyName"
70015e189ae2a46f2e0a20812aad252648c5f34d authored about 9 years agoThe variable was declared but never used in the documentation
f1762687b8985dc790f933e6cb29c6be4ec77b3f authored about 9 years ago0b3c304560bc07c9710a06368009968dbbe3f1e5 authored about 9 years ago
Also position license field in component.json to mirror Ember.js
1d3e833227a654661bb0c60f7f6d5110aefd5797 authored about 9 years ago
Optional features and the corresponding tests can now be enabled within
the tests by specifying ...
Optional feature flags can now be enabled via a checkbox, rendered at
the top of the test page. ...
This add the `babel-plugin-feature-flag` BabelJS plugin to the build
pipeline, so all code paths...
[BUGFIX beta] bump ember-inflector
342919e7bde2cb24c060f1692da1add9faa751ca authored about 9 years agoFixes bugs when pluralization involves floats.
See https://github.com/stefanpenner/ember-inflec...
a2da96616c6278ff829661ddad1ecfc5fa3d83e8 authored about 9 years agoRemove duplicate createRecord test
41b203de5ab059ff46d4678bc30596d15c874e18 authored about 9 years agoCloses https://github.com/emberjs/data/issues/3969
This test has been obsolete since #3033
0e62622f5a2e2a4e1488707683747630fb6b16fc authored about 9 years ago[CLEANUP] use debug helpers from ember-data/debug
67bb2e6365d7eacec8faf7ffe7affe9f5c7aca65 authored about 9 years ago
By this, the calls to `assert`, `warn` etcetera are corectly stripped
when a new production buil...
Add failing test on PromiseArray.createRecord when called before hasM…
58f34e0ca11847ce0df92463909f9b3008b5570d authored about 9 years ago647e80a647d43ccc028c964f3f35fe203f202539 authored about 9 years ago
Directly reloading a hasMany with links should trigger only one request
f1485cbd4b71f3d5f0a08aeaa20eb7176e5c1534 authored about 9 years ago[CLEANUP] move test file to correct location
597068bee22a6610dcf9091b346affc3cd346a3f authored about 9 years agoAlso update test structure using `ember watson:upgrade-qunit-tests`.
890c2c1af9b4fda5fc17a8288dc488fb991493e2 authored about 9 years ago
Introducing a loading promise in the many relationship
in order to keep track of its loading state.
ef406a25a1c9ee18bbaa8e9ca5e7f0886c62c5bb authored about 9 years ago
tests for #3707
dc0be67c83753fee075e91960339178665b81a28 authored about 9 years agoAdded documentation to modify the hash by reference
70ee086a953128390ebbf0dc96b8d439979713bb authored about 9 years agoLog a deprecation warning when when Ember Data is loaded with Ember 1.13
9154cf95d2fe4a53b6ac4768d1e2bcf8f9f57ce8 authored about 9 years ago63e94324a468a113b4ade8d3385689fb9c29f9b6 authored about 9 years ago
58819ccad9fb737bebae19ac0734db35ab0d1efe authored about 9 years ago
8635f50361e4e970ebffc6bbc107c9edd29a90be authored about 9 years ago
[Doc] Specify the status code expected to populate the error object
a2290f9f182fe2dd545e9e957ee78b40810e1697 authored about 9 years ago362b0273e423ca5841f3f5ede35018494f9520fa authored about 9 years ago
Merge normalizeRelationships and setupRelationships methods in store
eaa36525c7e09a4f2870564f953a2dde59c4afaf authored about 9 years ago828f8eaef753320bf39793b6b3f54a64c970f5a1 authored about 9 years ago
Add a better error message when findRecord returns an array
856db0a5293f6d91b485ae593aa7c197f275f54b authored about 9 years agoRun `ember watson: methodify` on `addon/` and `test/`
7bef33dc8701e0bf2a31eed403075bf545efcb14 authored about 9 years agoRevert "[DOC fix] Adds missing space before list"
f10941a0d2c1516f8296bac952ec2cb0c6483958 authored about 9 years agoConvert to ES6 function declarations in tests.
9a57fa05aa6233425b2b04a61bbd1ec65bd4315a authored about 9 years agoConvert function declaration into ES6 syntax.
ef6c167fc6c8092aafb8a3ad4b053debc6ad530e authored about 9 years ago16827a1ce8c74b3eb426ecf1e60d75e01f512256 authored about 9 years ago
[DOC fix] Adds missing space before list
ab25f965a77c2f4edf7926602cc6b63bf5a9f1e5 authored about 9 years agoCloses #3950
110127a668909e17075c2c8cf520dad5526486cf authored about 9 years agofix transitioning into invalid state
b6242fc479469459997a3fa61fc570720cf046a6 authored about 9 years agoremove events from error class
add functionality to become valid if errors are removed
deprica...
0057b0435f1f484b20d93f1db4ea88c26d3f4b17 authored about 9 years ago[DOC beta] Use findRecord syntax in unloadRecord documentation
9a1609ad7223da3eb6a421d6c8a32ce3c736042a authored about 9 years agoJust a small update to the new syntax.
840b48781ad21edc61cef306e92aae53a7db0c7f authored about 9 years ago[DOCS fix] fix incorrect argument description...
a24d5eddaed78cbdb66484bd59ac56b99bb674b6 authored about 9 years ago...in `store.queryRecord`
Docs incorrectly say that passed in modelName can be a subclass of ...
071aa101bdb8fdeafa8be7e0f59cfcecb4ac3982 authored about 9 years agoReport better error when `type` is missing from a JSONApi response
845d969755c64977a58698664799c9d8d9c43bbf authored about 9 years ago8d0230c359d787afdddda041813a36c1d976e5ab authored about 9 years ago
Fix incorrect reference in store api docs
0a1d7f31342d00c19b1dea8c31d5a33699a1e835 authored about 9 years agof23f02fd6684faaeb2918a08b03c7e41fde9f755 authored about 9 years ago
[PERF] Ajax should join an existing run if one exists
15bb4b2dd12298d111f61379cbfe1f7d400d1cd7 authored about 9 years ago`Store._find` asserts `adapterPayload` not empty
6ab1756c68cf88ee3d63fa3b171abadcd9979a8e authored about 9 years ago4ece826843e700933fab76ae4dcdb1ca3ba49e5b authored about 9 years ago
[BUGFIX beta] create an empty sourcemap for bower users
439b89672d12e026926e3c3072f60c1a39c5e796 authored about 9 years agorefs https://github.com/components/ember-data/issues/32
06405d7275f59b5dcff2aaf9f407bbc97ad02b83 authored about 9 years agoRemove JSONSerializer#normalizeId
e1007db415041ef6a9831b731c9f458d11d2ae4f authored about 9 years agoMark `adapterFor` and `serializerFor` as public
7f341674455776eac3992bd29274bd84ae599655 authored about 9 years ago38ef355b128be114192b7419d013c6343a72aa12 authored about 9 years ago
JSONSerializer#normalizeId is unused, extractId/coerceId are used instead
666f7a6d2c588e553a8313e3d2df36ec8e73186f authored about 9 years ago3fc52c4aeb09d13f258963209076be700d6b4c8c authored about 9 years ago
Update the changelog for Ember Data 2.2.0
ec87ef66282a7a55c029dd4e704de4d33258338a authored about 9 years ago