0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/test/e2e-api/admin
Kevin Ansfield 51e04c75ad
Added "contains" operator support to ?filter= query params (#14286)
refs https://github.com/TryGhost/Team/issues/1408

- switched from `@nexes/nql` to `@tryghost/nql` and bumped `@tryghost/bookshelf-plugins` to get access to the latest NQL version across the app
- adds "contains" operator support
  - `:~'string'` - contains
  - `:-~'string'` - does not contain
  - `:~^'string'` - starts with
  - `:-~^'string'` - does not start with
  - `:~$'string'` - ends with
  - `:-~$'string'` - does not end with
- enables `'` escaping in strings, eg `'O\'Nolan'`
2022-03-09 13:02:17 +00:00
..
__snapshots__ Added "contains" operator support to ?filter= query params (#14286) 2022-03-09 13:02:17 +00:00
actions.test.js
config.test.js 🐛 Fixed config API not returning boolean 2022-01-20 18:25:41 +02:00
custom_theme_settings.test.js
db.test.js
email_preview.test.js
emails.test.js
files.test.js
images.test.js
integrations.test.js
invites.test.js
key_authentication.test.js
labels.test.js
legacy-members.test.js Enabled the last_seen_at flag in the legacy member tests 2022-02-24 17:41:38 +01:00
mail.test.js
media.test.js
members-importer.test.js Moved members importer tests to its own test file 2022-02-15 11:16:43 +01:00
members.test.js Added "contains" operator support to ?filter= query params (#14286) 2022-03-09 13:02:17 +00:00
notifications.test.js
oembed.test.js
pages.test.js Added tiers data for posts with non tiers visibility 2022-03-04 18:22:59 +05:30
posts.test.js Added tiers data for posts with non tiers visibility 2022-03-04 18:22:59 +05:30
products.test.js Added mockLabsDisabled to e2e framework 2022-02-10 12:10:31 +00:00
redirects.test.js
roles.test.js
settings.test.js Switched AMP to be 'off' by default in all new Ghost instances (#13907) 2022-01-14 18:55:48 +02:00
site.test.js Moved site.test.js from regression to e2e-api 2022-02-11 16:24:00 +00:00
slugs.test.js
snippets.test.js
tags.test.js
themes.test.js Removed ancient Casper fixture 2022-01-24 12:24:51 +00:00
tiers.test.js Support tier visibility editing Allowed Tiers Admin API to set visibility 2022-03-07 14:46:42 +00:00
users.test.js
utils.js Added alias for non-versioned API endpoints 2022-03-03 20:21:22 +13:00
webhooks.test.js