Commit Graph

18100 Commits

Author SHA1 Message Date
Trisha Anand
504a165411 Added a few comments to ease understanding 2020-04-21 13:44:19 +05:30
Shrikant Kandula
a49ef95d5b Fix 500 on invalid port sent for restapi plugin test request. 2020-04-21 13:40:12 +05:30
Hetu Nandu
67cc6854b7 fix issue with not returning draft in data 2020-04-21 13:31:36 +05:30
Hetu Nandu
c80821207d Merge branch 'fix/regression-bugs' into 'release'
Fix radio widget default value and Post api save error

See merge request theappsmith/internal-tools-client!502
2020-04-21 07:54:24 +00:00
Hetu Nandu
2f5a3104f1 Fix radio widget default value and Post api save error 2020-04-21 07:54:23 +00:00
Trisha Anand
d7d31a43da Fixed compile time error. 2020-04-20 18:30:47 +05:30
Trisha Anand
373c9ac738 Code formatting corrected. 2020-04-20 18:17:25 +05:30
Trisha Anand
6be0b7ae23 Merge branch 'release' into feature/acl-spring-object
# Conflicts:
#	appsmith-server/pom.xml
#	appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog.java
#	appsmith-server/src/main/java/com/appsmith/server/repositories/BaseRepositoryImpl.java
#	appsmith-server/src/main/java/com/appsmith/server/services/LayoutActionServiceImpl.java
#	appsmith-server/src/test/java/com/appsmith/server/services/OrganizationServiceTest.java
2020-04-20 18:13:55 +05:30
Shrikant Kandula
02a384698b Merge branch 'bug/missing-response-meta-in-test-api' into 'release'
Fix missing `responseMeta` in response for /datasources/test endpoint.

See merge request theappsmith/internal-tools-server!291
2020-04-20 12:40:42 +00:00
Shrikant Kandula
94b166b3cb Fix missing responseMeta in response for /datasources/test endpoint. 2020-04-20 17:40:42 +05:30
Trisha Anand
3b10a444f0 Merge branch 'bug/NPE-empty-children-DSL' into 'release'
NPE : In case the children tag exists in the DSL but is empty, we shouldnt try to extract widget names

See merge request theappsmith/internal-tools-server!290
2020-04-20 09:22:51 +00:00
Trisha Anand
1e000c295f In case the children tag exists in the DSL but is empty, we shouldnt try to extract widget names in that scenario. 2020-04-20 13:58:25 +05:30
Hetu Nandu
dcf320e4e6 Merge branch 'hide-new-api-pane' into 'release'
Add a feature flag for new api pane

See merge request theappsmith/internal-tools-client!499
2020-04-20 08:26:19 +00:00
Hetu Nandu
283252892b Add a feature flag for new api pane 2020-04-20 08:26:19 +00:00
Satbir Singh
c5573a21ea Merge branch 'fix/selector-refactor' into 'release'
Action selector refactor

See merge request theappsmith/internal-tools-client!477
2020-04-20 05:42:46 +00:00
Satbir Singh
a2086d2b5f Action selector refactor 2020-04-20 05:42:46 +00:00
Shrikant Kandula
654f1fa61e Merge branch 'bug/missing-auth-type-throws-500' into 'release'
Fix 500 error when authentication.type is not provided in request body.

See merge request theappsmith/internal-tools-server!288
2020-04-20 04:58:57 +00:00
Hetu Nandu
7786756964 Merge branch 'fix/batched-action-execution' into 'release'
Fix batched action execution

See merge request theappsmith/internal-tools-client!489
2020-04-17 16:15:09 +00:00
Hetu Nandu
a266472e4e Fix batched action execution 2020-04-17 16:15:09 +00:00
Shrikant Kandula
b71a3254d9 Merge branch 'bug/mustache-replacement-with-double-quotes' into 'release'
Fix mustache parsing fail when keys have double-quotes or backslashes.

See merge request theappsmith/internal-tools-server!289
2020-04-17 14:07:23 +00:00
Shrikant Kandula
e0add48bd6 Fix mustache parsing fail when keys have double-quotes or backslashes. 2020-04-17 19:26:42 +05:30
Hetu Nandu
070a4a03d8 Merge branch 'fix/add-pluginId-in-datasource' into 'release'
Adding pluginId in datasource instead of action

See merge request theappsmith/internal-tools-client!494
2020-04-17 11:31:47 +00:00
Hetu Nandu
f0d805cf52 Adding pluginId in datasource instead of action 2020-04-17 16:05:36 +05:30
Abhinav Jha
a717de0e68 Merge branch 'feature/pageload' into 'release'
Pageload fixes 1

- Remove tinymce external dep
- Move Widget, Property, Validators registration to editor and appviewer
- Named chunks
- Prefetch chunks
- add expiration header using netlify.toml

See merge request theappsmith/internal-tools-client!492
2020-04-17 10:13:00 +00:00
Abhinav Jha
c2d3b9952d Fix filepicker issue. Add netlify.toml. Remove chance.js 2020-04-17 15:03:36 +05:30
Hetu Nandu
4e90ebff99 Merge branch 'fix/plugin-id-for-new-actions' into 'release'
Fix issue where new REST actions where not getting the plugin id

See merge request theappsmith/internal-tools-client!490
2020-04-17 09:25:31 +00:00
Hetu Nandu
9bcb0d32e9 Fix issue where new REST actions where not getting the plugin id 2020-04-17 09:25:31 +00:00
Shrikant Kandula
ee556b729c Fix 500 error when authentication.type is not provided in request body. 2020-04-17 14:35:53 +05:30
Satbir Singh
ccd56b4f1f Merge branch 'fix/test-revert' into 'release'
Test fixes

See merge request theappsmith/internal-tools-client!491
2020-04-17 08:17:25 +00:00
Satbir Singh
268b77be47 Test fixes 2020-04-17 08:17:25 +00:00
Arpit Mohan
46879fae2b Committing the plugin.properties to let us run the code from IntelliJ 2020-04-17 13:35:07 +05:30
Shrikant Kandula
d82a27fd20 Merge branch 'bug/npe-in-datasource-valid-check' into 'release'
Fix NPE when `invalids` in Datasource is not initialized yet.

See merge request theappsmith/internal-tools-server!287
2020-04-17 07:51:07 +00:00
Shrikant Kandula
65d4c0e3e5 Fix NPE when invalids in Datasource is not initialized yet. 2020-04-17 13:17:05 +05:30
Shrikant Kandula
8b7bf97679 Merge branch 'feature/datasource-api-cleanup' into 'release'
Datasource API cleanup and better error reporting

See merge request theappsmith/internal-tools-server!284
2020-04-17 07:27:56 +00:00
Shrikant Kandula
08b7f51d5d Datasource API cleanup and better error reporting 2020-04-17 07:27:56 +00:00
Trisha Anand
210b566eab Merge branch 'bug/setOrganizationIdForAllDatasources' into 'release'
Setting the organization id in case of missing plugin. This was being skipped over earlier.

See merge request theappsmith/internal-tools-server!286
2020-04-17 05:50:38 +00:00
Abhinav Jha
b5a4e231d7 Remove tinymce external dependency 2020-04-17 10:29:43 +05:30
Trisha Anand
133eaa7475 Setting the organization id in case of missing plugin. This was being skipped over earlier. 2020-04-16 22:19:35 +05:30
Trisha Anand
801cd59c14 Merge branch 'bug/marketplce-fixes' into 'release'
Updated Rapid API key. Also, now URL Encoding the route parameters as well.

See merge request theappsmith/internal-tools-server!285
2020-04-16 15:59:56 +00:00
Trisha Anand
8aaff70ef0 Updated Rapid API key. Also, now URL Encoding the route parameters as well. 2020-04-16 21:13:37 +05:30
Abhinav Jha
8fc9c68782 App viewer fix 2020-04-16 18:30:53 +05:30
Abhinav Jha
87b1554e10 Move Registration to application editor 2020-04-16 17:26:36 +05:30
Abhinav Jha
0b87848baf Add basic skeleton for widget loading 2020-04-16 14:02:58 +05:30
Shrikant Kandula
9ab3332933 Merge branch 'feature/mongo-plugin-test-api' into 'release'
Rich datasource support for MongoPlugin

See merge request theappsmith/internal-tools-server!283
2020-04-16 08:21:40 +00:00
Shrikant Kandula
822afdc064 Rich datasource support for MongoPlugin 2020-04-16 08:21:40 +00:00
Abhinav Jha
b0b3746367 Revert lazy loading filepicker component 2020-04-16 12:26:43 +05:30
Abhinav Jha
3099cb0501 Merge branch 'fix/chart-widget-data-migration' into 'release'
Fix/chart widget data migration

See merge request theappsmith/internal-tools-client!488
2020-04-15 15:26:36 +00:00
Vicky Bansal
c0d4bbb932 Fix/chart widget data migration 2020-04-15 15:26:36 +00:00
Abhinav Jha
f3cccd9aee Remove errors when 401 unauthorized. 2020-04-15 19:49:39 +05:30
Abhinav Jha
431f20b8c4 Temporary fix for the chart widget 2020-04-15 19:06:42 +05:30