Skip to content

Commit 24bcef9

Browse files
authored
Merge pull request #32340 from appsmithorg/release
02/04 Daily Promotion
2 parents 010c1b6 + 9448ffb commit 24bcef9

File tree

100 files changed

+991
-735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+991
-735
lines changed

.github/config.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

.github/workflows/ci-test-custom-script.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: depot/setup-action@v1
6262

6363
- name: Login to DockerHub
64-
uses: docker/login-action@v2
64+
uses: docker/login-action@v3
6565
with:
6666
username: ${{ secrets.DOCKER_HUB_USERNAME }}
6767
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/ci-test-limited.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: depot/setup-action@v1
7373

7474
- name: Login to DockerHub
75-
uses: docker/login-action@v2
75+
uses: docker/login-action@v3
7676
with:
7777
username: ${{ secrets.DOCKER_HUB_USERNAME }}
7878
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/ci-test-with-documentdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: depot/setup-action@v1
108108

109109
- name: Login to DockerHub
110-
uses: docker/login-action@v2
110+
uses: docker/login-action@v3
111111
with:
112112
username: ${{ secrets.DOCKER_HUB_USERNAME }}
113113
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: depot/setup-action@v1
4646

4747
- name: Login to DockerHub
48-
uses: docker/login-action@v2
48+
uses: docker/login-action@v3
4949
with:
5050
username: ${{ secrets.DOCKER_HUB_USERNAME }}
5151
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

.github/workflows/client-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
id: changed-files-specific
7979
uses: tj-actions/changed-files@v41
8080
with:
81-
files: 'app/client/**'
81+
files: "app/client/**"
8282

8383
- name: Run step if any file(s) in the client folder change
8484
if: steps.changed-files-specific.outputs.any_changed == 'true'

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/checkout@v4
114114

115115
- name: Set up JDK 17
116-
uses: actions/setup-java@v3
116+
uses: actions/setup-java@v4
117117
with:
118118
distribution: "temurin"
119119
java-version: "17"

.github/workflows/pr-cypress.yml

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
tags: ${{ inputs.tags }}
6868
matrix: ${{ inputs.matrix }}
6969

70-
7170
ci-test-result:
7271
needs: [ci-test]
7372
# Only run if the ci-test with matrices step is successful
@@ -177,57 +176,57 @@ jobs:
177176
if: needs.ci-test.result != 'success' && steps.combine_ci.outputs.specs_failed == '1'
178177
uses: nefrob/[email protected]
179178
with:
180-
content: |
181-
<!-- This is an auto-generated comment: Cypress test results -->
182-
> [!CAUTION]
183-
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
184-
> Commit: `${{ github.event.pull_request.head.sha }}`
185-
> Cypress dashboard: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}&selectiontype=test&testsstatus=failed&specsstatus=fail" target="_blank"> Click here!</a>
186-
> The following are new failures, please fix them before merging the PR: <ol>
187-
${{env.new_failed_spec_env}} </ol>
188-
> To know the list of identified flaky tests - <a href="https://internal.appsmith.com/app/cypress-dashboard/identified-flaky-tests-65890b3c81d7400d08fa9ee3?branch=master" target="_blank">Refer here</a>
189-
190-
<!-- end of auto-generated comment: Cypress test results -->
191-
192-
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
193-
regexFlags: ims
194-
token: ${{ secrets.GITHUB_TOKEN }}
179+
content: |
180+
<!-- This is an auto-generated comment: Cypress test results -->
181+
> [!CAUTION]
182+
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
183+
> Commit: `${{ github.event.pull_request.head.sha }}`
184+
> Cypress dashboard: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}&selectiontype=test&testsstatus=failed&specsstatus=fail" target="_blank"> Click here!</a>
185+
> The following are new failures, please fix them before merging the PR: <ol>
186+
${{env.new_failed_spec_env}} </ol>
187+
> To know the list of identified flaky tests - <a href="https://internal.appsmith.com/app/cypress-dashboard/identified-flaky-tests-65890b3c81d7400d08fa9ee3?branch=master" target="_blank">Refer here</a>
188+
189+
<!-- end of auto-generated comment: Cypress test results -->
190+
191+
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
192+
regexFlags: ims
193+
token: ${{ secrets.GITHUB_TOKEN }}
195194

196195
- name: Modify test response in the PR when ci-test is failed but no specs found
197196
if: needs.ci-test.result != 'success' && steps.combine_ci.outputs.specs_failed == '0'
198197
uses: nefrob/[email protected]
199198
with:
200-
content: |
201-
<!-- This is an auto-generated comment: Cypress test results -->
202-
> [!WARNING]
203-
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
204-
> Commit: `${{ github.event.pull_request.head.sha }}`
205-
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a>
206-
> It seems like **no tests ran** 😔. We are not able to recognize it, please check workflow <a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" target="_blank">here.</a>
199+
content: |
200+
<!-- This is an auto-generated comment: Cypress test results -->
201+
> [!WARNING]
202+
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
203+
> Commit: `${{ github.event.pull_request.head.sha }}`
204+
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a>
205+
> It seems like **no tests ran** 😔. We are not able to recognize it, please check workflow <a href="${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" target="_blank">here.</a>
207206
208-
<!-- end of auto-generated comment: Cypress test results -->
207+
<!-- end of auto-generated comment: Cypress test results -->
209208
210-
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
211-
regexFlags: ims
212-
token: ${{ secrets.GITHUB_TOKEN }}
209+
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
210+
regexFlags: ims
211+
token: ${{ secrets.GITHUB_TOKEN }}
213212

214213
- name: Modify test response in the PR when ci-test is success
215214
if: needs.ci-test.result == 'success' && steps.combine_ci.outputs.specs_failed == '0'
216215
uses: nefrob/[email protected]
217216
with:
218-
content: |
219-
<!-- This is an auto-generated comment: Cypress test results -->
220-
> [!IMPORTANT]
221-
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
222-
> Commit: `${{ github.event.pull_request.head.sha }}`
223-
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a>
224-
> All cypress tests have passed 🎉🎉🎉
225-
226-
<!-- end of auto-generated comment: Cypress test results -->
227-
228-
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
229-
regexFlags: ims
230-
token: ${{ secrets.GITHUB_TOKEN }}
217+
content: |
218+
<!-- This is an auto-generated comment: Cypress test results -->
219+
> [!IMPORTANT]
220+
> Workflow run: <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}>
221+
> Commit: `${{ github.event.pull_request.head.sha }}`
222+
> Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=${{ github.run_id }}&attempt=${{ github.run_attempt }}" target="_blank">Click here!</a>
223+
> All cypress tests have passed 🎉🎉🎉
224+
225+
<!-- end of auto-generated comment: Cypress test results -->
226+
227+
regex: "<!-- This is an auto-generated comment: Cypress test results -->.*?<!-- end of auto-generated comment: Cypress test results -->"
228+
regexFlags: ims
229+
token: ${{ secrets.GITHUB_TOKEN }}
231230

232231
- name: Check ci-test set status
233232
if: needs.ci-test.result != 'success'

.github/workflows/server-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
id: changed-files-specific
7676
uses: tj-actions/changed-files@v41
7777
with:
78-
files: 'app/server/**'
78+
files: "app/server/**"
7979

8080
- name: Run step if any file(s) in the server folder change
8181
if: steps.changed-files-specific.outputs.any_changed == 'true'
@@ -128,7 +128,7 @@ jobs:
128128
# Setup Java
129129
- name: Set up JDK 17
130130
if: steps.run_result.outputs.run_result != 'success' && (steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule')
131-
uses: actions/setup-java@v3
131+
uses: actions/setup-java@v4
132132
with:
133133
distribution: "temurin"
134134
java-version: "17"

.github/workflows/server-spotless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Setup Java
2828
- name: Set up JDK 17
29-
uses: actions/setup-java@v3
29+
uses: actions/setup-java@v4
3030
with:
3131
distribution: "temurin"
3232
java-version: "17"

0 commit comments

Comments
 (0)