Commit Graph

13528 Commits

Author SHA1 Message Date
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
Abhinav Jha
6478f4a4ac Merge branch 'fix/container-colore' into 'release'
Fix Container background color

Fix for issue: Canvas background was being set in templates, as a result, container's background wasn't perceived to be set.

See merge request theappsmith/internal-tools-client!523
2020-04-29 10:09:27 +00:00
Abhinav Jha
d6c1e9b0c7 Fix Container background color 2020-04-29 10:09:27 +00:00
Hetu Nandu
76c722d0a7 Merge branch 'feature/deleteDatasource' into 'release'
Delete datasource

See merge request theappsmith/internal-tools-client!527
2020-04-29 10:03:56 +00:00
Hetu Nandu
061292bd8a Datasource bug fixes
- Prefill datasource title
- Decrease field width
- Save button should have loading state
- Back button in form screen
- Right align save button
- Add new plugin images
and other fixes
2020-04-29 10:03:56 +00:00
Abhinav Jha
06bc85ac12 Merge branch 'fix/page-name-breadcrumbs' into 'release'
Page Name updates

- Remove use of `reselect` in `editorSelectors`. 
- Rename action from UPDATE_CURRENT_PAGE to SWITCH_CURRENT_PAGE_ID. 
- Update new page name in bread crumbs

See merge request theappsmith/internal-tools-client!503
2020-04-29 09:41:30 +00:00
Abhinav Jha
299c2fbbb2 Remove use of reselect in editorSelectors. Rename action from UPDATE_CURRENT_PAGE to SWITCH_CURRENT_PAGE_ID. Update new page name in bread crumbs 2020-04-29 09:41:30 +00:00
Trisha Anand
0b496e1ecc Untested add policies to an object code. 2020-04-29 15:03:56 +05:30
Akash N
9c1991aaa3 Get form configs from api 2020-04-29 14:53:23 +05:30
Hetu Nandu
bca47fb3f5 Merge branch 'feat/apiProviderSearch' into 'release'
Api pane provider search

See merge request theappsmith/internal-tools-client!515
2020-04-29 09:06:31 +00:00
Hetu Nandu
7174ce0a8a fix: search container ui fixes
- remove unwanted imports
2020-04-29 09:06:30 +00:00
Satbir Singh
517f4b7ce0 Merge branch 'feature/nav-dyn-bind' into 'release'
NavigateTo dynamic binding support

See merge request theappsmith/internal-tools-client!498
2020-04-29 05:35:02 +00:00
Satbir Singh
141d556334 NavigateTo dynamic binding support 2020-04-29 05:35:02 +00:00
Satbir Singh
79a597b799 Merge branch 'fix/table-scroll' into 'release'
Fixing table scroll on load issue.

See merge request theappsmith/internal-tools-client!500
2020-04-29 05:13:02 +00:00
Satbir Singh
275518da4c Fixing table scroll on load issue. 2020-04-29 05:13:02 +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
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
Hetu Nandu
20921d4578 Merge branch 'fix/api-pane-fixes' into 'release'
Fix provider cards ui fixes

See merge request theappsmith/internal-tools-client!514
2020-04-28 10:47:59 +00:00
Hetu Nandu
89ab91361e fix: provider cards ui fixes
- alignment of provider cards in api home screen fixes
- do not load the providers if already present
- fix 'Add to page' button moving on cliick in provider templates
2020-04-28 10:47:59 +00:00
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
Hetu Nandu
b85adb117c Merge branch 'feature/datasources' into 'release'
Datasource Pane

See merge request theappsmith/internal-tools-client!513
2020-04-28 06:52:53 +00:00
Hetu Nandu
13c59ee80f Datasource bug fixes
- Prefill datasource title
- Decrease field width
- Save button should have loading state
- Back button in form screen
- Right align save button
- Add new plugin images
and other fixes
2020-04-28 06:52:53 +00:00
Shrikant Kandula
0a05036f9f Show passwords in datasource forms. 2020-04-28 11:12:03 +05:30
Trisha Anand
82eb02b88c Invite user to application as viewer or admin works now works in setting the correct permissions for the application. Next step is to set the correct permissions for the pages. 2020-04-27 18:19:28 +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
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