-
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/table-add-required-sort
- Loading branch information
Showing
500 changed files
with
6,174 additions
and
3,611 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,9 +8,9 @@ jobs: | |
if: ${{ !contains(github.head_ref , 'release/') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/node@v1.73.1 | ||
- uses: actions/checkout@v4.2.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.87.5 | ||
- uses: taiga-family/ci/actions/setup/node@v1.87.5 | ||
- name: Lucide icons | ||
run: | | ||
npx nx prebuild icons | ||
|
@@ -29,7 +29,8 @@ 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/[email protected] | ||
- uses: taiga-family/ci/actions/auto/[email protected] | ||
if: env.SUPPORT_AUTO_PUSH | ||
with: | ||
message: icons have changed | ||
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,13 +2,15 @@ name: Close PR delete firebase channel | |
on: | ||
pull_request: | ||
types: [closed] | ||
|
||
jobs: | ||
delete_firebase_channel: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: w9jds/[email protected] | ||
- uses: actions/[email protected] | ||
- uses: w9jds/[email protected] | ||
continue-on-error: true | ||
with: | ||
args: hosting:channel:delete pr${{ github.event.number }}-${{ github.head_ref }} --force | ||
env: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ jobs: | |
name: Build demo | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.73.1 | ||
- uses: actions/checkout@v4.2.0 | ||
with: | ||
fetch-depth: 10 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.73.1 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.87.5 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.87.5 | ||
continue-on-error: true | ||
- uses: taiga-family/ci/actions/setup/node@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/node@v1.87.5 | ||
|
||
- name: Building demo-app of git-branch without cache | ||
run: npx nx build demo | ||
|
@@ -36,18 +36,18 @@ jobs: | |
shardTotal: [9] | ||
name: playwright / (${{ matrix.shardIndex }} of ${{ matrix.shardTotal }}) | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/node@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/playwright@v1.73.1 | ||
- uses: actions/checkout@v4.2.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.87.5 | ||
- uses: taiga-family/ci/actions/setup/node@v1.87.5 | ||
- uses: taiga-family/ci/actions/setup/playwright@v1.87.5 | ||
|
||
- name: Download cache / ${{ env.CACHE_DIST_KEY }} | ||
uses: actions/cache/[email protected] | ||
with: | ||
path: dist/demo | ||
key: ${{ env.CACHE_DIST_KEY }} | ||
|
||
- uses: taiga-family/ci/actions/run/serve@v1.73.1 | ||
- uses: taiga-family/ci/actions/run/serve@v1.87.5 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST }} | ||
|
@@ -56,12 +56,12 @@ jobs: | |
- name: Run screenshot tests on ${{ env.DIST }} | ||
run: npx nx e2e demo-playwright -- --update-snapshots --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} | ||
|
||
- uses: taiga-family/ci/actions/run/clone@v1.73.1 | ||
- uses: taiga-family/ci/actions/run/clone@v1.87.5 | ||
with: | ||
branch: snapshots/demo/next/${{ github.base_ref }} | ||
destination: ${{ env.DIST_NEXT }} | ||
|
||
- uses: taiga-family/ci/actions/run/serve@v1.73.1 | ||
- uses: taiga-family/ci/actions/run/serve@v1.87.5 | ||
with: | ||
port: ${{ env.NG_SERVER_PORT }} | ||
directory: ${{ env.DIST_NEXT }} | ||
|
@@ -115,8 +115,8 @@ jobs: | |
needs: [playwright] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.73.1 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.73.1 | ||
- uses: actions/checkout@v4.2.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.87.5 | ||
|
||
- name: Download artifacts / ${{ env.PLAYWRIGHT_SNAPSHOTS_ARTIFACTS_KEY }} | ||
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
Oops, something went wrong.