Commit Graph

11293 Commits

Author SHA1 Message Date
Shrikant Kandula
6d5a1b9dd1 Fix mustache key parsing failing due to escaping in JSON serialization. 2020-04-15 10:24:12 +00:00
Shrikant Kandula
978363c1ab Merge branch 'feature/test-api-for-datasource' into 'release'
Test API for data sources

See merge request theappsmith/internal-tools-server!273
2020-04-15 10:02:09 +00:00
Shrikant Kandula
2dbf9d1c6b Test API for data sources 2020-04-15 10:02:09 +00:00
Abhinav Jha
f7995b84c8 Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/first-page-load-performance 2020-04-15 14:43:34 +05:30
Satbir Singh
1e1a0fc7f6 Merge branch 'fix/row-color' into 'release'
Row highlight _color

See merge request theappsmith/internal-tools-client!484
2020-04-15 09:03:35 +00:00
Satbir Singh
42d82b6045 Row highlight _color 2020-04-15 09:03:35 +00:00
Abhinav Jha
8f6963dcb9 Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/first-page-load-performance 2020-04-15 11:02:16 +05:30
Hetu Nandu
13a97451d9 Merge branch 'fix/cleanup' into 'release'
Cleanup fixes

See merge request theappsmith/internal-tools-client!483
2020-04-14 15:54:02 +00:00
Hetu Nandu
3a53286662 cleanup fixes 2020-04-14 20:46:44 +05:30
Abhinav Jha
bf7b240440 Merge branch 'feature/table-new-features' into 'release'
Table Features

See merge request theappsmith/internal-tools-client!472
2020-04-14 13:34:46 +00:00
Abhinav Jha
d16a56b3c9 Table Features 2020-04-14 13:34:46 +00:00
Hetu Nandu
e774175b31 Merge branch 'feature/api-import-curl-flow' into 'release'
Api import flow - curl

See merge request theappsmith/internal-tools-client!301
2020-04-14 12:34:14 +00:00
Hetu Nandu
af3b5d212f fix: ui fixes and type defination fixes
- avoid using any or undefined types in the code
- fix ui issues for api home screen
- update naming convensions
- remove unwanted code
- use color variables
2020-04-14 12:34:14 +00:00
Trisha Anand
72540715e3 Merge branch 'bug/api-pane-not-loading' into 'release'
API Pane not loading if application contains actions imported from marketplace before the migration

See merge request theappsmith/internal-tools-server!280
2020-04-14 08:53:03 +00:00
Trisha Anand
684edfe406 Because of db migrations, the older provider ids saved in actions are no longer available. This leads to api pane not loading. Removing the error to return an empty provider so that the api pane can be loaded. 2020-04-14 14:18:04 +05:30
Abhinav Jha
4ae3e4cf20 add rel=preload to index.html 2020-04-14 11:30:55 +05:30
Abhinav Jha
526b9671d8 Merge branch 'fix/sidebar-width' into 'release'
Appviewer - Sidenav width reduction to 220px

See merge request theappsmith/internal-tools-client!481
2020-04-14 05:41:18 +00:00
Abhinav Jha
d0bb259857 Appviewer - Sidenav width reduction to 220px 2020-04-14 05:41:18 +00:00
Abhinav Jha
6cad823c21 Merge branch 'feature/modal-close-icon-widget' into 'release'
Icon widget close control for Modal

- DRY property control creation. 
- Generate ids for property pane config on the client. 
- Add Multi switch control. 
- Add Icon Widget (WIP). 
- Enable blueprint based actions.

See merge request theappsmith/internal-tools-client!470
2020-04-14 05:35:16 +00:00
Abhinav Jha
27804d6ec6 DRY property control creation. Generate ids for property pane config on the client. Add Multi switch control. Add Icon Widget (WIP). Enable blueprint based actions. 2020-04-14 05:35:16 +00:00
Trisha Anand
d955dfd8bf Merge branch 'bug/marketplace-integration-add-to-page' into 'release'
After migrating the database to marketplace, add new template to page stopped working. Fixing that by fetching the provider from marketplace service.

See merge request theappsmith/internal-tools-server!279
2020-04-13 17:44:08 +00:00
Trisha Anand
03b8de3300 If an action is being created from 3P template, since the marketplace service has been migrated, hit the marketplace server to fetch provider instead of local ProviderService. 2020-04-13 23:08:12 +05:30
Hetu Nandu
d69f81a6fa Merge branch 'release' into 'master'
Release

See merge request theappsmith/internal-tools-client!479
2020-04-13 15:18:37 +00:00
Hetu Nandu
60d866cc41 Merge branch 'fix/batch-update-save-issue' into 'release'
Fix saving issue after batching updates

See merge request theappsmith/internal-tools-client!482
2020-04-13 14:33:35 +00:00
Hetu Nandu
06fb241f8e improve saving workflow after batching 2020-04-13 19:30:50 +05:30
Satbir Singh
61431eb75f Merge branch 'fix/rem-fetch-user' into 'release'
Remove FETCH_USER_ERROR message

See merge request theappsmith/internal-tools-client!480
2020-04-13 10:50:24 +00:00
Satbir Singh
7bd4ff2374 Remove FETCH_USER_ERROR message 2020-04-13 15:47:50 +05:30
Abhinav Jha
a164a2e9bd Merge branch 'fix/table-column-resizing' into 'release'
Table Fix:  event bubbling handling

See merge request theappsmith/internal-tools-client!473
2020-04-13 09:28:07 +00:00
Abhinav Jha
18023b70e2 Table Fix: event bubbling handling 2020-04-13 09:28:07 +00:00
Trisha Anand
1a9b5c3679 Merge branch 'bug/jsonPathKeysUpdateInPage' into 'release'
Update Action should also update the page layout actions

See merge request theappsmith/internal-tools-server!276
2020-04-13 08:57:57 +00:00
Trisha Anand
b64ae7ee5c First cut of code changes for update action where after the action is saved, the page layout is updated. 2020-04-13 08:57:57 +00:00
Satbir Singh
c69b9391dd Merge branch 'fix/chart-validation' into 'release'
Added validation for isVisible in chart widget.

See merge request theappsmith/internal-tools-client!476
2020-04-13 08:55:01 +00:00
Satbir Singh
b622f2898d Added validation for isVisible in chart widget. 2020-04-13 08:55:01 +00:00
Trisha Anand
0f61b254b0 Merge branch 'bug/refactor-name' into 'release'
Refactor of Name if one of the associated APIs have null json path keys leads to null pointer error

See merge request theappsmith/internal-tools-server!277
2020-04-13 08:49:32 +00:00
Trisha Anand
3692b4fa3e Stupid coding error of using OR instead of AND.
Also Mono.zipping the update Action and update Layout instead of this.then because in some optimization done by Spring, one mono doesnt end up emitting.
2020-04-13 08:49:30 +00:00
Hetu Nandu
1cb4a97ac3 Merge branch 'feature/batch-put' into 'release'
Batched redux update

See merge request theappsmith/internal-tools-client!471
2020-04-13 08:24:13 +00:00
Hetu Nandu
0beb6bc5ca Batched redux update 2020-04-13 08:24:13 +00:00
Shrikant Kandula
01dd54eaea Merge branch 'feature/enable-ssh-boolean-datasource' into 'release'
Add a boolean field for enabling/disabling SSH Proxy on datasources.

See merge request theappsmith/internal-tools-server!271
2020-04-13 07:22:29 +00:00
Shrikant Kandula
781eec0d24 Add a boolean field for enabling/disabling SSH Proxy on datasources. 2020-04-13 07:22:29 +00:00
Abhinav Jha
966696f559 Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client 2020-04-11 18:56:59 +05:30
Trisha Anand
9d9ae1e6ea Merge branch 'bug/create-organization' into 'release'
Slug should be set by the application instead of insisting on the slug being...

See merge request theappsmith/internal-tools-server!275
2020-04-11 11:52:15 +00:00
Trisha Anand
a82070648a Slug should be set by the application instead of insisting on the slug being present in the organization object. Added to the create valid organization test case to assert that the slug must exist. 2020-04-11 17:18:02 +05:30
Shrikant Kandula
f579a24aca Merge branch 'feature/plugin-validations-as-invalids' into 'release'
Richer plugin validations

See merge request theappsmith/internal-tools-server!270
2020-04-10 09:59:50 +00:00
Shrikant Kandula
abd9235360 Richer plugin validations 2020-04-10 09:59:50 +00:00
Hetu Nandu
da0af44b58 Merge branch 'fix/perf-cache' into 'release'
Fix/perf cache

See merge request theappsmith/internal-tools-client!467
2020-04-10 08:48:00 +00:00
Nikhil Nandagopal
1a1c703126 added fast get eval with a debounce.
added cache dependency creation but doesn't work
2020-04-10 08:48:00 +00:00
Shrikant Kandula
e957f0c677 Merge branch 'bug/pf4j-version-clash' into 'release'
Upgrade pf4j-spring to 0.6.0 so we can consistently use pf4j 3.2.0.

See merge request theappsmith/internal-tools-server!272
2020-04-10 08:43:57 +00:00
Shrikant Kandula
42d0060ecd Upgrade pf4j-spring to 0.6.0 so we can consistently use pf4j 3.2.0. 2020-04-09 19:55:58 +05:30
Hetu Nandu
0ef3ace7a5 Merge branch 'release' into 'master'
Release

See merge request theappsmith/internal-tools-client!468
2020-04-09 11:53:06 +00:00
Hetu Nandu
49a244bda0 Merge branch 'fix/merge-issue' into 'release'
Fix hotfix merge issue

See merge request theappsmith/internal-tools-client!469
2020-04-09 11:23:06 +00:00