0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test
Kevin Ansfield 748a8e0d0f
Added email_open_rate order option to members API (#12462)
refs https://github.com/TryGhost/Ghost/issues/12421

- add `orderRawQuery` function to members model so that we can ensure members with an open rate are ordered before members without an open rate no matter the order direction chosen
- added `email_open_rate` to members in the test fixtures to allow testing of order
2020-12-08 12:43:48 +00:00
..
api-acceptance Changed URL protocol in oembed acceptance tests 2020-12-03 21:46:01 +00:00
frontend-acceptance Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
regression Added email_open_rate order option to members API (#12462) 2020-12-08 12:43:48 +00:00
unit Added migration for members.email_open_rate column (#12457) 2020-12-08 12:20:17 +00:00
utils Added email_open_rate order option to members API (#12462) 2020-12-08 12:43:48 +00:00
.eslintignore
.eslintrc.json Enabled error for "no-shadow" eslint rule 2020-10-27 11:27:37 +13:00
.jshintrc