PromucFlow_constructor/app/server
Shrikant Sharat Kandula d153485194
chore: Delete migrations older than v1.9.2, the last checkpoint version (#29726)
1. We delete migrations that are ineffective on a fresh installation.
For example, migrations that modify existing workspaces or applications
etc.
2. We add a check to avoid reusing the same migration ids in the future.
3. Deleted all unused methods in the changelog classes, that were once
used in the migrations that now no longer exist.
2023-12-23 06:46:35 +05:30
..
.run
appsmith-git fix: Change js lib file name in git to avoid file name error in windows (#29656) 2023-12-21 16:21:08 +06:00
appsmith-interfaces chore: Split changes for on page load, refactor, publish, etc (#29795) 2023-12-22 10:35:14 +05:30
appsmith-plugins feat: Enable JS toggle on messages in OpenAI plugin (#29519) 2023-12-22 13:55:56 +05:30
appsmith-server chore: Delete migrations older than v1.9.2, the last checkpoint version (#29726) 2023-12-23 06:46:35 +05:30
envs
mongo-seed
reactive-caching chore(deps): Update pf4j to v3.10.0 (#27044) 2023-09-07 08:48:45 +05:30
scripts chore: Delete unused app/server/scripts/node 2023-08-08 06:00:48 +05:30
.gitignore chore: Removed failed tests file from git (#29602) 2023-12-14 13:02:36 +05:30
build.sh
buildpack-run.sh
docker-compose.yml chore: Use new Docker image for dev-time server (#25609) 2023-07-24 09:56:30 +05:30
pom.xml ci: Add retry for JUnit failures in the CI workflow (#29048) 2023-11-23 16:44:57 +05:30
Procfile
README.md
system.properties

Appsmith Server

This is the server-side repository for the Appsmith framework.

For details on setting up your development machine, please refer to this Setup Guide.