Ghost/ghost/admin/tests/acceptance/members
Kevin Ansfield f65437b14c Added "Name" members filter (#2289)
refs https://github.com/TryGhost/Team/issues/1408

- switched to `@tryghost/nql` packages to get access to latest releases
- updated `GET /members` mirage endpoint with a try/catch and explicit logging to make any errors from NQL more visible
- added "Name" filter option
  - has `is`, `contains`, `does not contain`, `starts with`, `ends with` operators
  - uses a plain text field for the input value
- added support for `~`, `-~`, `~^`, and `~$` operators when generating NQL queries from filter definitions
2022-03-08 21:30:20 +00:00
..
filter-test.js Added "Name" members filter (#2289) 2022-03-08 21:30:20 +00:00
import-test.js Resolved ember-cli-mirage import deprecations 2022-03-08 11:32:01 +00:00