Shrikant Kandula
ce930181cd
Fix page-load action not being picked up when using the spread operator.
2020-04-27 08:11:21 +00:00
Shrikant Kandula
d0e47ea2ea
Merge branch 'feat/delete-datasources-api' into 'release'
...
Add delete service operation for datasources.
See merge request theappsmith/internal-tools-server!305
2020-04-27 08:01:16 +00:00
Shrikant Kandula
090e00ee13
Add delete service operation for datasources.
2020-04-27 08:01:16 +00:00
Hetu Nandu
c6e7cb0a6f
Merge branch 'release' into 'master'
...
Release
See merge request theappsmith/internal-tools-client!522
2020-04-27 07:56:27 +00:00
Shrikant Kandula
16f2df38f1
Merge branch 'bug/npe-in-appsmith-exception' into 'release'
...
Fix potential NPE in AppsmithException. Also removed unused methods.
See merge request theappsmith/internal-tools-server!298
2020-04-27 07:51:18 +00:00
Shrikant Kandula
a96b1005ff
Fix potential NPE in AppsmithException. Also removed unused methods.
2020-04-27 07:51:18 +00:00
Hetu Nandu
9e7f6b0756
Merge branch 'fix/data-tree-issues' into 'release'
...
Fix minor data tree issues
See merge request theappsmith/internal-tools-client!520
2020-04-27 07:31:04 +00:00
Hetu Nandu
91783b840c
Fix minor data tree issues
2020-04-27 07:31:04 +00:00
Trisha Anand
2fa879fbd4
Minor code cleanup
2020-04-24 15:15:39 +05:30
Trisha Anand
2220fa529b
Merge branch 'feature/endpoint-get-provider-by-id' into 'release'
...
Added endpoint in marketplace to fetch provider by id if required
See merge request theappsmith/internal-tools-server!304
2020-04-23 18:59:40 +00:00
Hetu Nandu
89493d5bbf
Merge branch 'release' into 'master'
...
Release
See merge request theappsmith/internal-tools-client!517
2020-04-23 15:26:43 +00:00
Hetu Nandu
11d938868a
Merge branch 'fix/perf-issues' into 'release'
...
Fix default value replacement issues
See merge request theappsmith/internal-tools-client!516
2020-04-23 14:57:37 +00:00
Hetu Nandu
b346969465
fixed date picker default value down to the ms
...
fixed sharing of cachedDependency values
2020-04-23 14:57:37 +00:00
Trisha Anand
6ee1a58a9a
Added endpoint in marketplace to fetch provider by id if required
2020-04-23 19:02:14 +05:30
Shrikant Kandula
20f00870ca
Merge branch 'feature/mongo-plugin-default-database' into 'release'
...
Support separate default database for MongoPlugin, besides authDatabase.
See merge request theappsmith/internal-tools-server!302
2020-04-23 11:09:02 +00:00
Shrikant Kandula
e0880c7d31
Support separate default database for MongoPlugin, besides authDatabase.
2020-04-23 11:09:02 +00:00
Trisha Anand
a8f32d8b2a
Merge branch 'release' into feature/acl-spring-object
...
# Conflicts:
# appsmith-server/src/main/java/com/appsmith/server/services/MarketplaceService.java
2020-04-23 14:45:40 +05:30
Hetu Nandu
8002e93801
Merge branch 'fix/date-picker-default' into 'release'
...
Fix Date widget default date
See merge request theappsmith/internal-tools-client!512
2020-04-23 06:12:13 +00:00
Hetu Nandu
d36092c089
Fix Date widget default date
2020-04-23 06:12:13 +00:00
Nikhil Nandagopal
18acf373f5
Update form.json
2020-04-23 06:08:25 +00:00
Trisha Anand
dacc6a5c9e
The header key should be matched to all possible variations : Content-Type, content-type, etc. This fixes that.
2020-04-22 18:13:31 +05:30
Trisha Anand
0c76b8f394
Minor comments
2020-04-22 17:27:55 +05:30
Trisha Anand
11cb6f6c56
Refactored some code which was being repeated.
2020-04-22 16:59:01 +05:30
Arpit Mohan
f88c2e61b4
Merge branch 'release' into 'master'
...
Release
See merge request theappsmith/internal-tools-client!510
2020-04-22 09:40:12 +00:00
Hetu Nandu
21fc20e488
Merge branch 'fix/api-pane-creation' into 'release'
...
Api pane creation fixes
See merge request theappsmith/internal-tools-client!511
2020-04-22 09:15:24 +00:00
Hetu Nandu
85f57e350f
Api pane creation fixes
2020-04-22 09:15:24 +00:00
Shrikant Kandula
a8842e962b
Fix NPE when accessing services before OPA is ready.
2020-04-22 08:41:40 +05:30
Satbir Singh
52fe761fe8
Merge branch 'revert-942a85f8' into 'release'
...
Revert "Merge branch 'fix/cypres-dnd' into 'release'"
See merge request theappsmith/internal-tools-client!507
2020-04-21 14:44:33 +00:00
Satbir Singh
08e68a8986
Revert "Merge branch 'fix/cypres-dnd' into 'release'"
...
This reverts merge request !505
2020-04-21 14:19:12 +00:00
Shrikant Kandula
1a19a9b698
Merge branch 'bug/mongodb-multiple-endpoints' into 'release'
...
Support SSL connections with self-signed from MongoPlugin.
See merge request theappsmith/internal-tools-server!297
2020-04-21 13:34:18 +00:00
Shrikant Kandula
3ad98a4367
Support SSL connections with self-signed from MongoPlugin.
2020-04-21 18:53:30 +05:30
Trisha Anand
54115d7e54
Merge branch 'feature/search-provider-wire-up' into 'release'
...
Marketplace : Search endpoint is now implemented with mock response deleted. It currently does exact name searches in providers by hitting the marketplace service.
See merge request theappsmith/internal-tools-server!296
2020-04-21 12:42:11 +00:00
Trisha Anand
3148dec921
Search endpoint is now implemented with mock response deleted. It currently does exact name searches in providers by hitting the marketplace service.
2020-04-21 12:42:11 +00:00
Shrikant Kandula
3dfc62034f
Merge branch 'feature/datasource-form-config-apis' into 'release'
...
Add form config JSONs for individual plugins and an API for GETting them.
See merge request theappsmith/internal-tools-server!295
2020-04-21 12:23:23 +00:00
Shrikant Kandula
58c0f94508
Add form config JSONs for individual plugins and an API for GETting them.
2020-04-21 17:42:14 +05:30
Satbir Singh
3d3265fa80
Merge branch 'fix/cypres-dnd' into 'release'
...
Cypress drag and drop
See merge request theappsmith/internal-tools-client!505
2020-04-21 10:27:15 +00:00
Satbir Singh
51ee20e64a
Cypress drag and drop
2020-04-21 10:27:15 +00:00
Shrikant Kandula
9f2427f1df
Merge branch 'bug/mongo-plugin-test-on-unavailable-host' into 'release'
...
Fix MongoPlugin test returning success even when host is unavailable.
See merge request theappsmith/internal-tools-server!294
2020-04-21 10:22:50 +00:00
Shrikant Kandula
d94a231934
Fix MongoPlugin test returning success even when host is unavailable.
2020-04-21 15:39:44 +05:30
Hetu Nandu
ea4a6bf8fd
Merge branch 'fix/api-pane-pagination' into 'release'
...
Fix issue with not returning draft in api pane
See merge request theappsmith/internal-tools-client!504
2020-04-21 08:48:11 +00:00
Shrikant Kandula
5c703d765e
Merge branch 'bug/invalid-port-in-restapi-test-gives-500' into 'release'
...
Fix 500 on invalid port sent for restapi plugin test request.
See merge request theappsmith/internal-tools-server!292
2020-04-21 08:23:03 +00:00
Trisha Anand
23729d61da
Merge branch 'bug/provider-credential-step' into 'release'
...
Provider credential steps is not a write only property. It must be readable.
See merge request theappsmith/internal-tools-server!293
2020-04-21 08:22:51 +00:00
Trisha Anand
4cde1413fc
Provider credential steps is not a write only property. It must be readable.
2020-04-21 13:45:28 +05:30
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