Shrikant Kandula
|
ffc4379a4d
|
Migration to install existing default plugins to existing organizations.
|
2020-05-08 11:46:13 +05:30 |
|
Shrikant Kandula
|
7673ee49eb
|
Merge branch 'chore/remove-index-annotations' into 'release'
Remove index annotations as they don't accurately reflect actual indexes
See merge request theappsmith/internal-tools-server!322
|
2020-05-08 01:58:43 +00:00 |
|
Shrikant Kandula
|
b8de4ef659
|
Remove index annotations as they don't accurately reflect actual indexes
|
2020-05-08 01:58:43 +00:00 |
|
Shrikant Kandula
|
b1a9c40397
|
Merge branch 'bug/npe-when-curl-command-is-invalid' into 'release'
Guard against NPE when action is null due to cURL command being invalid.
See merge request theappsmith/internal-tools-server!323
|
2020-05-08 01:22:02 +00:00 |
|
Shrikant Kandula
|
2e9a94341b
|
Guard against NPE when action is null due to cURL command being invalid.
|
2020-05-08 01:22:02 +00:00 |
|
Trisha Anand
|
5fa667aecc
|
Merge branch 'feature/add-delete-perm-obj' into 'feature/acl-spring-object'
Add and Remove Policies to an Object
See merge request theappsmith/internal-tools-server!325
|
2020-05-07 14:14:51 +00:00 |
|
Trisha Anand
|
44ce0bbf01
|
Added baseservice function add and remove policies to an object. This would be used for updating permissions for an object.
|
2020-05-07 19:39:36 +05:30 |
|
Trisha Anand
|
47e7f6a8c5
|
Merge branch 'feature/acl-getAllApplications' into 'feature/acl-spring-object'
Feature/acl get all applications
See merge request theappsmith/internal-tools-server!317
|
2020-05-07 10:49:48 +00:00 |
|
Trisha Anand
|
957116409d
|
Resolved the review comments. Changed the structure of the DTO returned. Added the userPermissions as part of the base domain leading to this field always computed before returning any object to the user.
|
2020-05-07 10:49:48 +00:00 |
|
Trisha Anand
|
10f3395d3b
|
Merge branch 'bug/add-timeout-page-actions' into 'release'
Added timeout in page load actions
See merge request theappsmith/internal-tools-server!324
|
2020-05-07 09:57:35 +00:00 |
|
Trisha Anand
|
485eb29e03
|
Added timeout in DslActionDTO which is used to represent actions inside a layout and in turn is used for page load action execution.
|
2020-05-07 15:06:16 +05:30 |
|
Shrikant Kandula
|
3e2dea8f84
|
Merge branch 'bug/hide-exception-class-in-plugin-error-message' into 'release'
Hide Exception class details in the Plugin error message.
See merge request theappsmith/internal-tools-server!321
|
2020-05-05 11:08:38 +00:00 |
|
Shrikant Kandula
|
e99c104fe7
|
Hide Exception class details in the Plugin error message.
|
2020-05-05 16:34:09 +05:30 |
|
Nikhil Nandagopal
|
8f95fe22a9
|
Update form.json
|
2020-05-05 10:46:58 +00:00 |
|
Nikhil Nandagopal
|
c4f3ccfd8b
|
Update form.json
|
2020-05-05 10:34:02 +00:00 |
|
Shrikant Kandula
|
bc55baeb1f
|
Merge branch 'feat/add-delete-datasource-perm-existing-groups' into 'release'
Add `delete:datasources` permission to all existing groups.
See merge request theappsmith/internal-tools-server!320
|
2020-05-05 09:19:40 +00:00 |
|
Shrikant Kandula
|
172be7e7e5
|
Merge branch 'bug/missing-default-database-name-in-mongo-form' into 'release'
Add missing default database field in Mongo plugin form.
See merge request theappsmith/internal-tools-server!319
|
2020-05-05 09:06:32 +00:00 |
|
Shrikant Kandula
|
f7f03c5ad7
|
Add delete:datasources permission to all existing groups.
|
2020-05-05 13:52:03 +05:30 |
|
Shrikant Kandula
|
57dc2205e2
|
Add missing default database field in Mongo plugin form.
|
2020-05-05 13:39:03 +05:30 |
|
Arpit Mohan
|
77b4ef9a00
|
Adding a docker image tag for the master commit. This will allow us to revert to previous versions of the image (if required)
|
2020-05-05 12:54:46 +05:30 |
|
Trisha Anand
|
c43218eea6
|
Merge branch 'release' into feature/acl-spring-object
|
2020-05-01 17:05:43 +05:30 |
|
Trisha Anand
|
1f25aac3a5
|
Untested mock get applications for home page.
|
2020-05-01 16:56:05 +05:30 |
|
Shrikant Kandula
|
f4b4c630fe
|
Merge branch 'bug/json-body-non-object-types' into 'release'
Handle 500 when JSON body doesn't make up an object data type.
See merge request theappsmith/internal-tools-server!316
|
2020-04-30 13:32:24 +00:00 |
|
Shrikant Kandula
|
8ea8fb295e
|
Handle 500 when JSON body doesn't make up an object data type.
|
2020-04-30 13:32:24 +00:00 |
|
Shrikant Kandula
|
ee18dc5685
|
Merge branch 'bug/invalid-content-type-throws-500' into 'release'
Check the value of `Content-Type` before trying to make an HTTP call.
See merge request theappsmith/internal-tools-server!315
|
2020-04-30 12:30:17 +00:00 |
|
Trisha Anand
|
bc99ce9244
|
Merge branch 'release' into feature/acl-spring-object
|
2020-04-30 17:50:32 +05:30 |
|
Shrikant Kandula
|
c8e8c9136d
|
Check the value of Content-Type before trying to make an HTTP call.
|
2020-04-30 16:50:17 +05:30 |
|
Shrikant Kandula
|
50a8bad19e
|
Merge branch 'bug/restapi-test-without-port' into 'release'
Fix testing of REST API datasources fails when no port is set.
See merge request theappsmith/internal-tools-server!307
|
2020-04-30 06:02:28 +00:00 |
|
Shrikant Kandula
|
be7f1c0a81
|
Fix testing of REST API datasources fails when no port is set.
|
2020-04-30 06:02:28 +00:00 |
|
Shrikant Kandula
|
68182f9b49
|
Merge branch 'feat/plugin-names' into 'release'
More readable plugin names.
See merge request theappsmith/internal-tools-server!303
|
2020-04-29 11:49:06 +00:00 |
|
Shrikant Kandula
|
fc1b73773e
|
More readable plugin names.
|
2020-04-29 11:49:06 +00:00 |
|
Shrikant Kandula
|
86669fa7e4
|
Merge branch 'feat/updated-plugin-form-configs' into 'release'
Update form.json for datasource configurations.
See merge request theappsmith/internal-tools-server!314
|
2020-04-29 10:59:46 +00:00 |
|
Shrikant Kandula
|
06e85c308f
|
Update form.json for datasource configurations.
|
2020-04-29 16:25:30 +05:30 |
|
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
|
8db71d00a9
|
Merge branch 'release' into feature/acl-spring-object
|
2020-04-29 15:49:57 +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 |
|
Trisha Anand
|
0b496e1ecc
|
Untested add policies to an object code.
|
2020-04-29 15:03:56 +05:30 |
|
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 |
|
Trisha Anand
|
2d1fe9d8b4
|
Merge branch 'release' into feature/acl-spring-object
# Conflicts:
# appsmith-interfaces/src/main/java/com/appsmith/external/models/SSHPrivateKey.java
# appsmith-server/src/main/java/com/appsmith/server/filters/AclFilter.java
# appsmith-server/src/main/java/com/appsmith/server/services/CurlImporterService.java
# appsmith-server/src/test/java/com/appsmith/server/services/CurlImporterServiceTest.java
|
2020-04-28 18:13:06 +05:30 |
|
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 |
|
Trisha Anand
|
e99ede9d86
|
Minor comments added for TODOs
|
2020-04-28 16:18:28 +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 |
|