Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
b9ce30e
fix: Restore doesn't work when backup file is renamed (#37666)
sharat87 Nov 25, 2024
36239e2
fix: Plugin Action Editor navigation issue with git (#37670)
hetunandu Nov 25, 2024
baef6aa
chore: Update size of sidebar + remove using sheet (#37638)
jsartisan Nov 25, 2024
c55e98b
chore: add executeActionDTO as additional parameter to be used when c…
nsarupr Nov 25, 2024
d0fc6d7
chore: Removing unused styles, extra space in entity item and passing…
ankitakinger Nov 25, 2024
b778d2c
feat: Schema tab UI update (#37420)
albinAppsmith Nov 26, 2024
7a0f654
chore: Fix env varibles in 404.html (#37672)
sharat87 Nov 26, 2024
1295c6a
chore: Update for workflow name (#37696)
sagar-qa007 Nov 26, 2024
5cfe143
fix: Signup from OAuth not being detected correctly (#37697)
sharat87 Nov 26, 2024
8cb0bee
chore: Move IDE header to ADS/Templates (#37406)
hetunandu Nov 26, 2024
e484705
CI : fix build cache (#37712)
yatinappsmith Nov 26, 2024
1274da2
ci : fix git lfs migrate (#37716)
yatinappsmith Nov 26, 2024
00adea0
fix: Bypassing the server file check (#37718)
sagar-qa007 Nov 26, 2024
dda0290
chore: update mongodb image (#37596)
pratapaprasanna Nov 26, 2024
7ac4df2
fix: Commented check step (#37719)
sagar-qa007 Nov 26, 2024
1ea45e8
Revert "chore: Move IDE header to ADS/Templates (#37406)" (#37739)
hetunandu Nov 26, 2024
f41cf12
chore: fix onStateChange prop bug in sidebar (#37710)
jsartisan Nov 26, 2024
61960ed
chore: Added git resource map types (#37746)
nidhi-nair Nov 27, 2024
c9ddd9c
chore: Remove CS URL in client (#37665)
sharat87 Nov 27, 2024
80c08b1
fix: Removing the global add in segmented header and updating the UI …
ankitakinger Nov 27, 2024
9f9a993
chore: Move IDE header to ADS/Templates (#37764)
hetunandu Nov 27, 2024
381dcaa
chore: Include version in all requests (#37551)
sharat87 Nov 27, 2024
a16c2ac
chore: skipping file change (#37774)
sagar-qa007 Nov 27, 2024
0b10696
chore: Get release's version if needed (#37777)
sharat87 Nov 27, 2024
62724e9
chore: Reverted server cache skip changes (#37779)
sagar-qa007 Nov 27, 2024
94768bd
fix: Reverted changes for skip client cache (#37782)
sagar-qa007 Nov 27, 2024
7615cd0
chore: Fix start-https when backend isn't set
sharat87 Nov 28, 2024
c190024
test: Fix failure in API_Bugs_Spec.js (#37786)
sharat87 Nov 28, 2024
591b25d
chore: Fix check for getting backend vesrion
sharat87 Nov 28, 2024
0f3593a
fix: [Plugin Action Editor] Avoid multiple init of Form Eval (#37780)
hetunandu Nov 28, 2024
a1c8cb6
chore: Remove socket-io and websocket connections (#37784)
sharat87 Nov 28, 2024
4727b4d
fix: Super user cache eviction when user is added via env variable (#…
abhvsn Nov 28, 2024
5e89edf
feat: Added analytics for pulse failure (#37781)
albinAppsmith Nov 28, 2024
6a31cac
chore: Modular backup implementation (#37715)
sharat87 Nov 28, 2024
8d32ee8
chore: Google sheet shared drive support added behind a flag (#37776)
sneha122 Nov 28, 2024
38e3d45
chore: json to map conversion with test template (#37788)
nidhi-nair Nov 28, 2024
5484c40
chore: action execution solution test fixed (#37793)
sneha122 Nov 28, 2024
91f9c9b
feat: update response tab UI (#37640)
alex-golovanov Nov 28, 2024
982283b
added slo buckets
ApekshaBhosale Nov 28, 2024
803c80d
Merge pull request #37797 from appsmithorg/histogram-buckets-added
nidhi-nair Nov 28, 2024
ff3909a
test: partial import export areas covered (#37661)
NandanAnantharamu Nov 28, 2024
4a78165
chore(deps): bump smol-toml from 1.3.0 to 1.3.1 in /app/client (#37659)
dependabot[bot] Nov 29, 2024
fdb7e18
chore: Delete unused .github/workflows/ci-debugging.yml
sharat87 Nov 29, 2024
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
92 changes: 0 additions & 92 deletions .github/workflows/ci-debugging.yml

This file was deleted.

12 changes: 5 additions & 7 deletions .github/workflows/ci-test-custom-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,8 @@ jobs:
-e APPSMITH_JWT_SECRET=appsmith-cloud-services-jwt-secret-dummy-key \
-e APPSMITH_ENCRYPTION_SALT=encryption-salt \
-e APPSMITH_ENCRYPTION_PASSWORD=encryption-password \
-e APPSMITH_CLOUD_SERVICES_URL=https://cs-dev.appsmith.com \
-e APPSMITH_CUSTOMER_PORTAL_URL=https://dev.appsmith.com \
-e APPSMITH_CLOUD_SERVICES_BASE_URL=https://cs-dev.appsmith.com \
-e APPSMITH_CLOUD_SERVER_BASE_URL=https://release.app.appsmith.com \
-e AUTH0_ISSUER_URL=https://login.release-customer.appsmith.com/ \
-e AUTH0_CLIENT_ID=dummy-client-id \
-e AUTH0_CLIENT_SECRET=dummy-secret-id \
Expand Down Expand Up @@ -198,7 +196,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: app/client/package.json

- name: Check DB URL
if: steps.run_result.outputs.run_result != 'success'
run: |
Expand Down Expand Up @@ -457,20 +455,20 @@ jobs:
name: server-logs-${{ matrix.job }}
path: app/server/server-logs.log
overwrite: true

- name: Collect docker log as file
if: always()
run: |
docker logs appsmith >& app/server/docker-logs.log
- name: Upload server docker logs bundle on failure

- name: Upload server docker logs bundle on failure
uses: actions/upload-artifact@v4
if: always()
with:
name: docker-logs-${{ matrix.job }}
path: app/server/docker-logs.log
overwrite: true

# Set status = success
- name: Save the status of the run
run: |
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/ci-test-limited-with-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
run_count:
description: 'Number of times to repeat the test run'
required: false
type: number
type: number
default: 1
workflow_call:
inputs:
Expand Down Expand Up @@ -176,10 +176,8 @@ jobs:
-e APPSMITH_JWT_SECRET=appsmith-cloud-services-jwt-secret-dummy-key \
-e APPSMITH_ENCRYPTION_SALT=encryption-salt \
-e APPSMITH_ENCRYPTION_PASSWORD=encryption-password \
-e APPSMITH_CLOUD_SERVICES_URL=https://cs-dev.appsmith.com \
-e APPSMITH_CUSTOMER_PORTAL_URL=https://dev.appsmith.com \
-e APPSMITH_CLOUD_SERVICES_BASE_URL=https://cs-dev.appsmith.com \
-e APPSMITH_CLOUD_SERVER_BASE_URL=https://release.app.appsmith.com \
-e AUTH0_ISSUER_URL=https://login.release-customer.appsmith.com/ \
-e AUTH0_CLIENT_ID=dummy-client-id \
-e AUTH0_CLIENT_SECRET=dummy-secret-id \
Expand Down Expand Up @@ -351,18 +349,18 @@ jobs:
npx cypress-repeat-pro run -n ${{ inputs.run_count }} --force \
--spec ${{ env.specs_to_run }} \
--config-file "cypress_ci_custom.config.ts"
cat cy-repeat-summary.txt
cat cy-repeat-summary.txt
# Define the path for the failure flag file
FAILURE_FLAG_FILE="ci_test_status.txt"

# Check for test results and store the status in the file
if ! grep -q "Total Failed: 0" cy-repeat-summary.txt; then
echo "ci_test_failed=true" > "$FAILURE_FLAG_FILE"
else
echo "ci_test_failed=false" > "$FAILURE_FLAG_FILE"
fi
cat "$FAILURE_FLAG_FILE"

- name: Trim number of cypress log files
if: failure()
run: |
Expand All @@ -375,7 +373,7 @@ jobs:
name: cypress-repeat-logs
path: ${{ github.workspace }}/app/client/cy-repeat-summary.txt
overwrite: true

- name: Upload ci_test_status.txt artifact
if: always()
uses: actions/upload-artifact@v4
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-test-limited.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,8 @@ jobs:
-e APPSMITH_JWT_SECRET=appsmith-cloud-services-jwt-secret-dummy-key \
-e APPSMITH_ENCRYPTION_SALT=encryption-salt \
-e APPSMITH_ENCRYPTION_PASSWORD=encryption-password \
-e APPSMITH_CLOUD_SERVICES_URL=https://cs-dev.appsmith.com \
-e APPSMITH_CUSTOMER_PORTAL_URL=https://dev.appsmith.com \
-e APPSMITH_CLOUD_SERVICES_BASE_URL=https://cs-dev.appsmith.com \
-e APPSMITH_CLOUD_SERVER_BASE_URL=https://release.app.appsmith.com \
-e AUTH0_ISSUER_URL=https://login.release-customer.appsmith.com/ \
-e AUTH0_CLIENT_ID=dummy-client-id \
-e AUTH0_CLIENT_SECRET=dummy-secret-id \
Expand Down
21 changes: 13 additions & 8 deletions .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,17 @@ jobs:
with:
files: "app/client/**"

#- name: Run step if any file(s) in the client folder change
# if: steps.changed-files-specific.outputs.any_changed == 'true'
# env:
# ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
# run: |
# echo "One or more files in the server folder has changed."
# echo "List all the files that have changed: $ALL_CHANGED_FILES"
# - name: Updating the client changed file variable
# id: changed-files-specific
# run: echo "any_changed=true" >> "$GITHUB_OUTPUT"

- name: Run step if any file(s) in the client folder change
if: steps.changed-files-specific.outputs.any_changed == 'true'
env:
ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
run: |
echo "One or more files in the server folder has changed."
echo "List all the files that have changed: $ALL_CHANGED_FILES"

- name: Check compliance
if: inputs.pr != 0 && steps.changed-files-specific.outputs.any_changed == 'true'
Expand Down Expand Up @@ -205,10 +209,11 @@ jobs:
git config --global user.email "$gituseremail"
git config --global user.name "$gituser"
git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git
git lfs install
if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi
if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi
cd cibuildcache/$repodir/release/client
git lfs install
git lfs migrate import --everything --yes
git lfs pull ./build.tar
mv ./build.tar ../../../../../build.tar

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/server-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
files: "app/server/**"
write_output_files: true

# - name: Updating the server changed file variable
# id: changed-files-specific
# run: echo "any_changed=true" >> "$GITHUB_OUTPUT"

- name: Run step if any file(s) in the server folder change
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
Expand Down Expand Up @@ -337,10 +341,11 @@ jobs:
git config --global user.email "$gituseremail"
git config --global user.name "$gituser"
git clone https://$cachetoken@github.com/appsmithorg/cibuildcache.git
git lfs install
if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi
if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi
cd cibuildcache/$repodir/release/server
git lfs install
git lfs migrate import --everything --yes
git lfs pull ./server.jar
mv ./server.jar ../../../../../server.jar
cd ../../../../../
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-vulnerabilities-data.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Run Vulnerability Data Script with Parameters and Update PR
name: Run Vulnerability

run-name: >
On Branch: ${{ github.ref_name }} with Image: ${{ inputs.image_name || 'appsmith/appsmith-ce:release' }}

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ describe(
EditorNavigation.SelectEntityByName(queryName, EntityType.Query);

BottomPane.response.switchToResponseTab();

BottomPane.response.openResponseTypeMenu();
agHelper.AssertElementVisibility(
BottomPane.response.getResponseTypeSelector("TABLE"),
BottomPane.response.locators.responseTypeMenuItem("TABLE"),
);
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe(
"public.users",
);
dataSources.SelectTableFromPreviewSchemaList("public.users");
dataSources.VerifyColumnSchemaOnQueryEditor("id", 1);
dataSources.VerifyColumnSchemaOnQueryEditor("id", 0);
},
);

Expand Down
Loading