ember-data-contentful icon indicating copy to clipboard operation
ember-data-contentful copied to clipboard

Ember Data adapter for contentful.com

Results 9 ember-data-contentful issues
Sort by recently updated
recently updated
newest added

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.0 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. Commits b31e67f link broken 6ad6035 Fix prototype pollution See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=merge&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...

dependencies

Hey @davidpett, first of all, thanks for building this! I am a pretty new Ember user so please forgive me if this is a really novice question. How can one...

Hi, I just spent a few hours debugging why the model entries in EmberJS weren't showing up. In the end I discovered that it has to do with how you...

Hi, Is there a way to set the Locale? E.g. when using `.findAll`?

- [x] Build test data - [x] Identify the problem - [ ] Fix it This addresses issue #24

store.query('something', {limit: 1000}) works, but store.findAll('something', {limit: 1000}) doesn't and instead always limits to 100 records. I think the normalizeQueryRecordResponse() method is set up to make the limit work for...