Sam Lord
cb30c9bbc9
Prevent posts_meta data from killing the data-generator process
...
no issue
2023-05-03 16:28:29 +01:00
Sam Lord
1d7572fed5
Data generator: Fixed the URL formatting for newsletter clicks
...
no issue
2023-03-30 16:49:19 +01:00
Sam Lord
661de46ae0
Fixed the reply-to address for newsletters in data generator
...
no issue
This makes it so that newsletters can be manipulated in Ghost Admin, otherwise Ember errors
2023-03-22 14:56:51 +00:00
Sam Lord
d04b43aeee
Added post-based attributions for members in data-generator
...
no issue
2023-03-16 10:17:14 +00:00
Sam Lord
72ba6ec4af
Added member feedback to data generator
...
refs: https://github.com/TryGhost/Toolbox/issues/454
2023-03-14 10:32:34 +00:00
Sam Lord
98f0b6c7ce
Added ghost_subscription_id to members_stripe_customers_subscriptions table in data generator
...
no issue
2023-02-28 11:14:11 +00:00
Sam Lord
c72dcd629f
Fixed balance of email recipient data in data generator
...
no issue
Previously the number of opened emails was being generated incorrectly as the number of delivered emails was being reported too high.
Also, the faker date function occasionally fails for dates which are
too close together so this switches to manually generating a date
between the two.
2023-02-21 23:50:02 +00:00
Sam Lord
6cdf37c0ee
Added open rates to members in data generator
...
no issue
2023-02-21 23:50:02 +00:00
Sam Lord
522652e99e
Prevent duplicate label names in data generator
...
no issue
2023-02-21 11:42:33 +00:00
Sam Lord
744b92333c
Fixed members-click-event created_at time
...
no issue
The faker date method seems to spontaneously fail sometimes, as it had decided that the "later" time was before the opened time.
2023-02-20 15:46:47 +00:00
Sam Lord
70e2c07f2e
Data generator: Ensure user roles are only generated if roles already exist
...
no issue
Fixes the build, as in the test environment there are no user roles
2023-02-20 11:06:18 +00:00
Sam Lord
37f16b1b17
Added roles to users in data generator
...
no issue
2023-02-20 09:26:28 +00:00
Sam Lord
36ea0cc6d6
Added labels to data-generator
...
no issue
2023-02-20 09:26:28 +00:00
Sam Lord
db7ac14467
Added offers to data generator
...
no issue
Can generate a pair of offers.
TODO: Add offers to the base-data pack
2023-02-20 09:26:28 +00:00
Sam Lord
22ac685354
Added pages to data-generator
...
no issue
Data generator will now add 3 pages by default - can add extra support here, e.g. webmentions later.
2023-02-20 09:26:28 +00:00
Sam Lord
c6e119ecf5
Allow data-generator to make scheduled and draft posts
...
no issue
Also adds visiblity options, paid, members-only and public
2023-02-20 09:26:28 +00:00
Sam Lord
10a4a8eb12
Fixed tests for demo-data
...
no issue
2023-02-17 15:08:01 +00:00
Sam Lord
ca395a958c
Added post analytics to data generator
...
no issue
2023-02-17 14:03:59 +00:00
Sam Lord
b8f59f07f2
Added --clear-database
option to make it easier to use the data generator
...
no issue
2023-02-16 12:11:08 +00:00
Sam Lord
9e42d1356a
Updated avatar styles for webmentions
...
no issue
This makes the style for generated webmentions much better.
2023-02-13 13:16:24 +00:00
Fabien 'egg' O'Carroll
4e8af72305
Added support for deleting mentions ( #16238 )
...
refs https://github.com/TryGhost/Team/issues/2534
As we're using soft deletes for mentions we need to store the `deleted` column
as well as enforce a `'deleted:false'` filter on the bookshelf model.
We've also implemented the handling for deleting mentions. Where we remove a
mention anytime we receive and update from or to a page which no longer exists.
Co-authored-by: Steve Larson <9larsons@gmail.com>
2023-02-09 17:29:13 +07:00
Sam Lord
0d7944861c
Data generator: Swap order of free and premium newsletters
...
no issue
Free and premium newsletters were the other way around in the demo-data. This was a good opportunity to stop the email table importer from relying on the newsletter name, and use the order alone.
2023-02-08 22:12:19 +00:00
Sam Lord
e0bcb26600
Improved data-generator tooling
...
no issue
This makes the data-generator more customisable.
2023-02-06 10:42:56 +00:00
Sam Lord
1c0a0e0549
Added email table to data generator
...
refs: https://github.com/TryGhost/Toolbox/issues/454
2023-02-01 11:58:20 +00:00
Sam Lord
24bdcf5e9d
Added WebMentions to data generator
...
closes: https://github.com/TryGhost/Toolbox/issues/509
closes: https://github.com/TryGhost/Toolbox/issues/507
2023-01-23 17:39:00 +00:00
Sam Lord
9b1fd0185f
Fixed tests for data generation library
...
no issue
2022-11-03 17:04:14 +00:00
Sam Lord
08250d44b4
Added "base pack" support for data generator script
...
refs: https://github.com/TryGhost/Toolbox/issues/453
This makes it so that a JSON bundle can be imported as well as the data generation script
2022-11-03 14:54:33 +00:00
Sam Lord
c00e098915
Added support for MySQL in data-generator library
...
refs: https://github.com/TryGhost/Toolbox/issues/453
2022-11-03 11:08:16 +00:00
Sam Lord
28b11e6fed
Added command to generate demo data ( #15691 )
...
refs: https://github.com/TryGhost/Toolbox/issues/440
New command to generate demo data, creates data for over 20 tables in
Ghost, suitable for testing most features of the dashboard, as well as
making guided product tours using newsletters, tiers, many posts and
tags.
Usage: `yarn start generate-data`
Optionally, keep your existing posts / tags with: `yarn start generate-data --use-existing-tags --use-existing-posts`
2022-10-26 17:55:08 +01:00