mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 18:01:36 +03:00
4a9e57c170
refs https://github.com/TryGhost/Ghost/issues/10318 - `group` - to replace the `type` column, provides a more descriptive name for the columns use - for existing sites it will be populated by migrating data from the `type` column in a later migration - for new sites a minimal update has been added to `parseDefaultSettings()` to populate the `group` field when settings are created during startup - fixes the NOT NULL constraint on `settings.group` - `flags` - signifies special handling that is different to other settings in a group - eg, `PUBLIC,RO` would indicate that the setting is available via unauthenticated endpoints and is read-only |
||
---|---|---|
.. | ||
admin | ||
content | ||
README.md |
Acceptance Tests
This folder should only contain a set of basic API use cases.
We are currently refactoring the test env. The "old" folder currently contains all API tests for the stable API version (v2). The goal is:
- either keep a test if it's a basic use case e.g. upload an image, schedule a post, download a theme
- otherwise move the test to regression api v2 tests
We probably need a differentiation for the acceptance tests for session and api_key authentication.
Before we move tests:
- we have to re-work how are test utility is structured
- we have to reduce tests