Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b6c29df
chore: add identifiers to some upgrade links/buttons (#1686)
hajorg May 21, 2025
d14c2a9
fix: sidebar not showing sections on pending courses (#1679)
wgu-jesse-stewart May 27, 2025
a71152b
feat: move sequence navigation to plugin slot (#1716)
ihor-romaniuk May 29, 2025
03cda53
chore: add id to verified-upgrade-deadline link (#1719)
hajorg May 29, 2025
1714f28
chore: add workflow to pull release testing issues into the BTR board
mariajgrimaldi May 30, 2025
a1d0aff
refactor: move file to corresponding folder
mariajgrimaldi May 30, 2025
b89cdb4
chore: update browserslist DB (#1723)
edx-requirements-bot Jun 2, 2025
847d4e5
fix: center and align previous and next buttons (#1718)
jacobo-dominguez-wgu Jun 4, 2025
67bb54a
chore(deps): bump tar-fs
dependabot[bot] Jun 3, 2025
31b02d7
feat: disable completion item icons on flag (#1714)
holaontiveros Jun 4, 2025
d1dede5
feat: hide sidebar on screen resize (#1720)
holaontiveros Jun 4, 2025
7edac93
fix: removing '-1 +' from media queries (#1727)
jacobo-dominguez-wgu Jun 4, 2025
db9663b
feat: add start:with-theme command
KristinAoki Mar 11, 2025
73eaf61
revert: "temp: reverse stack order of discussions and upsell in sideb…
ayesha-waris Jun 5, 2025
ab3f5fd
fix: ensure full-height layout (#1724)
wgu-jesse-stewart Jun 6, 2025
f28528e
chore: update browserslist DB (#1730)
edx-requirements-bot Jun 9, 2025
7eddc91
fix: fixed right panel closing issue (#1732)
sundasnoreen12 Jun 13, 2025
f4fdae2
Merge branch 'master' into master-to-master-design-tokens-sync
brian-smith-tcril Jun 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/add-issue-to-btr-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Run the workflow that adds new tickets that are labelled "release testing"
# to the org-wide BTR project board

name: Add release testing issues to the BTR project board

on:
issues:
types: [labeled]
# This workflow is triggered when an issue is labeled with 'release testing'.
# It adds the issue to the BTR project and applies the 'needs triage' label
# if it doesn't already have it.

jobs:
handle-release-testing:
uses: openedx/.github/.github/workflows/add-issue-to-btr-project.yml@master
secrets:
GITHUB_APP_ID: ${{ secrets.GRAPHQL_AUTH_APP_ID }}
GITHUB_APP_PRIVATE_KEY: ${{ secrets.GRAPHQL_AUTH_APP_PEM }}
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"start:with-theme": "paragon install-theme && npm start && npm install",
"dev": "PUBLIC_PATH=/learning/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io",
"test": "fedx-scripts jest --coverage --passWithNoTests",
"test": "NODE_ENV=test fedx-scripts jest --coverage --passWithNoTests",
"test:watch": "fedx-scripts jest --watch --passWithNoTests",
"types": "tsc --noEmit"
},
Expand All @@ -37,7 +38,7 @@
"@edx/frontend-component-footer": "^14.6.0",
"@edx/frontend-component-header": "^6.2.0",
"@edx/frontend-lib-learning-assistant": "^2.20.0",
"@edx/frontend-lib-special-exams": "^3.5.0",
"@edx/frontend-lib-special-exams": "^4.0.0",
"@edx/frontend-platform": "^8.3.1",
"@edx/openedx-atlas": "^0.7.0",
"@edx/react-unit-test-utils": "^4.0.0",
Expand Down
Loading