Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6a43ca0
Replaced `offer_id` guards with `hasActiveOffer` check in retention f…
mike182uk Feb 18, 2026
476e468
Updated stripe cleanup job logic with dry run (#26472)
9larsons Feb 18, 2026
867ab46
Bumped Portal to 2.64.5 (#26475)
9larsons Feb 18, 2026
25cb0bd
Fixed flaky comments API test ordering (#26476)
9larsons Feb 18, 2026
eb2e9aa
Removed Should.js from preview routes tests (#26479)
EvanHahn Feb 18, 2026
80c74b1
Removed Should.js from `{{cancel_link}}` helper tests (#26480)
EvanHahn Feb 18, 2026
2246435
Removed Should.js from `{{pagination}}` helper tests (#26481)
EvanHahn Feb 18, 2026
b5fec75
🐛 Fixed settings page not scrollable on mobile (#26477)
kevinansfield Feb 18, 2026
b74a0b5
Replaced `.should.startWith()` with `node:assert` (#26483)
EvanHahn Feb 18, 2026
8b12475
Added additional functionality to welcome email editor (#26450)
9larsons Feb 18, 2026
963fa5c
Removed Should.js from schema validator tests (#26482)
EvanHahn Feb 18, 2026
8adc6a9
Removed Should.js from member attribution service tests (#26485)
EvanHahn Feb 18, 2026
8cdaf6f
Removed Should.js from DB API tests (#26486)
EvanHahn Feb 18, 2026
e3430c0
Removed Should.js from web utils tests (#26488)
EvanHahn Feb 18, 2026
743345d
Removed Should.js from default frontend routing tests (#26489)
EvanHahn Feb 18, 2026
c80cbac
Removed Should.js from `{{next_post}}` helper tests (#26490)
EvanHahn Feb 18, 2026
556dec0
Updated yarn lock (#26491)
9larsons Feb 18, 2026
f14c28f
🐛 Fixed member filters with multiple date based filters returning inc…
renovate[bot] Feb 18, 2026
f1321fb
Removed dev.js and legacy scripts (#26442)
9larsons Feb 18, 2026
677c6b7
Removed `.should.match()` (#26492)
EvanHahn Feb 18, 2026
5c1f357
Updated popover margins and improved user details layout (#26493)
weylandswart Feb 18, 2026
d46506d
🌐 Updated Bulgarian translations (#26287)
yovko Feb 18, 2026
12364bd
Removed Should.js from front-end members tests (#26496)
EvanHahn Feb 18, 2026
6c1227c
Removed last Should.js invocations (#26499)
EvanHahn Feb 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
# Debug level to pass to Ghost
# DEBUG=

# App flags to pass to the dev command
## Run `yarn dev --show-flags` to see all available app flags

# GHOST_DEV_APP_FLAGS=

# Stripe keys - used to forward Stripe webhooks to the Ghost instance in `dev.js` script
# Stripe keys - used to forward Stripe webhooks to Ghost
## Stripe Secret Key: sk_test_*******
# STRIPE_SECRET_KEY=
## Stripe Publishable Key: pk_test_*******
Expand Down
147 changes: 0 additions & 147 deletions .github/scripts/dev-with-tinybird.js

This file was deleted.

Loading
Loading