-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
…o fix/new-query-word-wrapping
- Loading branch information
Showing
44 changed files
with
378 additions
and
567 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 |
---|---|---|
|
@@ -206,7 +206,7 @@ jobs: | |
git config --global user.name "$gituser" | ||
git clone https://[email protected]/appsmithorg/cibuildcache.git | ||
git lfs install | ||
git lfs migrate import --everything | ||
git lfs migrate import --everything --yes | ||
if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi | ||
if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi | ||
cd cibuildcache/$repodir/release/client | ||
|
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 |
---|---|---|
|
@@ -100,19 +100,23 @@ jobs: | |
- name: Print the Github event | ||
run: echo ${{ github.event_name }} | ||
|
||
- name: Get changed files in the server folder | ||
# - name: Get changed files in the server folder | ||
# id: changed-files-specific | ||
# uses: tj-actions/changed-files@v44 | ||
# with: | ||
# files: "app/server/**" | ||
# write_output_files: true | ||
|
||
- name: Updating the server changed file variable | ||
id: changed-files-specific | ||
uses: tj-actions/changed-files@v44 | ||
with: | ||
files: "app/server/**" | ||
write_output_files: true | ||
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: | | ||
echo "One or more files in the server folder has changed." | ||
echo "List all the files that have changed:" | ||
cat "${{ github.workspace }}/.github/outputs/all_changed_files.txt" | ||
# - name: Run step if any file(s) in the server folder change | ||
# if: steps.changed-files-specific.outputs.any_changed == 'true' | ||
# run: | | ||
# echo "One or more files in the server folder has changed." | ||
# echo "List all the files that have changed:" | ||
# cat "${{ github.workspace }}/.github/outputs/all_changed_files.txt" | ||
|
||
# In case this is second attempt try restoring status of the prior attempt from cache | ||
- name: Restore the previous run result | ||
|
@@ -338,7 +342,7 @@ jobs: | |
git config --global user.name "$gituser" | ||
git clone https://[email protected]/appsmithorg/cibuildcache.git | ||
git lfs install | ||
git lfs migrate import --everything | ||
git lfs migrate import --everything --yes | ||
if [ "$reponame" = "appsmith" ]; then export repodir="CE"; fi | ||
if [ "$reponame" = "appsmith-ee" ]; then export repodir="EE"; fi | ||
cd cibuildcache/$repodir/release/server | ||
|
38 changes: 0 additions & 38 deletions
38
app/client/packages/design-system/ads/src/Templates/EntityExplorer/ListWithHeader.tsx
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
app/client/packages/design-system/ads/src/Templates/EntityExplorer/index.ts
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
app/client/packages/design-system/ads/src/Templates/EntityExplorer/styles.ts
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...ackages/design-system/ads/src/Templates/IDEHeader/HeaderSwitcher/HeaderSwitcher.styles.ts
This file was deleted.
Oops, something went wrong.
88 changes: 0 additions & 88 deletions
88
...t/packages/design-system/ads/src/Templates/IDEHeader/HeaderSwitcher/IDEHeaderSwitcher.tsx
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
app/client/packages/design-system/ads/src/Templates/IDEHeader/HeaderSwitcher/index.ts
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
app/client/packages/design-system/ads/src/Templates/IDEHeader/IDEHeader.constants.ts
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
app/client/packages/design-system/ads/src/Templates/IDEHeader/IDEHeader.mdx
This file was deleted.
Oops, something went wrong.
109 changes: 0 additions & 109 deletions
109
app/client/packages/design-system/ads/src/Templates/IDEHeader/IDEHeader.stories.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.