Commit Graph

13528 Commits

Author SHA1 Message Date
Trisha Anand
65ceb24fcf Merge branch 'hotfix/curl-parser-test' into 'release'
Fixing the curl parser test. Required setting a MockBean for pluginExecutor...

See merge request theappsmith/internal-tools-server!208
2020-03-02 09:07:33 +00:00
Trisha Anand
6b5faa6218 Added more detail to the invalid action error to pin point which action is invalid at least in the logs. 2020-03-02 14:34:48 +05:30
Arpit Mohan
d239f25697 Fixing the curl parser test. Required setting a MockBean for pluginExecutor bean and adding RestTemplateExecutor to the SeedMongoData file.
Also moving the plugin search in CurlImporterService to packageName instead of just name.
2020-02-29 10:05:10 +05:30
Satbir Singh
d19ae18e89 Merge branch 'feature/sentry' into 'release'
Sentry sourcemaps

See merge request theappsmith/internal-tools-client!330
2020-02-27 11:25:55 +00:00
Satbir Singh
a188d6080a Sentry sourcemaps 2020-02-27 11:25:55 +00:00
Abhinav Jha
33b48d502e Merge branch 'fix/storybook2' into 'release'
Storybook

Add stories for Form Message and Button Components

See merge request theappsmith/internal-tools-client!331
2020-02-27 08:37:30 +00:00
Abhinav Jha
66f582d519 Storybook 2020-02-27 08:37:30 +00:00
Abhinav Jha
bfa282298a Merge branch 'fix/propertypane-errorhandler' into 'release'
Fix Property pane errors

Fix propertypane invalid control error

See merge request theappsmith/internal-tools-client!332
2020-02-27 07:38:33 +00:00
Abhinav Jha
68858104c1 Fix propertypane invalid control error 2020-02-27 12:44:32 +05:30
Abhinav Jha
7d90b3097c Merge branch 'fix/auth-forms-styles' into 'release'
Fix user auth forms styles.

- New Text input field with design adherent errors.
- New Form message for the whole app

See merge request theappsmith/internal-tools-client!325
2020-02-27 04:04:59 +00:00
Abhinav Jha
4d68e9a167 Remove unused variables. Remove missed console.log statement. 2020-02-27 09:29:28 +05:30
Abhinav Jha
f28c2512e1 Merge branch 'testing/test-classes-flow-2' into 'release'
Add classes to property controls

See merge request theappsmith/internal-tools-client!326
2020-02-27 03:56:30 +00:00
Abhinav Jha
7e48cfa70a Add classes to property controls 2020-02-27 03:56:30 +00:00
Abhinav Jha
44848d33cf Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/auth-forms-styles 2020-02-27 09:25:04 +05:30
Satbir Singh
f5dc4b5fe1 Merge branch 'fix/sel-row' into 'release'
selectedRow fixes

See merge request theappsmith/internal-tools-client!328
2020-02-27 03:05:14 +00:00
Satbir Singh
e74cda816b selectedRow fixes 2020-02-27 03:05:14 +00:00
Hetu Nandu
6db42ddca5 Merge branch 'feature/property-pane-convert-to-dynamic' into 'release'
Property Pane - Convert control to dynamic

See merge request theappsmith/internal-tools-client!311
2020-02-26 12:44:57 +00:00
Hetu Nandu
5e0beb9fe7 Property Pane - Convert control to dynamic 2020-02-26 12:44:56 +00:00
Arpit Mohan
2ad6d3f11b Adding test cases in ActionService for some create Action workflows 2020-02-26 12:46:10 +05:30
Arpit Mohan
971c1c3c24 Fixing the spring data auditable issue by creating a dummy embedded Datasource object in Action
This is to ensure that setting the createdAt nad updatedAt properties by spring-data will still succeed even if the client doesn't provide us with the datasource details.
2020-02-26 12:45:07 +05:30
Abhinav Jha
711abae075 Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/auth-forms-styles 2020-02-25 17:43:33 +05:30
Abhinav Jha
cdb0be7bd5 Fix input fields for signup, create password, forgot password, reset password pages 2020-02-25 17:08:53 +05:30
Arpit Mohan
48f0e68070 Merge branch 'hotfix/postgres-plugin-execute' into 'release'
Adding the field shouldCacheResponse to the ActionExecutionResult to make the response caching generic across various plugins

Now the plugin executor will decide if the action should cache the response based on their own result sets. This ensures that we are not tied to the status code that is primarily an HTTP construct.

This MR also contains changes for the CurlParserService that should have been merged in !204 but didn't because of a bad merge with !200. The test case for CurlParserService has been commented out for now.

See merge request theappsmith/internal-tools-server!207
2020-02-25 11:36:02 +00:00
Arpit Mohan
249bbbde39 Adding the field shouldCacheResponse to the ActionExecutionResult to make the response caching generic across various plugins 2020-02-25 11:36:02 +00:00
Abhinav Jha
c36146b431 Fix User auth page styles. 2020-02-25 17:03:07 +05:30
Abhinav Jha
504b74f60f Merge branch 'testing/test-classes-flow-1' into 'release'
Add classNames for testing - 1

See merge request theappsmith/internal-tools-client!322
2020-02-25 09:25:23 +00:00
Hetu Nandu
61915303bf Merge branch 'fix/auto-complete-functions' into 'release'
Fix passing wrong data for extra libs in autocomplete

See merge request theappsmith/internal-tools-client!324
2020-02-25 08:54:49 +00:00
Arpit Mohan
a835c84582 Merge branch 'feature/embedded-datasource' into 'release'
Creating an embedded datasource for the action

Now the user can create an embedded datasource as well as a saved datasource for the action. 

This MR also fixes the import for a curl command by setting defaults when an action is created via the curl command. For now, the curl command only accepts short flags and not the long form flags.

See merge request theappsmith/internal-tools-server!204
2020-02-25 08:54:16 +00:00
Trisha Anand
609045747b Creating an embedded datasource for an action.
Also setting defaults for an action when created via a curl command.
2020-02-25 08:54:16 +00:00
Hetu Nandu
0a40cebf79 function support 2020-02-25 14:20:40 +05:30
Arpit Mohan
39edf1dc74 Merge branch 'release' into 'master'
Release

See merge request theappsmith/internal-tools-client!323
2020-02-25 08:48:24 +00:00
Abhinav Jha
000be868ec Add classes for login button, publish button, application card, widgetcard, editor nav links and application search input. 2020-02-25 12:53:59 +05:30
Abhinav Jha
65e514169a Merge branch 'fix/filepicker-defaultclick' into 'release'
Disable first click from opening the modal in filepicker

See merge request theappsmith/internal-tools-client!321
2020-02-25 06:54:30 +00:00
Abhinav Jha
e2a1217b8b Remove default click from filepicker 2020-02-25 12:18:41 +05:30
Arpit Mohan
6eace6ae1a Merge branch 'hotfix/application-delete' into 'release'
When deleting a page, also remove it from the application page cache.

This fixes the bug where the application could not be published because it assumed a page existed when that page had been deleted.

See merge request theappsmith/internal-tools-server!205
2020-02-25 06:00:49 +00:00
Arpit Mohan
3020af632b When deleting a page, also remove it from the application page cache.
This fixes the bug where the application could not be published because it assumed a page existed when that page had been deleted.
2020-02-25 11:26:41 +05:30
Satbir Singh
da61f698cf Merge branch 'fix/radio' into 'release'
Changed default option to text.

See merge request theappsmith/internal-tools-client!315
2020-02-24 14:55:10 +00:00
Satbir Singh
9b7a0731e9 Changed default option to text. 2020-02-24 14:55:09 +00:00
Nikhil Nandagopal
d645d2aa74 Merge branch 'feature/file-picker' into 'release'
minor fix for file picker

See merge request theappsmith/internal-tools-client!320
2020-02-24 14:32:35 +00:00
Nikhil Nandagopal
fc4d84bac3 minor fix for file picker 2020-02-24 19:58:20 +05:30
Hetu Nandu
e692e3cc3e Merge branch 'release' into 'master'
Release

See merge request theappsmith/internal-tools-client!319
2020-02-24 13:11:19 +00:00
Hetu Nandu
e166213924 Merge branch 'fix/single-line-editor' into 'release'
Fix focus state of editor

See merge request theappsmith/internal-tools-client!316
2020-02-24 12:58:16 +00:00
Hetu Nandu
af150b17e9 Fix focus state of editor 2020-02-24 12:58:16 +00:00
Satbir Singh
2feb1aaa92 Merge branch 'fix/table' into 'release'
Fix/table

See merge request theappsmith/internal-tools-client!317
2020-02-24 10:45:36 +00:00
Satbir Singh
78babf36af Fix/table 2020-02-24 10:45:36 +00:00
Abhinav Jha
a03cb28a3a WIP: Fix user auth forms styles. 2020-02-24 15:05:11 +05:30
Arpit Mohan
6a93b948b7 Increasing the request buffer size to 5 MB in the default application.properties file
This is required for file uploading widgets to be able to successfully upload files.
2020-02-24 14:30:11 +05:30
Abhinav Jha
4cb0e5c0cf Merge branch 'fix/create-application-error-message' into 'release'
Fix Infinite spinner when create application fails.

- The create application form should reflect the error returned from the api. 
- The create application form's submit button should not go into an infinite spin mode.

See merge request theappsmith/internal-tools-client!314
2020-02-24 08:08:29 +00:00
Abhinav Jha
a9fa2a6817 Merge branch 'fix/single-select-dropdown-styles' into 'release'
Fix single select dropdown background style

See merge request theappsmith/internal-tools-client!313
2020-02-24 07:58:13 +00:00
Abhinav Jha
5b36b3dc3a Fix Infinite spinner when create application fails. 2020-02-24 13:22:22 +05:30