Commit Graph

5314 Commits

Author SHA1 Message Date
Satbir Singh
9cc869b344 Help tooltips on properties 2020-03-19 13:22:01 +00:00
Satbir Singh
404f0800dd Merge branch 'fix/radio-option' into 'release'
Fixing radio option blur on edit.

See merge request theappsmith/internal-tools-client!406
2020-03-19 13:21:46 +00:00
Shrikant Kandula
60e9a1f18e Show Appsmith as the From name in sent emails. 2020-03-19 18:29:13 +05:30
Satbir Singh
0d5e551830 Merge branch 'fix/table-nav' into 'release'
Table refresh on page change.

See merge request theappsmith/internal-tools-client!405
2020-03-19 07:38:34 +00:00
Arpit Mohan
d7ec1f3c52 Merge branch 'release' into feature/acl-spring-object 2020-03-19 13:06:20 +05:30
Satbir Singh
78b8ed0303 Table refresh on page change. 2020-03-19 12:42:58 +05:30
Trisha Anand
d009e91e9d Merge branch 'feature/property-pane-jsonobject' into 'release'
Moving the propertyPane config to generic JSONObject

See merge request theappsmith/internal-tools-server!234
2020-03-19 07:08:09 +00:00
Arpit Mohan
135280abaa Moving the propertyPane config to generic JSONObject
This ensures that the client can change the config at will without depending on the platform team to add the field to the POJO.

Also deleting redundant classes and controllers for propertyPane and Widget. These are no longer required and can be removed from the codebase.
2020-03-19 12:34:24 +05:30
Arpit Mohan
4725421cba Merge branch 'release' into feature/acl-spring-object 2020-03-19 11:54:36 +05:30
Hetu Nandu
546b0b7b3a store parsed state 2020-03-19 10:29:06 +05:30
Hetu Nandu
1e86690b52 data tree only contains current page actions 2020-03-19 08:55:52 +05:30
Satbir Singh
bc7c3b8765 Fixing radio option blur on edit. 2020-03-19 08:37:31 +05:30
Arpit Mohan
d384dac7ec Minor code clean up 2020-03-19 00:54:04 +05:30
Arpit Mohan
7316a77f42 Moving ActionRepository to the new custom repository format 2020-03-19 00:40:19 +05:30
Arpit Mohan
c5ac557961 Fixing the test cases for pageService and LayoutService
Also adding a helper query function in BaseAppsmithRepository that will make the code much cleaner for custom repository functions.
2020-03-19 00:24:30 +05:30
Arpit Mohan
9bf7bab85b Moving organization repository functions to the custom class.
Also fixing the SeedMongoData file with the seed data to correspond to the changes made in the OrganizationRepository. We will default to using the mongoTemplate in the SeedMongoData file in the future so that we don't have to deal with ACL when we are simply populating the DB.
2020-03-18 22:56:32 +05:30
Trisha Anand
aaf2f12b29 Merge branch 'feature/url-encode-restapi' into 'release'
Rest API and Rapid api plugin url encode the query parameters.

See merge request theappsmith/internal-tools-server!232
2020-03-18 15:09:35 +00:00
Satbir Singh
a8badb307a Merge branch 'feature/page-events' into 'release'
Refactor page events.

See merge request theappsmith/internal-tools-client!402
2020-03-18 15:05:58 +00:00
Satbir Singh
0158791e91 Refactor page events. 2020-03-18 15:05:58 +00:00
Trisha Anand
44d5dccbbb Rest API and Rapid api plugin url encode the query parameters. The Providers returned are sorted by sortOrder in ascending order 2020-03-18 20:35:50 +05:30
Satbir Singh
b377502720 Merge branch 'feature/page-events' into 'release'
Page events

See merge request theappsmith/internal-tools-client!395
2020-03-18 14:31:30 +00:00
Satbir Singh
39009b0807 Page events 2020-03-18 14:31:30 +00:00
Hetu Nandu
f46d2f6e13 Merge branch 'release' into 'master'
Release

See merge request theappsmith/internal-tools-client!401
2020-03-18 14:12:11 +00:00
Satbir Singh
1c49672c64 Merge branch 'fix/nav-url' into 'release'
Added a https protocol to navigation url if it does not exist

See merge request theappsmith/internal-tools-client!397
2020-03-18 13:09:54 +00:00
Arpit Mohan
fc6f225935 Adding user policy to manage organization and fixing the organization create flow to ensure the right permissions are set
Also adding test case for get applications. Now we will fetch all applications that the user has read permissions to by default. It's not dependent on the organization that they are a part of.
2020-03-18 16:09:47 +05:30
Nikhil Nandagopal
ef9142d135 Merge branch 'hotfix/filepicker' into 'release'
Hotfix/filepicker

See merge request theappsmith/internal-tools-client!400
2020-03-18 10:11:51 +00:00
Nikhil Nandagopal
9a0ed2cefb updated form button widths 2020-03-18 15:28:31 +05:30
Nikhil Nandagopal
270f86361a updated widget config 2020-03-18 15:17:26 +05:30
Satbir Singh
9ed59b8380 Merge branch 'fix/api-jsonpathkeys' into 'release'
Fixing array issues with api run

See merge request theappsmith/internal-tools-client!396
2020-03-18 09:17:30 +00:00
Arpit Mohan
c06e16db83 Making changes to get the page tests to pass. Also minor improvements to LayoutServiceTest 2020-03-18 14:47:00 +05:30
Trisha Anand
4961f6ef23 Merge branch 'feature/remove-cred-steps-from-GET-providers' into 'release'
Credential steps should only be written but not read for Providers to reduce the size of response

See merge request theappsmith/internal-tools-server!230
2020-03-18 09:13:54 +00:00
Trisha Anand
0b7b4716db Credential steps should only be written but not read. 2020-03-18 14:40:02 +05:30
Trisha Anand
e73b64dd3f Merge branch 'feature/provider-update-data-cleanup' into 'release'
Updated Provider to include fields to help with display and sort order

See merge request theappsmith/internal-tools-server!229
2020-03-18 09:03:21 +00:00
Trisha Anand
fad606a156 Updated Provider to include fields to help with display and sort order 2020-03-18 14:21:38 +05:30
Hetu Nandu
208e139e0e Merge branch 'fix/page-load-js-eval' into 'release'
Fix page load time

See merge request theappsmith/internal-tools-client!399
2020-03-18 08:40:53 +00:00
Hetu Nandu
cf5b605729 fix issue 2020-03-18 13:37:51 +05:30
Satbir Singh
356faf1853 Navigation to url fixed. 2020-03-18 09:12:18 +05:30
Satbir Singh
4655322262 Fixing array issues with json pathkeys 2020-03-18 08:35:06 +05:30
Hetu Nandu
c6f1d58bb7 Merge branch 'release' into 'master'
Release

See merge request theappsmith/internal-tools-client!394
2020-03-17 18:23:36 +00:00
Trisha Anand
89fb927a77 Merge branch 'feature/rapid-api-plugin' into 'release'
Rapid API Plugin

See merge request theappsmith/internal-tools-server!228
2020-03-17 18:19:22 +00:00
Trisha Anand
015713f409 1. Add to Page changes : In case the sample response is null, don't set the cached response for the action.
2. Add to Page changes : Documentation object has been added in Action to handle the extra Template documentation for actions that have been imported from 3p marketplace
3. Added basic structure for rapid api plugin by copy pasting the rest api plugin
2020-03-17 18:19:22 +00:00
Arpit Mohan
ab5b384c93 Merge branch 'feature/gitlab-master' into 'release'
Correcting the Docker packaging for master and building the project in Gitlab CI instead of Docker container.

Also moving sentry/webpack from devDependencies to actual dependencies.

See merge request theappsmith/internal-tools-client!393
2020-03-17 18:03:14 +00:00
Arpit Mohan
f7dc3bfb4e Correcting the Docker packaging for master and building the project in Gitlab CI instead of Docker container. 2020-03-17 18:03:14 +00:00
Hetu Nandu
2c7245f807 Merge branch 'release' into 'master'
Master release

See merge request theappsmith/internal-tools-client!389
2020-03-17 16:36:14 +00:00
Hetu Nandu
0860daba93 Merge branch 'fix/infinite-widget-loading' into 'release'
Fix widget loading issue

See merge request theappsmith/internal-tools-client!390
2020-03-17 16:15:27 +00:00
Hetu Nandu
0272b29ab2 fix loading issue 2020-03-17 21:27:35 +05:30
Satbir Singh
322e2470fe Merge branch 'fix/sentry-errors' into 'release'
Adding user to sentry and fixing source maps

See merge request theappsmith/internal-tools-client!387
2020-03-17 15:01:20 +00:00
Satbir Singh
a5875cd30f Adding user to sentry and fixing source maps 2020-03-17 15:01:20 +00:00
Hetu Nandu
d42d40dd6d Merge branch 'fix/update-loop-form-input' into 'release'
Fix another issue with dropdown default value

See merge request theappsmith/internal-tools-client!388
2020-03-17 14:12:44 +00:00
Hetu Nandu
ea1d4cbde9 fix issue with default option logic 2020-03-17 19:25:09 +05:30