TryGhost
OSS
Ghost
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
fix-importer-silent-failures
f1361a1d Merge 140c97af9b52f7f9f66f0d0bf561728913426046 into a4f00a5316bbf4eea70ce01bbc726537f0ffdd2d
by Ricardo Sawir
R
Failed
fix-importer-silent-failures
1dd296f8 Fixed Bluebird promise warnings when saving models no ref Saving settings (e.g. labs flags) and other models logged Bluebird's "a promise was created in a handler but was not returned" warning. The model lifecycle hooks (onCreated/onUpdated/onDestroyed) and the audit-log action helpers created promises inside Bookshelf's event handler chain without returning them, so Bluebird flagged them as dangling. - model event handlers now capture and return the base prototype's result so the audit-log action insert is propagated through the chain - actions/events plugins return the insert promise rather than firing it and forgetting it - the seven settings validators were marked async but contained only synchronous code; removing async drops the unnecessary promise creation (callers already await them, so behaviour is unchanged)
by Kevin Ansf...
K
Failed
fix-importer-silent-failures
61f19b72 🐛 Fixed {{date}} helper rendering English for zh, zh-Hant, and pa locales (#24949) fixes #24783 Moment has no bundles for bare `zh`, `zh-Hant`, or `pa`, so sites on those locales silently fell back to English dates. The helper now resolves the site locale to candidates via Intl.Locale likely-subtags (zh → zh-cn, zh-Hant → zh-tw, pa → pa-in) and lets moment pick the first bundled match — exact matches still win, unknown locales still fall back to English, and no locale-specific logic lives in the helper. --------- Co-authored-by: Samarth Bagga <samarth.bagga@meesho.com> Co-authored-by: Steve Larson <9larsons@gmail.com>
by Samarth Bagga
S
Failed
fix-importer-silent-failures
3284ca70 Merge 5f960ada9c87c84c6d361e9448be620692d59935 into 8f22426b836f96c524e545115d433aab2157d67b
by Ricardo Sawir
R
Previous page
Previous
Next
Next page