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

[DOC release] Remove normalizePayload, associated docs, and mention of functionality.

- Fixes [#3750](https://github.com/emberjs/data/issues/3750)

dcd77f2cc6554a181481a3ca4d4f12d5320df2db authored over 9 years ago
Bumped the ember-inflector version to 1.9.2. This pulls in a much needed fix for older browsers (see: stefanpenner/ember-inflector#89 ).

(cherry picked from commit 9632531a30009a8999f574535a59717bba1fe2ff)

Conflicts:
package.json

dfd05f31f1e2efcd16162e100512bea94172ee7d authored over 9 years ago
Merge pull request #3739 from kagemusha/patch-1

store example should use findRecord()

61d7f42b040ad67bf855207f5b6ba37eeff8096d authored over 9 years ago
store example should use findRecord not of find

79dbc0843f92d246f17a6432f2efb00af662749a authored over 9 years ago
Revert "Explicitly set length after setting a new content property"

caac3014e67c807391d848b960fe16c4c100f543 authored over 9 years ago
Merge pull request #3732 from acburdine/id-fic

follow up fixes for #3701

dae800cb7793de1c7c68ec27c233bb02332cf5f8 authored over 9 years ago
follow-up fixes for 3701

07910e9d796665526a0053e0540a434c6c40f3b0 authored over 9 years ago
Merge pull request #3701 from acburdine/id-fic

[BUGFIX release] fix regression where dynamically set id is not serialized in a create…

c208f2c299ecd5566ad9d0eee0a89f9913e924c6 authored over 9 years ago
fix regression where dynamically set id is not serialized in a create save request

closes #3694
- uses es5 getters and setters to be able to set the internalModel id
- add asserti...

4798ff3b44792f6672eea2889fa244010647d2dd authored over 9 years ago
Merge pull request #3722 from stefanpenner/shape-and-cleanup

Shape and cleanup

71f8cbdc8e09f1df30aa8709045d350abb685109 authored over 9 years ago
Ensure InternalModel stays shaped correctly (at least for _recordArrays)

8429d2bba4d6040a479ab389529d9f444a84f8b1 authored over 9 years ago
Merge pull request #3717 from greyhwndz/remove-fixture-adapter-references

Remove Fixture Adapter

6dac7775ef5e7e58917bf7ec896fe1932cc32c98 authored over 9 years ago
Merge pull request #3699 from fivetanley/add-tests-for-polymorphic-behavior

[refactor] add some tests asserting polymorphic relationships can be …

6ac8a85d35ee9d8b730a5b4c7fc6d02446d32d9f authored over 9 years ago
Remove the Fixture Adapter

60b7ae7a94405e1dc0bf29b012ed8b02ca32b7f2 authored over 9 years ago
Merge pull request #3711 from bmac/workaround-ember-12218

Explicitly set length after setting a new content property

0268cc34e864eed386411f4c817d10c7821de676 authored over 9 years ago
Merge pull request #3714 from bmac/document-custom-store-location

Update the location of the custom store in the API doc example

6d731f6dbdbb70b18ae79a78bc9fbf4fdb7bb3db authored over 9 years ago
Update the location of the custom store in the API doc example

360a87d0682630d900996abca47592b8cb2b31f6 authored over 9 years ago
Explicitly set length after setting a new content property

This is a workaround for https://github.com/emberjs/ember.js/pull/12218

67f14b86e44711087ee7b89a14a58982bb3eaa01 authored over 9 years ago
Merge pull request #3697 from xtian/patch-1

Fix typo in CHANGELOG

948556432ede4e21f89278434bd4de8e656ce4c0 authored over 9 years ago
[refactor] add some tests asserting polymorphic relationships can be set to null

I was debugging an issue in the ActiveModel adapter addon, but it turned out to not
be an issue....

129650d2523e44e1034141e192e29787c61bd849 authored over 9 years ago
Fix typo in CHANGELOG

0054bfd3094049d2c3ab0510db8d9bc955065d08 authored over 9 years ago
Fix missing commits form 2.1.0-beta.1 in changelog

52517662143daea47876ff257db95dce18ff8bbe authored over 9 years ago
Bump the verion on master to 2.2.0-canary

9fb8e4319cf0d820a29b2fac028a611ba0ff1c5c authored over 9 years ago
Merge pull request #3682 from bmac/2-0-changelog

Update the changelog for 2.0

85e05e913cfa9b75ad3eeea4a1f7ac40682c921d authored over 9 years ago
Update the changelog for 2.0

be1d3a77327a2f5c33179385f364ef2359894bee authored over 9 years ago
Merge pull request #3577 from bmac/bug-3547

Use the correct modelClass and serializer to extract a polymorphic ty…

0ad506cf5074817ceca231a1c6aee4e8d0036d34 authored over 9 years ago
Use the correct modelClass and serializer to extract a polymorphic type when normalizing async relationships.

Closes #3547

b7f7b7a9dce7f126c045c65277da8dc53cdd1e8b authored over 9 years ago
Merge pull request #3681 from bmac/serializer-doc

[BUGFIX beta] Update required methods for the Serializer class

145ccc9b9fdf420538555cf8c9bd4a24c0d12b23 authored over 9 years ago
Merge pull request #3680 from bmac/prefer-new-initializer-methods

[BUGFIX beta] Prefer the new injection methods.

b82bd661bdc23b564e670482031befc7cb319e7e authored over 9 years ago
[BUGFIX beta] Update required methods for the Serializer class

b826e7cbebba6f9222ed35a5c8e2c2cf60b72cdb authored over 9 years ago
[BUGFIX beta] Prefer the new injection methods.

This way Ember Data won't log deprecation warnings when https://github.com/emberjs/ember.js/pull...

c08f725d980d6b91547bf86de51e737cebc8e959 authored over 9 years ago
Merge pull request #3666 from rwjblue/fix-initializer-deprecations

[BUGFIX beta] Initializer/Instance Initializer Deprecations.

1ed437ad2f7c97a7a2fd91e432eb01b5551abb0d authored over 9 years ago
Merge pull request #1 from bmac/fix-renamed-registry-methods

[BUGFIX beta] Don't use old method names with the new injection system.

64a06886bff66808fb9f03699998407b4a938d99 authored over 9 years ago
[BUGFIX beta] Don't use old method names with the new injection system.

In the new initializer system intection has been renamed to inject and
optionsForType has been r...

1bd43181fcdf4843eae733c15003e14f9364e630 authored over 9 years ago
Merge pull request #3672 from greyhwndz/change-remaining-CPs-to-deco-style-in-RESTAdapter-apidoc-samp

[DOC beta] Changed remaining CPs to decorator-style in RESTAdapter apidocs sample

64bc46fafb3cc32972cf0a441fa510cb2801a594 authored over 9 years ago
[DOC beta] Changed remaining CPs to decorator-style in RESTAdapter apidoc

samp

[ci skip]

fea5b78d409121519fa59466a4520a546d76fe49 authored over 9 years ago
Merge pull request #3670 from greyhwndz/change-to-deco-style-CPs-in-RESTAdapter-api-doc-sample

[DOC beta] Change to decorator-style CPs in RESTAdapter API doc samples

878a1ed6aff08c0ef98b99c0ed039aa3c11180b3 authored over 9 years ago
[DOC beta] Change to decorator-style CPs in RESTAdapter API doc samples

[ci skip]

4bf88b4a16a4662fc7265b8fb1cb250b61081316 authored over 9 years ago
Merge pull request #3669 from greyhwndz/change-post-model-sample-in-rest-adapter

[DOC beta] Changed references to App.Person & App.Post in RESTAdapter API docs

c2d37159880946fa53b01fd7d104f75fa91f4c5f authored over 9 years ago
[DOC beta] Changed references to App.Person & App.Post in RESTAdapter API

docs

[ci skip]

c5576aa2b21cb6251310d1520cdebd421d0974eb authored over 9 years ago
[BUGFIX beta] Remove initializer deprecations for Ember 2.1.0+.

As of Ember 2.1.0 initializers should receive a single argument (the
application), and that obje...

4e7fb74f2c4cf564eac4e3924da95ee62b1e88f8 authored over 9 years ago
[BUGFIX beta] Use public API for container in instance initializer.

As of 2.1.0 the ApplicationInstance instance that we receive in an
instance initializer has a `l...

068af57d8d656a031ddb619ee97c38c50cacf10e authored over 9 years ago
Merge pull request #3665 from rwjblue/remove-private-registry-usage

[BUGFIX beta] Fix usage of registry for 2.1.0+.

f973fd4515f8046df54a54a30ea603b8afb3587d authored over 9 years ago
Fix invalid `_super` call.

This was previously passing, because Ember 2.0.0 and lower did not
properly rethrow the error in...

b6498c4f47e0031f5bfebc385bd29cb62667c947 authored over 9 years ago
[BUGFIX beta] Fix usage of registry for 2.1.0+.

Using `registry.resolve` is generally private API, and `container.lookupFactory`
provides roughl...

64ccbc34511e2dda830fc1ce96bb21c247edceb4 authored over 9 years ago
Merge pull request #3661 from greyhwndz/default-adapter-to-jsonapi

[DOC beta] Changed @default adapter from RESTAdapter to JSONAPIAdapter

cea0b0cffc1fe460cfefc477ceb0c0876575e5c8 authored over 9 years ago
[DOC beta] Changed @default adapter from RESTAdapter to JSONAPIAdapter

[ci skip]

2747529780935838315fc08984901c8f43975e40 authored over 9 years ago
Merge pull request #3656 from bmac/beta-2-changelog

Update the changelog for 2.0.0-beta.2

a8e867d1fd89779fec98bfff21c867b554f41d1d authored over 9 years ago
Update the changelog for 2.0.0-beta.2

16951809fcfb6e513a7d5df3454929201047fcf4 authored over 9 years ago
Merge pull request #3654 from bmac/rever-filter-by

Revert the live filterBy changes in Ember Data beta.1

d46eac3db91c81e619be555689bb11e9ea813ca0 authored over 9 years ago
Merge pull request #3653 from bmac/update-ember-dep

[BUGFIX beta] Update the dependencies for Ember 2.0

51f4418df462d0cb63bafe22b33be27a4e69a7d9 authored over 9 years ago
[BUGFIX beta] Revert "Add `RecordArray#filterBy` which contains a live, filtered subset"

This reverts commit 1aeaa9124791cf0590ecfe2685ee2322e9798e0d.

Conflicts:
packages/ember-data/t...

ec69e94e9fdf4254bb94769f07ee28a2d365d1e4 authored over 9 years ago
[BUGFIX beta] Revert "Implement filterBy on DS.ManyArray"

This reverts commit 9109e0e59ea83545eb42a8bd68ff40892349e99c.

e5e8b3cdec631128c87623fc3979a317a29d617c authored over 9 years ago
[BUGFIX beta] Update the dependencies for Ember 2.0

Closes #3650

36531ca7c417a83651cf68f67df3f294701dc073 authored over 9 years ago
Merge pull request #3651 from bmac/1-13-9-changelog

[DOC release] Update changelog for 1.13.9

28e06bcfaf729f83c58ccfef6242ba3d1edb087b authored over 9 years ago
Update changelog for 1.13.9

c75c75dc3083c4fdcd6180c43cbd4bd1cf41d5d0 authored over 9 years ago
Merge pull request #3649 from stefanpenner/empty-object

Empty object

8e7f9d081ff87a860fdb24018e1ca83477b565ac authored over 9 years ago
Replace instances of Object.create(null) with new EmptyObject(). Fixes #3642

5bcd12d1f7291d5f06e27b9185e958ef9ebb92ca authored over 9 years ago
import EmptyObject before usage

e3f26a6b9b175db831b4c6b5ef8d76df18a9a02d authored over 9 years ago
workaround for: https://github.com/jquery/qunit/issues/851

6a53d429f431005063146713b139374dba95e9f5 authored over 9 years ago
Merge pull request #3647 from yaymukund/deprivatize-adapter-query

Adapter.query should be part of the public overrideable interface.

81ace9f427545ad3a3ee033cd208e5d2b5235988 authored over 9 years ago
Merge pull request #3641 from stefanpenner/internal-model

Improve InternalModel (2x - 3x faster)

1c47ffaa1053d5635e293c42a80f4ba5b9ab973b authored over 9 years ago
Patch ED tests that use private API – make them at least do it correctly (I’m pretty sure i wrote the test in question…)

7e4c198e6557573cc7c9369d6b38d000393d4fa8 authored over 9 years ago
Adapter.query should be part of the public overrideable interface.

5e004142a24b6c8b2d1a1786deb60dbae70d7105 authored over 9 years ago
Improve InternalModel (2x - 3x) allocation cost.

ca9393fb01f23038eb15c479c56e02be4a466558 authored over 9 years ago
Merge pull request #3636 from rwjblue/add-dependency-checker

Add ember-cli-dependency-checker.

1f866da3b4a4edcf70fdf346cd6e6be6cfaecfab authored over 9 years ago
Add ember-cli-dependency-checker.

Since we are using ember-cli to build ember-data we can take advantage
of the work done in ember...

9f4c277a57b3b06268e220084c0be8c0a3003c78 authored over 9 years ago
Fix typo in changelog

60f13f4860ea9c906e51ae54c8f00b8f099737b5 authored over 9 years ago
Rename master version back to canary

0987327bfc6b7811d1c333b52f2d2a4a2b8ebc62 authored over 9 years ago