* Fixing the move action API by removing invocations to subscribe Calling subscribe() inside function calls is an anti-pattern and we shouldn't be doing it. The reactiveContext is not called if the subscribe() function is called in the middle of execution flows. This breaks DB queries. * Added test case for move action. Co-authored-by: Trisha Anand <trisha@appsmith.com> |
||
|---|---|---|
| .. | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| mongo-seed | ||
| scripts/acl-migration | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repo for the Appsmith framework.
How to build
$ ./build.sh <arguments>
For example:
$ ./build.sh -DskipTests
This will
- Compile the code
- Generate the jars for server & plugins
- Copy them into the
distdirectory
How to run
$ cd ./dist
$ java -jar -Dspring.profiles.active=$env server-1.0-SNAPSHOT.jar