Ghost/ghost/admin/app/controllers
Sag 98b51b666d
Fixed ember concurrency cancellation errors (#20324)
fixes https://linear.app/tryghost/issue/SLO-121
fixes https://linear.app/tryghost/issue/SLO-138
fixes https://linear.app/tryghost/issue/SLO-139
fixes https://linear.app/tryghost/issue/SLO-140
fixes https://linear.app/tryghost/issue/SLO-141
fixes https://linear.app/tryghost/issue/SLO-142

- ember-concurrency prevents two executions of the same task from
running at the same time
- when a task is cancelled, the library raises an error by default
- however, we don't need to surface that error as the cancellation of
the second execution is intentional
2024-06-04 16:20:49 +02:00
..
lexical-editor
members
posts
setup
activitypub-x.js Added ActivityPub playground (#20081) 2024-04-25 16:44:29 +08:00
application.js Added date based cache buster to client script (#19873) 2024-03-18 09:29:00 +00:00
billing.js
collection.js
collections.js
dashboard.js Moved onboarding display check into new onboarding service (#19938) 2024-03-27 17:37:37 +00:00
demo-x.js
designsandbox.js
error.js
explore.js
home.js
lexical-editor.js Fixed subtitle error being sticky 2024-06-03 16:44:06 +01:00
member.js Fixed unhandled error when saving member data fails validations (#20316) 2024-06-04 06:46:57 +00:00
members-activity.js
members.js Fixed ember concurrency cancellation errors (#20324) 2024-06-04 16:20:49 +02:00
mentions.js
migrate.js
offer.js Fixed ember concurrency cancellation errors (#20324) 2024-06-04 16:20:49 +02:00
offers.js Fixed generating offers in data generator (#19495) 2024-01-16 13:53:34 +00:00
pages-loading.js
pages.js
posts-loading.js
posts.js
reset.js
settings-x.js
setup.js Fixed browser tests broken by onboarding changes (#19998) 2024-04-08 15:15:04 +01:00
signin.js
signup.js
site.js
tag.js
tags.js
websockets.js
whatsnew.js