Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflow-templates/fe/fe-check-upmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
check-upmerge:
uses: collaborationFactory/github-actions/.github/workflows/fe-check-upmerge.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-check-upmerge.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
secrets:
SLACK_TOKEN_UPMERGE: ${{ secrets.SLACK_TOKEN_UPMERGE }}
GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow-templates/fe/fe-cleanup-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
cleanup-snapshots:
uses: collaborationFactory/github-actions/.github/workflows/fe-cleanup-snapshots.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-cleanup-snapshots.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
secrets:
JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }}
JFROG_URL: ${{ secrets.JFROG_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow-templates/fe/fe-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
check-licenses:
uses: collaborationFactory/github-actions/.github/workflows/fe-licenses.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-licenses.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
FOSS_DIST: dist
CUSTOM_LICENSES_JSON: custom-licenses/custom-licenses.json
Expand Down
8 changes: 4 additions & 4 deletions .github/workflow-templates/fe/fe-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
install-deps:
uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ''
secrets:
Expand All @@ -26,7 +26,7 @@ jobs:
# This job is only needed in case you are using Percy
e2e-tests:
needs: install-deps
uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ''
GHA_BASE: ${{ github.event.before }}
Expand All @@ -35,14 +35,14 @@ jobs:

build:
needs: install-deps
uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ''
GHA_BASE: ${{ github.event.before }}

snapshot:
needs: build
uses: collaborationFactory/github-actions/.github/workflows/fe-snapshot.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-snapshot.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ''
GHA_BASE: ${{ github.event.before }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow-templates/fe/fe-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
remove-artifacts:
uses: collaborationFactory/github-actions/.github/workflows/fe-pr-close.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-pr-close.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_BASE: ${{ github.event.pull_request.base.ref }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow-templates/fe/fe-pr-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
publish-pr-snapshot:
uses: collaborationFactory/github-actions/.github/workflows/fe-pr-snapshot.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-pr-snapshot.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_BASE: ${{ github.event.pull_request.base.ref }}
secrets:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflow-templates/fe/fe-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@ env:

jobs:
install-deps:
uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ${{ github.event.pull_request.head.ref }}
secrets:
DOT_NPMRC: ${{ secrets.DOT_NPMRC }}

build:
needs: install-deps
uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ${{ github.event.pull_request.head.ref }}
GHA_BASE: ${{ github.event.pull_request.base.ref }}

code-quality:
needs: install-deps
uses: collaborationFactory/github-actions/.github/workflows/fe-code-quality.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-code-quality.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ${{ github.event.pull_request.head.ref }}
GHA_BASE: ${{ github.event.pull_request.base.ref }}
e2e:
needs: install-deps
uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ${{ github.event.pull_request.head.ref }}
GHA_BASE: ${{ github.event.pull_request.base.ref }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflow-templates/fe/fe-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ env:

jobs:
install-deps:
uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-install-deps.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ''
secrets:
DOT_NPMRC: ${{ secrets.DOT_NPMRC }}

e2e-tests:
needs: install-deps
uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-e2e.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ''
GHA_BASE: ${{ github.event.before }}
Expand All @@ -33,14 +33,14 @@ jobs:

build:
needs: install-deps
uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-build.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ''
GHA_BASE: ${{ github.event.before }}

tag:
needs: [build, e2e-tests]
uses: collaborationFactory/github-actions/.github/workflows/fe-tag.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-tag.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
GHA_REF: ''
GHA_BASE: ${{ github.event.before }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow-templates/fe/fe-tag-pushed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
release-version:
uses: collaborationFactory/github-actions/.github/workflows/fe-release.yml@release/26.2
uses: collaborationFactory/github-actions/.github/workflows/fe-release.yml@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
secrets:
JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }}
JFROG_URL: ${{ secrets.JFROG_URL }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fe-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0
- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand All @@ -44,7 +46,7 @@ jobs:
run: git fetch origin ${{ inputs.GHA_BASE }}:${{ inputs.GHA_BASE }} || true

- name: Build and Storybook
uses: collaborationFactory/github-actions/.github/actions/run-many@release/26.2
uses: collaborationFactory/github-actions/.github/actions/run-many@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
target: ${{ matrix.target }}
jobIndex: ${{ matrix.jobIndex }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/fe-check-upmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0

- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand All @@ -32,7 +33,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

- name: check if upmerge is necessary and post to slack
uses: collaborationFactory/github-actions/.github/actions/upmerge@release/26.2
uses: collaborationFactory/github-actions/.github/actions/upmerge@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
env:
SLACK_TOKEN_UPMERGE: ${{ secrets.SLACK_TOKEN_UPMERGE }}
GIT_USER_EMAIL: ${{ secrets.GIT_USER_EMAIL }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/fe-cleanup-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0

- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand All @@ -39,7 +40,7 @@ jobs:
dot-npmrc: ${{ secrets.DOT_NPMRC }}

- name: Cleanup Snapshot Artifacts
uses: collaborationFactory/github-actions/.github/actions/snapshots@release/26.2
uses: collaborationFactory/github-actions/.github/actions/snapshots@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
env:
JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }}
JFROG_URL: ${{ secrets.JFROG_URL }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fe-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22.15.0
- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand All @@ -65,7 +67,7 @@ jobs:

- name: Unit Tests
id: test
uses: collaborationFactory/github-actions/.github/actions/run-many@release/26.2
uses: collaborationFactory/github-actions/.github/actions/run-many@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
continue-on-error: true
with:
target: ${{ matrix.target }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/fe-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

- name: "Install required npm version"
run: npm install -g npm@11.3.0

- name: Install Cypress Binary
run: npx cypress install

Expand All @@ -48,7 +51,7 @@ jobs:
- name: Affected Regression Tests
id: regressionTests
continue-on-error: true
uses: collaborationFactory/github-actions/.github/actions/run-many@release/26.2
uses: collaborationFactory/github-actions/.github/actions/run-many@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
with:
target: ${{ matrix.target }}
jobIndex: ${{ matrix.jobIndex }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fe-install-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0
- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fe-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0
- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fe-pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0
- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand All @@ -45,7 +47,7 @@ jobs:
run: npm ci

- name: Delete Snapshots from NPM Registry
uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2
uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
env:
JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }}
JFROG_URL: ${{ secrets.JFROG_URL }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fe-pr-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0
- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand Down Expand Up @@ -63,7 +65,7 @@ jobs:
run: npm ci

- name: Build and Push to Jfrog NPM Registry
uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2
uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
env:
JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }}
JFROG_URL: ${{ secrets.JFROG_URL }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fe-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0
- name: "Install required npm version"
run: npm install -g npm@11.3.0

- name: Cache Node Modules
id: npm-cache
Expand All @@ -50,7 +52,7 @@ jobs:
uses: dawidd6/action-get-tag@v1

- name: Build and Push to Jfrog NPM Registry
uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2
uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
env:
JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }}
JFROG_URL: ${{ secrets.JFROG_URL }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fe-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0
- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand All @@ -40,7 +42,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

- name: Build and Push to Jfrog NPM Registry
uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2
uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
env:
JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }}
JFROG_URL: ${{ secrets.JFROG_URL }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fe-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- name: "Install required npm version"
run: npm install -g npm@11.3.0

- name: Cache Node Modules
id: npm-cache
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/fe-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 22.15.0
- name: "Install required npm version"
run: npm install -g npm@11.3.0
- name: Cache Node Modules
id: npm-cache
uses: actions/cache@v4
Expand All @@ -48,7 +50,7 @@ jobs:
git config user.email ${{ secrets.GIT_USER_EMAIL }}

- name: Bump Version and Push new Tag
uses: collaborationFactory/github-actions/.github/actions/artifacts@release/26.2
uses: collaborationFactory/github-actions/.github/actions/artifacts@improvement/PFM-ISSUE-33592-Create-release-26-2-for-cplace-remote-filesystem-fe
env:
JFROG_BASE64_TOKEN: ${{ secrets.JFROG_BASE64_TOKEN }}
JFROG_URL: ${{ secrets.JFROG_URL }}
Expand Down