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 #4000 from pangratz/publish-builds-to-s3

Re-enable pushing builds to S3

7a23274db30325549e3c13967f431ddffd8f0771 authored about 9 years ago
Re-enable pushing builds to S3

d2b03564030c82811ce46bc73b1cef8783d995f3 authored about 9 years ago
Merge pull request #3976 from HeroicEric/allow-include

Allow `include` query parameter with store.findRecord & store.findAll

e1c993ed8682a2eee73f39a699161ccf162f4b38 authored about 9 years ago
Allow `include` query parameter with store.findRecord & store.findAll

Related RFC: https://github.com/emberjs/rfcs/pull/99

These changes allow an `include` paremeter...

266d3b0fee59efdd6b6a91556b922425ce57f19e authored about 9 years ago
Update to use [email protected].

a15cbf3ca6edd7781a06b743bcfae879c6775a95 authored about 9 years ago
[BUGFIX beta] Run the Ember Data initializer when Ember Data is loaded as an Ember CLI addon.

9ac62ad874c3df2781fbb247faf51e69541160bd authored about 9 years ago
Merge pull request #3303 from pangratz/reference_unification

Implement RFC 57 - Reference Unification

58262301c97df58998f307d6b75a4d4cbd2176c8 authored about 9 years ago
Implement RFC#57 - Reference Unification

4a30273a02ac85a86994c478c425c8e11ef4faee authored about 9 years ago
Add tests for blueprints.

7f03ec70ff41739af51ffc8e2e14a96f8f3e0878 authored about 9 years ago
Ensure `config/features.json` works with different cwd.

3446090ff474dc1601025c0b7659d45c6ba7c5bf authored about 9 years ago
Add missing dependencies.

7066d77c4b8ef25ee9de99914323cf0e58934328 authored about 9 years ago
Update blueprints to match ember-cli 2.2.0-beta.1.

304f0176b2b9fd434d50ebc2c440c57d602d75aa authored about 9 years ago
Remove unused `shims` file.

These shims are already provided by `lib/ember-data-shims.js`.

1d936c6427916742971c0bfd7ae4c461da080b43 authored about 9 years ago
Merge pull request #3996 from emberjs/bmac-patch-1

Update ember-cli-shims to 0.1.0 to silence ED's own warning

9ab3695b7f4f96cf24d16e5416dd11ba12a118ec authored about 9 years ago
ember-data should provide its blueprints

58bf36676b3a1e83ad4e12533b2740335b58fc2d authored about 9 years ago
Update ember-cli-shims to 0.1.0 to silence ED's own warning

c14cda3e04de231c4595374b607a6923415ac20e authored about 9 years ago
Merge pull request #3995 from rwjblue/embed-shims

[BUGFIX beta] Implement public module API.

de6f7be3a81717dfdedb47d1fdb7c772e693a14d authored about 9 years ago
[BUGFIX beta] Provide helpful warning for using older ember-cli-shims.

When using ember-cli-shims prior to 0.1.0, the `ember-data` module that
we provide in this addon...

8cd375ee9fec16d7a2d190d9815f22b9e05ac0bc authored about 9 years ago
Do not ENABLE_OPTIONAL_FEATURES in consuming applications.

`config/environment.js` is used by ember-cli to allow the addon to
provide default configuration...

120aa16e6189919976ba27c6ef531414248a6362 authored about 9 years ago
[BUGFIX beta] Use `bower` version of ember-data if present.

In order to keep backwards compat, we must honor the version of
ember-data that is present in `b...

446d65f7ebbb6b34a3dc50c24a5d992889d581a1 authored about 9 years ago
[BUGFIX beta] Remove old addon + blueprint.

ec8e22ae879cea885f9dd89f8216e1f5c991859d authored about 9 years ago
[BUGFIX beta] Ensure shims are included automatically in globals builds.

6b630c1eb41492ffe25b0f297ca5514fe4c02f68 authored about 9 years ago
[BUGFIX beta] Implement public module API.

This replaces the public module API from ember-cli-shims.

e132fe16b60088df4c041acb76d95afc65cc4f49 authored about 9 years ago
[PERF] Don't use array methods

We shouldn't use array methods as they allocate and close over items that need to be GC'd. Memor...

0e355c09bcbd5bd19bba77c76ac86c9f7b3f8a90 authored about 9 years ago
Merge pull request #3993 from emberjs/bmac-patch-1

Do not publish .gem files to npm

01c350bf54a5bfbcb9d221747b75867e7e1c88ef authored about 9 years ago
Do not publish .gem files to npm

586050babc03c31c433f8deaad40b9550ea7a050 authored about 9 years ago
Merge pull request #3990 from HeroicEric/update-adapter-method-references-in-tests

Update adapter function references in test

b2b9e2ce70b62b45cdabc1331228b1e119e35575 authored about 9 years ago
Update adapter function references in test

- Replaces references to `find` with `findRecord`
- Replaces references to `create` with `create...

7db174b3e6e8014b07e0d9fa257141bd32f6b783 authored about 9 years ago
Merge pull request #3989 from HeroicEric/use-create-snapshot-options

Rely on internalModel.createSnapshot to set adapterOptions

5e5a8790baed57a5710b0a8a76458598e7b8f799 authored about 9 years ago
Rely on internalModel.createSnapshot to set adapterOptions

`internalModel.createSnapshot` already sets the `adapterOptions` on
the new snapshot the same w...

dee1ab72758f511817f54a5bbb4205d1723e5681 authored about 9 years ago
Merge pull request #3986 from bmac/private-modules

Move private modules into the `-private` directory

209326f22324d8e29eee0207908d02725f7cb83e authored about 9 years ago
Move private modules into the `-private` directory

to discourage importing from paths that may change in future versions

883cf9c0ebe18277b1c8fab2381fe46eacfb13d9 authored about 9 years ago
Merge pull request #3864 from bmac/better-error

Throw a more helpful error message if the response from queryRecord i…

27404173e75e8288f0fca3a0d180123032d97300 authored about 9 years ago
Throw a more helpful error message if the response from queryRecord is empty

efd0e5dd0d52d7204600741cdaa23530f4eb3834 authored about 9 years ago
Merge pull request #3985 from davewasmer/patch-2

Remove extraneous conditional in ajax()

5794d27ea03c8d62d212559a75108ff743bb8979 authored about 9 years ago
use JS comment instead of HTML comment

57e7c5537ee110e59007b0169f1921cc22fafa1c authored about 9 years ago
Merge pull request #3979 from pangratz/feature_flags

Re-enable feature flags

b2d7a40adc30dc8e2e578a799b1f3090c6fb7843 authored about 9 years ago
Remove extraneous conditional in ajax()

The conditional was checking if `error` was not an instance of `Error`, but it was initialized o...

a10a849950ef989d1e8b09326b4a3d6ccc36bd22 authored about 9 years ago
Merge pull request #3930 from nikz/friendly-errors

Friendly Errors

c92b4f81eaf58dd49e9c622f489a979fe6cf0e2c authored about 9 years ago
Merge pull request #3980 from nickiaconis/bower-version

Add license field to bower.json

b7ca04856366495195c9184890e876986ea01e1c authored about 9 years ago
Merge pull request #3984 from pangratz/cleanup-jshint

Cleanup .jshintrc since no globals are used anymore

9286742865ff1eac6d28796b3dc4ac11157b27f7 authored about 9 years ago
Merge pull request #3983 from monofone/patch-1

Fix documentation to use "serializedHasManyName"

70015e189ae2a46f2e0a20812aad252648c5f34d authored about 9 years ago
[DOC beta] Fix documentation to use "serializedHasManyName"

The variable was declared but never used in the documentation

f1762687b8985dc790f933e6cb29c6be4ec77b3f authored about 9 years ago
Cleanup .jshintrc since no globals are used anymore

0b3c304560bc07c9710a06368009968dbbe3f1e5 authored about 9 years ago
Add license field to bower.json

Also position license field in component.json to mirror Ember.js

1d3e833227a654661bb0c60f7f6d5110aefd5797 authored about 9 years ago
Add possibility to run tests for feature flags via `ember test`

Optional features and the corresponding tests can now be enabled within
the tests by specifying ...

f58ffe442dbbd26a9cc71b53d153c5bd56d617c6 authored about 9 years ago
Re-add possibility to enable feature flags within Browser

Optional feature flags can now be enabled via a checkbox, rendered at
the top of the test page. ...

a1cdc95aad289b66202949a13ac57d2ac10d4284 authored about 9 years ago
Strip code for feature flags, which are not enabled

This add the `babel-plugin-feature-flag` BabelJS plugin to the build
pipeline, so all code paths...

22ef877d418de11acb46a8b010267df3af947e61 authored about 9 years ago
Merge pull request #3978 from fivetanley/bump-inflector

[BUGFIX beta] bump ember-inflector

342919e7bde2cb24c060f1692da1add9faa751ca authored about 9 years ago
[BUGFIX beta] bump ember-inflector

Fixes bugs when pluralization involves floats.

See https://github.com/stefanpenner/ember-inflec...

a2da96616c6278ff829661ddad1ecfc5fa3d83e8 authored about 9 years ago
Merge pull request #3974 from bmac/issue-3969

Remove duplicate createRecord test

41b203de5ab059ff46d4678bc30596d15c874e18 authored about 9 years ago
Remove duplicate createRecord test

Closes https://github.com/emberjs/data/issues/3969

This test has been obsolete since #3033

0e62622f5a2e2a4e1488707683747630fb6b16fc authored about 9 years ago
Merge pull request #3973 from pangratz/fix-debug-imports

[CLEANUP] use debug helpers from ember-data/debug

67bb2e6365d7eacec8faf7ffe7affe9f5c7aca65 authored about 9 years ago
[CLEANUP] use debug helpers from ember-data/debug

By this, the calls to `assert`, `warn` etcetera are corectly stripped
when a new production buil...

27a2a18b7171a97ad3005124fab754c2b7071bb3 authored about 9 years ago
Merge pull request #3968 from bmac/rebase-2412

Add failing test on PromiseArray.createRecord when called before hasM…

58f34e0ca11847ce0df92463909f9b3008b5570d authored about 9 years ago
Add failing test on PromiseArray.createRecord when called before hasMany is loaded

647e80a647d43ccc028c964f3f35fe203f202539 authored about 9 years ago
Merge pull request #2384 from sly7-7/reload-has-many-not-yet-fetched-with-links

Directly reloading a hasMany with links should trigger only one request

f1485cbd4b71f3d5f0a08aeaa20eb7176e5c1534 authored about 9 years ago
Merge pull request #3970 from pangratz/move-test

[CLEANUP] move test file to correct location

597068bee22a6610dcf9091b346affc3cd346a3f authored about 9 years ago
[CLEANUP] move test file to correct location

Also update test structure using `ember watson:upgrade-qunit-tests`.

890c2c1af9b4fda5fc17a8288dc488fb991493e2 authored about 9 years ago
Directly reloading a hasMany with links should trigger only one request

Introducing a loading promise in the many relationship
in order to keep track of its loading state.

94fd6422da1922f5250d2f027ec071425fa56f5e authored about 9 years ago
Adds more detailed ("friendly") RESTAdapter Error Messages

ef406a25a1c9ee18bbaa8e9ca5e7f0886c62c5bb authored about 9 years ago
Merge pull request #3966 from bmac/rebase-3723

tests for #3707

dc0be67c83753fee075e91960339178665b81a28 authored about 9 years ago
Merge pull request #3967 from bmac/rebase-3660

Added documentation to modify the hash by reference

70ee086a953128390ebbf0dc96b8d439979713bb authored about 9 years ago
Merge pull request #3841 from bmac/deprecate-ember-1-13

Log a deprecation warning when when Ember Data is loaded with Ember 1.13

9154cf95d2fe4a53b6ac4768d1e2bcf8f9f57ce8 authored about 9 years ago
Added documentation to modify the hash by reference

63e94324a468a113b4ade8d3385689fb9c29f9b6 authored about 9 years ago
tests for #3707

58819ccad9fb737bebae19ac0734db35ab0d1efe authored about 9 years ago
[BUGFIX beta] Log a warning when when Ember Data is loaded with Ember 1.13

8635f50361e4e970ebffc6bbc107c9edd29a90be authored about 9 years ago
Merge pull request #3965 from brianstorti/bs-improve-error-docs

[Doc] Specify the status code expected to populate the error object

a2290f9f182fe2dd545e9e957ee78b40810e1697 authored about 9 years ago
Specify the status code expected to populate the error object

362b0273e423ca5841f3f5ede35018494f9520fa authored about 9 years ago
Merge pull request #3964 from bmac/refactor-3854

Merge normalizeRelationships and setupRelationships methods in store

eaa36525c7e09a4f2870564f953a2dde59c4afaf authored about 9 years ago
Merge normalizeRelationships and setupRelationships methods in store

828f8eaef753320bf39793b6b3f54a64c970f5a1 authored about 9 years ago
Merge pull request #3961 from bmac/issue-3950

Add a better error message when findRecord returns an array

856db0a5293f6d91b485ae593aa7c197f275f54b authored about 9 years ago
Merge pull request #3926 from seanpdoyle/sd-ember-watson

Run `ember watson: methodify` on `addon/` and `test/`

7bef33dc8701e0bf2a31eed403075bf545efcb14 authored about 9 years ago
Merge pull request #3963 from emberjs/revert-3923-patch-1

Revert "[DOC fix] Adds missing space before list"

f10941a0d2c1516f8296bac952ec2cb0c6483958 authored about 9 years ago
[CLEANUP] `ember watson:methodify tests/`

Convert to ES6 function declarations in tests.

9a57fa05aa6233425b2b04a61bbd1ec65bd4315a authored about 9 years ago
[CLEANUP] `ember watson:methodify addon/`

Convert function declaration into ES6 syntax.

ef6c167fc6c8092aafb8a3ad4b053debc6ad530e authored about 9 years ago
Revert "[DOC fix] Adds missing space before list"

16827a1ce8c74b3eb426ecf1e60d75e01f512256 authored about 9 years ago
Merge pull request #3923 from locks/patch-1

[DOC fix] Adds missing space before list

ab25f965a77c2f4edf7926602cc6b63bf5a9f1e5 authored about 9 years ago
Add a better error message when findRecord returns an array

Closes #3950

110127a668909e17075c2c8cf520dad5526486cf authored about 9 years ago
Merge pull request #3853 from arenoir/invalid-state-fix

fix transitioning into invalid state

b6242fc479469459997a3fa61fc570720cf046a6 authored about 9 years ago
fix transitioning into invalid state

remove events from error class

add functionality to become valid if errors are removed

deprica...

0057b0435f1f484b20d93f1db4ea88c26d3f4b17 authored about 9 years ago
Merge pull request #3960 from jeffreybiles/patch-1

[DOC beta] Use findRecord syntax in unloadRecord documentation

9a1609ad7223da3eb6a421d6c8a32ce3c736042a authored about 9 years ago
Use findRecord syntax in unloadRecord documentation

Just a small update to the new syntax.

840b48781ad21edc61cef306e92aae53a7db0c7f authored about 9 years ago
Merge pull request #3958 from acburdine/patch-1

[DOCS fix] fix incorrect argument description...

a24d5eddaed78cbdb66484bd59ac56b99bb674b6 authored about 9 years ago
fix incorrect argument description...

...in `store.queryRecord`

Docs incorrectly say that passed in modelName can be a subclass of ...

071aa101bdb8fdeafa8be7e0f59cfcecb4ac3982 authored about 9 years ago
Merge pull request #3946 from martndemus/better-error-undefined-type

Report better error when `type` is missing from a JSONApi response

845d969755c64977a58698664799c9d8d9c43bbf authored about 9 years ago
Report better error when `type` is missing from a JSONApi response

8d0230c359d787afdddda041813a36c1d976e5ab authored about 9 years ago
Merge pull request #3949 from alexspeller/fix-peekAll-doc

Fix incorrect reference in store api docs

0a1d7f31342d00c19b1dea8c31d5a33699a1e835 authored about 9 years ago
Fix incorrect reference

f23f02fd6684faaeb2918a08b03c7e41fde9f755 authored about 9 years ago
Merge pull request #3943 from chadhietala/join-successes

[PERF] Ajax should join an existing run if one exists

15bb4b2dd12298d111f61379cbfe1f7d400d1cd7 authored about 9 years ago
Merge pull request #3916 from seanpdoyle/sd-assert-adapter-payload-not-empty

`Store._find` asserts `adapterPayload` not empty

6ab1756c68cf88ee3d63fa3b171abadcd9979a8e authored about 9 years ago
[PERF] Ajax should join an existing run if one exists

4ece826843e700933fab76ae4dcdb1ca3ba49e5b authored about 9 years ago
Merge pull request #3944 from fivetanley/empty-sourcemap-file

[BUGFIX beta] create an empty sourcemap for bower users

439b89672d12e026926e3c3072f60c1a39c5e796 authored about 9 years ago
[BUGFIX beta] create an empty sourcemap for bower users

refs https://github.com/components/ember-data/issues/32

06405d7275f59b5dcff2aaf9f407bbc97ad02b83 authored about 9 years ago
Merge pull request #3940 from whatthewhat/remove-JSONSerializer-normalizeId

Remove JSONSerializer#normalizeId

e1007db415041ef6a9831b731c9f458d11d2ae4f authored about 9 years ago
Merge pull request #3941 from bmac/public-adapter-store-for

Mark `adapterFor` and `serializerFor` as public

7f341674455776eac3992bd29274bd84ae599655 authored about 9 years ago
Mark `adapterFor` and `serializerFor` as public

38ef355b128be114192b7419d013c6343a72aa12 authored about 9 years ago
Remove JSONSerializer#normalizeId

JSONSerializer#normalizeId is unused, extractId/coerceId are used instead

666f7a6d2c588e553a8313e3d2df36ec8e73186f authored about 9 years ago
Bump the version number to 2.4.0-canary

3fc52c4aeb09d13f258963209076be700d6b4c8c authored about 9 years ago
Merge pull request #3938 from bmac/2-2-changelog

Update the changelog for Ember Data 2.2.0

ec87ef66282a7a55c029dd4e704de4d33258338a authored about 9 years ago