PromucFlow_constructor/app/server
Sumit Kumar 77a33f770d
fix: fix Arangodb plugin response on update commands (#7182)
* ArangoDB has two types of command - one that fetches a response and the other that updates a document. Currently, ArangoDB plugin treats all cmds like the one that returns a response, hence when update cmds are run then an empty response is returned to the client since there is nothing to fetch. This PR adds a check to fetch the response based on the type of cmd. Hence, for an update cmd the number of writes succeeded or failed would be returned as a response.
2021-09-07 09:38:23 +05:30
..
.run
appsmith-git [skip_changelog] Feature/directory structure for version control (#6757) 2021-09-06 18:18:18 +05:30
appsmith-interfaces [skip_changelog] Feature/directory structure for version control (#6757) 2021-09-06 18:18:18 +05:30
appsmith-plugins fix: fix Arangodb plugin response on update commands (#7182) 2021-09-07 09:38:23 +05:30
appsmith-server Updated Template 2021-09-06 23:30:19 +05:30
envs
mongo-seed
scripts
.gitignore
build.sh Added mvn failure check (#6107) 2021-07-26 05:37:10 +05:30
buildpack-run.sh
docker-compose.yml [skip_changelog] Feature/directory structure for version control (#6757) 2021-09-06 18:18:18 +05:30
Dockerfile
entrypoint.sh
pom.xml feat: Add maven module for the git operations (#6825) 2021-08-25 21:30:29 +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 the Setup Guide