Ghost/ghost/admin/app/controllers/settings/integrations
Kevin Ansfield 3ee0c3ff53 Fixed duplicate top-level properties after native class codemod
refs https://github.com/TryGhost/Ghost/issues/14101
refs https://github.com/TryGhost/Admin/pull/2256

Before migrating to native classes we had a number of controllers/components that had an `.actions.foo` action and a `.foo` task. The automated migration to native classes didn't take that into account and we've ended up with duplicate top-level property names. These duplicates are confusing and can potentially lead to errors or unexpected behaviour, they'll also be flagged as linter errors when we bump our eslint version.

- switched tasks with matching action names to `.actionTask` naming scheme
2022-02-10 10:20:03 +00:00
..
amp.js Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
firstpromoter.js Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
slack.js Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
unsplash.js Fixed duplicate top-level properties after native class codemod 2022-02-10 10:20:03 +00:00
zapier.js Collapsed @service injection definitions to single-line style 2022-02-01 17:03:54 +00:00