PromucFlow_constructor/app/server
Shrikant Sharat Kandula 583c478ab3
chore: Use Bridge API for user, config, theme repos (#31460)
Managed to remove the `Criteria` and `where` imported from MongoDB APIs.
The `Bridge` API calls should work the same on Postgres as well as here.
We'll be moving more repository methods over to this API soon.

Notice that the `Update` import is still there. Bridge API for `Update`
objects is also almost ready, and is coming up soon.
2024-03-08 13:27:11 +05:30
..
.run feat: Databricks plugin (#29746) 2023-12-26 10:04:09 +05:30
appsmith-git chore: git refactor first set of apis (#31548) 2024-03-07 14:00:43 +05:30
appsmith-interfaces chore: git refactor first set of apis (#31548) 2024-03-07 14:00:43 +05:30
appsmith-plugins feat: PGSql MTLS support (#31067) 2024-03-04 14:38:27 +05:30
appsmith-server chore: Use Bridge API for user, config, theme repos (#31460) 2024-03-08 13:27:11 +05:30
envs chore: Remove unused services (#30292) 2024-01-23 05:43:16 +05:30
mongo-seed
reactive-caching chore: Use Lombok's FieldNameConstants instead of QueryDSL (#31269) 2024-02-26 16:33:07 +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 chore: Revert Upgrade Mockito and surefire plugin (#31073) (#31334) 2024-02-28 14:49:41 +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.