mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
5880edd722
refs https://github.com/TryGhost/Team/issues/693 Since we've got rid of the concept of Complimentary with the Custom Prices work, we're removing the 'comped' status from members. This involves a migration for existing members, a schema update for the validation, and a bump to members-api to no longer use the 'comped' status for new members. We also update the aggregation of the MemberStatusEvent to consider the 'comped' status as 'paid', and that there are 0 'comped' status events in the database. We can consider a migration for this data in the future, either adding new status events moving from 'comped' to 'paid', or by modifying existing status events. However both of these are very difficulty to write a down migration for, and might be best saved for a major version. - @tryghost/members-api@1.7.0 is the version that includes the required changes, however we have already bumped to 1.8.0 in Ghost |
||
---|---|---|
.. | ||
admin | ||
content | ||
README.md |
Acceptance Tests
This folder should only contain a set of basic API use cases.
The goal for acceptance tests is to keep test cases to basic usecases e.g. upload an image, schedule a post, download a theme. Otherwise tests should be written as a part of regression test suite.
Future improvement notes:
- We probably need a differentiation for the acceptance tests for session and api_key authentication.