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
Nikhil Nandagopal
6421206e1c
minor fix
2020-04-04 13:01:34 +05:30
Nikhil Nandagopal
e88d4eb236
removed fusion chart trial
2020-04-04 12:49:52 +05:30
Trisha Anand
1896e9ec0c
Merge branch 'feature/provider-pagination-total-count' into 'release'
...
This change handles the new DTO received from Marketplace Service over the...
See merge request theappsmith/internal-tools-server!255
2020-04-03 18:01:52 +00:00
Trisha Anand
2fd7b3378b
This change handles the new DTO received from Marketplace Service over the network. The new DTO contains list of providers and total count of providers in the given category. If no category is mentioned, Business Software is assumed to be the category being fetched.
2020-04-03 22:59:38 +05:30
Shrikant Kandula
45cc747ac5
Merge branch 'feature/json-serialization-rest-api' into 'release'
...
To ensure that special characters like "\n", "\t", etc are preserved in the...
See merge request theappsmith/internal-tools-server!254
2020-04-03 14:27:10 +00:00
Trisha Anand
5911234276
To ensure that special characters like "\n", "\t", etc are preserved in the request json body, convert the json string into object.
2020-04-03 14:27:10 +00:00
Nikhil Nandagopal
bc5d3152a2
switched launch and edit
2020-04-03 16:38:38 +05:30
Abhinav Jha
a8cb9d6ab6
Merge branch 'fix/create-modal-btn' into 'release'
...
Create modal button
- Style the create modal button just like any other modal name in the dropdown.
See merge request theappsmith/internal-tools-client!451
2020-04-03 11:03:18 +00:00
Abhinav Jha
d71467451a
Create modal button
2020-04-03 11:03:18 +00:00
Abhinav Jha
67f3e4490a
Merge branch 'fix/modal-widget-fixes-1' into 'release'
...
Modal Fixes 1
- Remove modal manager from header
- Center ModalWidget vertically in viewport
- Center ModalWidget horizontally in viewport
- Select Modal when creating a modal in action selectors
See merge request theappsmith/internal-tools-client!437
2020-04-03 09:32:13 +00:00
Abhinav Jha
dc877288bc
Modal Fixes 1
2020-04-03 09:32:13 +00:00
Pushpa B
0dc1697d6b
Merge branch 'feature/Edit-Form-Widget-2' into 'release'
...
Feature/edit form widget 2
See merge request theappsmith/internal-tools-client!449
2020-04-03 09:29:53 +00:00
Pushpa B
47f8f63f46
Feature/edit form widget 2
2020-04-03 09:29:52 +00:00
Abhinav Jha
5969745239
Merge branch 'fix/add-classnames-3' into 'release'
...
Add classnames to modal selector dropdown, modal close button and modal.
See merge request theappsmith/internal-tools-client!450
2020-04-03 09:01:16 +00:00
Abhinav Jha
5ffb233036
Add classnames to modal selector dropdown, modal close button and modal.
2020-04-03 14:06:02 +05:30
Shrikant Kandula
00da41c7c7
Remove duplicate presence of pf4j-spring dependency.
2020-04-03 13:10:10 +05:30
Satbir Singh
b10aa1b366
Merge branch 'fix/col-css' into 'release'
...
Fixing column delete button css and margin
See merge request theappsmith/internal-tools-client!448
2020-04-03 06:56:13 +00:00
Satbir Singh
ac27f0f2c6
Fixing column delete button css and margin
2020-04-03 06:56:13 +00:00
Shrikant Kandula
742f5a194f
Merge branch 'bug/remove-stacktraces-in-migrations' into 'release'
...
Don't include stack traces in plugins migrations.
See merge request theappsmith/internal-tools-server!247
2020-04-03 06:29:46 +00:00
Shrikant Kandula
e287583cfe
Don't include stack traces in plugins migrations.
2020-04-03 06:29:46 +00:00
Satbir Singh
3a12124d47
Merge branch 'fix/error-autocomplete' into 'release'
...
Do not show error during autocomplete.
See merge request theappsmith/internal-tools-client!447
2020-04-03 05:48:54 +00:00
Satbir Singh
40c77033c0
Do not show error on autocomplete.
2020-04-03 10:45:57 +05:30