PromucFlow_constructor/app/server
Nayan 6686a0b63b
chore: Make delete page services transactional (#23809)
## Description
When we create page or delete page, we've to make changes to two
collections - NewPage and Application. If one of them fails, it'll put
us in a bad state. This PR fixes this issue by making these services
transactional.

#### PR fixes following issue(s)
Fixes #23808
2023-06-08 11:08:40 +06:00
..
.run chore: Upgrade to Spring Boot 3.0.1 (#19044) 2023-01-02 19:40:59 +07:00
appsmith-git feat: Add support for yaml extension for the git connect flow validation (#24003) 2023-06-06 10:23:59 +05:30
appsmith-interfaces fix: added gitsyncid assignment to DataSource constructor with dataSourceS… (#23912) 2023-06-02 19:18:02 +07:00
appsmith-plugins fix: change the default selected value in gsheet ds to all sheets (#23926) 2023-05-31 22:32:11 +05:30
appsmith-server chore: Make delete page services transactional (#23809) 2023-06-08 11:08:40 +06:00
envs fix: Updated server set up docs to lower confusion from logs (#22926) 2023-05-03 10:17:34 +05:30
mongo-seed
reactive-caching fix for caching library autoconfiguration (#19849) 2023-01-17 22:18:42 +05:30
scripts feat: migrate from org to workspace under phase 3 (#14158) 2022-07-20 17:24:16 +05:30
.gitignore Improve server setup experience documentation (#4441) 2021-05-19 19:29:08 +05:30
build.sh chore: Check Java version in build script (#19531) 2023-01-06 22:20:58 +05:30
buildpack-run.sh
docker-compose.yml feat: Git version control functionality with connect to remote, commit, push flows (#8403) 2021-10-20 09:47:34 +00:00
Dockerfile chore: Upgrade to Spring Boot 3.0.1 (#19044) 2023-01-02 19:40:59 +07:00
entrypoint.sh fix: Added JVM arg to opens java.time module to project (#20326) 2023-02-02 17:19:53 +05:30
pom.xml chore: Update Spring to v3.0.6 (#23031) 2023-05-09 07:52:42 +05:30
Procfile
README.md ci: Modularizing the Github actions workflow for maintainability (#16505) 2022-09-09 01:08:55 +05:30
system.properties chore: Upgrade to Spring Boot 3.0.1 (#19044) 2023-01-02 19:40:59 +07:00

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.