Ghost/core/test/regression/api/v2/admin
Kevin Ansfield e57e19ec31
🏗 Migrated posts.page column to posts.type (#11111)
refs https://github.com/TryGhost/Ghost/issues/10922

- adds migrations to...
  1. add `post.type` column
  2. populate `post.type` column based on `post.page` value
  3. drop `post.page` column
- updates all code paths to work with `post.type` in place of `post.page`
- adds `nql-map-key-values` transformer for mapping `page`->`type` in `filter` params when using the v2 API
- modifies importer to handle `post.page`->`post.type` transformation when importing older export files
2019-09-16 11:51:54 +01:00
..
authentication_spec.js 🐛 Fixed blog setup crashing for falsy email config (#11041) 2019-08-20 15:43:43 +05:30
db_spec.js 🏗 Extracted post metadata in new post_meta table (#11102) 2019-09-16 14:15:55 +05:30
images_spec.js Combined /images* endpoints into /images/upload 2019-02-25 19:15:16 +07:00
notifications_spec.js 🎨 Made notifications dismissible per user 2019-04-19 09:43:14 +02:00
posts_spec.js Updated tests eslint config to use eslint-plugin-ghost@0.5.0 2019-08-19 13:38:35 +01:00
redirects_spec.js Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
schedules_spec.js 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
settings_spec.js 🐛 Fixed private blogging getting enabled when saving any setting (#10576) 2019-03-06 12:56:26 +01:00
slack_spec.js Reduced duplicated and slow regression tests 2019-02-05 01:20:16 +00:00
subscribers_spec.js Updated tests eslint config to use eslint-plugin-ghost@0.5.0 2019-08-19 13:38:35 +01:00
users_spec.js Fixed ability for the owner to change password of other users 2019-07-22 19:00:21 +02:00
utils.js 🏗 Extracted post metadata in new post_meta table (#11102) 2019-09-16 14:15:55 +05:30