Ghost/ghost
Fabien 'egg' O'Carroll 2459d70048
Added CollectionPost model & relation to Collection (#17588)
By using the `collections_posts` table as a pivot table, I couldn't see
a way to get bookshelf to *not* load the Post models for the relation.
We don't actually need those Post models for our usescases, the the
queries were causing issues with our database servers! Here we've added
a new CollectionPost model which allows us to treat the
collections_posts table as a resource ratherthan pivot, and means we can
use the hasMany relation rather than belongsToMany relation. This
removes all queries to the posts table when fetching collections with
relations
2023-08-07 09:17:36 +01:00
..
adapter-cache-memory-ttl
adapter-cache-redis
adapter-manager
admin Added logic for currency and suggested amount for Tips & Donations (#17599) 2023-08-04 18:17:35 +00:00
announcement-bar-settings
api-framework
api-version-compatibility-service
audience-feedback
bootstrap-socket
collections Fixed transaction completion error on collection update 2023-08-01 15:11:00 +08:00
constants
core Added CollectionPost model & relation to Collection (#17588) 2023-08-07 09:17:36 +01:00
custom-theme-settings-service
data-generator Data generator: Ensure order of newsletters is correct 2023-08-04 13:36:09 +01:00
domain-events Update Test & linting packages 2023-07-11 15:26:07 +02:00
donations Added donations API (#17495) 2023-07-31 16:00:52 +00:00
dynamic-routing-events
email-analytics-provider-mailgun
email-analytics-service
email-content-generator
email-events
email-service Increased padding of the header card email 2023-08-07 08:37:57 +08:00
email-suppression-list
event-aware-cache-wrapper
express-dynamic-redirects
external-media-inliner
extract-api-key
html-to-plaintext
i18n Deduplicated ts-node and typescript dependencies 2023-07-24 16:21:47 +02:00
importer-handler-content-files
importer-revue 🐛 Fixed bookmark card metadata styles (#17577) 2023-08-02 14:13:25 -05:00
in-memory-repository Added test illustrating date filtering for InMemoryRepository 2023-08-01 15:11:00 +08:00
job-manager
link-redirects
link-replacer Pinned dependencies 2023-07-24 16:21:47 +02:00
link-tracking
magic-link Added donations API (#17495) 2023-07-31 16:00:52 +00:00
mail-events Enabled no-explicit-any for majority of packages 2023-07-27 16:49:08 +02:00
mailgun-client
member-attribution
member-events
members-api Added donations API (#17495) 2023-07-31 16:00:52 +00:00
members-csv Added import tier to members import modal (#17492) 2023-07-26 09:19:09 +01:00
members-events-service
members-importer Added import tier to members import modal (#17492) 2023-07-26 09:19:09 +01:00
members-ssr
mentions-email-report
milestones
minifier 🐛 Fixed bookmark card metadata styles (#17577) 2023-08-02 14:13:25 -05:00
model-to-domain-event-interceptor Enabled no-explicit-any for majority of packages 2023-07-27 16:49:08 +02:00
mw-api-version-mismatch
mw-cache-control
mw-error-handler Update Test & linting packages 2023-07-11 15:26:07 +02:00
mw-session-from-token
mw-update-user-last-seen
mw-version-match
mw-vhost
nql-filter-expansions Switched TypeScript eslint config to custom plugin 2023-07-25 16:12:35 +02:00
oembed-service
offers
package-json
payments Added logic for currency and suggested amount for Tips & Donations (#17599) 2023-08-04 18:17:35 +00:00
post-events Added bulk posts action events dispatching 2023-08-01 15:11:00 +08:00
post-revisions Enabled no-explicit-any for majority of packages 2023-07-27 16:49:08 +02:00
posts-service Added bulk posts action events dispatching 2023-08-01 15:11:00 +08:00
referrers
security
session-service
settings-path-manager
slack-notifications
staff-service
stats-service
stripe Fixed donations checkout for logged-off readers (#17589) 2023-08-03 20:45:57 +00:00
tiers
update-check-service
verification-trigger
version-notifications-data-service
webmentions
tsconfig.json