Skip to content

Commit b75ca12

Browse files
authored
Merge branch 'master' into fix/security-postmessage-origin-and-slack-middleware
2 parents eda9cfd + 41dac51 commit b75ca12

424 files changed

Lines changed: 56338 additions & 11442 deletions

File tree

Some content is hidden

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

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ commands:
3636
- run:
3737
name: Run allow-scripts (lifecycle scripts for whitelisted packages)
3838
command: |
39-
for pkg in apps/bedrock-content-generator; do
39+
for pkg in apps/bedrock-content-generator apps/ai-content-generator apps/vercel/frontend apps/graphql-playground; do
4040
if [ -f "$pkg/package.json" ] && grep -q '"allow-scripts"' "$pkg/package.json" && [ -d "$pkg/node_modules/@lavamoat/allow-scripts" ]; then
4141
(cd "$pkg" && npm run allow-scripts)
4242
fi
@@ -124,6 +124,7 @@ jobs:
124124
REACT_APP_SLACK_CLIENT_ID=$SLACK_CLIENT_ID_TEST \
125125
VITE_GOOGLE_PICKER_API_KEY=$VITE_GOOGLE_PICKER_API_KEY \
126126
VITE_GOOGLE_APP_ID=$VITE_GOOGLE_APP_ID \
127+
VITE_LD_CLIENT_ID='588a047044b03e0b3211298d' \
127128
NODE_ENV='staging' \
128129
npm run build
129130
- run:
@@ -135,6 +136,9 @@ jobs:
135136
VITE_ENV='test' \
136137
REACT_APP_BACKEND_BASE_URL=$BACKEND_BASE_URL_TEST \
137138
REACT_APP_SLACK_CLIENT_ID=$SLACK_CLIENT_ID_TEST \
139+
VITE_GOOGLE_PICKER_API_KEY=$VITE_GOOGLE_PICKER_API_KEY \
140+
VITE_GOOGLE_APP_ID=$VITE_GOOGLE_APP_ID \
141+
VITE_LD_CLIENT_ID='588a047044b03e0b3211298d' \
138142
GOOGLE_DOCS_TEST_CLOUDFRONT_DIST_ID=$GOOGLE_DOCS_TEST_CLOUDFRONT_DIST_ID \
139143
STAGE='test' npm run deploy:test
140144
- run:
@@ -169,6 +173,7 @@ jobs:
169173
REACT_APP_SLACK_CLIENT_ID=$SLACK_CLIENT_ID_PROD \
170174
VITE_GOOGLE_PICKER_API_KEY=$VITE_GOOGLE_PICKER_API_KEY \
171175
VITE_GOOGLE_APP_ID=$VITE_GOOGLE_APP_ID \
176+
VITE_LD_CLIENT_ID='588a047044b03e0b3211298e' \
172177
NODE_ENV='production' \
173178
npm run build
174179
- publish
@@ -180,6 +185,9 @@ jobs:
180185
STATIC_KLAVIYO_S3_BASE="s3://cf-apps-klaviyo/apps" \
181186
REACT_APP_BACKEND_BASE_URL=$APP_SLACK_BACKEND_BASE_URL_PROD \
182187
REACT_APP_SLACK_CLIENT_ID=$SLACK_CLIENT_ID_PROD \
188+
VITE_GOOGLE_PICKER_API_KEY=$VITE_GOOGLE_PICKER_API_KEY \
189+
VITE_GOOGLE_APP_ID=$VITE_GOOGLE_APP_ID \
190+
VITE_LD_CLIENT_ID='588a047044b03e0b3211298e' \
183191
GOOGLE_DOCS_PROD_CLOUDFRONT_DIST_ID=$GOOGLE_DOCS_PROD_CLOUDFRONT_DIST_ID \
184192
STAGE='prd' npm run deploy
185193
- run:

.contentful/vault-secrets.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
version: 1
22
services:
3-
github-action:
4-
policies:
5-
- dependabot
63
circleci:
74
policies:
85
- semantic-release-ecosystem

.github/CODEOWNERS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# team marketplace, extensibility, and 10 pines own all code in this repository by default
22

3-
* @contentful/team-extensibility @contentful/team-marketplace @contentful/team-10-pines
3+
* @contentful/group-applied-ai-solutions @contentful/team-10-pines
44

55
# team tundra co-owns examples and function examples
66

7-
examples @contentful/team-extensibility @contentful/team-marketplace @contentful/team-10-pines
8-
function-examples @contentful/team-extensibility
7+
examples @contentful/group-applied-ai-solutions @contentful/team-10-pines
8+
function-examples @contentful/group-applied-ai-solutions
99

1010
# team entity-architecture co-owns delivery function examples
1111

@@ -16,7 +16,7 @@ examples/native-external-references-mockshop @contentful/team-entity-architectur
1616
examples/native-external-references-tmdb @contentful/team-entity-architecture
1717
function-examples/external-references @contentful/team-entity-architecture
1818

19-
# package.json and package-lock.json should be unowned so that dependabot can automatically update dependencies
19+
# package.json and package-lock.json should be unowned so that Renovate can automatically update dependencies
2020

2121
**/package.json
22-
**/package-lock.json
22+
**/package-lock.json

0 commit comments

Comments
 (0)