Ghost/core/test/integration/model
Eugene Kulabuhov 539accf69f [API] Return post count for each tag
closes #4521
- if '?include=post_count' present, query db for tag/post_count information
  and append it to returned JSON
- fixed linter errors
- added integration test
- parsing to int as knex (or PostGres driver) is returning bigint as strings
- iterating through a smaller collection to avoid exception
2014-12-18 23:54:18 +00:00
..
model_app-fields_spec.js Naming cleanup 2014-09-20 21:09:16 +02:00
model_app-settings_spec.js Naming cleanup 2014-09-20 21:09:16 +02:00
model_apps_spec.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
model_permissions_spec.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
model_posts_spec.js Return computed url with post object 2014-12-10 17:23:02 +00:00
model_roles_spec.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
model_settings_spec.js Handle null/undefined value in test assertion. 2014-10-30 15:40:23 +00:00
model_tags_spec.js [API] Return post count for each tag 2014-12-18 23:54:18 +00:00
model_users_spec.js Merge pull request #4573 from ErisDS/limit-all-sitemaps 2014-12-04 09:45:33 +01:00