Trisha Anand
ac06cc9668
1. user permissions during create/update of actions and datasources would now be set.
...
2. During update, policies are set to null in the update object to ensure that the policies are not overwritten to empty set.
2020-06-09 20:25:13 +05:30
Nikhil Nandagopal
2df86b79e9
fixed type def
...
resolved mr comments
2020-06-09 18:40:42 +05:30
Nikhil Nandagopal
7da961bcc9
fixed clearing date picker
2020-06-09 18:34:47 +05:30
Arpit Mohan
bbd33c2968
Removing the query field in ActionConfiguration and using String body as the field to store the query
...
This is to simplify the query pane on the frontend client. The client doesn't need to have separate interfaces for sql and non-sql plugins. All queries will be sent to the server in the form of a String that is parsed in different formats based on the plugin.
Also adding test cases for PostgresPlugin. Used TestContainers to simulate the postgres db in Docker inside the Java test itself. Very useful.
2020-06-09 12:12:27 +00:00
Tejaaswini Narendra
91efefee09
fix: Minor change
...
- remove return
2020-06-09 12:10:55 +00:00
Nikhil Nandagopal
9becaa9a9f
made form data visible at the top level
2020-06-09 17:34:38 +05:30
Nikhil Nandagopal
97d78ba379
commented datepicker required field test
2020-06-09 16:34:04 +05:30
Hetu Nandu
6b54eb8f9e
Update displayWidgetDsl.json
2020-06-09 09:44:57 +00:00
Nikhil Nandagopal
a567622e0d
minor fix
2020-06-09 14:29:08 +05:30
Nikhil Nandagopal
8501ebe670
added date format to date picker
2020-06-09 14:14:13 +05:30
Nikhil Nandagopal
563c74f1a9
fixed tests failing
2020-06-09 11:55:11 +05:30
rashmipn
e2ce5f929c
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into update/Dsl
2020-06-09 11:49:10 +05:30
Rashmi P
d9639266f1
Removed Required toggle fun DatePicker_spec.js
2020-06-09 06:16:53 +00:00
Arpit Mohan
99e7519550
Handling form data via the field bodyFormData in ActionConfiguration
...
This is because the client sends us the data for form-data in the form of a list of Property fields with keys and values. This is consistent with how the client stores & renders headers & query parameters as well.
For MediaType application/x-www-form-urlencoded we will use the bodyFormData field.
2020-06-09 05:48:16 +00:00
Trisha Anand
061577d2c9
Bug : When the user tries to invite without selecting the role user, this leads to null pointer exception.
...
Fix : A user CAN NOT be invited to an organization without specifying the role.
2020-06-08 14:56:12 +00:00
Nikhil Nandagopal
79c62d4863
fixed data tree path
2020-06-08 17:56:07 +05:30
Trisha Anand
a888d54059
Changed the get all actions function to fix the bug where find by Example is not working. Instead the same has now been implemented using criteria.
2020-06-08 12:05:49 +00:00
Nikhil Nandagopal
8b0258b4b9
Merge branch 'release' into fix/bugs
...
# Conflicts:
# src/pages/Editor/APIEditor/PostBodyData.tsx
2020-06-08 17:13:03 +05:30
Nikhil Nandagopal
b84384fa99
fixed filepicker not closing
2020-06-08 16:59:20 +05:30
Nikhil Nandagopal
dff9c60f9f
fixed resize handles size
...
fixed body for url encoded form data
added defaults for dropdown and radio widget
added multipart type but hid it till we figure out logic
allowed number to be added to defaults of widgets
2020-06-08 16:39:13 +05:30
Satbir Singh
618d6180e6
Adding styled component names to dom for local env
2020-06-08 09:00:58 +00:00
Tejaaswini
5b9f4ad16f
fix: Add orgId to datasource, 3P import and plugins API
2020-06-08 14:21:53 +05:30
Tejaaswini
bbdec60516
Merge branch 'release' into feature/acl
2020-06-08 13:36:15 +05:30
Trisha Anand
9ac7e817cc
Merge branch 'feature/acl-remove-getCurrentOrganization' into 'feature/acl-spring-object'
...
Removed the usage of get current organization id. Added organization id to a few api calls.
See merge request theappsmith/internal-tools-server!367
2020-06-08 06:45:04 +00:00
Trisha Anand
a31796a216
Removed the usage of get current organization id. Requires addition of organization id to a few api calls.
2020-06-08 06:45:04 +00:00
Hetu Nandu
e401844014
Fix Chart series data
2020-06-05 16:20:23 +00:00
Trisha Anand
f02ae99af4
Merge branch 'fix/create-api' into 'feature/acl'
...
fix: Create API and Curl Import API
See merge request theappsmith/internal-tools-client!690
2020-06-05 13:52:08 +00:00
Tejaaswini
7c3d18b7f6
Merge branch 'feature/acl' into fix/invite-users
2020-06-05 18:58:21 +05:30
Tejaaswini
926a6caed4
fix: Create API and curl import flow
2020-06-05 18:52:30 +05:30
Trisha Anand
f9d63f9881
Adding a 3P Api to a page now also expects the client to send the organization id.
2020-06-05 16:14:15 +05:30
Trisha Anand
87aafd6cf4
Adding test case for testDatasource
...
Refactoring the testDatasource code by moving the business logic to the service layer.
2020-06-05 10:05:23 +00:00
Tejaaswini
81c1e0d5f4
feat: pass orgId to createDatasource APIs
...
- Set Current Organization Id based on the application that the user is accessing
- Send saved organization id in datasource creation APIs.
2020-06-05 14:13:01 +05:30
Tejaaswini
d33188adc1
Merge branch 'release' into feature/acl
2020-06-05 13:39:01 +05:30
rashmipn
e3729a4ea0
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into update/dsl
2020-06-05 09:18:59 +05:30
Hetu Nandu
d9540f8927
Evaluated value popup
2020-06-04 13:49:22 +00:00
Tejaaswini
7a02d62682
Merge branch 'feature/acl' into fix/invite-users
2020-06-04 19:00:47 +05:30
Tejaaswini
efad40becd
fix: Update UI changes
2020-06-04 18:42:19 +05:30
Tejaaswini Narendra
81df7326c5
fix- Update minor UI changes
2020-06-04 12:15:09 +00:00
Arpit Mohan
1a68b7f561
Fixing the DSL Json for default layouts in new pages.
2020-06-04 16:13:47 +05:30
vicky_primathon.in
19b8c46cc1
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-06-04 16:03:40 +05:30
vicky_primathon.in
cf0fa0fd22
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into fix/icons-placement-issues
2020-06-04 16:03:05 +05:30
vicky_primathon.in
b72e8ecd0f
lightning menu popover placement fixed
2020-06-04 15:25:44 +05:30
Tejaaswini
6c8eaf2aad
fix: Minor UI changes
2020-06-04 14:47:08 +05:30
vicky_primathon.in
0062b3182f
padding added in dynamic auto complete to show lightningmenu icon reverted
2020-06-04 14:22:48 +05:30
Trisha Anand
9e1742c289
Add OrgId to the output of the api used to return all the page ids and names given an application (id or name)
2020-06-04 08:08:15 +00:00
Aditya Acharya
303363cb60
Merge branch 'Binding/ChartText' into 'release'
...
Binding/chart text
See merge request theappsmith/internal-tools-client!673
2020-06-04 07:50:39 +00:00
Aditya Acharya
3f10d16bfb
Binding/chart text
2020-06-04 07:50:39 +00:00
Arpit Mohan
1ac69bab50
Modifying the default page name to Page1
...
Also creating a default empty layout when a new page is created. This ensures that the client can show the default message on new page creations.
2020-06-04 13:05:34 +05:30
Satbir Singh
11b2995387
Enabling Optimizely through ad blockers.
2020-06-04 07:13:36 +00:00
rashmipn
eea9e837fb
Updated the dsl's
2020-06-04 12:32:07 +05:30
Tejaaswini
4e9685b8d5
fix-Update minor UI changes
2020-06-04 12:28:30 +05:30
rashmipn
3541d16f95
Updated the dsl
2020-06-04 12:06:21 +05:30
Hetu Nandu
44e657fe12
refactored function name
...
reverted binding logic
2020-06-03 17:27:24 +00:00
Tejaaswini Narendra
52e70e479f
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-06-03 13:54:42 +00:00
vicky_primathon.in
199e70955e
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-06-03 18:01:21 +05:30
vicky_primathon.in
3e5d7eeb34
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into fix/icons-placement-issues
2020-06-03 18:00:28 +05:30
vicky_primathon.in
b38b5b3a30
lightning menu border changes
2020-06-03 17:51:18 +05:30
Satbir Singh
3b729bc470
Merge branch 'fix/react-table-widget' into 'release'
...
Fix/react table widget
See merge request theappsmith/internal-tools-client!599
2020-06-03 10:50:10 +00:00
Vicky Bansal
c2efa63eba
Fix/react table widget
2020-06-03 10:50:10 +00:00
vicky_primathon.in
86a8c49e73
isHover state removed from dynamic auto complete
2020-06-03 15:23:32 +05:30
vicky_primathon.in
d537fbcebd
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into fix/icons-placement-issues
2020-06-03 15:22:01 +05:30
vicky_primathon.in
b7ee43da39
merge conflicts resolved
2020-06-03 15:21:07 +05:30
vicky_primathon.in
210a4f3e71
merge conflicts resolved
2020-06-03 15:19:18 +05:30
vicky_primathon.in
2f6211e01b
syntax highlight for code in action selectors
2020-06-03 15:09:17 +05:30
vicky_primathon.in
5259756bf6
Merge branch 'feature/syntax-highlighting' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-06-03 12:48:40 +05:30
vicky_primathon.in
f55b76b582
Merge branch 'master' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-06-03 12:45:28 +05:30
vicky_primathon.in
b28d1e6f5f
lightning menu changes merged
2020-06-03 12:44:17 +05:30
vicky_primathon.in
535706aa9b
lightning menu changes merged
2020-06-03 12:41:42 +05:30
vicky_primathon.in
2a477468ed
changes to fix hover issue
2020-06-03 12:40:16 +05:30
Akash N
62f003df6e
Embedded Datasource
...
- Show path along with url in the api pane for embedded datasource
- Add store as datasource menu option for embedded datasource
- Allow users to type the path for global datasources
- Show the base url as a tag along with the path for global datasource.
2020-06-03 05:40:48 +00:00
vicky_primathon.in
4ca1f5b02e
delete icon placement fix, spacing in auto complete for lightning menu icon added
2020-06-03 10:14:11 +05:30
Aditya Acharya
2eb6d6cbe7
Merge branch 'LocatorFix' into 'release'
...
Locatorfix
See merge request theappsmith/internal-tools-client!672
2020-06-02 11:50:39 +00:00
vicky_primathon.in
5b43bd2d5f
lightning menu user states added
2020-06-02 17:18:54 +05:30
Hetu Nandu
973af1c5e7
Single series chart data
2020-06-02 11:27:24 +00:00
acharyaaditya18
4455c98ff7
Locatorfix
2020-06-02 15:34:38 +05:30
vicky_primathon.in
e6c6556b50
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-06-02 14:31:44 +05:30
vicky_primathon.in
2bff98d10d
lightning menu state latest changes
2020-06-02 14:31:03 +05:30
Tejaaswini Narendra
c3f1939d43
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-06-02 08:11:30 +00:00
Abhinav Jha
341133a95d
Add syntax highlighting component
2020-06-02 13:24:31 +05:30
vicky_primathon.in
5fd3e59f7a
hover and active state in lightning menu added
2020-06-02 12:43:13 +05:30
Rashmi P
76b0c65528
Merge branch 'Add/publish-map-tests' into 'release'
...
added map widget publish tests
See merge request theappsmith/internal-tools-client!665
2020-06-02 06:58:15 +00:00
Rashmi P
304cc969e9
added map widget publish tests
2020-06-02 06:58:15 +00:00
Tejaaswini
17940bcfef
Merge branch 'release' into feature/acl
2020-06-02 11:29:58 +05:30
rashmipn
e7edbd744b
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into Add/publish-map-tests
2020-06-02 11:27:43 +05:30
acharyaaditya18
482f347010
Locator Updated
2020-06-02 10:21:29 +05:30
Trisha Anand
f8cf87e3c8
Invite existing user to an organization works. Updated the test case for adding user to an organization as well to use the new API.
2020-06-01 17:39:27 +00:00
rashmipn
2086baed79
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into Add/publish-map-tests
2020-06-01 17:30:39 +05:30
acharyaaditya18
7fe4eff407
Dropdown Fix
2020-06-01 16:29:30 +05:30
rashmipn
6c5692d35a
added map widget publsh tests
2020-06-01 14:58:39 +05:30
Akash N
e808c21a88
Fix search
2020-06-01 10:42:10 +05:30
Satbir Singh
5a1f1b63b6
Merge branch 'feature/lightning-menu-feature-flag-config' into 'release'
...
Adding feature flag configuration for lightning menu. (UNUSED)
See merge request theappsmith/internal-tools-client!662
2020-05-30 02:41:11 +00:00
Satbir Singh
e5995b5869
Increased width of documentation. Open link shows on hover. Increased font size of search. Adding Check request body button.
2020-05-30 02:39:18 +00:00
Abhinav Jha
1f5284bb67
Adding feature flag configuration for lightning menu. (UNUSED)
2020-05-29 23:59:03 +05:30
Tejaaswini Narendra
d3718bc28e
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-05-29 13:21:05 +00:00
Satbir Singh
a8ab4b5523
Compact documentation UI
2020-05-29 11:49:46 +00:00
vicky_primathon.in
0236dcd251
button text alignment fixed
2020-05-29 17:03:08 +05:30
vicky_primathon.in
c956105365
merge conflicts resolved
2020-05-29 16:59:27 +05:30
Aditya Acharya
a5454fc743
Merge branch 'Binding/PublishAdd' into 'release'
...
Publish Test Cases
See merge request theappsmith/internal-tools-client!655
2020-05-29 10:04:55 +00:00
Aditya Acharya
17bddbda75
Publish Test Cases
2020-05-29 10:04:55 +00:00
Rashmi P
9aa3b5f247
Add/publish bind tests
2020-05-29 10:02:03 +00:00
Tejaaswini
c2b7eb2f28
Merge branch 'release' into feature/acl
2020-05-29 13:45:02 +05:30
Satbir Singh
26717a14a6
Updated algolia for the order.
2020-05-29 12:42:35 +05:30
Hetu Nandu
2fb29290f1
Merge branch 'fix/chart-data-validation' into 'release'
...
Chart validations, Tabs add new tab issue fix
* Chart validation fixes
* Tab widget, adding new tab will display the same inside pane configurations
See merge request theappsmith/internal-tools-client!574
2020-05-29 06:07:56 +00:00
Vicky Bansal
747c3d5d8b
Chart validations, Tabs add new tab issue fix
2020-05-29 06:07:56 +00:00
vicky_primathon.in
6d42c7fe32
all code review comments handled
2020-05-29 11:37:18 +05:30
Trisha Anand
f1e1e6959a
Bug : New users aren't able to read their own user object and hence homepage doesnt load.
...
Fix : Added lateral permissions for user on create.
2020-05-29 05:28:30 +00:00
Satbir Singh
6a89f3acd0
Changed the popover for api creation.
2020-05-29 00:57:01 +05:30
Satbir Singh
e82696759d
Changed label
2020-05-29 00:56:08 +05:30
Satbir Singh
0bf9d74a46
Changed Show Modal to Open Popup
2020-05-29 00:33:37 +05:30
Satbir Singh
5e526b9119
Changing Show Alert to Show message in tests
2020-05-29 00:29:09 +05:30
Satbir Singh
7d9b6784e5
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/tweaks
2020-05-28 23:53:05 +05:30
Satbir Singh
b7b74ffd02
Feature/help
2020-05-28 18:10:26 +00:00
vicky_primathon.in
96776b746a
code review changes
2020-05-28 18:40:25 +05:30
vicky_primathon.in
666ab68703
actions sub-branching in UI done. separating query and api as separate actions done.
2020-05-28 16:22:48 +05:30
Aditya Acharya
bc51f22b16
Publish/alltests
2020-05-28 10:35:54 +00:00
vicky_primathon.in
da4ed9d470
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-28 15:42:40 +05:30
vicky_primathon.in
63c19544e9
create new saga for createNewQueryAction
2020-05-28 15:42:02 +05:30
vicky_primathon.in
aa743dccb5
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-28 14:49:58 +05:30
vicky_primathon.in
611b317aed
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-28 14:49:13 +05:30
vicky_primathon.in
d218f50e6a
code review changes
2020-05-28 14:48:08 +05:30
Nikhil Nandagopal
f11efcbf9a
Merge branch 'fix/tweaks' of gitlab.com:theappsmith/internal-tools-client into fix/tweaks
2020-05-28 14:32:58 +05:30
Satbir Singh
830184dda0
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/tweaks
2020-05-28 14:29:34 +05:30
Nikhil Nandagopal
03ff6a36f7
fixed test
2020-05-28 14:27:07 +05:30
Nikhil Nandagopal
b57701c81c
removed uncommented code
...
fixed message
increased date range
2020-05-28 14:10:52 +05:30
Trisha Anand
d6670c70cc
Bug Root Cause : New users have no applications inside the organizations(s). In this case, get all applications does not return back organizationApplications object.
...
Fix : In getAllApplications, instead of iterating over collections of applications which could be empty, we iterate over organizations where we are guaranteed to have atleast one organization.
2020-05-28 13:31:24 +05:30
Rashmi P
70a521a4d2
Merge branch 'Add/Publish-test-cases' into 'release'
...
Add/publish test cases
See merge request theappsmith/internal-tools-client!645
2020-05-28 06:37:47 +00:00
Rashmi P
57b65fc974
Add/publish test cases
2020-05-28 06:37:47 +00:00
Nikhil Nandagopal
c5e07ca45a
Update EntityDefinitions.ts
2020-05-28 06:12:04 +00:00
vicky_primathon.in
263ac8aafb
tree level UI updated
2020-05-28 10:02:50 +05:30
Abhinav Jha
d47e5b53d5
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-28 02:17:52 +05:30
vicky_primathon.in
24b60c7b71
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-27 20:43:06 +05:30
Trisha Anand
6475be63d1
Baseline code added for cascading the org level permissions to applications, pages and eventually actions.
2020-05-27 14:36:57 +00:00
Arpit Mohan
a99de4a116
Update .gitlab-ci.yml to build the code for feature/acl branch
2020-05-27 14:06:08 +00:00
Tejaaswini Narendra
913d5123b4
fix:Minor UI changes
...
- add ellipsis for the application title
- align org name, list of applications
- increase font size of org name
- increase size of create application icon
- add name for create application card
- remove create application button
2020-05-27 13:36:06 +00:00
Nandan H A
a102ca9d6f
Removed redundant tests.
...
Added all verb tests to same spec file.
Added pagination test.
updated beforeEach in index file.
2020-05-27 11:21:11 +00:00
Arpit Mohan
d20e92a587
Modifying the Action object to include an array of Property for dynamicBindingPathList
2020-05-27 13:16:38 +05:30
Nikhil Nandagopal
5e136ddf7b
removed common widgets
2020-05-27 11:13:14 +05:30
Aditya Acharya
1ef092b9d2
Publish/test cases
2020-05-26 12:22:29 +00:00
Arpit Mohan
9f82bde92c
Adding statusCode from AppsmithPluginErrors when plugins error out
...
This ensures that we can always display a status code on the client.
2020-05-26 11:50:09 +00:00
Trisha Anand
59a83d414b
Added description to roles for organization appsmith roles.
2020-05-26 10:49:42 +05:30
vicky_primathon.in
cfc457c0d7
create new api, query supported
2020-05-26 09:39:40 +05:30
Nikhil Nandagopal
50ec3073f8
increased date picker range
...
removed input icon
changed table action text
2020-05-25 17:50:55 +05:30
Nikhil Nandagopal
3211b8c915
minor text changes
2020-05-25 15:02:01 +05:30
Tejaaswini
e471706593
Merge branch 'release' into feature/acl
2020-05-25 14:47:05 +05:30
vicky_primathon.in
5987071232
disable lightning menu flag removed
2020-05-25 14:22:38 +05:30
Hetu Nandu
f7f494d9b4
Merge branch 'fix/autocomplete' into 'release'
...
removed properties that won't be used for bindings
See merge request theappsmith/internal-tools-client!633
2020-05-25 07:37:07 +00:00
vicky_primathon.in
7685d729ee
lightning menu changes
2020-05-25 12:59:00 +05:30
Abhinav Jha
fc8384ef6e
organize lightning menu code
2020-05-24 15:29:22 +05:30
Abhinav Jha
569ce718e3
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-24 14:59:23 +05:30
Abhinav Jha
9906e53623
Fix widget drop crash issue
2020-05-24 14:56:09 +05:30
Abhinav Jha
7a3ae1f29b
Remove create options from lightning menu. Change size of lightning icon
2020-05-24 14:55:32 +05:30
Arpit Mohan
a569156029
Merge branch 'hotfix/action-error' into 'release'
...
Creating the actionExecutionResult object for error scenarios as well.
See merge request theappsmith/internal-tools-server!354
2020-05-23 07:23:13 +00:00
Arpit Mohan
e6b7ffca9c
Creating the actionExecutionResult object for error scenarios as well.
...
This ensures that we can populate the request fields for all action executions
2020-05-23 12:49:01 +05:30
Hetu Nandu
801369faf3
Fix api content type issue
2020-05-23 05:42:23 +00:00
vicky_primathon.in
2ba513e2bb
updating action selectors value to code after action selection
2020-05-23 11:02:04 +05:30
Tejaaswini Narendra
23876a4230
remove user profile
2020-05-22 13:42:31 +00:00
Nikhil Nandagopal
efabcc690e
set empty labels
2020-05-22 18:38:57 +05:30
Trisha Anand
f269588cda
Removing build & test for ACL branches
2020-05-22 13:00:52 +00:00
Nikhil Nandagopal
6f749d3e06
removed properties that won't be used for bindings
2020-05-22 18:16:11 +05:30
Trisha Anand
ee517706dc
Changes to try and avoid running the test cases for MR's raised on ACL branch.
2020-05-22 17:56:35 +05:30
Abhinav Jha
b2e8e2cd7c
Add Suspense fallback
2020-05-22 16:57:09 +05:30
Abhinav Jha
11d46fc526
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-22 16:33:48 +05:30
Abhinav Jha
a39d35c27e
Add lightning icon and tooltip
2020-05-22 16:33:35 +05:30
vicky_primathon.in
41fa7fd343
right panel width reverted to 75%
2020-05-22 16:22:20 +05:30
vicky_primathon.in
627eea093f
merge conflicts resolved
2020-05-22 16:16:24 +05:30
vicky_primathon.in
d793d3a46e
handled autocompletion after setting auto dynamic field's value
2020-05-22 16:13:32 +05:30
vicky_primathon.in
ab4692253b
displaying only widget names and not widget props in lighning menu
2020-05-22 15:59:08 +05:30
Trisha Anand
0c9c95bc9a
Fixed the findAll repository function which was leading to get all actions via application id to throw an internal server error.
2020-05-22 15:56:09 +05:30
Abhinav Jha
3ef6edf282
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-22 15:50:10 +05:30
Abhinav Jha
f12816e4c8
Remove lightning menu from url field
2020-05-22 15:46:53 +05:30
Arpit Mohan
454932268a
Changing the backend API endpoint on this branch because this is endpoint is what local builds & test cases hit
2020-05-22 14:57:46 +05:30
vicky_primathon.in
dbfa9a2690
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-22 13:33:37 +05:30
vicky_primathon.in
91ebce308a
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/lightning-menu
2020-05-22 13:31:50 +05:30
vicky_primathon.in
377075baa2
cursor positioning fixed
2020-05-22 12:59:15 +05:30
vicky_primathon.in
3e7e50df7f
action sub leveling for alert and modal action
2020-05-22 12:37:20 +05:30
Abhinav Jha
c9a0615b4b
Add meta props to widget property list. Fix api form submit on lightning toggle issue.
2020-05-22 12:28:47 +05:30
Arpit Mohan
bffee69497
Removing unused variables from the codebase
2020-05-22 06:29:26 +00:00
vicky_primathon.in
11c97404cb
Merge branch 'feature/lightning-menu' of gitlab.com:theappsmith/internal-tools-client into feature/widget-actions-menu
2020-05-22 11:11:29 +05:30
vicky_primathon.in
cdadcd31fa
merge conflicts resolved
2020-05-22 10:59:54 +05:30
vicky_primathon.in
bc448a5e21
widget actions ui modified
2020-05-22 10:45:41 +05:30
Rashmi P
0552f6dd8c
Added test to create & delete a page
2020-05-22 04:36:04 +00:00
Arpit Mohan
97f2e65222
Merge branch 'feature/requestDetailsTabs' into 'release'
...
Add extra tabs in the API pane for requestHeaders and requestBody
See merge request theappsmith/internal-tools-client!601
2020-05-22 03:43:01 +00:00
Akash N
1850b8f6b3
Bug fixes
...
- Show request body instead of request headers
- Get httpMethod directly.
- Add padding at the right for tabs
2020-05-22 03:43:01 +00:00
Satbir Singh
834d9c8e7b
Disabling mixpanel logs on automation by adding "Automation" environment
2020-05-22 03:06:39 +00:00
Trisha Anand
d98fce3d09
WIP: adding helper functions for adding/removing roles from an organization. Adding role updates the organization right now. Removing role -> added a helper.
...
TODO : finish the above code flows + cascade these to the children objects of the organization -> Applications/Pages/Actions.
2020-05-21 15:05:43 +00:00
vicky_primathon.in
9986a215c2
cursor positioned
2020-05-21 19:36:17 +05:30
Aditya Acharya
9f02eb42e4
Add/publish button
2020-05-21 09:45:48 +00:00
Satbir Singh
2aa6a91826
Same locators for widgets in publish and edit view
2020-05-21 11:45:12 +05:30
Satbir Singh
034d9616e1
Added locators for pagination and post body.
2020-05-21 10:22:24 +05:30
vicky_primathon.in
ee3d13e7bd
hide lightnining menu option
2020-05-21 09:52:57 +05:30
Nandan H A
6a1e942680
Feature/api action tests
...
added below tests
* API verb tests added ( POST /PUT/PATCH)
* Query param tests (This is also includes invalid and valid)
* Edit APIs( update of api name and api datasource as well)
* mustache API test
* Market Place API test
* Curl POST test
2020-05-20 16:04:37 +00:00
vicky_primathon.in
69e2de1d38
lightning menu moved to dynamic auto complete
2020-05-20 21:14:52 +05:30
Tejaaswini Narendra
0c9ad77cc0
Query pane fixes
...
- Show mongo execute response in seperate cards for each record
- Update postgres read template
- Show query execute error message in the UI.
2020-05-20 14:09:51 +00:00
Satbir Singh
c663c67670
Merge branch 'fix/on-select' into 'release'
...
Fixed multiple onSuccess in action selector
See merge request theappsmith/internal-tools-client!613
2020-05-20 12:08:54 +00:00
Abhinav Jha
fc06804214
Merge branch 'fix/map-icons' into 'release'
...
pick my location icon changed with state
Pick my location in map widget is updated based on click state.
See merge request theappsmith/internal-tools-client!598
2020-05-20 11:57:02 +00:00
Vicky Bansal
849fdd61f4
pick my location icon changed with state
2020-05-20 11:57:02 +00:00
Hetu Nandu
010b48d7fa
Tern autocomplete
2020-05-20 11:30:53 +00:00
Shrikant Kandula
7037d99cfa
Use sequences for numbering new datasources.
2020-05-20 11:21:32 +00:00
Rashmi P
50515a8ef5
Merge branch 'add/Create-Delete-test' into 'release'
...
Added Create Delete App test
See merge request theappsmith/internal-tools-client!611
2020-05-20 11:04:40 +00:00
Rashmi P
345fcdea21
Added Create Delete App test
2020-05-20 11:04:39 +00:00
Aditya Acharya
4adad3aecc
Fixing the issue where the code mirror textArea wasn't getting cleared.
...
Also adding more test cases to bind table selected row values to other UI widgets.
2020-05-20 10:07:53 +00:00
vicky_primathon.in
acd18bafd5
widget properties added for selection in lightning menu
2020-05-20 14:47:51 +05:30
vicky_primathon.in
c7d06d8218
options added to lighning menu
2020-05-20 10:26:46 +05:30
vicky_primathon.in
71674119e3
dropdown style fixes
2020-05-20 09:45:19 +05:30
vicky_primathon.in
c6a883d965
light and dark theme added in dropdown component
2020-05-19 22:54:38 +05:30
Trisha Anand
e95b680169
create application now expects organization id. Fixed the test cases which broke because of this basic change in the way applications are created.
2020-05-19 17:09:51 +00:00
Shrikant Kandula
b13a7a5df3
Fix incorrect call to updatedAt.
2020-05-19 19:25:32 +05:30
Shrikant Kandula
329587f5ff
Fix NPE when using datasources without updatedAt.
2020-05-19 13:48:58 +00:00
vicky_primathon.in
77a94695f0
textarea ref as input
2020-05-19 16:57:42 +05:30
Satbir Singh
bdb8c6a9a5
Fixed multiple onSuccess in action selector
2020-05-19 15:39:15 +05:30
Satbir Singh
5d3c6a642c
Fixing create new api from action selector.
2020-05-19 14:28:22 +05:30
Akash N
b00e1fd5e5
Datasource bug fixes
...
- Fix search in datasource sidebar
- Minimum of 1 row in KEY_VAL_ARRAY and KEY_VAL_INPUT fields
- Fix collapse icon
- Datasource form title improvements
2020-05-19 07:03:11 +00:00
vicky_primathon.in
eb0b4b918d
passing ref to dynamic auto complete
2020-05-19 12:23:37 +05:30
Aditya Acharya
6c8ced943d
Merge branch 'feature/Logout' into 'release'
...
Feature/logout
See merge request theappsmith/internal-tools-client!605
2020-05-19 06:13:15 +00:00
Aditya Acharya
16e4262123
Feature/logout
2020-05-19 06:13:15 +00:00
Arpit Mohan
7e173fc2a7
Merge branch 'feature/datasourcesDraft' into 'release'
...
Feature/datasources draft
Add drafts for the datasource pane.
See merge request theappsmith/internal-tools-client!600
2020-05-19 06:10:59 +00:00
Akash N
2630eaa4ca
Feature/datasources draft
2020-05-19 06:10:59 +00:00
Arpit Mohan
ac7e6cc8ee
Ensuring the Nginx configurations work for yarn tests and for local development as well
...
Had to remove the upstream configuration as that was causing Nginx not to be able to perform SSL handshake with Heroku environment.
2020-05-19 10:36:41 +05:30
Arpit Mohan
14c1778645
Merge branch 'bug/curl-auto-add-protocol' into 'release'
...
Automatically add protocol to URL provided to cURL command.
Notion ref: <https://www.notion.so/appsmith/CURL-import-for-incomplete-but-valid-URLs-like-www-google-com-leads-to-the-URL-not-getting-read-Th-9191456cb1b24cd68b92072c1a6f3ab6 >.
See merge request theappsmith/internal-tools-server!343
2020-05-19 04:23:59 +00:00
Shrikant Kandula
db0532941d
Automatically add protocol to URL provided to cURL command.
2020-05-19 04:23:58 +00:00
Arpit Mohan
63414f98d5
Adding custom headers to redirect rules in netlify.toml.
...
This is required for the backend servers to process the OAuth2 login properly
2020-05-19 09:44:19 +05:30
Arpit Mohan
bacf594620
Adding proxy x-forwarded-* headers to all the forwarded requests in Nginx
...
Also adding an upstream block to make it easier to switch from release -> local environments.
2020-05-19 09:40:01 +05:30
Arpit Mohan
85ea6563db
Merge branch 'hotfix/server-use-forward-headers' into 'release'
...
Adding the ForwardedHeaderTransform bean to enable spring to parse...
Adding the ForwardedHeaderTransform bean to enable spring to parse X-Forwarded-* headers from Nginx proxy
See merge request theappsmith/internal-tools-server!344
2020-05-19 03:56:40 +00:00
Arpit Mohan
158f5c8203
Adding the ForwardedHeaderTransform bean to enable spring to parse X-Forwarded-* headers from Nginx proxy
2020-05-19 09:22:33 +05:30
Arpit Mohan
a49e8269aa
Reversing the proxy changes to netlify.toml and nginx config files
...
This is not working in Heroku environment.
Note to self: Debug on local properly before pushing.
2020-05-18 19:22:16 +05:30
Shrikant Kandula
bffd68b1a9
Merge branch 'bug/postgres-empty-result' into 'release'
...
Don't fail after executing a non-SELECT query on Postgres.
See merge request theappsmith/internal-tools-server!341
2020-05-18 13:42:24 +00:00
Arpit Mohan
c3734235a5
Correcting the APP_HOST to hostname instead of URL
2020-05-18 17:55:24 +05:30
Arpit Mohan
48f1a66bcb
Adding the Host header to the netlify.toml file for each environment.
...
This ensures that when we proxy the request to the backend API, the API is able to redirect properly for Google & Github OAuth2 providers.
2020-05-18 17:45:23 +05:30
Shrikant Kandula
c4d3d535a1
Rename isExecuteOnLoad to executeOnLoad.
...
The `is` prefix apparently makes Spring unhappy.
2020-05-18 12:13:54 +00:00
Nikhil Nandagopal
b32ef1b62f
minor tweaks
2020-05-18 16:35:57 +05:30
Abhinav Jha
0fec4b765d
Add onSelect prop to lightning menu
2020-05-18 14:07:58 +05:30
Hetu Nandu
e258e2cd00
add new pane feature flags in prod config
2020-05-18 13:47:19 +05:30
Abhinav Jha
f529de8d1e
Add lightning menu items
2020-05-18 12:17:45 +05:30
rashminagarajp
02eb352258
fixed file name
2020-05-18 11:51:24 +05:30
rashminagarajp
f46e30a4e1
resolved json conflict
2020-05-18 11:26:27 +05:30
rashminagarajp
56414e3d2c
resolved conflicts
2020-05-18 11:04:49 +05:30
rashminagarajp
261ac07367
fixed date picker issue
2020-05-18 09:58:41 +05:30
Arpit Mohan
a54a68832b
Merge branch 'newTest/create' into 'release'
...
Adding UI binding test cases for widgets
See merge request theappsmith/internal-tools-client!592
2020-05-16 07:28:13 +00:00
Aditya Acharya
3286b7f808
Adding UI binding test cases for widgets
2020-05-16 07:28:13 +00:00
Arpit Mohan
be113dd069
Merge branch 'fix/queryPane' into 'release'
...
Fix/query pane
- Show mongo execute response in seperate cards for each record
- Update postgres read template
- Show query execute error message in the UI.
See merge request theappsmith/internal-tools-client!595
2020-05-16 07:22:25 +00:00
rashminagarajp
3a506e133c
comments ressolved
2020-05-15 18:15:08 +05:30
Shrikant Kandula
c18c344f4b
Don't fail after executing a non-SELECT query on Postgres.
2020-05-15 18:13:36 +05:30
rashminagarajp
31ca946199
ressolved comments
2020-05-15 17:50:09 +05:30
Shrikant Kandula
180002a984
Handle errors when destroying stale connections.
...
This happens when the stale connection is an invalid connection object,
like when if it's created with invalid credentials etc.
2020-05-15 03:26:35 +00:00
Rashmi P
0928af03b0
separated the tests in Bind_tableApi_spec.js
2020-05-14 16:06:47 +00:00
Rashmi P
f674c1db1b
changed the table dsl tableWidgetDsl.json
2020-05-14 14:26:52 +00:00
vicky_primathon.in
8b90cbd577
app crashing on date clear issue fix
2020-05-14 19:30:22 +05:30
Akash N
5db021d8d3
Merge branch 'release' of https://gitlab.com/theappsmith/internal-tools-client into fix/queryPane
2020-05-14 18:11:35 +05:30
Akash N
6bd79982fb
Query pane fixes
...
- Show mongo execute response in seperate cards for each record
- Update postgres read template
- Show query execute error message in the UI.
2020-05-14 18:03:44 +05:30
Rashmi P
c8ec8c9032
debug Bind_tableApi_spec.js
2020-05-14 12:20:12 +00:00
Trisha Anand
ad07c8bd6f
Merge branch 'feat/acl-frontend' into 'feature/acl'
...
feat: Use mock response to display org and applications
See merge request theappsmith/internal-tools-client!594
2020-05-14 11:58:30 +00:00
Trisha Anand
a4da0142e3
Merge branch 'release' into feature/acl
2020-05-14 17:04:26 +05:30
Rashmi P
d5a24cd03c
Replaced create api fun commands.js
2020-05-14 11:02:41 +00:00
Tejaaswini
9cd134d623
feat: Use mock response to display org and applications
2020-05-14 16:17:13 +05:30
Rashmi P
41752ed879
Fixed clean up in DatePicker_spec.js
2020-05-14 10:15:09 +00:00
Arpit Mohan
4fa254a449
Adding error log message whenever an action execution fails because of invalid datasource
2020-05-14 15:26:05 +05:30
rashminagarajp
8e3c16f3e5
Added Table with Api Bind test case
2020-05-14 14:46:39 +05:30
Arpit Mohan
d4a8352799
Merge branch 'fix/queryDropdown' into 'release'
...
Fix create datasource button in query dropdown
See merge request theappsmith/internal-tools-client!583
2020-05-14 07:27:00 +00:00
Akash N
1c34a5dfb4
Fix create datasource button in query dropdown
2020-05-14 07:27:00 +00:00
Arpit Mohan
8b0ec391eb
Merge branch 'hotfix/deploy-preview-netlify' into 'release'
...
Adding the environment variables for the deploy-preview environments.
See merge request theappsmith/internal-tools-client!591
2020-05-14 07:12:08 +00:00
Arpit Mohan
24af3dbfc3
Adding the environment variables for the deploy-preview environments.
2020-05-14 12:13:32 +05:30
Hetu Nandu
859abb0443
Action execution success is determined by "data.isExecutionSuccess" field
2020-05-14 06:33:23 +00:00
Abhinav Jha
ea34a65049
Merge branch 'fix/close-propertypane-onblur' into 'release'
...
Property pane toggle scenario
- Close property pane when clicking outside the property pane.
- Select widget when toggling open the property pane.
See merge request theappsmith/internal-tools-client!588
2020-05-14 06:13:44 +00:00
Abhinav Jha
b3214151e0
Merge branch 'feature/back-to-editor-button' into 'release'
...
Back to editor button
- Show grid when starting to drag a widget on an empty canvas.
- Show placeholder on an empty canvas
- Add "Back to editor" button on appviewer's header
- Show empty page placeholder in app viewer.
See merge request theappsmith/internal-tools-client!589
2020-05-14 06:06:20 +00:00
Abhinav Jha
e617957ce8
Back to editor button
2020-05-14 06:06:20 +00:00
rashminagarajp
052cf49d86
Changed the End points related to https://dev.appsmith.com
2020-05-14 10:40:36 +05:30
Arpit Mohan
a2086ff61b
Fixing minor issue with gitlab-ci.yml file that wasn't packaging the Docker image because of runner tag
2020-05-14 08:54:45 +05:30
Arpit Mohan
a9580effa7
Using the last value of duplicate headers as that is the behaviour displayed by webclient and other clients as well.
2020-05-14 08:49:06 +05:30
Arpit Mohan
71d8812feb
Fixing bug where duplicate headers were being set in the action execution result
...
Also removing empty headers from being sent to the action
2020-05-14 08:11:24 +05:30
Arpit Mohan
fb9e9fbf4c
Request body and header in Action Execution Response
2020-05-14 02:08:46 +00:00
Sunil KS
9dda30f729
fix: content-type case check
...
- do a toLowerCase() before running a check for "content-type" in headers
- truncate api endpoint for provider templates
2020-05-13 18:20:53 +00:00
Trisha Anand
5829a92998
Merge branch 'release' into feature/acl-spring-object
...
# Conflicts:
# appsmith-server/src/main/java/com/appsmith/server/services/ActionServiceImpl.java
2020-05-13 23:37:31 +05:30
Trisha Anand
9a8bf9dc89
In case the user is not signed in, return a 401 so that the user can be redirected to login by the frontend.
2020-05-13 18:00:03 +00:00
Abhinav Jha
591a5d3eff
Close property pane when clicking outside the property pane. Select widget when toggling open the property pane.
2020-05-13 19:58:27 +05:30
Abhinav Jha
e326f0d870
Fix WS/WSS failure during development.
2020-05-13 19:38:39 +05:30
Arpit Mohan
9f2267ed68
Moving all redirect configuration to the netlify.toml file
...
This is to ensure that all Netlify redirects are in a single location and and removing _redirects file. This file was creating a problem between the proxy redirects and the catch-all redirect to index.html
2020-05-13 02:13:22 +05:30
Arpit Mohan
aefcf68c80
Adding the docker image for Cypress + Nginx container.
...
Also modifying the Gitlab CI to use local Nginx for proxying to API backend while running Cypress tests.
2020-05-12 19:59:36 +00:00
Hetu Nandu
d19f86ffee
Untitled datasources are named by the server
2020-05-12 15:14:29 +00:00
Nandan H A
c9ae4297d6
MR contains basically tests related to API pane
...
1.Basic API with header
2.Copy to home
3.Move to home
4.Delete API
5.Check API name uniquness
6.Search API on side bar
2020-05-12 13:47:13 +00:00
Shrikant Kandula
9c48f42990
Rename ActionExecutionResult.shouldCacheResponse -> isExecutionSuccess.
2020-05-12 18:25:49 +05:30
Arpit Mohan
d2d0805146
Merge branch 'feat/use-unique-name-on-post-datasource' into 'release'
...
Automatically use a unique name for creating datasources without name.
In the request from frontend for datasource creation, if the data
doesn't have a `name` value, we now set it to an automatically numbered
value and save with that.
See merge request theappsmith/internal-tools-server!333
2020-05-12 12:23:23 +00:00
Rashmi P
a83b62ea22
Fixed time Issue on date picker
2020-05-12 10:46:00 +00:00
Shrikant Kandula
b65690ec74
Automatically use a unique name for creating datasources without name.
...
In the request from frontend for datasource creation, if the data
doesn't have a `name` value, we now set it to an automatically numbered
value and save with that.
2020-05-12 16:05:29 +05:30
Rashmi P
76d65761f2
Formatted the json
2020-05-12 09:55:59 +00:00
Nikhil Nandagopal
5dad85ff3e
Update form.json
2020-05-12 09:48:56 +00:00
Akash N
c8ad80d414
Delete datasource after the query pane test is complete.
2020-05-12 08:10:38 +00:00
Trisha Anand
c19471ad96
Removing testing step from ci/cd pipeline for the branch feature/acl.
2020-05-12 13:32:28 +05:30
Trisha Anand
82710edbc9
Fixed the package step to run on feature/acl branch only for acl
2020-05-12 13:04:09 +05:30
Trisha Anand
aafee640bd
Added CI instructions for special build and tagging of the ACL branch.
2020-05-12 13:01:29 +05:30
rashminagarajp
987d2342b0
replaced Delete Application through UI by API
2020-05-12 10:05:21 +05:30
Arpit Mohan
f4d79ae25b
Merge branch 'bug/curl-error-reporting' into 'release'
...
Report error when cURL command is invalid.
See merge request theappsmith/internal-tools-server!327
2020-05-12 04:12:55 +00:00
Shrikant Kandula
7f4d32e7d4
Report error when cURL command is invalid.
2020-05-12 04:12:55 +00:00
Trisha Anand
963a3388c3
In CI, buidling and packaging ACL branch with a new tag for the deployment.
2020-05-11 21:15:19 +05:30
Satbir Singh
14f287cb5e
Removed textAlignemnt from form widget.
2020-05-11 19:52:47 +05:30
Satbir Singh
5a06911b2f
Adding aligment property to TextWidget
2020-05-11 19:49:58 +05:30
Nikhil Nandagopal
1fdc96ccc6
tweaked image
2020-05-11 16:59:17 +05:30
Nikhil Nandagopal
8c08ea9257
updated default image
2020-05-11 16:58:07 +05:30
Nikhil Nandagopal
cc1ce1bba7
removed label
2020-05-11 16:30:53 +05:30
Nikhil Nandagopal
eade785bed
minor text fixes
...
removed labels
2020-05-11 16:30:31 +05:30
rashminagarajp
a1f6b62d26
seperated after block and update replaced session_id to SESSION
2020-05-11 16:08:49 +05:30
rashminagarajp
b1a5fe41aa
formatted the example.json
2020-05-11 15:40:40 +05:30
Hetu Nandu
c2f730edb1
feat: dynamic post body in api form
...
- add info icon
- display helper text and placeholders dynamically
2020-05-11 09:03:46 +00:00
Shrikant Kandula
f3e448019d
Auth mechanism is not added to URI in the MongoPlugin. Fixed now.
2020-05-11 12:16:09 +05:30
Rashmi P
c7cc13c50c
Formatted the example.json
2020-05-11 05:15:26 +00:00
Nikhil Nandagopal
7dbe243d45
updated widget config
2020-05-09 12:25:20 +05:30
Trisha Anand
6cdab92bbe
Merge branch 'feature/acl-action-inheritance' into 'feature/acl-spring-object'
...
Action Permission Inheritance during create.
See merge request theappsmith/internal-tools-server!329
2020-05-08 15:39:36 +00:00
Trisha Anand
b7435e546f
Added action inheritance for permissions during create. No update permissions for action added. Fixed the existing test cases to run with the new code.
...
TODO : Add test cases for action permissions.
2020-05-08 15:39:36 +00:00
Trisha Anand
02de2ea1f6
Removing Arn because its not being used anymore.
2020-05-08 21:08:16 +05:30
Abhinav Jha
0bf035e927
Stop showing property pane on click
2020-05-08 15:31:36 +00:00
Trisha Anand
f7bb87824c
Merge branch 'release' into feature/acl-spring-object
...
# Conflicts:
# appsmith-server/src/main/java/com/appsmith/server/domains/User.java
2020-05-08 20:57:51 +05:30
Hetu Nandu
ff2f32290f
Fix content type switching to raw when custom
2020-05-08 12:54:27 +00:00
Rashmi P
16c10daaa8
Merge branch 'release' into 'add/Smoke-test-cases'
...
# Conflicts:
# cypress/support/commands.js
2020-05-08 11:12:49 +00:00
Trisha Anand
d7637355fe
Create Page always sets the inherited policies from the application. Update Application policy remains to be done. Leaving it as a TODO for now.
2020-05-08 16:32:46 +05:30
Rashmi P
f4c17f7423
Update RichTextEditor_spec.js
2020-05-08 10:38:35 +00:00
Rashmi P
8d4a223dd5
Merge branch 'fix/Create_Application' into 'release'
...
Update commands.js
See merge request theappsmith/internal-tools-client!564
2020-05-08 10:00:18 +00:00
Rashmi P
1527067fac
Update commands.js
2020-05-08 09:26:03 +00:00
rashminagarajp
895acb3681
added someke test cases
2020-05-08 14:31:11 +05:30
Rashmi P
1d8239439e
Update Mapdsl.json
2020-05-08 06:38:43 +00:00
Shrikant Kandula
ffc4379a4d
Migration to install existing default plugins to existing organizations.
2020-05-08 11:46:13 +05:30
Hetu Nandu
3c9a9afce2
Merge branch 'fix/temp-autocomplete-fix' into 'release'
...
Fix opening and closing of autocomplete
See merge request theappsmith/internal-tools-client!567
2020-05-08 06:05:03 +00:00
Hetu Nandu
4c5302158f
Fix opening and closing of autocomplete
2020-05-08 06:05:03 +00:00
Hetu Nandu
20abff30d4
Merge branch 'test/datasources' into 'release'
...
Tests for datasource pane
See merge request theappsmith/internal-tools-client!559
2020-05-08 05:40:14 +00:00
Hetu Nandu
00bcaf2022
Tests for datasource pane
2020-05-08 05:40:14 +00:00
Vicky Bansal
651a346143
Fix/map hotfix
2020-05-08 04:02:28 +00:00
Shrikant Kandula
7673ee49eb
Merge branch 'chore/remove-index-annotations' into 'release'
...
Remove index annotations as they don't accurately reflect actual indexes
See merge request theappsmith/internal-tools-server!322
2020-05-08 01:58:43 +00:00
Shrikant Kandula
b8de4ef659
Remove index annotations as they don't accurately reflect actual indexes
2020-05-08 01:58:43 +00:00
Shrikant Kandula
2e9a94341b
Guard against NPE when action is null due to cURL command being invalid.
2020-05-08 01:22:02 +00:00
Rashmi P
f284def4be
Update commands.js
2020-05-07 15:09:17 +00:00
Trisha Anand
44ce0bbf01
Added baseservice function add and remove policies to an object. This would be used for updating permissions for an object.
2020-05-07 19:39:36 +05:30
Akash N
82c17a3bb8
Create query action with an actionConfiguration object
2020-05-07 18:01:29 +05:30
Hetu Nandu
2e7c569997
Revert "fix autocomplete visibility"
...
This reverts commit 0a33ed35a2827c490258a1bdd5e8fcdc0c03a83a.
2020-05-07 16:37:36 +05:30
Hetu Nandu
a191ec92f5
Merge branch 'fix/api-form-fixes' into 'release'
...
Api form fixes
See merge request theappsmith/internal-tools-client!557
2020-05-07 11:00:26 +00:00
Hetu Nandu
c38f839331
feat: add test case for executing blank api
...
- add test case for executing blank api by selecting the available datasource
2020-05-07 11:00:26 +00:00
Abhinav Jha
b0bad09d6e
Merge branch 'fix/map-issues' into 'release'
...
Fix/map issues
Issues Fixed:
* Pick my location
* Change lng to long across map widget
* Selecting time was causing flicker inside pane configurations of date picker widget
* Show chart title, and breakages in chart widget fixed
* Marker in map can be dragged once it is selected
* Only onCreateMarker action is called once a location is selected on map
* Reordering tabs UI made smoother
See merge request theappsmith/internal-tools-client!526
2020-05-07 10:51:37 +00:00
Vicky Bansal
fc5f417923
Fix/map issues
2020-05-07 10:51:37 +00:00
Trisha Anand
957116409d
Resolved the review comments. Changed the structure of the DTO returned. Added the userPermissions as part of the base domain leading to this field always computed before returning any object to the user.
2020-05-07 10:49:48 +00:00
Hetu Nandu
d33b7e955c
Revert back the draft condition
...
- Initialise headers and query parameters while creating an api
- Do not push fields further on
2020-05-07 10:42:17 +00:00
Trisha Anand
485eb29e03
Added timeout in DslActionDTO which is used to represent actions inside a layout and in turn is used for page load action execution.
2020-05-07 15:06:16 +05:30
Hetu Nandu
a3ddf1250a
Merge branch 'fix/autocomplete-visibility' into 'release'
...
Fix autocomplete visibility
See merge request theappsmith/internal-tools-client!556
2020-05-07 08:53:51 +00:00
Hetu Nandu
fb588af78f
Merge branch 'fix/createQueryError' into 'release'
...
Navigate to datasource pane when there are no valid datasources
See merge request theappsmith/internal-tools-client!555
2020-05-07 08:28:57 +00:00
Hetu Nandu
48a399eb72
fix autocomplete visibility
2020-05-07 13:48:54 +05:30
Hetu Nandu
dd65494ff4
Merge branch 'feat/api-pane-testing' into 'release'
...
Basic automated test cases for the API pane
See merge request theappsmith/internal-tools-client!549
2020-05-07 08:07:50 +00:00
Arpit Mohan
49e9cd7c33
feat: add test case for executing blank api
...
- add test case for executing blank api by selecting the available datasource
2020-05-07 08:07:50 +00:00
Hetu Nandu
42f99e766b
Merge branch 'fix/api-timeouts' into 'release'
...
Api timeout changes
See merge request theappsmith/internal-tools-client!554
2020-05-07 08:07:29 +00:00
Hetu Nandu
8572d02b91
Api timeout changes
2020-05-07 08:07:29 +00:00
Akash N
0b66419596
Navigate to datasource pane when there are no valid datasources
2020-05-07 13:28:34 +05:30
Hetu Nandu
99e07eb849
Merge branch 'fix/apiDrafts' into 'release'
...
Fix drafts
See merge request theappsmith/internal-tools-client!543
2020-05-07 07:56:37 +00:00
Hetu Nandu
8e7ba82b3f
Revert back the draft condition
...
- Initialise headers and query parameters while creating an api
- Do not push fields further on
2020-05-07 07:56:37 +00:00
Hetu Nandu
6dc6b6e23d
Merge branch 'fix/create-new-api' into 'release'
...
fix: create new api
See merge request theappsmith/internal-tools-client!553
2020-05-07 07:52:19 +00:00
Hetu Nandu
0744b20252
Merge branch 'fix/apiPaneDatasourceField' into 'release'
...
Create a separate action for datasource generated from datasource pane
See merge request theappsmith/internal-tools-client!552
2020-05-07 07:20:03 +00:00
Sunil K S
07c80092e2
fix: create new api
...
- fix create new api button doesn't work sometimes
2020-05-07 12:39:07 +05:30
Akash N
c94a624253
Query pane fixes
...
- Remove search bar
- Show server error message
2020-05-07 10:40:14 +05:30
Akash N
1b15a8e7f6
Create a seperate action for datasource generated from datasource pane
2020-05-07 10:14:52 +05:30
Rashmi P
0c053c49a6
Merge branch 'fix/Create_Application' into 'release'
...
fixed a load issue
See merge request theappsmith/internal-tools-client!547
2020-05-06 10:53:28 +00:00
Rashmi P
1f21c0cfca
Merge branch 'release' into 'fix/Create_Application'
...
# Conflicts:
# cypress/support/commands.js
2020-05-06 05:58:18 +00:00
Abhinav Jha
126d6d6912
In scenarios with no service workers, remove the need to fetch all pages when appviewer loads
2020-05-06 11:26:07 +05:30
rashminagarajp
5f78738191
fixed a load issue
2020-05-06 10:56:42 +05:30
Rashmi P
398ac17063
Merge branch 'release' into 'fix/Create_Application'
...
# Conflicts:
# cypress/support/index.js
2020-05-05 14:20:18 +00:00
Rashmi P
db2e26c939
Update commands.js
2020-05-05 13:53:21 +00:00
Rashmi P
1336da4fcd
Update commands.js
2020-05-05 13:25:18 +00:00
Hetu Nandu
9b6e483475
Merge branch 'feature/apiAnalytics' into 'release'
...
Add api analytic events
See merge request theappsmith/internal-tools-client!545
2020-05-05 13:21:17 +00:00
Hetu Nandu
18b3de2eff
Add api analytic events
...
- IMPORT_API
- EXPAND_API
- IMPORT_API_CLICK
- DUPLICATE_API_CLICK
- MOVE_API_CLICK
- ADD_API_PAGE
- 3P_PROVIDER_CLICK
2020-05-05 13:21:17 +00:00
Hetu Nandu
12078bd590
Merge branch 'fix/add-extra-timeout-ds-test' into 'release'
...
Use extended timeout for Datasource test api call
See merge request theappsmith/internal-tools-client!546
2020-05-05 12:45:26 +00:00
Abhinav Jha
f57cf9d903
Service workers : Caching
2020-05-05 12:16:51 +00:00
Hetu Nandu
93f17d6ba2
use 15 seconds
2020-05-05 17:46:16 +05:30
Shrikant Kandula
3e2dea8f84
Merge branch 'bug/hide-exception-class-in-plugin-error-message' into 'release'
...
Hide Exception class details in the Plugin error message.
See merge request theappsmith/internal-tools-server!321
2020-05-05 11:08:38 +00:00
Shrikant Kandula
e99c104fe7
Hide Exception class details in the Plugin error message.
2020-05-05 16:34:09 +05:30
Nikhil Nandagopal
8f95fe22a9
Update form.json
2020-05-05 10:46:58 +00:00
Nikhil Nandagopal
c4f3ccfd8b
Update form.json
2020-05-05 10:34:02 +00:00
rashminagarajp
ff3ce6e01a
added create and delete app fun
2020-05-05 15:07:13 +05:30
rashminagarajp
61ea73f2e5
issues fixed
2020-05-05 14:55:42 +05:30
Shrikant Kandula
bc55baeb1f
Merge branch 'feat/add-delete-datasource-perm-existing-groups' into 'release'
...
Add `delete:datasources` permission to all existing groups.
See merge request theappsmith/internal-tools-server!320
2020-05-05 09:19:40 +00:00
rashminagarajp
2376aa304b
App creation and Deletion is added
2020-05-05 14:38:31 +05:30
Shrikant Kandula
172be7e7e5
Merge branch 'bug/missing-default-database-name-in-mongo-form' into 'release'
...
Add missing default database field in Mongo plugin form.
See merge request theappsmith/internal-tools-server!319
2020-05-05 09:06:32 +00:00
Hetu Nandu
cad7c70f61
Merge branch 'fix/filterPlugins' into 'release'
...
Filter plugins
See merge request theappsmith/internal-tools-client!531
2020-05-05 09:03:03 +00:00
Hetu Nandu
2426d2cac9
Filter plugins
2020-05-05 09:03:03 +00:00
Hetu Nandu
876874d41d
Merge branch 'fix/search-provider-image' into 'release'
...
fix: provider image in search container
See merge request theappsmith/internal-tools-client!533
2020-05-05 09:02:51 +00:00
Hetu Nandu
501800d738
Merge branch 'fix/form-issues' into 'release'
...
Fix issue with reset on form error
See merge request theappsmith/internal-tools-client!524
2020-05-05 08:23:24 +00:00
Hetu Nandu
1cb5b6bf31
Fix issue with reset on form error
2020-05-05 08:23:22 +00:00
Shrikant Kandula
f7f03c5ad7
Add delete:datasources permission to all existing groups.
2020-05-05 13:52:03 +05:30
Sunil K S
f6f5fc6071
fix: provider image in search container
2020-05-05 13:49:33 +05:30
Hetu Nandu
63dacf7346
Merge branch 'fix/increase-request-timeout' into 'release'
...
Increase timeout of execute action
See merge request theappsmith/internal-tools-client!538
2020-05-05 08:13:40 +00:00
Hetu Nandu
7b6fad5259
Increase timeout of execute action
2020-05-05 08:13:39 +00:00
Shrikant Kandula
57dc2205e2
Add missing default database field in Mongo plugin form.
2020-05-05 13:39:03 +05:30
Hetu Nandu
0bdb9bea4c
feat: dynamic post body in api form
...
- add info icon
- display helper text and placeholders dynamically
2020-05-05 07:50:30 +00:00
Arpit Mohan
77b4ef9a00
Adding a docker image tag for the master commit. This will allow us to revert to previous versions of the image (if required)
2020-05-05 12:54:46 +05:30
Hetu Nandu
11dd49b98e
Env dependent feature flag
2020-05-05 06:46:54 +00:00
Satbir Singh
d13e05164d
Commenting out check for updateLayout
2020-05-04 20:03:23 +05:30
Hetu Nandu
e36f668a90
hide autocomplete when certain keys are pressed
2020-05-04 14:33:41 +05:30
Hetu Nandu
f38f92d938
fix issue, removed unused calls
2020-05-02 11:24:24 +05:30
Trisha Anand
c43218eea6
Merge branch 'release' into feature/acl-spring-object
2020-05-01 17:05:43 +05:30
Trisha Anand
1f25aac3a5
Untested mock get applications for home page.
2020-05-01 16:56:05 +05:30
Rashmi P
a544674ecd
Fix/page creation
2020-05-01 07:48:33 +00:00
Shrikant Kandula
8ea8fb295e
Handle 500 when JSON body doesn't make up an object data type.
2020-04-30 13:32:24 +00:00
Trisha Anand
bc99ce9244
Merge branch 'release' into feature/acl-spring-object
2020-04-30 17:50:32 +05:30
Shrikant Kandula
c8e8c9136d
Check the value of Content-Type before trying to make an HTTP call.
2020-04-30 16:50:17 +05:30
Shrikant Kandula
50a8bad19e
Merge branch 'bug/restapi-test-without-port' into 'release'
...
Fix testing of REST API datasources fails when no port is set.
See merge request theappsmith/internal-tools-server!307
2020-04-30 06:02:28 +00:00
Shrikant Kandula
be7f1c0a81
Fix testing of REST API datasources fails when no port is set.
2020-04-30 06:02:28 +00:00
Hetu Nandu
2cf1b8d135
Remove references of plugin name
2020-04-29 13:17:51 +00:00
Akash N
4cd24112b1
Fix incorrect action type
2020-04-29 17:28:02 +05:30
Shrikant Kandula
fc1b73773e
More readable plugin names.
2020-04-29 11:49:06 +00:00
Shrikant Kandula
86669fa7e4
Merge branch 'feat/updated-plugin-form-configs' into 'release'
...
Update form.json for datasource configurations.
See merge request theappsmith/internal-tools-server!314
2020-04-29 10:59:46 +00:00
Shrikant Kandula
06e85c308f
Update form.json for datasource configurations.
2020-04-29 16:25:30 +05:30
Akash N
cf0da78dd4
Merge branch 'release' of https://gitlab.com/theappsmith/internal-tools-client into feature/form-config-api
2020-04-29 16:21:11 +05:30
Shrikant Kandula
7dfa1bd8ca
Add deletedAt field into the unique index of datasources and pages.
2020-04-29 16:16:09 +05:30
Abhinav Jha
2493c12d62
Merge branch 'fix/map-tab-issues' into 'release'
...
Fix/map tab issues
* Chart widget property pane "Add data" renamed to "Add Series"
* Tabs widgets, display adding tabs in pane configurations
* Clicking Pick my location will not trigger onMarkerCreated action
* Added generateClassName in tabs widget
* Date picker flicker time after selection issue fix
See merge request theappsmith/internal-tools-client!493
2020-04-29 10:29:02 +00:00
Vicky Bansal
1f9294b608
Fix/map tab issues
2020-04-29 10:29:02 +00:00
Abhinav Jha
3e2dea745f
Merge branch 'fix/widget-name-restrictions' into 'release'
...
Widget Name Restrictions
- Add restrictions to widget name. Conflicts with Widget Names, Page Names and Action Names
See merge request theappsmith/internal-tools-client!509
2020-04-29 10:20:12 +00:00
Abhinav Jha
7b0f659ff2
Widget Name Restrictions
2020-04-29 10:20:12 +00:00
Trisha Anand
8db71d00a9
Merge branch 'release' into feature/acl-spring-object
2020-04-29 15:49:57 +05:30
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
7174ce0a8a
fix: search container ui fixes
...
- remove unwanted imports
2020-04-29 09:06:30 +00:00
Satbir Singh
141d556334
NavigateTo dynamic binding support
2020-04-29 05:35:02 +00:00
Satbir Singh
275518da4c
Fixing table scroll on load issue.
2020-04-29 05:13:02 +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
23bd4e1722
Add NO_SSL option to SSL authType to turn off SSL explicitly.
2020-04-28 12:31:34 +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
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
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
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
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
e0880c7d31
Support separate default database for MongoPlugin, besides authDatabase.
2020-04-23 11:09:02 +00:00
Trisha Anand
a8f32d8b2a
Merge branch 'release' into feature/acl-spring-object
...
# Conflicts:
# appsmith-server/src/main/java/com/appsmith/server/services/MarketplaceService.java
2020-04-23 14:45:40 +05:30
Hetu Nandu
d36092c089
Fix Date widget default date
2020-04-23 06:12:13 +00:00
Nikhil Nandagopal
18acf373f5
Update form.json
2020-04-23 06:08:25 +00:00
Trisha Anand
dacc6a5c9e
The header key should be matched to all possible variations : Content-Type, content-type, etc. This fixes that.
2020-04-22 18:13:31 +05:30
Trisha Anand
0c76b8f394
Minor comments
2020-04-22 17:27:55 +05:30
Trisha Anand
11cb6f6c56
Refactored some code which was being repeated.
2020-04-22 16:59:01 +05:30
Hetu Nandu
85f57e350f
Api pane creation fixes
2020-04-22 09:15:24 +00:00
Shrikant Kandula
a8842e962b
Fix NPE when accessing services before OPA is ready.
2020-04-22 08:41:40 +05:30
Satbir Singh
08e68a8986
Revert "Merge branch 'fix/cypres-dnd' into 'release'"
...
This reverts merge request !505
2020-04-21 14:19:12 +00:00
Shrikant Kandula
1a19a9b698
Merge branch 'bug/mongodb-multiple-endpoints' into 'release'
...
Support SSL connections with self-signed from MongoPlugin.
See merge request theappsmith/internal-tools-server!297
2020-04-21 13:34:18 +00:00
Shrikant Kandula
3ad98a4367
Support SSL connections with self-signed from MongoPlugin.
2020-04-21 18:53:30 +05:30
Trisha Anand
3148dec921
Search endpoint is now implemented with mock response deleted. It currently does exact name searches in providers by hitting the marketplace service.
2020-04-21 12:42:11 +00:00
Shrikant Kandula
3dfc62034f
Merge branch 'feature/datasource-form-config-apis' into 'release'
...
Add form config JSONs for individual plugins and an API for GETting them.
See merge request theappsmith/internal-tools-server!295
2020-04-21 12:23:23 +00:00
Shrikant Kandula
58c0f94508
Add form config JSONs for individual plugins and an API for GETting them.
2020-04-21 17:42:14 +05:30
Satbir Singh
51ee20e64a
Cypress drag and drop
2020-04-21 10:27:15 +00:00
Shrikant Kandula
9f2427f1df
Merge branch 'bug/mongo-plugin-test-on-unavailable-host' into 'release'
...
Fix MongoPlugin test returning success even when host is unavailable.
See merge request theappsmith/internal-tools-server!294
2020-04-21 10:22:50 +00:00
Shrikant Kandula
d94a231934
Fix MongoPlugin test returning success even when host is unavailable.
2020-04-21 15:39:44 +05:30
Hetu Nandu
ea4a6bf8fd
Merge branch 'fix/api-pane-pagination' into 'release'
...
Fix issue with not returning draft in api pane
See merge request theappsmith/internal-tools-client!504
2020-04-21 08:48:11 +00:00
Shrikant Kandula
5c703d765e
Merge branch 'bug/invalid-port-in-restapi-test-gives-500' into 'release'
...
Fix 500 on invalid port sent for restapi plugin test request.
See merge request theappsmith/internal-tools-server!292
2020-04-21 08:23:03 +00:00
Trisha Anand
4cde1413fc
Provider credential steps is not a write only property. It must be readable.
2020-04-21 13:45:28 +05:30
Trisha Anand
504a165411
Added a few comments to ease understanding
2020-04-21 13:44:19 +05:30
Shrikant Kandula
a49ef95d5b
Fix 500 on invalid port sent for restapi plugin test request.
2020-04-21 13:40:12 +05:30
Hetu Nandu
67cc6854b7
fix issue with not returning draft in data
2020-04-21 13:31:36 +05:30
Hetu Nandu
2f5a3104f1
Fix radio widget default value and Post api save error
2020-04-21 07:54:23 +00:00
Trisha Anand
d7d31a43da
Fixed compile time error.
2020-04-20 18:30:47 +05:30
Trisha Anand
373c9ac738
Code formatting corrected.
2020-04-20 18:17:25 +05:30
Trisha Anand
6be0b7ae23
Merge branch 'release' into feature/acl-spring-object
...
# Conflicts:
# appsmith-server/pom.xml
# appsmith-server/src/main/java/com/appsmith/server/migrations/DatabaseChangelog.java
# appsmith-server/src/main/java/com/appsmith/server/repositories/BaseRepositoryImpl.java
# appsmith-server/src/main/java/com/appsmith/server/services/LayoutActionServiceImpl.java
# appsmith-server/src/test/java/com/appsmith/server/services/OrganizationServiceTest.java
2020-04-20 18:13:55 +05:30
Shrikant Kandula
02a384698b
Merge branch 'bug/missing-response-meta-in-test-api' into 'release'
...
Fix missing `responseMeta` in response for /datasources/test endpoint.
See merge request theappsmith/internal-tools-server!291
2020-04-20 12:40:42 +00:00
Shrikant Kandula
94b166b3cb
Fix missing responseMeta in response for /datasources/test endpoint.
2020-04-20 17:40:42 +05:30
Trisha Anand
1e000c295f
In case the children tag exists in the DSL but is empty, we shouldnt try to extract widget names in that scenario.
2020-04-20 13:58:25 +05:30
Hetu Nandu
283252892b
Add a feature flag for new api pane
2020-04-20 08:26:19 +00:00
Satbir Singh
a2086d2b5f
Action selector refactor
2020-04-20 05:42:46 +00:00
Shrikant Kandula
654f1fa61e
Merge branch 'bug/missing-auth-type-throws-500' into 'release'
...
Fix 500 error when authentication.type is not provided in request body.
See merge request theappsmith/internal-tools-server!288
2020-04-20 04:58:57 +00:00
Hetu Nandu
7786756964
Merge branch 'fix/batched-action-execution' into 'release'
...
Fix batched action execution
See merge request theappsmith/internal-tools-client!489
2020-04-17 16:15:09 +00:00
Hetu Nandu
a266472e4e
Fix batched action execution
2020-04-17 16:15:09 +00:00
Shrikant Kandula
e0add48bd6
Fix mustache parsing fail when keys have double-quotes or backslashes.
2020-04-17 19:26:42 +05:30
Hetu Nandu
f0d805cf52
Adding pluginId in datasource instead of action
2020-04-17 16:05:36 +05:30
Abhinav Jha
a717de0e68
Merge branch 'feature/pageload' into 'release'
...
Pageload fixes 1
- Remove tinymce external dep
- Move Widget, Property, Validators registration to editor and appviewer
- Named chunks
- Prefetch chunks
- add expiration header using netlify.toml
See merge request theappsmith/internal-tools-client!492
2020-04-17 10:13:00 +00:00
Abhinav Jha
c2d3b9952d
Fix filepicker issue. Add netlify.toml. Remove chance.js
2020-04-17 15:03:36 +05:30
Hetu Nandu
4e90ebff99
Merge branch 'fix/plugin-id-for-new-actions' into 'release'
...
Fix issue where new REST actions where not getting the plugin id
See merge request theappsmith/internal-tools-client!490
2020-04-17 09:25:31 +00:00
Hetu Nandu
9bcb0d32e9
Fix issue where new REST actions where not getting the plugin id
2020-04-17 09:25:31 +00:00
Shrikant Kandula
ee556b729c
Fix 500 error when authentication.type is not provided in request body.
2020-04-17 14:35:53 +05:30
Satbir Singh
268b77be47
Test fixes
2020-04-17 08:17:25 +00:00
Arpit Mohan
46879fae2b
Committing the plugin.properties to let us run the code from IntelliJ
2020-04-17 13:35:07 +05:30
Shrikant Kandula
65d4c0e3e5
Fix NPE when invalids in Datasource is not initialized yet.
2020-04-17 13:17:05 +05:30
Shrikant Kandula
08b7f51d5d
Datasource API cleanup and better error reporting
2020-04-17 07:27:56 +00:00
Abhinav Jha
b5a4e231d7
Remove tinymce external dependency
2020-04-17 10:29:43 +05:30
Trisha Anand
133eaa7475
Setting the organization id in case of missing plugin. This was being skipped over earlier.
2020-04-16 22:19:35 +05:30
Trisha Anand
801cd59c14
Merge branch 'bug/marketplce-fixes' into 'release'
...
Updated Rapid API key. Also, now URL Encoding the route parameters as well.
See merge request theappsmith/internal-tools-server!285
2020-04-16 15:59:56 +00:00
Trisha Anand
8aaff70ef0
Updated Rapid API key. Also, now URL Encoding the route parameters as well.
2020-04-16 21:13:37 +05:30
Abhinav Jha
8fc9c68782
App viewer fix
2020-04-16 18:30:53 +05:30
Abhinav Jha
87b1554e10
Move Registration to application editor
2020-04-16 17:26:36 +05:30
Abhinav Jha
0b87848baf
Add basic skeleton for widget loading
2020-04-16 14:02:58 +05:30
Shrikant Kandula
822afdc064
Rich datasource support for MongoPlugin
2020-04-16 08:21:40 +00:00
Abhinav Jha
b0b3746367
Revert lazy loading filepicker component
2020-04-16 12:26:43 +05:30
Vicky Bansal
c0d4bbb932
Fix/chart widget data migration
2020-04-15 15:26:36 +00:00
Abhinav Jha
f3cccd9aee
Remove errors when 401 unauthorized.
2020-04-15 19:49:39 +05:30
Abhinav Jha
431f20b8c4
Temporary fix for the chart widget
2020-04-15 19:06:42 +05:30
Abhinav Jha
c9f285242c
Lazy load fusioncharts, richtext and syncfusion.
2020-04-15 17:45:12 +05:30
Abhinav Jha
ac4911d896
Merge branch 'release' of gitlab.com:theappsmith/internal-tools-client into fix/first-page-load-performance
2020-04-15 17:22:43 +05:30
Nikhil Nandagopal
739ba35dc1
Feature/widgets
2020-04-15 11:42:11 +00:00
Abhinav Jha
09a6d34ae4
update yarn.lock
2020-04-15 16:52:45 +05:30
Abhinav Jha
69d68ed463
Move source map explorer to dependencies
2020-04-15 16:52:15 +05:30
Shrikant Kandula
6d5a1b9dd1
Fix mustache key parsing failing due to escaping in JSON serialization.
2020-04-15 10:24:12 +00:00
Shrikant Kandula
2dbf9d1c6b
Test API for data sources
2020-04-15 10:02:09 +00:00
Satbir Singh
42d82b6045
Row highlight _color
2020-04-15 09:03:35 +00:00
Hetu Nandu
3a53286662
cleanup fixes
2020-04-14 20:46:44 +05:30
Abhinav Jha
d16a56b3c9
Table Features
2020-04-14 13:34:46 +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
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
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
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
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
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
18023b70e2
Table Fix: event bubbling handling
2020-04-13 09:28:07 +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
b622f2898d
Added validation for isVisible in chart widget.
2020-04-13 08:55:01 +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
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
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
abd9235360
Richer plugin validations
2020-04-10 09:59:50 +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
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
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
9169b98262
Feature/edit form widgets 3
2020-04-08 13:38:19 +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
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
Shrikant Kandula
c8dee3f279
Add Spring application property to enable/disable Rollbar.
...
It is enabled by default.
2020-04-08 11:23:28 +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
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