Commit Graph

18100 Commits

Author SHA1 Message Date
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
Hetu Nandu
f090dd2e96 fix tests 2020-04-09 16:19:34 +05:30
Hetu Nandu
633ebb94bc remove unused 2020-04-09 15:40:57 +05:30
Hetu Nandu
d7164c1c58 Merge branch 'master' into fix/merge-issue 2020-04-09 15:40:23 +05:30
Hetu Nandu
9d70b24c0e Revert "Feature/launch btn fusion"
This reverts commit d9830d1eabb42c60daf064751e7b0e9f273ca0f1.
2020-04-09 15:36:52 +05:30
Pushpa B
832380b226 Merge branch 'feature/Edit-Form-Widgets-3' into 'release'
Feature/edit form widgets 3

See merge request theappsmith/internal-tools-client!463
2020-04-08 13:38:19 +00:00
Pushpa B
9169b98262 Feature/edit form widgets 3 2020-04-08 13:38:19 +00:00
Shrikant Kandula
06aa5131eb Merge branch 'bug/fix-using-old-enums' into 'release'
Fix old enums being used in Postgres plugin. Build failed because of this.

See merge request theappsmith/internal-tools-server!269
2020-04-08 12:45:18 +00:00
Shrikant Kandula
91dd8bf5c3 Fix old enums being used in Postgres plugin. Build failed because of this. 2020-04-08 12:45:18 +00:00
Shrikant Kandula
edf4043430 Merge branch 'bug/datasource-enum-mismatches' into 'release'
Fix Datasource data structure to be inline with UI

See merge request theappsmith/internal-tools-server!268
2020-04-08 12:32:57 +00:00
Shrikant Kandula
1b75be0fe3 Fix Datasource data structure to be inline with UI 2020-04-08 12:32:56 +00:00
Shrikant Kandula
06dd5fccae Merge branch 'bug/duplicate-key-error-on-app-name' into 'release'
Fix: Duplicate key error when reusing the name of a deleted application

See merge request theappsmith/internal-tools-server!264
2020-04-08 12:09:41 +00:00
Shrikant Kandula
0ad15b4cb6 Fix: Duplicate key error when reusing the name of a deleted application 2020-04-08 12:09:41 +00:00
Shrikant Kandula
d25b4acfd3 Merge branch 'bug/datasource-api-validations' into 'release'
Postgres plugin load connection details from rich data structure instead of the URL

See merge request theappsmith/internal-tools-server!259
2020-04-08 11:50:58 +00:00
Shrikant Kandula
065f0f1c3d Suppress redundant-if warning in datasource validation method.
This method can be simplified, but is more readable this way.
2020-04-08 11:50:58 +00:00
Trisha Anand
fd76cc7917 Merge branch 'feature/toggle-rollbar-by-config' into 'release'
Add Spring application property to enable/disable Rollbar.

See merge request theappsmith/internal-tools-server!267
2020-04-08 11:23:29 +00:00
Shrikant Kandula
c8dee3f279 Add Spring application property to enable/disable Rollbar.
It is enabled by default.
2020-04-08 11:23:28 +00:00
Satbir Singh
c57e228fec Merge branch 'fix/control-classnames' into 'release'
Classname update for tests

See merge request theappsmith/internal-tools-client!464
2020-04-08 11:13:27 +00:00
Abhinav Jha
8271d27750 Add classname for property control label. Remove typescript lint errors. 2020-04-08 16:16:01 +05:30
Satbir Singh
dc8a921f1e Merge branch 'fix/login-errmsg' into 'release'
Fixed login error message. Wrong user email in segment after logout issue.

See merge request theappsmith/internal-tools-client!462
2020-04-08 08:43:56 +00:00
Satbir Singh
03c6fc8b5c Fixed login error message. Wrong user email in segment after logout issue. 2020-04-08 08:43:56 +00:00
Trisha Anand
16742403ec Merge branch 'bug/restapi-data-buffer-limit-exception' into 'release' 2020-04-08 12:11:53 +05:30
Trisha Anand
f657e2f2d2 newUser is getting written over and the current organization id before the createUser call is not preserved. Extracting this information before calling createUser lets us set the invited organization id as the newly created user's current organization id. 2020-04-08 12:09:52 +05:30
Shrikant Kandula
b5d59f2a56 Merge branch 'bug/restapi-data-buffer-limit-exception' into 'release'
Increase restapi client buffer size from 256KB to 10MB.

See merge request theappsmith/internal-tools-server!261
2020-04-07 11:20:46 +00:00
Shrikant Kandula
ff6b0ce6bc Increase restapi client buffer size from 256KB to 10MB. 2020-04-07 11:20:46 +00:00
Satbir Singh
a77d4c86ec Merge branch 'fix/disable-data-tree-url' into 'release'
Remove url from data tree

See merge request theappsmith/internal-tools-client!460
2020-04-07 08:34:19 +00:00
Hetu Nandu
378242e5e8 remove url from data tree 2020-04-07 13:31:34 +05:30
Satbir Singh
24f94c0c13 Merge branch 'fix/login-error' into 'release'
Fixing data undefined error on login logout

See merge request theappsmith/internal-tools-client!458
2020-04-07 06:25:51 +00:00
Abhinav Jha
f2a03d094a Merge branch 'feature/launch-btn-fusion' into 'release'
Feature/launch btn fusion

See merge request theappsmith/internal-tools-client!454
2020-04-07 06:20:11 +00:00
Arpit Mohan
306e7baac2 Feature/launch btn fusion 2020-04-07 06:20:11 +00:00
Satbir Singh
0d0206af1d Merge branch 'fix/api-copy-switch' into 'release'
After copying api switches to the new one.

See merge request theappsmith/internal-tools-client!457
2020-04-07 06:15:52 +00:00
Satbir Singh
031a312fd1 Merge branch 'fix/api-trim' into 'release'
Api url is trimmed to remove any spaces.

See merge request theappsmith/internal-tools-client!456
2020-04-07 06:04:19 +00:00
Satbir Singh
8091852269 Api url is trimmed to remove any spaces. 2020-04-07 06:04:19 +00:00
Satbir Singh
6d12e21505 Fixing data undefined error. 2020-04-07 11:28:41 +05:30
Satbir Singh
70a1794e86 After copying api switches to the new one. 2020-04-07 11:17:20 +05:30
Satbir Singh
11487038ef Merge branch 'fix/table-page' into 'release'
Table pagination css fixes

See merge request theappsmith/internal-tools-client!455
2020-04-06 10:23:19 +00:00
Satbir Singh
4e0fdabae2 Table pagination css fixes 2020-04-06 10:23:19 +00:00
Trisha Anand
1d8a0b1d95 Merge branch 'bug/pf4j-dependency-misplaced' into 'release'
The pf4j-spring dependency should be declared before appsmith-interfaces.

See merge request theappsmith/internal-tools-server!260
2020-04-06 08:23:00 +00:00
Shrikant Kandula
b8adb96608 The pf4j-spring dependency should be declared before appsmith-interfaces. 2020-04-06 13:44:22 +05:30
Shrikant Kandula
c12cbe0693 Merge branch 'fix-enum-put-not-working' into 'release'
Don't nest into Enum properties when copying bean properties.

See merge request theappsmith/internal-tools-server!258
2020-04-06 07:27:24 +00:00
Shrikant Kandula
6d24b996e1 Don't nest into Enum properties when copying bean properties. 2020-04-06 07:27:24 +00:00
Trisha Anand
69d32de888 Merge branch 'bug/delete-duplicate-dependency' into 'release'
Remove the pf4j dependency's duplicate from pom.xml

See merge request theappsmith/internal-tools-server!253
2020-04-06 07:22:12 +00:00
Abhinav Jha
6b03adb5c0 Merge branch 'fix/misc-fixes-1' into 'release'
Misc fixes 1

See merge request theappsmith/internal-tools-client!453
2020-04-06 06:40:56 +00:00
Abhinav Jha
b7922242a5 Fix page saving status messages. Fix scrolling when resizing and scroll amount. Fix property pane title update on error issue. 2020-04-05 12:04:14 +05:30