Merge remote-tracking branch 'origin' into chuck/web-2435-move-comments-and-webhooks-without-attachments

This commit is contained in:
Chuck Driesler
2025-02-18 16:04:20 +00:00
609 changed files with 5668 additions and 51059 deletions
@@ -582,6 +582,7 @@ isMultiRegionTestMode()
expect(res).to.not.haveGraphQLErrors()
// TODO: Replace with gql query when possible
const automation = await tables
.automations(targetRegionDb)
.select('*')
@@ -623,6 +624,7 @@ isMultiRegionTestMode()
expect(res).to.not.haveGraphQLErrors()
// TODO: Replace with gql query when possible
const automationRun = await tables
.automationRuns(targetRegionDb)
.select('*')
@@ -658,6 +660,7 @@ isMultiRegionTestMode()
expect(res).to.not.haveGraphQLErrors()
// TODO: Replace with gql query when possible
const comment = await tables
.comments(targetRegionDb)
.select('*')