Skip to content

Commit

Permalink
feat: [RGInt-332] update code to be compatible with redwood release
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-romaniuk committed Jan 28, 2025
1 parent 36bf095 commit 90cd217
Show file tree
Hide file tree
Showing 147 changed files with 9,568 additions and 11,826 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Nodejs Env
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV

- name: Setup Nodejs
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version: ${{ env.NODE_VER }}

- name: Install dependencies
run: npm ci
Expand All @@ -36,7 +39,4 @@ jobs:
run: npm run docs

- name: Run Coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/lockfileversion-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ on:

jobs:
version-check:
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master
uses: openedx/.github/.github/workflows/lockfile-check.yml@master
5 changes: 1 addition & 4 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
- name: Test
run: npm run test
- name: Coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v3
- name: Build
run: npm run build
# NPM expects to be authenticated for publishing. This step will fail CI if NPM is not authenticated
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
- alpha

jobs:
release:
Expand Down Expand Up @@ -39,7 +38,7 @@ jobs:
run: npm run docs

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.6.8
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/api/@edx/frontend-platform/1.0.0-semantically-released # The folder the action should deploy.
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.idea
.vscode
coverage
dist
src/i18n/transifex_input.json
node_modules
/docs/api
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
18
5 changes: 1 addition & 4 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"branches": [
"master",
{name: "alpha", prerelease: true}
],
"branch": "master",
"tagFormat": "v${version}",
"verifyConditions": [
{
Expand Down
4 changes: 2 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ metadata:
title: "Documentation"
icon: "Article"
annotations:
openedx.org/arch-interest-groups: ""
openedx.org/arch-interest-groups: "jmbowman"
spec:
owner: "group:committers-frontend"
owner:
type: 'library'
lifecycle: 'production'
661 changes: 0 additions & 661 deletions dist/LICENSE

This file was deleted.

155 changes: 0 additions & 155 deletions dist/README.md

This file was deleted.

75 changes: 0 additions & 75 deletions dist/analytics/MockAnalyticsService.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/analytics/MockAnalyticsService.js.map

This file was deleted.

Loading

0 comments on commit 90cd217

Please sign in to comment.