-
Notifications
You must be signed in to change notification settings - Fork 511
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into bcd/getCurrentSupport
- Loading branch information
Showing
318 changed files
with
14,503 additions
and
6,085 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,89 @@ | ||
blog: | ||
- "**/blog/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/blog/**/*" | ||
|
||
browser-compat: | ||
- "**/browser-compatability-table/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/browser-compatability-table/**/*" | ||
|
||
macros: | ||
- "kumascript/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "kumascript/**/*" | ||
|
||
cloud-function: | ||
- "cloud-function/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "cloud-function/**/*" | ||
|
||
copy: | ||
- "copy/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "copy/**/*" | ||
|
||
dependencies: | ||
- "**/poetry.lock" | ||
- "**/yarn.lock" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/poetry.lock" | ||
- "**/yarn.lock" | ||
|
||
deployer: | ||
- "deployer/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "deployer/**/*" | ||
|
||
filecheck: | ||
- "filecheck/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "filecheck/**/*" | ||
|
||
flaw-system: | ||
- "build/flaws/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "build/flaws/**/*" | ||
|
||
github-actions: | ||
- ".github/workflows/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: ".github/workflows/**/*" | ||
|
||
markdown: | ||
- "markdown/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "markdown/**/*" | ||
|
||
metrics: | ||
- "**/telemetry/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/telemetry/**/*" | ||
|
||
placement: | ||
- "**/placement/**/*" | ||
- "**/pong/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/placement/**/*" | ||
- "**/pong/**/*" | ||
|
||
plus: | ||
- "**/plus/**/*" | ||
- "**/plus-docs/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/plus/**/*" | ||
- "**/plus-docs/**/*" | ||
|
||
plus:ai-help: | ||
- "**/ai-help/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/ai-help/**/*" | ||
|
||
plus:offline: | ||
- "client/pwa/src/**/*" | ||
- "client/src/offline-settings/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "client/pwa/src/**/*" | ||
- "client/src/offline-settings/**/*" | ||
|
||
plus:playground: | ||
- "**/playground/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/playground/**/*" | ||
|
||
plus:updates: | ||
- "client/src/plus/updates/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: "client/src/plus/updates/**/*" | ||
|
||
python: | ||
- "**/*.py" | ||
- changed-files: | ||
- any-glob-to-any-file: "**/*.py" | ||
|
||
redirects: | ||
- "cloud-function/src/middlewares/redirect-*" | ||
- "libs/fundamental-redirects/**/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "cloud-function/src/middlewares/redirect-*" | ||
- "libs/fundamental-redirects/**/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
- name: Setup Node.js environment | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18 | ||
node-version-file: ".nvmrc" | ||
cache: yarn | ||
|
||
- name: Install all yarn packages | ||
|
@@ -76,7 +76,7 @@ jobs: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install Python | ||
uses: actions/setup-python@v4 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.10" | ||
|
||
|
@@ -125,7 +125,7 @@ jobs: | |
|
||
# This just makes sure the Google Analytics script gets used even if | ||
# it goes nowhere. | ||
BUILD_GOOGLE_ANALYTICS_ACCOUNT: UA-00000000-0 | ||
BUILD_GOOGLE_ANALYTICS_MEASUREMENT_ID: G-XXXXXXXX | ||
|
||
# This removes the ability to sign in | ||
REACT_APP_DISABLE_AUTH: true | ||
|
@@ -136,11 +136,6 @@ jobs: | |
echo "CONTENT_TRANSLATED_ROOT=$CONTENT_TRANSLATED_ROOT" | ||
yarn build:prepare | ||
# (July 15, 2021) This is a temporary solution. This should become an | ||
# integrated part of 'build:prepare'. | ||
# See https://github.com/mdn/yari/issues/4217 | ||
yarn tool popularities | ||
yarn tool sync-translated-content | ||
# Spread the work across 2 processes. Why 2? Because that's what you | ||
|
@@ -205,7 +200,7 @@ jobs: | |
poetry run deployer search-index ../client/build | ||
- name: Configure AWS Credentials | ||
uses: aws-actions/[email protected].1 | ||
uses: aws-actions/[email protected].2 | ||
with: | ||
aws-access-key-id: ${{ secrets.DEPLOYER_STAGE_AND_DEV_AWS_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.DEPLOYER_STAGE_AND_DEV_AWS_SECRET_ACCESS_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.