Ghost/ghost/post-revisions
Ronald Langeveld f68936900c
Added post status saving (#16702)
no issue 

<!-- Leave the line below if you'd like GitHub Copilot to generate a
summary from your commit -->
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at ebd1973</samp>

This pull request adds support for storing and tracking the status of
posts in revisions. It introduces a new `post_status` column and
property in the `post` and `PostRevision` models, and updates the
`PostRevisions.formatInput` method to handle it.
2023-04-21 15:17:25 +01:00
..
lib Added post status saving (#16702) 2023-04-21 15:17:25 +01:00
test Populated reason field in post-revisions when revision is created (#16700) 2023-04-21 14:36:35 +01:00
.eslintrc.js Added post-revisions package 2023-04-17 11:14:57 +01:00
index.js Added post-revisions package 2023-04-17 11:14:57 +01:00
package.json Added post-revisions package 2023-04-17 11:14:57 +01:00
README.md Added post-revisions package 2023-04-17 11:14:57 +01:00

Post Revisions

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests