-
Notifications
You must be signed in to change notification settings - Fork 474
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 feature/#3417-dropdown-hint-direction-change
- Loading branch information
Showing
129 changed files
with
1,454 additions
and
1,071 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,15 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Drop e2e report site | ||
uses: w9jds/firebase-action@v13.26.0 | ||
uses: w9jds/firebase-action@v13.27.0 | ||
continue-on-error: true | ||
with: | ||
args: hosting:channel:delete ${{ env.channel }}-e2e --site taiga-previews-demo-e2e-report -f | ||
env: | ||
GCP_SA_KEY: ${{ secrets.FIREBASE_TAIGA_PREVIEWS_SA }} | ||
PROJECT_ID: taiga-previews | ||
- name: Drop preview demo site | ||
uses: w9jds/firebase-action@v13.26.0 | ||
uses: w9jds/firebase-action@v13.27.0 | ||
continue-on-error: true | ||
with: | ||
args: hosting:channel:delete ${{ env.channel }}-demo --site taiga-previews-demo -f | ||
|
@@ -49,7 +49,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions-ecosystem/[email protected].0 | ||
- uses: actions-ecosystem/[email protected].3 | ||
if: ${{ github.event.pull_request.merged == true }} | ||
with: | ||
github_token: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: toshimaru/[email protected] | ||
continue-on-error: true | ||
|
||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
matrix: ${{ steps.matrix.outputs.value }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- id: matrix | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
run: | | ||
|
@@ -31,7 +31,7 @@ jobs: | |
matrix: | ||
value: ${{ fromJSON(needs.setup.outputs.matrix) }} | ||
steps: | ||
- uses: taiga-family/ci/actions/run/wait-job@v1.98.0 | ||
- uses: taiga-family/ci/actions/run/wait-job@v1.101.0 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
job: ${{ matrix.value }} | ||
|
@@ -41,13 +41,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/auto/approve/double@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/auto/approve/double@v1.101.0 | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
with: | ||
token1: ${{ secrets.GITHUB_TOKEN }} | ||
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/run/merge@v1.98.0 | ||
- uses: taiga-family/ci/actions/run/merge@v1.101.0 | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
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 |
---|---|---|
|
@@ -11,8 +11,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
- name: Lucide icons | ||
run: | | ||
npx nx prebuild icons | ||
|
@@ -31,7 +31,7 @@ jobs: | |
npx eslint ./projects/demo/used-icons.ts --fix || echo "no file matching" | ||
npx prettier ./projects/demo/used-icons.ts --write || echo "no file matching" | ||
npx prettier ./projects/cdk/constants/used-icons.ts --write || echo "no file matching" | ||
- uses: taiga-family/ci/actions/auto/push@v1.98.0 | ||
- uses: taiga-family/ci/actions/auto/push@v1.101.0 | ||
if: env.SUPPORT_AUTO_PUSH | ||
with: | ||
message: icons have changed | ||
|
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 |
---|---|---|
|
@@ -11,8 +11,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
- run: npm run run-many:build:libs | ||
- run: npx ts-node ./scripts/check-dist.ts | ||
|
||
|
@@ -22,8 +22,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
- run: npx nx prerender demo | ||
- run: npx --yes bundlemon --config .github/.bundlemonrc.json | ||
continue-on-error: true | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
|
||
- name: Prepare demo before deploy from snapshots | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
- run: npx nx build demo | ||
- name: Debug output | ||
run: tree dist/demo/browser -P '*.html' | ||
|
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 |
---|---|---|
|
@@ -14,10 +14,10 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 10 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.101.0 | ||
continue-on-error: true | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
|
||
- run: npx nx type-check demo-playwright | ||
- name: Building demo-app of git-branch without cache | ||
|
@@ -41,8 +41,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
ref: ${{ github.base_ref }} | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
|
||
- name: Run tests for baseline state | ||
run: npx nx component-test demo-cypress | ||
|
@@ -57,8 +57,8 @@ jobs: | |
retention-days: 1 | ||
|
||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
|
||
- name: Download Cypress Baseline Snapshots | ||
uses: actions/[email protected] | ||
|
@@ -90,7 +90,6 @@ jobs: | |
|
||
playwright: | ||
if: ${{ !contains(github.head_ref , 'release/') }} | ||
runs-on: ubuntu-latest | ||
needs: [build-demo] | ||
strategy: | ||
fail-fast: false | ||
|
@@ -109,10 +108,11 @@ jobs: | |
{index: 9, os: 'ubuntu-latest', project: 'chromium', total: 9}, | ||
] | ||
name: Playwright / ${{ matrix.shard.os }} / ${{ matrix.shard.index }} of ${{ matrix.shard.total }} | ||
runs-on: ${{ matrix.shard.os }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
|
||
- name: Get installed Playwright version | ||
id: playwright-version | ||
|
@@ -138,7 +138,7 @@ jobs: | |
path: dist/demo | ||
key: ${{ env.CACHE_DIST_KEY }} | ||
|
||
- uses: taiga-family/ci/actions/run/serve@v1.98.0 | ||
- uses: taiga-family/ci/actions/run/serve@v1.101.0 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST }} | ||
|
@@ -151,12 +151,12 @@ jobs: | |
--project=${{ matrix.shard.project }} \ | ||
--shard=${{ matrix.shard.index }}/${{ matrix.shard.total }} | ||
- uses: taiga-family/ci/actions/run/clone@v1.98.0 | ||
- uses: taiga-family/ci/actions/run/clone@v1.101.0 | ||
with: | ||
branch: snapshots/demo/next/${{ github.base_ref }} | ||
destination: ${{ env.DIST_NEXT }} | ||
|
||
- uses: taiga-family/ci/actions/run/serve@v1.98.0 | ||
- uses: taiga-family/ci/actions/run/serve@v1.101.0 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST_NEXT }} | ||
|
@@ -171,31 +171,24 @@ jobs: | |
- name: Combine images to get diff reports | ||
run: | | ||
npm install canvas --no-save | ||
npm install canvas --no-save --silent | ||
npm view canvas version | ||
npx ts-node ./scripts/visual-testing/combine-playwright-failed-screenshots.ts | ||
- name: Debug output | ||
continue-on-error: true | ||
run: tree ${{ env.PLAYWRIGHT_SNAPSHOTS_PATH }} | ||
|
||
- name: Upload artifacts / ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }} | ||
uses: actions/[email protected] | ||
with: | ||
path: ./projects/demo-playwright/tests-results/**/*-retry${{ env.RETRY_COUNT }}/*.diff.png | ||
name: '${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}_${{ matrix.shard.project }}_${{ matrix.shard.index }}' | ||
path: ./projects/demo-playwright/tests-results/**/*-retry${{ env.RETRY_COUNT }}/**/*.diff.png | ||
name: ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}_${{ matrix.shard.index }} | ||
if-no-files-found: ignore | ||
compression-level: 0 | ||
retention-days: 1 | ||
|
||
- name: | ||
Upload reports / blob-reports_${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}_${{ matrix.shard.os }}_${{ | ||
matrix.shard.index }} | ||
- name: Upload reports / ${{ env.PLAYWRIGHT_BLOB_ARTIFACTS_KEY }}_${{ matrix.shard.index }} | ||
uses: actions/[email protected] | ||
with: | ||
path: ./projects/demo-playwright/blob-report | ||
name: | ||
blob-reports_${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}_${{ matrix.shard.os }}_${{ matrix.shard.index }} | ||
name: ${{ env.PLAYWRIGHT_BLOB_ARTIFACTS_KEY }}_${{ matrix.shard.index }} | ||
compression-level: 0 | ||
retention-days: 1 | ||
|
||
|
@@ -223,15 +216,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
|
||
- name: Download artifacts for Playwright | ||
continue-on-error: true | ||
uses: actions/[email protected] | ||
with: | ||
path: ./total/playwright | ||
pattern: ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}_* | ||
pattern: playwright-snapshots-artifacts--* | ||
merge-multiple: true | ||
- run: ls -R ./total/playwright || echo "not found" | ||
|
||
|
@@ -240,7 +233,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: ./total/cypress | ||
pattern: ${{ env.CYPRESS_SNAPSHOTS_ARTIFACTS_KEY }} | ||
pattern: cypress-snapshots-artifacts--* | ||
merge-multiple: true | ||
- run: ls -R ./total/cypress || echo "not found" | ||
|
||
|
@@ -249,12 +242,12 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
path: all-blob-reports | ||
pattern: blob-reports_${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }}_* | ||
pattern: playwright-blob-artifacts--* | ||
merge-multiple: true | ||
- run: ls -R ./all-blob-reports || echo "not found" | ||
|
||
- name: Merge into HTML Report | ||
run: npx playwright merge-reports --reporter html,json ./all-blob-reports > ./all-blob-reports/results.json | ||
run: npx playwright merge-reports --config=projects/demo-playwright/merge.config.ts ./all-blob-reports | ||
|
||
- name: Deploy e2e report | ||
id: e2e-report | ||
|
@@ -273,7 +266,7 @@ jobs: | |
- name: Create report comment | ||
id: report-summary | ||
continue-on-error: true | ||
uses: daun/playwright-report-summary@v3.6.0 | ||
uses: daun/playwright-report-summary@v3.7.0 | ||
with: | ||
comment-title: 'Playwright test results' | ||
report-file: ./all-blob-reports/results.json | ||
|
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 |
---|---|---|
|
@@ -13,8 +13,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
- run: npm run typecheck | ||
- run: npm run cspell | ||
- run: | | ||
|
@@ -27,7 +27,7 @@ jobs: | |
npm run prettier -- --check | ||
npm run lint | ||
fi | ||
- uses: taiga-family/ci/actions/auto/push@v1.98.0 | ||
- uses: taiga-family/ci/actions/auto/push@v1.101.0 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
|
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 |
---|---|---|
|
@@ -10,9 +10,9 @@ jobs: | |
name: Publish canary | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/config/npm@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/config/npm@v1.101.0 | ||
with: | ||
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} | ||
- run: npx ts-node ./scripts/publish-canary.ts | ||
|
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 |
---|---|---|
|
@@ -11,27 +11,27 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/config/npm@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.101.0 | ||
- uses: taiga-family/ci/actions/setup/config/npm@v1.101.0 | ||
with: | ||
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} | ||
|
||
- run: npx nx run-many -t publish | ||
|
||
- uses: taiga-family/ci/actions/run/read-package-json@v1.98.0 | ||
- uses: taiga-family/ci/actions/run/read-package-json@v1.101.0 | ||
id: info | ||
|
||
- name: Announce to Time messenger | ||
uses: taiga-family/ci/actions/messenger/time/announce@v1.98.0 | ||
uses: taiga-family/ci/actions/messenger/time/announce@v1.101.0 | ||
if: ${{ !contains(steps.info.outputs.version, 'rc') }} | ||
with: | ||
url: ${{ secrets.ANNOUNCE_WEBHOOK }} | ||
channel: ${{ secrets.ANNOUNCE_TARGET }} | ||
version: v${{ steps.info.outputs.version }} | ||
|
||
- name: Announce to Telegram messenger | ||
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.98.0 | ||
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.101.0 | ||
if: ${{ !contains(steps.info.outputs.version, 'rc') }} | ||
with: | ||
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} | ||
|
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 |
---|---|---|
|
@@ -10,8 +10,8 @@ jobs: | |
if: github.event.review.state == 'approved' | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.98.0 | ||
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.98.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.101.0 | ||
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.101.0 | ||
with: | ||
approvals: 2 | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
Oops, something went wrong.