Skip to content

Commit 804888f

Browse files
authored
Merge branch 'main' into link-to-rss-feeds-from-head
2 parents a4ee7e0 + 8868391 commit 804888f

File tree

100 files changed

+10684
-3415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+10684
-3415
lines changed

dotcom-rendering/.storybook/mocks/bridgetApi.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ export const getDiscussionClient: BridgetApi<'getDiscussionClient'> = () => ({
8686
recommend: async () => discussionErrorResponse,
8787
});
8888

89-
export const getInteractionClient: BridgetApi<
90-
'getInteractionClient'
91-
> = () => ({});
89+
export const getInteractionClient: BridgetApi<'getInteractionClient'> = () => ({
90+
disableArticleSwipe: async () => void 0,
91+
});
9292

9393
export const getInteractivesClient: BridgetApi<
9494
'getInteractivesClient'

dotcom-rendering/cdk/lib/__snapshots__/renderingStack.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ exports[`The RenderingCDKStack matches the snapshot 1`] = `
10611061
},
10621062
{
10631063
"Key": "access_logs.s3.prefix",
1064-
"Value": "ELBLogs/frontend/article-rendering/PROD",
1064+
"Value": "application-load-balancer/PROD/frontend/article-rendering",
10651065
},
10661066
{
10671067
"Key": "idle_timeout.timeout_seconds",

dotcom-rendering/cdk/lib/renderingStack.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ export class RenderingCDKStack extends CDKStack {
210210
},
211211
accessLogging: {
212212
enabled: true,
213-
prefix: `ELBLogs/${guStack}/${guApp}/${stage}`,
213+
// This is the prefix pattern DevX assume so that the logs can be shown on the Availability dashboard.
214+
prefix: `application-load-balancer/${stage}/${guStack}/${guApp}`,
214215
},
215216
applicationLogging: {
216217
enabled: true,

dotcom-rendering/configs/webpack/.test.mjs

Lines changed: 0 additions & 50 deletions
This file was deleted.

dotcom-rendering/configs/webpack/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

dotcom-rendering/configs/webpack/base.mjs

Lines changed: 0 additions & 123 deletions
This file was deleted.

dotcom-rendering/configs/webpack/client.apps.mjs

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)