-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): pull release/v1.22.1 into main (#2056)
- Loading branch information
Showing
99 changed files
with
17,607 additions
and
250 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 |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
!jest*.js | ||
!benchmark | ||
!package*.json | ||
# to be removed later | ||
!tsconfig.json | ||
!test |
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 |
---|---|---|
|
@@ -64,6 +64,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile | ||
target: development | ||
load: true | ||
tags: | | ||
${{ env.REPO_NAME }}:${{ env.TAG_NAME }} | ||
|
@@ -73,12 +74,14 @@ jobs: | |
- name: Run Tests | ||
run: | | ||
docker run ${{ env.REPO_NAME }}:${{ env.TAG_NAME }} npm run test:ci | ||
docker run ${{ env.REPO_NAME }}:${{ env.TAG_NAME }} npm run test:integration | ||
- name: Build and Push Multi-platform Images | ||
uses: docker/[email protected] | ||
with: | ||
context: . | ||
push: true | ||
target: production | ||
tags: | | ||
${{ env.REPO_NAME_OLD }}:${{ env.TAG_NAME }} | ||
${{ env.REPO_NAME }}:${{ env.TAG_NAME }} | ||
|
@@ -104,7 +107,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: [generate-tag-name] | ||
env: | ||
TAG_NAME: ${{ needs.generate-tag-name.outputs.tag_name }} | ||
TAG_NAME: ut-${{ needs.generate-tag-name.outputs.tag_name }} | ||
|
||
# Skip for the release pull requests as staging artifacts will be generated | ||
if: startsWith(github.event.pull_request.head.ref, 'release/') != true && startsWith(github.event.pull_request.head.ref, 'hotfix-release/') != true && github.event.pull_request.head.ref != 'main' | ||
|
@@ -136,6 +139,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile-ut-func | ||
target: development | ||
load: true | ||
tags: | | ||
${{ env.REPO_NAME }}:${{ env.TAG_NAME }} | ||
|
@@ -151,6 +155,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile-ut-func | ||
target: development | ||
push: true | ||
tags: | | ||
${{ env.REPO_NAME_OLD }}:${{ env.TAG_NAME }} | ||
|
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 |
---|---|---|
|
@@ -51,13 +51,15 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile | ||
target: development | ||
load: true | ||
tags: | | ||
${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
- name: Run Tests | ||
run: | | ||
docker run ${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} npm run test:ci | ||
docker run ${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} npm run test:integration | ||
- name: Setup Docker Buildx | ||
uses: docker/[email protected] | ||
|
@@ -112,6 +114,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile-ut-func | ||
target: development | ||
load: true | ||
tags: | | ||
${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
|
@@ -132,6 +135,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile-ut-func | ||
target: development | ||
push: true | ||
tags: | | ||
${{ env.REPO_NAME_OLD }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
|
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 |
---|---|---|
|
@@ -63,6 +63,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile | ||
target: development | ||
load: true | ||
tags: | | ||
${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
|
@@ -72,6 +73,7 @@ jobs: | |
- name: Run Tests | ||
run: | | ||
docker run ${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} npm run test:ci | ||
docker run ${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} npm run test:development | ||
- name: Build and Push Multi-platform Images | ||
uses: docker/[email protected] | ||
|
@@ -143,6 +145,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile-ut-func | ||
target: development | ||
load: true | ||
tags: | | ||
${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
|
@@ -158,6 +161,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile-ut-func | ||
target: development | ||
push: true | ||
tags: | | ||
${{ env.REPO_NAME_OLD }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
|
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 |
---|---|---|
|
@@ -58,6 +58,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile | ||
target: development | ||
load: true | ||
tags: | | ||
${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
|
@@ -67,12 +68,14 @@ jobs: | |
- name: Run Tests | ||
run: | | ||
docker run ${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} npm run test:ci | ||
docker run ${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} npm run test:integration | ||
- name: Build and Push Multi-platform Images | ||
uses: docker/[email protected] | ||
with: | ||
context: . | ||
file: Dockerfile | ||
target: production | ||
push: true | ||
tags: | | ||
${{ env.REPO_NAME_OLD }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
|
@@ -137,6 +140,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile-ut-func | ||
target: development | ||
load: true | ||
tags: | | ||
${{ env.REPO_NAME }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
|
@@ -152,6 +156,7 @@ jobs: | |
with: | ||
context: . | ||
file: Dockerfile-ut-func | ||
target: development | ||
push: true | ||
tags: | | ||
${{ env.REPO_NAME_OLD }}:${{ steps.gen_tag_name.outputs.tag_name }} | ||
|
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 |
---|---|---|
|
@@ -89,6 +89,7 @@ jobs: | |
- name: Notify Slack Channel | ||
id: slack | ||
uses: slackapi/[email protected] | ||
continue-on-error: true | ||
env: | ||
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} | ||
PROJECT_NAME: 'Rudder Transformer' | ||
|
@@ -97,6 +98,7 @@ jobs: | |
channel-id: ${{ secrets.SLACK_RELEASE_CHANNEL_ID }} | ||
payload: | | ||
{ | ||
"text": "*<${{env.RELEASES_URL}}v${{ steps.extract-version.outputs.release_version }}|v${{ steps.extract-version.outputs.release_version }}>*\nCC: <@U03KG4BK1L1> <@U02AE5GMMHV> <@U01LVJ30QEB>" | ||
"blocks": [ | ||
{ | ||
"type": "header", | ||
|
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 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
Oops, something went wrong.