PromucFlow_constructor/app/server
Leo Thomas ec755d261c
fix: Google sheets Bulk insert of empty array returns an error (#9725)
* fix/8924-Bulk Insert throwing error on empty data in google sheets new1

* fix/8924 Error in bulk insert empty data

* fix/8924 Code review fix for Google Sheet Bulk insert error

* fix/8924 Code review fix for Google Sheet Bulk insert error

* Fixed code review comments

* Methodconfig data changes since only empty Mono is being tested
2021-12-17 10:13:08 +05:30
..
.run [Issue #2093]-show last used organizations first in home page (#4461) 2021-05-16 09:42:10 +06:00
appsmith-git feat: Refactor APIs to include branch name in the request header (#9679) 2021-12-14 15:09:30 +00:00
appsmith-interfaces fix: Ignore form data elements with null keys (#9769) 2021-12-16 09:54:38 +00:00
appsmith-plugins fix: Google sheets Bulk insert of empty array returns an error (#9725) 2021-12-17 10:13:08 +05:30
appsmith-server Fix OOM in insertDefaultResources migration 2021-12-16 22:39:48 +05:30
envs fix: Added client side execution logic and on page load logic for js (#9392) 2021-12-01 22:02:43 +05:30
mongo-seed Code formatting corrected. 2020-04-20 18:17:25 +05:30
scripts chore: Fixing yoda conditions in the code (#8297) 2021-10-08 22:21:24 +05:30
.gitignore Improve server setup experience documentation (#4441) 2021-05-19 19:29:08 +05:30
build.sh feat: Introducing SaaS integrations as a plugin (#7560) 2021-09-21 17:35:29 +05:30
buildpack-run.sh Merge branch 'release' into feature/acl-spring-object 2020-04-28 18:13:06 +05:30
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 feat: Git version control functionality with connect to remote, commit, push flows (#8403) 2021-10-20 09:47:34 +00:00
entrypoint.sh fix: Add fix for log4j2 RCE (#9706) 2021-12-11 09:54:38 +05:30
pom.xml feat: [Feature] Upgrade spring boot version to 2.5.5 (#8932) 2021-12-14 16:22:37 +06:00
Procfile Adding the JVM parameter to ensure that java stays within the memory limits set by the container 2019-10-21 12:23:00 +05:30
README.md Adds YT Setup Videos to Docs (#5744) 2021-07-09 15:54:34 +05:30
system.properties Setting java version to 11 in system.properties. 2019-09-16 16:54:28 +05:30

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