Shrikant Kandula
a8c2377420
Merge branch 'bug/index-include-deleted-field' into 'release'
...
Add `deletedAt` field into the unique index of datasources and pages.
See merge request theappsmith/internal-tools-server!313
2020-04-29 10:50:26 +00:00
Shrikant Kandula
7dfa1bd8ca
Add deletedAt field into the unique index of datasources and pages.
2020-04-29 16:16:09 +05:30
Trisha Anand
90ac43a831
Merge branch 'bug/copy-3p-action' into 'release'
...
Create action with template id was leading to mock response. Removed this.
See merge request theappsmith/internal-tools-server!312
2020-04-29 10:19:01 +00:00
Trisha Anand
89f179397f
Create action with template id was leading to mock response. Removing this to allow for copy of actions which have been created using 3p API
2020-04-29 10:19:01 +00:00
Shrikant Kandula
1cd3c94e9e
Merge branch 'bug/hide-rapid-api-from-datasource-create-view' into 'release'
...
Add `allowUserDatasources` to plugins to hide from create datasource UI.
See merge request theappsmith/internal-tools-server!310
2020-04-28 12:44:56 +00:00
Shrikant Kandula
079e185ed2
Add allowUserDatasources to plugins to hide from create datasource UI.
2020-04-28 12:44:56 +00:00
Shrikant Kandula
b161ff1403
Merge branch 'feat/no-ssl-option-for-plugins' into 'release'
...
Add NO_SSL option to SSL authType to turn off SSL explicitly.
See merge request theappsmith/internal-tools-server!311
2020-04-28 12:31:34 +00:00
Shrikant Kandula
23bd4e1722
Add NO_SSL option to SSL authType to turn off SSL explicitly.
2020-04-28 12:31:34 +00:00
Trisha Anand
790a329581
Merge branch 'bug/search-marketplace-URI-encoding' into 'release'
...
URL decoding the provider name before searching for it.
See merge request theappsmith/internal-tools-server!309
2020-04-28 11:06:27 +00:00
Trisha Anand
219a594a4c
URL decoding the name before searching for it.
2020-04-28 16:31:19 +05:30
Shrikant Kandula
89d04f11e7
Merge branch 'bug/show-password-in-datasource-form' into 'release'
...
Show passwords in datasource forms.
See merge request theappsmith/internal-tools-server!308
2020-04-28 09:34:46 +00:00
Shrikant Kandula
b092692922
Merge branch 'bug/npe-if-opa-not-ready' into 'release'
...
Fix NPE when accessing services before OPA is ready.
See merge request theappsmith/internal-tools-server!300
2020-04-28 09:22:05 +00:00
Shrikant Kandula
6fd23f38b8
Merge branch 'bug/curl-parser' into 'release'
...
Fix cURL import bugs with new cURL command parser
See merge request theappsmith/internal-tools-server!306
2020-04-28 09:09:03 +00:00
Shrikant Kandula
1dbb98e1e8
Fix cURL import bugs with new cURL command parser
2020-04-28 09:09:03 +00:00
Shrikant Kandula
0a05036f9f
Show passwords in datasource forms.
2020-04-28 11:12:03 +05:30
Shrikant Kandula
2adad6b3b5
Merge branch 'bug/spread-operator-in-mustache-templates' into 'release'
...
Fix page-load action not being picked up when using the spread operator.
See merge request theappsmith/internal-tools-server!299
2020-04-27 08:11:22 +00:00
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
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
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
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
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
Shrikant Kandula
a8842e962b
Fix NPE when accessing services before OPA is ready.
2020-04-22 08:41:40 +05:30
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
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
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
Shrikant Kandula
a49ef95d5b
Fix 500 on invalid port sent for restapi plugin test request.
2020-04-21 13:40:12 +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
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
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
Shrikant Kandula
ee556b729c
Fix 500 error when authentication.type is not provided in request body.
2020-04-17 14:35:53 +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