Hetu Nandu
0debe37637
Add arbitary wait on onboarding test ( #3604 )
...
We recently changed the test to make sure we wait for the client to create an onboarding data source if it did not exist. This kind of check was also happening on the source code, and the complexity was not getting translated properly in the tests.
To improve the reliability of the test, I added an arbitrary wait time before we start the building
2021-03-17 23:59:40 +05:30
vicky-primathon.in
5f2d994fda
Fix double imports
2021-03-17 18:00:16 +05:30
Vicky Bansal
1195a0b694
Reset selected row(s) when table data is changed ( #3576 )
...
* Fixed selected row resets when table data is changed
Added cypress test case to test selected row resets when table data changes
* Fixed cypress test case
2021-03-17 17:27:38 +05:30
vicky-primathon.in
f92a8d7fa6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/table-scrollbars
2021-03-17 17:22:26 +05:30
vicky-primathon.in
9e65136a75
Merge branch 'fix/table-scrollbar' of https://github.com/appsmithorg/appsmith into fix/table-scrollbars
2021-03-17 17:21:37 +05:30
vicky-primathon.in
212cd423b5
Added horizontal scrollbar component
...
Add horizontal and vertical scrollbars in table widget
2021-03-17 17:15:49 +05:30
Nidhi
084faf8d54
Typo ¯\_(ツ)_/¯ ( #3595 )
2021-03-17 17:04:53 +05:30
Hetu Nandu
b32cdfc8cb
Remove property pane custom scrollbar for cypress ( #3592 )
2021-03-17 15:56:34 +05:30
Rishabh Saxena
0e3901953b
Fix specs ( #3577 )
2021-03-17 15:06:08 +05:30
Kaushik Varanasi
8fd0509bcb
Merge branch 'release' into bugfix/trunncate-org-name-settings
2021-03-17 12:45:13 +05:30
NandanAnantharamu
8aca378028
updated flaky test ( #3584 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-03-17 10:38:00 +05:30
Kaushik Varanasi
f9d2318e5a
reconciling with current release
2021-03-17 00:22:01 +05:30
Kaushik Varanasi
dfa23a6944
added tests, documentation and better naming convention
2021-03-17 00:18:36 +05:30
Apeksha Bhosale
3dc04901c8
added index check to add content type in existing field
2021-03-16 19:57:21 +05:30
Kaushik Varanasi
2dcecfbf79
add ellipsis to org name in settings
2021-03-16 13:22:25 +05:30
hetunandu
eed140f945
stringify page save analytics
2021-03-16 11:01:48 +05:30
Ashok Kumar M
fc34901be8
Fix: Dynamic Canvas Height based on bottom most widget. ( #3398 )
...
* Fix: Dynamic Canvas Height based on bottom most widget.
* Checking cytest failure reason.
* Revert "Checking cytest failure reason."
This reverts commit 2e3aaa882b282e10e1cf491633101293b72ffa89.
* Using UPDATE_CANVAS_LAYOUT to update the layout.
* Remove unwanted declarations.
* Adding comments.
2021-03-16 10:31:37 +05:30
ram-primathon
3b0fb539d5
Property Pane re design ( #3057 )
...
Co-authored-by: devrk96 <rohit.kumawat@primathon.in>
Co-authored-by: hetunandu <hetu@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Vicky Bansal <67091118+vicky-primathon@users.noreply.github.com>
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-03-15 17:47:56 +05:30
Vicky Bansal
03be391fa3
Wrap evaluated data in computed value field ( #3520 )
2021-03-15 15:27:43 +05:30
Vicky Bansal
7c994da6e9
Allow null/empty values in Dropdown widget options ( #3533 )
2021-03-15 15:25:37 +05:30
Vicky Bansal
5acf2c3238
Fully display Table Widget filter conditionals (AND|OR) ( #3521 )
2021-03-15 14:39:10 +05:30
Vicky Bansal
812344c439
Persist Table Widget cell height to use as default in deployed app view ( #3537 )
2021-03-15 14:34:33 +05:30
Vicky Bansal
030269f684
Display the date column output correctly in table when using JS toggle for Display date format
2021-03-15 10:59:01 +05:30
Vicky Bansal
7f43705e7f
Fixed undefined poperty error when columnOrder is undefined ( #3511 )
2021-03-15 10:57:34 +05:30
Rishabh Saxena
3a47e085e3
Minor global search updates ( #3502 )
...
* Update editor header help button styles
* Dont show the current entity in the recents, to keep the previous on top
2021-03-13 23:31:47 +05:30
Arpit Mohan
660c194009
Moving all toast messages to messages.ts file ( #2798 )
...
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-03-13 19:54:45 +05:30
Hetu Nandu
89effdd2fb
Refactor evaluate function and add tests ( #3536 )
2021-03-13 19:42:21 +05:30
Rishabh Saxena
7bd1e9587c
Use replace instead of replaceAll ( #3538 )
2021-03-13 16:15:51 +05:30
ram-primathon
191dde0b18
Fix API pane header and params count ( #3494 )
2021-03-13 13:53:46 +05:30
vicky-primathon.in
c952e9b10d
Remove unnecessary scrollbar from inside table widget
2021-03-13 12:06:02 +05:30
Nikhil Nandagopal
3b2072eeb9
Merge pull request #3055 from appsmithorg/fix/rte-newline
...
Added defaultText and defaultHTML properties in RTE
2021-03-12 17:38:58 +05:30
Nikhil Nandagopal
261dfc308c
Merge pull request #3514 from appsmithorg/fix/file-picker
...
[Fix] Made bade 64 encoding the default type for S3
2021-03-12 16:29:05 +05:30
vicky-primathon.in
3da86b33fe
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/rte-newline
2021-03-12 15:24:51 +05:30
Nikhil Nandagopal
6bdd39c4b8
minor fixes
2021-03-12 14:47:42 +05:30
Nikhil Nandagopal
dbb16775de
updated type to enum
2021-03-12 14:43:47 +05:30
Nikhil Nandagopal
82b65e12d1
Removed the property pane
2021-03-12 14:37:24 +05:30
Nikhil Nandagopal
11c8d4f34b
made files a derived prop to change based on the file data type
...
added file type
2021-03-12 14:34:05 +05:30
Nikhil Nandagopal
d7a5f36fea
Made bade 64 encoding the default type for S3
...
Added a data field for file pickers that is filled based on the property pane value
2021-03-12 13:44:32 +05:30
akash-codemonk
4995288801
Show fork modal while returning back to forking after signing in ( #3509 )
...
- Show loaders where required and other styling fixes
2021-03-12 13:14:16 +05:30
Abhinav Jha
246f7de444
Preserve Table Column properties when evaluations fail ( #3495 )
...
* When there is a cyclic depenency, the table data is processed as s string, leading to incorrect column computations and a render loop. Fixed this by bailing out when table data is a string, as further computations are moot
2021-03-12 12:00:38 +05:30
Arpit Mohan
f11cd45886
Correcting the github condition to start the API server ( #3506 )
2021-03-12 11:06:54 +05:30
ram-primathon
5b2832f380
Fix api settings page not getting updated ( #3489 )
2021-03-11 17:33:23 +05:30
Trisha Anand
9f63bfafd2
Adding JSON intelligent substitution for Rest Api plugin ( #3474 )
...
* POC : null value getting handled correctly
* Refactor code. Tested with and without quotes. This is working! Woohoo!
* Added support for mustache binding to include json objects and arrays
* Added test for smart substitution.
* Added setting to turn on/off smart substitutions in Rest API plugin
* Handling turning on smart json substitution
* Added error handling
* Added config to turn on smart substitution in JSON to make the tests pass now
* Adding a beta tag to the API setting.
* Spelling error resolved.
* Incorporated review comments.
* Catching JSON Parse exception in http call.
2021-03-11 14:10:00 +05:30
Pawan Kumar
385baaddcb
Enhancement: Virtualized Query Editor Table ( #3460 )
...
* add react-window on react-table
* remove .vscode launch.json
* add cellwrapper
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-03-11 10:25:37 +05:30
Hetu Nandu
bc646ab9b2
Fix: Delete tabs from the entity explorer ( #3405 )
...
Co-authored-by: Akash N <akash@codemonk.in>
2021-03-11 09:48:46 +05:30
Abhinav Jha
0172430489
Fix unreachable code reported by deepsourcelabs ( #3483 )
2021-03-11 08:46:50 +05:30
Shrikant Sharat Kandula
65568a4e13
Add more devices in AppLayout options ( #3451 )
...
* Remove width and introduce more AppLayout type enums
* Fix: Adding min width to layout options.
Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>
2021-03-11 07:51:48 +05:30
dependabot[bot]
27bc73482a
Bump elliptic from 6.5.3 to 6.5.4 in /app/client ( #3480 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-11 06:40:35 +05:30
akash-codemonk
1be56a8512
Applications marked as forkable can be forked ( #3453 )
2021-03-10 12:38:20 +05:30
Hetu Nandu
4e4c6b76a8
Improve cylical dependency error ( #3471 )
2021-03-10 12:28:52 +05:30
Rishabh Saxena
08ebbe410b
Fix chat with us button at the editor help menu ( #3465 )
2021-03-10 11:27:17 +05:30
Sumit Kumar
b6961ce7a4
Add timeout failure for mongo plugin test datasource ( #3431 )
...
- Mongo plugin client driver does not return with exception upon first failure - instead it keeps retrying. Hence, adding timeout error to report failure before the client thread cancels due to delay in response.
- It seems that the mongdb connection string cannot be directly used for ping test, hence skipping it.
2021-03-10 11:11:14 +05:30
akash-codemonk
4fb55b4fd0
Fix: Incorrect validation of gif source in onboarding ( #3448 )
2021-03-10 09:44:43 +05:30
Hetu Nandu
a885fc8d3b
Fix chart data migration issues ( #3458 )
2021-03-09 20:05:42 +05:30
Hetu Nandu
6f4f2bb26c
Render placeholder text in the Key Value form input ( #3452 )
2021-03-09 17:35:29 +05:30
Ashok Kumar M
4781f1096c
Fix: Modal Size gets cut in smaller screens. ( #3441 )
2021-03-09 11:27:44 +05:30
Abhinav Jha
0a7bf6d0d3
Deprecate UPDATE_WIDGET_PROPERTY action ( #3392 )
...
* Deprecate UPDATE_WIDGET_PROPERTY action
* Handle JS property toggle independently
2021-03-09 11:00:57 +05:30
Hetu Nandu
9bf78a06c0
Add analytical events on page save ( #3434 )
2021-03-08 15:58:20 +05:30
Hetu Nandu
6898a0bbd5
Fix for Table onPageSizeChange trigger executing when not defined ( #3422 )
2021-03-08 14:34:00 +05:30
imgbot[bot]
243082e568
[ImgBot] Optimize images ( #3435 )
...
*Total -- 1,191.78kb -> 1,073.90kb (9.89%)
/app/client/src/assets/gifs/deploy_orange.gif -- 20.75kb -> 12.27kb (40.88%)
/app/client/src/assets/images/no_search_data.png -- 2.59kb -> 1.63kb (37%)
/app/client/src/assets/gifs/input_drag.gif -- 25.10kb -> 16.16kb (35.63%)
/app/client/src/assets/gifs/table_drag.gif -- 28.84kb -> 20.42kb (29.2%)
/app/client/src/assets/gifs/handwave.gif -- 25.54kb -> 20.12kb (21.25%)
/app/client/src/assets/images/preview.png -- 100.21kb -> 79.48kb (20.69%)
/app/client/src/assets/gifs/onsubmit.gif -- 110.27kb -> 97.65kb (11.44%)
/app/client/src/assets/gifs/super_hero.gif -- 870.27kb -> 818.03kb (6%)
/app/client/src/assets/icons/ads/link.svg -- 0.32kb -> 0.31kb (2.45%)
/app/client/src/assets/icons/ads/fluid.svg -- 0.57kb -> 0.56kb (1.37%)
/app/client/src/assets/icons/ads/entities.svg -- 0.22kb -> 0.22kb (1.32%)
/app/client/src/assets/icons/ads/tablet.svg -- 0.58kb -> 0.57kb (1.01%)
/app/client/src/assets/icons/ads/recent.svg -- 0.59kb -> 0.59kb (0.66%)
/app/client/src/assets/icons/ads/docs.svg -- 2.24kb -> 2.22kb (0.57%)
/app/client/src/assets/icons/ads/desktop.svg -- 0.73kb -> 0.73kb (0.4%)
/app/client/src/assets/icons/ads/mobile.svg -- 0.79kb -> 0.79kb (0.37%)
/app/client/src/assets/images/tick.svg -- 0.58kb -> 0.58kb (0.17%)
/app/client/src/assets/icons/ads/shine.svg -- 0.71kb -> 0.71kb (0.14%)
/app/client/src/assets/icons/ads/book.svg -- 0.85kb -> 0.85kb (0.12%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-03-08 14:32:48 +05:30
Rishabh Saxena
99b3fa6bb8
Omnibar global search ( #2903 )
2021-03-08 13:54:12 +05:30
Dwayne Forde
2dfc8ebf8a
Adds support for base64 image strings to image cells ( #2769 )
2021-03-06 01:07:49 +05:30
prapullac
d452c78453
Adding manual test cases for Table ( #3325 )
2021-03-05 14:02:54 +05:30
akash-codemonk
e012ea54aa
Fix: Action name being appended with a 1 when moved to another page even when there is no duplicate ( #3352 )
2021-03-05 13:05:15 +05:30
hetunandu
8574b86926
Merge branch 'master' into release
2021-03-05 12:06:14 +05:30
Pawan Kumar
220b28df3e
Fix: TypeError: e is undefined ( #3337 )
...
* add conditional operator
* check for widget before calling the function
* check for widget exisitence
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-03-05 10:04:35 +05:30
NandanAnantharamu
71f4a4b0a9
grouping another set of tests ( #3404 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-03-05 00:35:41 +05:30
Hetu Nandu
2b2cee6bd6
fix chart validation ( #3400 )
2021-03-05 00:28:43 +05:30
Hetu Nandu
dc154b94b0
Fix widget updates not working properly ( #3403 )
...
* Fix widget updates not working properly
* Revert "Fix: Deleting a tab from a tab widget from the explorer would not reflect in the canvas(#3218 )"
This reverts commit 39e4990a7f .
2021-03-05 00:05:41 +05:30
Vicky Bansal
c4d6405981
Fix: RTE Error ( #3385 )
...
* Added defaultText property for text type validations to fix invalid data type beings passed to RichTextEditor component
* removed text and defaultValue properties from widget property validation map
2021-03-04 16:21:58 +05:30
akash-codemonk
39e4990a7f
Fix: Deleting a tab from a tab widget from the explorer would not reflect in the canvas( #3218 )
2021-03-04 15:24:01 +05:30
akash-codemonk
1e4878f983
Support editing user's name field ( #3306 )
2021-03-04 15:07:02 +05:30
Hetu Nandu
c81495e2cb
Fix chart data validation ( #3389 )
2021-03-04 13:40:22 +05:30
Rishabh Saxena
013c4230e2
Wrap ads button text within span for resilience for DOM mutations ( #3292 )
2021-03-04 11:34:36 +05:30
Hetu Nandu
3237950d97
End to cyclical dependency woes ( #3380 )
...
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2021-03-04 10:54:47 +05:30
Ashok Kumar M
af6b3dfdbb
Fix: Drop overlay widgets anywhere and add them as main container child ( #3332 )
...
* Fix: Drop overlay widgets anywhere and add them as main container child
* Using detachFromLayout config.
2021-03-04 10:26:00 +05:30
Vicky Bansal
d3c2c02745
Fix: Tabs Widget crashes when data is invalid ( #3235 )
...
* Fixed tabs data validation and added check to ensure tab property is accessible when tabs array is not empty
* added isVisible property in validations
2021-03-03 11:29:02 +05:30
Ashok Kumar M
a7e0990cf8
Feature: Canvas Layout Options(max width config) ( #3141 )
...
* Feature: Canvas Layout Options(max width config)
* Fixing css issues.
* Changing Default Device option to Desktop.
* Changed Implementation to maintain resize updates within the client.
* Addressing code review changes.
* Updating device resolutions.
* updating cytests
* Fixing resize bug.
2021-03-03 10:56:47 +05:30
Dwayne Forde
b074a035b5
Updates json input from typing to value setting ( #2805 )
2021-03-03 10:34:52 +05:30
Piyush
462379721d
Reset widget global function ( #3181 )
2021-03-02 18:19:36 +05:30
Arpit Mohan
bf16b45f2b
Merge pull request #3309 from appsmithorg/release
...
Release v1.4.1
2021-03-02 13:41:51 +05:30
Rishabh Saxena
7204e87ea5
fix help modal overlapping with close button ( #3289 )
2021-03-02 11:26:02 +05:30
Rishabh Saxena
d48e00422e
Minor code cleanups ( #3165 )
2021-03-02 11:25:45 +05:30
Young Yoo
d61a900011
Fix #2712 - Duplicate Property For Map Widget ( #3174 )
...
After a Map Widget created, the text field in the Text Widget can bind the map properties. Inside the map properties, "Map center" and "Center" are duplicate value. The "MapCenter" is deleted for the adjustment.
Co-authored-by: iheaven0129@gmail.com <*Dbtldud135>
2021-03-02 10:45:39 +05:30
imgbot[bot]
13b4d61b8f
[ImgBot] Optimize images ( #3303 )
...
*Total -- 114.50kb -> 96.16kb (16.02%)
/app/client/src/assets/images/no_data.png -- 103.98kb -> 85.71kb (17.58%)
/app/client/src/assets/icons/control/vertical_align_top.svg -- 0.17kb -> 0.17kb (2.3%)
/app/client/src/assets/icons/control/vertical_align_bottom.svg -- 0.18kb -> 0.17kb (1.67%)
/app/client/src/assets/icons/control/heading_1.svg -- 0.32kb -> 0.31kb (1.54%)
/app/client/src/assets/icons/control/vertical_align_center.svg -- 0.20kb -> 0.20kb (1.44%)
/app/client/src/assets/icons/control/back.svg -- 0.26kb -> 0.26kb (1.12%)
/app/client/src/assets/images/secure.svg -- 1.08kb -> 1.07kb (0.91%)
/app/client/src/assets/icons/control/paragraph.svg -- 0.72kb -> 0.71kb (0.68%)
/app/client/src/assets/icons/control/delete-column.svg -- 0.49kb -> 0.49kb (0.6%)
/app/client/src/assets/icons/control/hide-column.svg -- 0.52kb -> 0.52kb (0.56%)
/app/client/src/assets/icons/control/heading_2.svg -- 1.08kb -> 1.08kb (0.45%)
/app/client/src/assets/icons/control/checkmark.svg -- 0.96kb -> 0.95kb (0.41%)
/app/client/src/assets/icons/control/paragraph_2.svg -- 1.49kb -> 1.49kb (0.33%)
/app/client/src/assets/icons/control/bullets.svg -- 1.52kb -> 1.52kb (0.32%)
/app/client/src/assets/icons/control/heading_3.svg -- 1.52kb -> 1.52kb (0.32%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-03-02 10:24:47 +05:30
Pawan Kumar
d2a0980ec7
Fix: Table Actions button border radius and green shade color ( #3222 )
...
* update green shade and set border-radius 0 for table buttons
* updated color code for assertion
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-03-02 08:43:43 +05:30
dependabot[bot]
d7b7cb26fa
Bump prismjs from 1.22.0 to 1.23.0 in /app/client ( #3300 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.22.0...v1.23.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02 08:20:31 +05:30
Sumit Kumar
7d2effae18
Modify hint statement for 'import from curl' form ( #3285 )
...
- Move to hint statement out of query box and put if above it - between the label and the query box - so that user's don't confuse it as a typed in statement.
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-03-01 23:28:07 +05:30
Hetu Nandu
0b08edf5cc
Fix further cyclical dependencies in actions ( #3259 )
2021-03-01 20:27:15 +05:30
Hetu Nandu
df2d353fbe
Add sync meta property update function ( #3293 )
2021-03-01 20:26:47 +05:30
akash-codemonk
beb6eb8241
Add validation to check if organization exists during onboarding ( #3243 )
2021-03-01 15:21:23 +05:30
Abhinav Jha
728bebb617
Add feature to simultaneously modify and remove property paths in a widget ( #3227 )
2021-03-01 15:15:54 +05:30
hetunandu
557618a2bb
Revert "Add sync meta property update function"
...
This reverts commit 54f158694f .
2021-03-01 14:53:21 +05:30
hetunandu
54f158694f
Add sync meta property update function
2021-03-01 14:51:55 +05:30
RIshabh Saxena
2a868c89a6
Revert "Wrap text with span for resilience for DOM mutations by google translate"
...
This reverts commit e87ef2452e .
2021-03-01 13:25:05 +05:30
RIshabh Saxena
e87ef2452e
Wrap text with span for resilience for DOM mutations by google translate
2021-03-01 13:24:36 +05:30
vicky-primathon.in
950c7b93bb
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/rte-newline
2021-02-26 16:35:12 +05:30
Hetu Nandu
1f7fc9c0ed
Api form on submit ( #3225 )
2021-02-26 14:52:11 +05:30
akash-codemonk
0682a92d87
Update useEffect dependency ( #3239 )
2021-02-26 14:13:24 +05:30
Piyush
21a2a2bdf4
Redirect URL for oAuth Auth code flow ( #3232 )
2021-02-26 12:28:47 +05:30
Piyush
c38e58b3bc
Fix race between action reducer and handleQueryCreatedSaga ( #3236 )
2021-02-26 12:28:03 +05:30
Vicky Bansal
5e8805b40a
Feature: selectedOptionLabel and selectedOptionLabels in Dropdown widget ( #3205 )
2021-02-26 11:54:25 +05:30
Vicky Bansal
118467c5bb
Feature: Show/Hide Tabs in Tabs Widget ( #3192 )
...
* Added functionality to show/hide a tab from tab property pane controls
* Added isVisible property in tabs widget default value
* Passing visible tabs to component from widget. Added missing widgetId
2021-02-26 11:47:21 +05:30
akash-codemonk
05b2cd6d29
Fix renaming action goes to the action page ( #3201 )
2021-02-26 11:15:27 +05:30
Pawan Kumar
7185536c67
Fix: Cannot read property 'length' of undefined ( #3207 )
...
* update
* fix chart component on empty dataset
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-02-26 10:58:31 +05:30
akash-codemonk
7daeadd447
Fix current page not changing while switching to an action of another page ( #3214 )
2021-02-26 10:34:14 +05:30
NandanAnantharamu
4bed88d7e1
Added test for table data sorting ( #2257 )
...
* Added test for table data sorting
* commented tests
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-02-26 10:18:27 +05:30
hetunandu
3cc1fbfefd
Merge branch 'release'
2021-02-25 22:36:20 +05:30
Hetu Nandu
a8889d6985
Capture cyclical dependency on sentry ( #3226 )
2021-02-25 22:29:00 +05:30
Abhinav Jha
3e7d2bb720
Merge branch 'release' of github.com:appsmithorg/appsmith
2021-02-25 21:39:02 +05:30
Abhinav Jha
a1bda002c0
Fix issue where renaming table data keys did not delete the previous key
2021-02-25 21:36:27 +05:30
Arpit Mohan
73d47413ff
Merge branch 'release'
2021-02-25 20:43:04 +05:30
Hetu Nandu
ffeb297a1a
Fix dynamic path duplicate issue ( #3223 )
2021-02-25 20:42:29 +05:30
Arpit Mohan
4f16b23352
Merge branch 'release'
2021-02-25 19:34:22 +05:30
Hetu Nandu
c2646a8863
Use property config for trigger properties ( #3217 )
...
* Use triggerPaths and remove isDynamicTrigger argument
* Remove triggerMaps from widgets
* Fix property updates
2021-02-25 19:30:02 +05:30
Abhinav Jha
bdc2d46192
Add min max values to datepicker control ( #3215 )
2021-02-25 17:47:13 +05:30
Arpit Mohan
d420518cad
Fixing merge conflicts
2021-02-25 17:29:49 +05:30
Hetu Nandu
4a557309ca
Fix eval error logging ( #3206 )
...
* Update app/client/src/utils/WidgetFactory.tsx
2021-02-25 17:23:06 +05:30
Abhinav Jha
647151e527
Internal Fix: Migration issues with Table widget ( #3212 )
...
* Fix hidden columns migration
Fix issue where column ids have spaces in them leading to a crash
* Quick fix unit tests
* Remove tableData dependencies from selectedRow and selectedRows
2021-02-25 17:21:54 +05:30
NandanAnantharamu
21eecb1fe6
WIP : Added test for chart datapoint validation ( #3176 )
...
* Added test for chart datapoint validation
* updated test
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-02-25 12:49:23 +05:30
Rishabh Saxena
6b13347157
Fix navigation to modal widget's children from the entity explorer ( #3067 )
2021-02-25 12:39:33 +05:30
Piyush
8383d79c91
Remove client side validation on save for OAuth Datasource ( #3131 )
2021-02-25 12:01:21 +05:30
Hetu Nandu
3944d7e43e
Sort order fix if property path gets updated via multiple start nodes ( #3194 )
2021-02-24 21:56:00 +05:30
Abhinav Jha
e197d13399
Fix issue when searching for certain places does not return a valid list from a google maps control ( #3197 )
2021-02-24 20:59:12 +05:30
akash-codemonk
7fa5e3b1af
Hide pages in publish mode ( #3106 )
2021-02-24 19:17:37 +05:30
Abhinav Jha
868f29eaeb
Fix selected row issue in view mode ( #3186 )
...
* Fix selected row issue in view mode
* Remove un-select feature
2021-02-24 15:59:19 +05:30
akash-codemonk
791d92af94
Add validation to check if widget exists ( #3140 )
...
* Check if widget is present incase it got deleted etc.
* Update test
2021-02-24 11:30:22 +05:30
Rishabh Saxena
c0222db163
Fix editor header popovers ( #3173 )
2021-02-24 10:42:12 +05:30
vicky-primathon.in
b474442ec7
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/rte-newline
2021-02-23 18:11:14 +05:30
NandanAnantharamu
6c80f23201
Feature: DatePicker V2 ( #2889 )
...
Co-authored-by: vicky-primathon.in <vicky.bansal@primathon.in>
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2021-02-23 18:05:09 +05:30
Hetu Nandu
17dd5345a8
Fix code editor theme colours on the property pane ( #3168 )
2021-02-23 16:25:22 +05:30
Hetu Nandu
3a5e0b30bb
Force light theme on the whole editor except the header ( #3143 )
2021-02-23 15:37:13 +05:30
NandanAnantharamu
d20d013d69
Cypress test for Tab rename from entity explorer ( #2780 )
...
* Bug automation
* Test flow completed
* Another bug automation
* Updated tests
* uncommented delete tab test
* Uncommented a test
* updated tests
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-02-23 15:08:31 +05:30
Piyush
faea2f36ff
Add support for setting.json for pluginType DB ( #3156 )
2021-02-23 13:57:37 +05:30
vicky-primathon.in
8b334c3064
Removed passing formatType to component as html is default output
2021-02-23 12:10:19 +05:30
Young Yoo
e5e5af204d
Fix #2342 Un-select row feature ( #3074 )
...
Co-authored-by: iheaven0129@gmail.com <*Dbtldud135>
2021-02-23 10:19:14 +05:30
NandanAnantharamu
725043fde3
Replace test api with mockApi in Cypress tests ( #2975 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-02-23 09:56:02 +05:30
Ashok Kumar M
d1822a9dee
Feature: Modal Widget ( #3092 )
...
* Feature: Modal Widget(DIP)
* Adding cypress tests.
2021-02-23 09:48:23 +05:30
vicky-primathon.in
3d5d51fbde
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/rte-newline
2021-02-22 22:20:36 +05:30
Vicky Bansal
0eab1993f8
Feature: onDataPointClick trigger in Chart Widget ( #2953 )
2021-02-22 22:01:13 +05:30
akash-codemonk
92d1c381f1
Allow searching for page names in explorer and other improvements ( #3038 )
2021-02-22 19:31:46 +05:30
Hetu Nandu
6f7ce24a2f
Fix action subtree evaluation ( #3142 )
2021-02-22 16:44:08 +05:30
Rishabh Saxena
1d76f391da
Fix styles for the primary logo within viewer for safari ( #3133 )
2021-02-22 13:32:38 +05:30
Piyush Mishra
90fba15630
Fix/datasource name conflict issue ( #3134 )
2021-02-22 12:57:05 +05:30
Hetu Nandu
447f458656
Minor Api pane design and logic fixes ( #3091 )
2021-02-22 11:45:02 +05:30
Rishabh Saxena
0dab943be2
Fix app title widths for both viewer and editor ( #3094 )
2021-02-22 11:02:19 +05:30
Hetu Nandu
88c86fa881
Add toast for trigger errors ( #3100 )
2021-02-22 10:30:16 +05:30
NandanAnantharamu
03eba7ed27
Categorise tests between client and server ( #2856 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-02-22 10:18:30 +05:30
vicky-primathon.in
c5a689b560
Added support for markdown type in RTE
2021-02-19 16:57:54 +05:30
Rishabh Saxena
a8aa41b652
Handle false (type: string) as falsy for the switch control (internal forms)
2021-02-19 16:30:07 +05:30
Abhinav Jha
4b01e7b3d6
Fix RTE text input parsing.
...
Fix default input type
2021-02-19 11:19:30 +05:30
Abhinav Jha
4ae81bb74e
Fix text newline and html parsing
2021-02-19 11:18:16 +05:30
akash-codemonk
f0be4341f3
Fix execute action error message ( #3077 )
2021-02-19 11:16:54 +05:30
Abhinav Jha
59f56c8052
Internal Fix: When tables are migrated, the computedValue for the columns do not have currenRow ( #3066 )
2021-02-19 10:21:52 +05:30
Abhinav Jha
419d724096
Internal Fix: Issue where the property panel isn't scrolled to top when opening it ( #3065 )
2021-02-19 10:21:01 +05:30
Abhinav Jha
47145b7ff7
Internal Fix: migration of dynamicTriggerPathList in Table Widget( #3064 )
2021-02-19 10:19:54 +05:30
imgbot[bot]
3ff938712c
[ImgBot] Optimize images ( #2978 )
...
*Total -- 1,442.90kb -> 1,261.25kb (12.59%)
/app/client/src/assets/icons/gifs/lightmode_thumbnail.png -- 13.33kb -> 4.62kb (65.34%)
/app/client/src/assets/gifs/deploy_orange.gif -- 20.75kb -> 12.27kb (40.88%)
/app/client/src/assets/gifs/input_drag.gif -- 25.10kb -> 16.16kb (35.63%)
/app/client/src/assets/images/invalid-page.png -- 3.20kb -> 2.22kb (30.49%)
/app/client/src/assets/gifs/table_drag.gif -- 28.84kb -> 20.42kb (29.2%)
/app/client/src/assets/images/appsmith_logo_square.png -- 17.63kb -> 12.84kb (27.16%)
/app/client/src/assets/icons/gifs/config_pagination_lightmode.gif -- 110.67kb -> 81.84kb (26.05%)
/app/client/src/assets/gifs/handwave.gif -- 25.54kb -> 20.12kb (21.25%)
/app/client/src/assets/images/preview.png -- 100.21kb -> 79.48kb (20.69%)
/app/client/src/assets/icons/gifs/config_pagination_darkmode.gif -- 101.19kb -> 80.38kb (20.57%)
/app/client/src/assets/gifs/onsubmit.gif -- 110.27kb -> 97.65kb (11.44%)
/app/client/src/assets/icons/gifs/darkmode_thumbnail.png -- 4.87kb -> 4.34kb (10.88%)
/app/client/src/assets/gifs/super_hero.gif -- 870.27kb -> 818.03kb (6%)
/app/client/src/assets/icons/ads/view-less.svg -- 0.25kb -> 0.24kb (3.53%)
/app/client/src/assets/icons/ads/add-more.svg -- 0.50kb -> 0.49kb (2.53%)
/app/client/src/assets/icons/ads/play.svg -- 0.23kb -> 0.22kb (2.16%)
/app/client/src/assets/icons/ads/no-response.svg -- 3.84kb -> 3.76kb (1.88%)
/app/client/src/assets/icons/ads/close-modal.svg -- 0.28kb -> 0.27kb (1.75%)
/app/client/src/assets/icons/ads/chevron_left.svg -- 0.20kb -> 0.20kb (1.44%)
/app/client/src/assets/icons/ads/chevron_right.svg -- 0.20kb -> 0.20kb (1.44%)
/app/client/src/assets/icons/ads/right-arrow.svg -- 0.27kb -> 0.27kb (1.44%)
/app/client/src/assets/icons/ads/fork.svg -- 0.45kb -> 0.44kb (1.31%)
/app/client/src/assets/icons/ads/lightning.svg -- 0.22kb -> 0.22kb (1.3%)
/app/client/src/assets/icons/ads/arrow-left.svg -- 0.55kb -> 0.54kb (0.71%)
/app/client/src/assets/images/tick.svg -- 0.58kb -> 0.58kb (0.67%)
/app/client/src/assets/icons/ads/shine.svg -- 0.72kb -> 0.71kb (0.41%)
/app/client/src/assets/icons/ads/book.svg -- 0.85kb -> 0.85kb (0.34%)
/app/client/src/assets/icons/ads/datasource.svg -- 0.87kb -> 0.87kb (0.34%)
/app/client/src/assets/icons/help/updates.svg -- 1.01kb -> 1.01kb (0.29%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-02-18 18:08:13 +05:30
vicky-primathon.in
2636c70410
Handled commont property for default text input type
2021-02-18 15:56:40 +05:30
vicky-primathon.in
517fe592f1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/rte-newline
2021-02-18 15:42:45 +05:30
Hetu Nandu
e1d43992b2
Fix default value reset issue ( #2861 )
2021-02-17 20:32:36 +05:30
prapullac
743791a95d
Manual negative test ideas for user invite flow ( #2481 )
...
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-02-17 20:27:18 +05:30
prapullac
8cd3a981b9
Manual test ideas for datasource query ( #2763 )
...
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-02-17 20:22:16 +05:30
akash-codemonk
5c80e2e3e2
Update the message on the widget sidebar ( #3056 )
2021-02-17 11:05:24 +05:30
Pawan Kumar
503a8ae3fe
remove negative margin ( #3037 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-02-17 10:54:56 +05:30
Piyush Mishra
74b013d909
Encode params toggle ( #3006 )
...
* Makes client side changes to support actionConfiguration.encodeParamsToggle setting.
* Add migration code.
Co-authored-by: Sumit Kumar <sumit@appsmith.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-02-16 20:31:35 +05:30
Nidhi
afc329fd7b
Added grant type Authorization code to OAuth2 ( #2992 )
...
Co-authored-by: Piyush <piyush@codeitout.com>
2021-02-16 17:58:03 +05:30
akash-codemonk
86725baf61
Update onboarding indicator animation for widget menu ( #3018 )
...
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2021-02-16 17:52:15 +05:30
akash-codemonk
e604357643
Go back to application list instead of deleting app ( #2981 )
2021-02-16 17:52:04 +05:30
akash-codemonk
9c20ac5306
New onboarding flow ( #2686 )
...
Co-authored-by: a <rishabh.robben@gmail.com>
2021-02-16 17:51:46 +05:30
Ashok Kumar M
a55c10a8ed
Feature Switch Widget ( #2999 )
...
* Feature Switch Widget
* Center switch widget
* Adding Cypress tests and changing some nomenclature.
* Adding doc reference
* Swap label for checkbox widget.
* Addressing code review comments.
* remove swap label as exposed property
* Align widget even when label isn't present.
* Changing swapLabel property to Alignment property.
* Fixing test cases.
* Adding default alignment for checkbox.
* Switch documentation link correction
* Removing Ids and adding bind and trigger properties as per new config.
* Changing default state to bindable property.
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2021-02-16 17:45:17 +05:30
Piyush Mishra
a4fe0a461e
Table Widget New Features ( #2816 )
...
- Each column has more options and can be configured in the property pane instead of the table
- Table level styles can now be set in the property pane
- Property sections are collapsible
Co-authored-by: vicky-primathon.in <vicky.bansal@primathon.in>
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-02-16 15:59:08 +05:30
Ashok Kumar M
24c5357f9d
Fix: Shrink Entity explorer by 20% ( #3005 )
2021-02-16 15:56:09 +05:30
Piyush Mishra
7e84c93282
Add QUERY_DYNAMIC_INPUT_TEXT control ( #2983 )
2021-02-16 11:51:19 +05:30
Rishabh Saxena
2e72be0f8a
Handle quota exceeded and running low on disk space errors while saving a key in localStorage ( #2947 )
2021-02-16 11:47:23 +05:30
Arpit Mohan
a973d779fd
Correcting the display message for query actions based on isExecutionSuccess flag ( #3045 )
...
Also improving the mongo error response string. Now we only send the error message instead of the entire stack trace back to the client
2021-02-15 22:10:04 +05:30
Hetu Nandu
ebd61efcca
Show a toast when action executeOnLoad status updates ( #3042 )
2021-02-15 21:43:44 +05:30
Piyush Mishra
56170b0cdf
Null check in getConfigInitialValues ( #3043 )
2021-02-15 21:43:20 +05:30
vicky-primathon.in
6ca247219c
Added defaultText and defaultHTML properties in RTE to change newline only in case of default text value
...
Added migrations to handle the same
2021-02-15 17:19:33 +05:30
Abhinav Jha
342bad8909
Fix #2829 Crash when resetting form widget ( #2942 )
2021-02-15 11:03:30 +05:30
akash-codemonk
c7a5b8f6d5
Update onboarding indicator animation for widget menu ( #3018 )
...
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2021-02-15 10:44:42 +05:30
Rishabh Saxena
051156da29
Follow the same sequence while displaying oauth options for Signup & Login ( #3009 )
2021-02-12 16:12:53 +05:30
Pawan Kumar
5b23cbf6f1
fix margin/padding issue in container in publish view ( #2446 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-02-12 10:37:03 +05:30
abhishek nayak
14d17dfad5
Update JSDependencies.tsx
...
Updated 'Dependencies' to 'JS libraries you can use'
2021-02-12 01:38:52 +05:30
Arpit Mohan
01ca53899e
Fixing the organization share Cypress test cases ( #2993 )
2021-02-11 23:50:49 +05:30
devrk96
ac23629647
Feature: API Pane Redesign ( #2218 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-02-11 18:24:00 +05:30
Nidhi
8823f9d407
Added client credentials grant type for OAuth2 ( #2649 )
...
* Added client credentials grant type for OAuth2
Co-authored-by: Piyush <piyush@codeitout.com>
2021-02-11 17:58:06 +05:30
Rishabh Saxena
1a593e1981
add default values to payload while creating a new action ( #2976 )
...
Fix default values not sent as payload while creating a new action
2021-02-11 17:17:21 +05:30
akash-codemonk
8aa39eae7b
Go back to application list instead of deleting app ( #2981 )
2021-02-11 16:55:47 +05:30
akash-codemonk
c1b3f311e3
New onboarding flow ( #2686 )
...
Co-authored-by: a <rishabh.robben@gmail.com>
2021-02-11 12:06:07 +05:30
Pawan Kumar
234b6983e9
Fix: border-radius of modal and bug where children of modal were not resetting on close of modal. ( #2963 )
...
* update default styling of widgets
* [CodeFactor] Apply fixes
* update widgets styles
* fix eslint bug
* update button colors
* update primary button color
* update primary button color
* remove px in 0px in css
* incorporate abhinav review feedbacks
* fixed global styling of popover
* update border radius of modal
* reset modal children on close
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
Co-authored-by: codefactor-io <support@codefactor.io>
2021-02-11 11:55:11 +05:30
Pawan Kumar
3b28653395
update rich text editor version + add check for string in editor value ( #2966 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-02-11 11:55:00 +05:30
Vicky Bansal
e2349c53ab
Fix - Table column resize and reorder interaction ( #2580 )
2021-02-11 11:30:36 +05:30
Ashok Kumar M
0da3421dc2
Fix Local setup changes to accommodate M1 chip Macbooks. ( #2959 )
...
* Fix Local setup changes to accommodate M1 chip Macbooks.
* escaping quotes.
* formatting start-https.sh
2021-02-10 16:12:01 +05:30
Rishabh Saxena
8c72e901ee
Fix input's onSubmit action being triggered if its validation is failing ( #2960 )
2021-02-10 13:13:41 +05:30
Abhinav Jha
4becc50005
Fix issue where the parentRowSpace of the new widget generated from the query was incorrect. Resulting in incorrect pageSize calculations ( #2944 )
2021-02-10 12:34:11 +05:30
Shrikant Sharat Kandula
c5df149ba8
Add IN operator support for forms' hidden fields ( #2939 )
2021-02-10 11:27:21 +05:30
Pawan Kumar
c78a578247
Fix: Cannot read property 'closeModal' of null ( #2911 )
...
* update filepicker uppy implementation
* update uppy implementation
* fix uppy implementation
* remove typo
* remove consoles
* remove unused variable
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-02-10 10:29:47 +05:30
Abhinav Jha
eafadb8988
Update nvmrc to match the node version in package.json ( #2943 )
2021-02-09 20:53:05 +05:30
Hetu Nandu
8439affd67
Update node to latest LTS version ( #2931 )
2021-02-09 19:14:50 +05:30
abhishek nayak
785c81df23
Update messages.ts
2021-02-09 17:38:43 +05:30
Shubhendra Singh Chauhan
ac49a5aa87
Remove true from boolean attribute ( #2892 )
...
Added .deepsource.toml file
2021-02-09 11:38:54 +05:30
Rishabh Saxena
36021f9aba
fix viewer tabs arrow btns on mobile ( #2910 )
2021-02-09 11:05:06 +05:30
Piyush Mishra
0a6040c1cd
Hotfix redux-form getting destroyed ( #2908 )
2021-02-08 16:24:49 +05:30
NandanAnantharamu
3d43d04658
Remove unwanted step in Cypress Map widget test ( #2902 )
...
* updated test
* removed the commented line
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-02-08 16:20:28 +05:30
NandanAnantharamu
1aa879d8c2
updated flaky test ( #2899 )
...
* updated flaky test
* review comments incorporated
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-02-08 15:50:03 +05:30
Pawan Kumar
3e53df8b64
Update Default styles of Widgets ( #2823 )
...
* update default styling of widgets
* [CodeFactor] Apply fixes
* update widgets styles
* fix eslint bug
* update button colors
* update primary button color
* update primary button color
* remove px in 0px in css
* incorporate abhinav review feedbacks
* fixed global styling of popover
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
Co-authored-by: codefactor-io <support@codefactor.io>
2021-02-08 13:00:01 +05:30
Rishabh Saxena
a473ed23b0
fix navbar bottom border when tabs arent rendered ( #2883 )
2021-02-08 10:50:52 +05:30
Nikhil Nandagopal
d9bc97cf39
Merge branch 'release' into fix/filepicker
2021-02-04 19:25:33 +05:30
Piyush Mishra
a2d8061aa2
Prep for a separate RestAPIDatasource ( #2874 )
2021-02-04 17:50:24 +05:30
Hetu Nandu
5d514849b4
Fix org creation and app creation tests ( #2878 )
2021-02-04 17:01:32 +05:30
Nikhil Nandagopal
6f779b215c
added a text property for the file as well
2021-02-04 16:45:00 +05:30
Sumit Kumar
e6b77a1299
Stop logging some AppsmithPluginException to Sentry ( #2351 )
...
1. Move package appsmith-interfaces/src/main/java/com/appsmith/external/pluginExceptions-> appsmith-interfaces/src/main/java/com/appsmith/external/exceptions/pluginExceptions
2. Move enum AppsmithErrorAction from appsmith-server/src/main/java/com/appsmith/server/exceptions/AppsmithError.java -> appsmith-interfaces/src/main/java/com/appsmith/external/exceptions/AppsmithErrorAction.java, so that both plugin exceptions and server exceptions could use the same enum.
3. Log exception based on the error action defined for each exception.
2021-02-04 15:24:30 +05:30
Hetu Nandu
0332c15d56
Better handling of action error response ( #2839 )
2021-02-04 15:08:25 +05:30
Rishabh Saxena
32b641c118
Implement new designs for the editor and viewer's navbar ( #2750 )
2021-02-04 12:32:36 +05:30
Rishabh Saxena
c72833b53b
Add an option to set reset the input widget's value on submit ( #2837 )
2021-02-04 11:21:16 +05:30
Nikhil Nandagopal
8c5213b6fd
Merge pull request #2851 from appsmithorg/fix/docs-link
...
Fix/docs link
2021-02-03 21:31:33 +05:30
Nikhil Nandagopal
486a9da8dd
updated all doc links
2021-02-03 20:45:16 +05:30
Piyush Mishra
0ca5563b83
Chronological system events for developer user ( #2530 )
2021-02-03 18:46:48 +05:30
NandanAnantharamu
b3a75de6d3
split the test ( #2799 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-02-03 18:08:27 +05:30
Vicky Bansal
42289173b1
Fix: Date widget crash due to invalid date in date picker ( #2845 )
...
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2021-02-03 17:00:19 +05:30
Nikhil Nandagopal
d27865e4c9
Merge pull request #2843 from appsmithorg/fix/filepicker-name
...
added file name to file picker and fixed a crash
2021-02-03 15:10:44 +05:30
Rishabh Saxena
5da3b0165e
Prevent input component cursor getting reset using asyncControlledInput ( #2802 )
2021-02-03 14:52:19 +05:30
Rishabh Saxena
63c028159c
Fix manage users link not visible in the share modal when triggered from the editor or viewer ( #2653 )
2021-02-03 14:51:49 +05:30
Nikhil Nandagopal
f2045b5435
added file name to file picker and fixed a crash
2021-02-03 14:46:44 +05:30
Rishabh Saxena
8ae86c34e0
Fix: redirect to applications page from auth pages when the user is logged in ( #2771 )
2021-02-03 13:29:00 +05:30
NandanAnantharamu
7a9ec45901
Added test for invalid binding ( #2777 )
...
* Added test for invalid binding
* Updated review comments
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-02-03 11:56:46 +05:30
Piyush Mishra
311fb5ad47
Fail client build if anything fails ( #2820 )
2021-02-03 11:02:00 +05:30
Hetu Nandu
bda90b4bf3
Wrap words in a toast message ( #2832 )
2021-02-03 10:43:55 +05:30
Vicky Bansal
11f5687b38
Date picker validation fixed ( #2789 )
...
* Date picker validation fixed
* Added date value check to remove unncessary validations
Commented defaultDate validation test as invalid date cannot be saved in date control
* Fixed date selection on user change
Fixed min and max date parsing for date picker control default date
* Added validation for min and max date in validations to handle validations when field is converted to JS
2021-02-02 20:12:49 +05:30
Rishabh Saxena
9d97645b3c
minor style fixes: page context menu background color ( #2479 )
2021-02-02 17:47:18 +05:30
prapullac
66eb08413c
Test Ideas for "Copy to Clipboard" ( #2585 )
...
* Test Ideas for copy to Clipboard
* Adding test ideas for App viewer and admin flow
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-02-02 14:11:34 +05:30
Hetu Nandu
4505e41369
Migrate renamed canvas widgets to the correct name ( #2782 )
2021-02-01 20:03:13 +05:30
Abhinav Jha
3a9b328dcc
Fix: New widget and action name conflicts ( #2778 )
2021-02-01 20:02:43 +05:30
Abhinav Jha
51696b7220
Tab names can now be updated from the entity explorer ( #2779 )
2021-02-01 18:47:55 +05:30
Hetu Nandu
86cb8cac67
Allow for navigateTo urls to be of mailto or tel url schemes t ( #2781 )
2021-02-01 13:47:31 +05:30
Hetu Nandu
22afbe8971
Fix Array paths ( #2775 )
2021-01-29 09:59:23 -08:00
Piyush Mishra
164de6fb7e
Avoid double validation ( #2687 )
2021-01-29 11:34:28 +05:30
Dwayne Forde
f8974f1911
Fixes a small syntax issue with ./start-https.sh ( #2767 )
2021-01-29 09:55:51 +05:30
Rishabh Saxena
b8bcac8544
add support for an onSubmit action for the input widget ( #2749 )
2021-01-28 16:45:14 +05:30
prapullac
4ccdba9e85
Adding manual test ideas for Home page and Login scenarios ( #2627 )
...
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-01-28 14:42:22 +05:30
Piyush Mishra
c3740709d0
Do not show sections that are supposed to be hidden ( #2746 )
2021-01-28 14:26:29 +05:30
Rishabh Saxena
ca052e7515
minor updates for auth pages: polish UI, hide empty email error message ( #2743 )
2021-01-28 12:50:09 +05:30
Dwayne Forde
51ccd19081
Use IPv4 on WSL machines ( #2729 )
...
WSL has issues when handling IPv6 ips. In order to resolve this, on dev machines, we now check if it's a WSL environment. If yes, we default to using IPv4 instead of IPv6.
2021-01-28 12:08:44 +05:30
Rishabh Saxena
4c393f0f1f
fix: action not a plain object for widget entity name action creater ( #2638 )
2021-01-27 23:38:08 +05:30
Rishabh Saxena
19c4559c95
fix: datasource bound value preview in the explorer showing entire response ( #2480 )
2021-01-27 23:35:32 +05:30
NandanAnantharamu
8358709f56
Added usecase for orgNaming convention ( #2521 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-27 18:44:44 +05:30
Pawan Kumar
35e66360e2
Fix: Hover highlight in entity explorer should be edge-to-edge ( #2478 )
...
* fix merge conflicts of sumanthyedoti:fix/entity-items-hover
* remove unused import
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-01-27 17:08:21 +05:30
NandanAnantharamu
704b787435
updated action on file selected ( #2691 )
...
* updated action on file selected
* updated common method
* Review comments incorporated
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-27 14:37:33 +05:30
Abhinav Jha
0fa245a985
Fix issue where users could undo delete long after the timeout has expired ( #2741 )
2021-01-27 13:51:47 +05:30
Vicky Bansal
aa71f2ae7b
Handle invalid entity ids ( #2547 )
2021-01-27 12:26:19 +05:30
Vicky Bansal
5406cbee9e
Fix: Update map initial location after creating a new marker ( #2736 )
2021-01-27 12:25:43 +05:30
Hetu Nandu
43322413c6
Support for navigateTo function to open in new window ( #2706 )
...
* Support target for navigate function
* Add docs and action creator field
2021-01-27 11:58:23 +05:30
Rishabh Saxena
aea3b3d4db
Revamping UI on the Login/Signup page ( #2696 )
2021-01-27 11:42:32 +05:30
Vicky Bansal
e34a98833c
Trigger onPageSizeChange action when table page size changes ( #2737 )
2021-01-27 11:10:53 +05:30
Tim Dillon
c9b3059498
Disable sort by Delete column in Members page ( #2722 )
2021-01-27 00:24:50 +05:30
Piyush Mishra
9490ba4eca
Remove SSL related clicks from fillMongoDatasourceForm cypress command ( #2726 )
2021-01-27 00:04:19 +05:30
Hetu Nandu
40e42b296d
Fix for timeout being sent in a different location ( #2708 )
2021-01-26 08:42:52 +05:30
Hetu Nandu
3f2e60dc0d
Sanitise any other possible place which could send functions ( #2704 )
2021-01-25 16:49:31 +05:30
Hetu Nandu
5dc01c677d
Batching widget property updates ( #2685 )
...
- Changed the updateWidgetProperty redux action to use an object of updates instead of single update
- Added the new batchUpdateWidgetProperty action
> This action will calculate dynamicPath changes for all the updates and update them together
- Added the new deleteWidgetProperty action
>This action will delete a property and any dynamicPaths/child dynamicPaths that exist
2021-01-25 14:27:26 +05:30
devrk96
3be4828d63
Fix: App name UI in edit and deploy mode ( #2216 )
2021-01-25 12:51:54 +05:30
Pawan Kumar
4f1fd68052
add check if widget is available in data tree ( #2681 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-01-25 11:01:44 +05:30
NandanAnantharamu
536a222e1c
Uncommented few tests ( #2695 )
...
* Uncommented few tests
* updated dsl
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-25 10:39:16 +05:30
Rishabh Saxena
e8a01c456d
product updates modal test ( #2677 )
2021-01-23 13:46:50 +05:30
vicky-primathon
63e286a469
Show row cursor as pointer when onRowSelected property is set in table widget ( #2604 )
2021-01-22 15:42:34 +05:30
vicky-primathon
c9cee45f51
Fix - Wrap contents of the table cell tooltip ( #2629 )
2021-01-22 15:19:02 +05:30
vicky-primathon
a309107623
Fix - Remove delete icon when there are no filters in table widget ( #2605 )
2021-01-22 15:17:14 +05:30
vicky-primathon
a9e0b5b678
Fix - selectedRow autocomplete suggestions when no row is selected ( #2603 )
2021-01-22 15:15:14 +05:30
vicky-primathon
ae276a93f8
Fix - Boolean values comparison in Table widget filters( #2586 )
...
- Display filter label instead of value
2021-01-22 15:14:03 +05:30
vicky-primathon
154a4d30c9
Persist column sizes on resize in app viewer for the duration of the session ( #2578 )
2021-01-22 15:08:48 +05:30
vicky-primathon
64a0a44446
Remove table row alternating colors ( #2552 )
2021-01-22 15:07:43 +05:30
Hetu Nandu
d4be9b9404
Remove any functions from Eval Action bindings task before returning from the worker ( #2679 )
2021-01-22 13:40:00 +05:30
Rishabh Saxena
5ab2e194f7
update release modal styles ( #2668 )
2021-01-22 11:31:41 +05:30
Rishabh Saxena
57f6219d75
update styles for new updates count ( #2646 )
2021-01-22 11:04:37 +05:30
Rishabh Saxena
64a90a6767
enable immer autofreeze only in development ( #2669 )
2021-01-22 10:50:55 +05:30
dependabot[bot]
41690e2d61
Bump immer from 7.0.9 to 8.0.1 in /app/client ( #2659 )
...
Bumps [immer](https://github.com/immerjs/immer ) from 7.0.9 to 8.0.1.
- [Release notes](https://github.com/immerjs/immer/releases )
- [Commits](https://github.com/immerjs/immer/compare/v7.0.9...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-21 19:00:44 +05:30
Pawan Kumar
f059e40484
Fix - RichTextEditor test by increasing wait time ( #2666 )
...
* remove default action function in messages file
* revert getErrorMessageFromActionType comment
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-01-21 16:38:18 +05:30
Arpit Mohan
8ba4db6a96
Commenting out the test for RTE because it's failing even though the widget is operating properly
...
The test needs to be fixed
2021-01-21 14:58:00 +05:30
Hetu Nandu
4021b210b1
Never show the redux action type in toast errors ( #2635 )
2021-01-21 12:12:53 +05:30
Rishabh Saxena
628ac6953f
Scroll to created org ( #2477 )
2021-01-21 11:49:06 +05:30
hetunandu
7f713b3def
uncomment RTE tests
2021-01-20 16:53:58 +05:30
hetunandu
a478fcb149
Temporary comment RTE tests
2021-01-20 16:48:02 +05:30
Rishabh Saxena
d2dfd75a0c
use editor init event intead of setup to check if initialised ( #2622 )
2021-01-20 11:00:53 +05:30
Shrikant Sharat Kandula
d4990683c6
Fix UI for documentation modal ( #2631 )
2021-01-19 22:01:35 +05:30
Rishabh Saxena
cf2e5ce9d1
fix: use popover for ads dropdown options ( #2628 )
2021-01-19 19:42:00 +05:30
Rishabh Saxena
20d315b527
check for empty releases ( #2619 )
2021-01-19 14:48:32 +05:30
Rishabh Saxena
3aa268174d
use script loader for tinymce ( #2620 )
2021-01-19 14:24:50 +05:30
NandanAnantharamu
4d556754e5
Fixes for Filepicker test flakiness ( #2616 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-19 14:21:16 +05:30
Rishabh Saxena
8e459a0c6b
validate map center and markers ( #2488 )
2021-01-19 12:59:15 +05:30
Rishabh Saxena
969b6fd0d2
Product updates modal ( #2453 )
2021-01-19 11:47:15 +05:30
abhishek nayak
4048b81b2e
Update ChartDataControl.tsx
2021-01-18 18:47:50 +05:30
akash-codemonk
6b8e3d7dd5
Onboarding changes ( #2549 )
...
- Reduce the delay for the deploy modal to 1s.
- Separate ONBOARDING_ADD_WIDGET from ONBOARDING_ADD_WIDGET_CLICK event
- Add step metadata for skip onboarding event
- Improve the contrast for the add widget button
2021-01-15 14:49:15 +05:30
Hetu Nandu
11766c0e4a
Action onPageLoad test fix ( #2581 )
2021-01-15 11:08:53 +05:30
Hetu Nandu
2b8bae158c
Batch action evaluation calls ( #2561 )
2021-01-14 20:07:21 +05:30
Hetu Nandu
8cff9bd9b9
Avoid evaluation for unnecesarry batch success calls ( #2579 )
2021-01-14 16:45:25 +05:30
NandanAnantharamu
9f2fbf13c8
Cypress upgrade to 6.2.1 ( #2535 )
...
* Cypress upgrade to 6.2.1
* Replaced route and server and assertions
* Removed intercept as it involves changes with alias
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-14 11:14:07 +05:30
NandanAnantharamu
d1d70b8b5c
Updated mongodatasource tests ( #2567 )
...
* Updated mongodatasource tests
* Commented assertion for test datasource and updated query test
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-13 21:34:23 +05:30
Hetu Nandu
5310908cea
Handle action failure of on page load actions ( #2554 )
2021-01-13 17:17:41 +05:30
Hetu Nandu
42aa83a729
Selectively add paths to dependency map and evaluation order ( #2537 )
2021-01-13 16:22:03 +05:30
Hetu Nandu
c184fd3d3c
Remove deleted paths from evaluation order ( #2517 )
2021-01-13 16:21:46 +05:30
Arpit Mohan
36a47631ba
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2021-01-13 15:41:52 +05:30
Arpit Mohan
5860b1b2ab
Adding the init dump SQL file for PostgreSQL database
...
This is used when running the Cypress tests
2021-01-13 15:41:39 +05:30
Hetu Nandu
d3e517ecb2
Fix for tabs widget getting the same name ( #2538 )
...
Co-authored-by: Piyush <piyush@codeitout.com>
2021-01-13 15:40:28 +05:30
Arpit Mohan
2135a4a0e8
Dummy commit to trigger the build
2021-01-13 13:39:24 +05:30
Rishabh Saxena
a2528286a3
bump blueprint core to 3.36 for using async control prop ( #2491 )
2021-01-13 10:53:16 +05:30
Shrikant Sharat Kandula
c6c128270c
Include version information when building Docker images for server and client ( #2200 )
...
* Include version information in backend builds
* Enable manual trigger of server workflow
* Add a dummy input field for manual trigger
* Fix secret checking in github actions
* Disable cron scheduling of sync job
* Build docker image on pushing a version tag
* Fix duplicated id and invalid id in release workflow
* Don't try to login to Docker
* Avoid download progress outputs from Maven
* Add version information for building client
* Calculate version number only once
* Enable push to DockerHub after building images
* Use Docker username from GitHub secrets
* Fix Docker username in tags when building image
* Use different secret for org name
* Minor refactoring in server workflow
* Update client build workflow to use version
* Enable manual triggering of client workflow
* Set snapshot version for server builds
* Push to docker for all branches (temp)
* Undo temp change to push all branches to DockerHub
* Use Docker org from secrets in client.yml
* Fix missing version reference in client.yml
* Remove debug command in dockerfile
* Save release notes in a resource file in Docker image
* Fix query serialization to get release notes
* Get releases of current repo instead of hard-coded repo
* Fix variable quoting for repo variables
* Exclude draft and prerelease nodes from image
* Fix call to any in release notes processor
* Fix syntax error in release notes script
* Implement API to get new release count and info
* Add missing ReleaseNotes component
* Have the release workflow run after a release is created
* Build server after generating release notes
* Change release trigger to "released"
* Change release trigger to "published"
* Change release trigger to released, edited and deleted
* Use JS script to get release notes, take 1
* Filter drafts and prereleases in script
* Fix syntax error in ES6
* Write release notes to file
* Create parent directory before writing release notes
* Log cwd in release notes script
* Log pwd along with release-notes content
* Handle case where working directory is incorrect
* Remove shell based release notes generator
* Don't show error when Sentry config is missing
* Check for sentry auth token to enable Sentry
* Carry build's exit code over to CI
* Mark out build result and add a note about it
* Add a small test to verify new versions computation
* Remove incorrect test assertion
* Remove generation of release notes file
* Connect to cloud services to fetch release notes data
* Fix missing runner for test class
* Handle missing cloud_services base URL
* Fix test failures due to missing mocks
* Enable sync-ee cron job
* Revert build.sh as there's no real change
* Add API to update release notes viewed version for users
* Fix prettier line-length errors
* Create UserData model for info unrelated to auth
* Fix field name calls
* Ensure we have a userId before setting userData
* Add tests for setting version number in UserData
* Include instanceId when fetching release notes
2021-01-12 18:15:15 +05:30
Hetu Nandu
f53af44316
Make first eval after page change happen with new layout first ( #2516 )
2021-01-12 14:34:34 +05:30
Hetu Nandu
94cae231c1
Make sure Table selected row is not set to undefined on mount ( #2518 )
2021-01-12 11:45:08 +05:30
Piyush Mishra
148497a1bc
Refactor datasources and actions for stronger type checking ( #2167 )
2021-01-12 09:47:28 +05:30
Piyush Mishra
1521f7445c
Fix eslint warnings ( #2510 )
2021-01-12 06:52:31 +05:30
Trisha Anand
6704e05ad0
Sub tree fixes for issues found on Jarvis ( #2482 )
2021-01-11 13:26:17 +05:30
Rishabh Saxena
c36b6b640f
auto focus create org input field ( #2493 )
2021-01-11 11:14:54 +05:30
Pawan Kumar
fcac402789
Fix - 502 in save layout is abruptly taking me to an error screen ( #2475 )
...
* remove crash:true in api + add error icon on page save
* remove crash true in api
* add crash on user init request fail
* dispatch safe crash action on user init call error
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-01-11 10:58:10 +05:30
akash-codemonk
d82d8965e4
Onboarding deploy tooltip fix ( #2490 )
2021-01-11 09:46:59 +05:30
Nikhil Nandagopal
4666f40a21
Merge pull request #2489 from appsmithorg/fix/analytics
...
added appmode analytics to the execute action
2021-01-08 14:53:04 +05:30
NandanAnantharamu
06ecc106d6
Using Cypress wait instead of postExecute for Table binding test ( #2249 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-08 14:11:23 +05:30
Nikhil Nandagopal
a435133bdf
added appmode analytics to the execute action
2021-01-08 13:06:22 +05:30
akash-codemonk
bad63f9e68
Onboarding fixes ( #2458 )
2021-01-08 11:36:09 +05:30
imgbot[bot]
ec115967f5
[ImgBot] Optimize images ( #2384 )
...
*Total -- 1,492.69kb -> 1,218.88kb (18.34%)
/static/form.png -- 651.09kb -> 517.01kb (20.59%)
/static/editor.png -- 694.01kb -> 555.61kb (19.94%)
/static/appsmith_logo_white.png -- 4.91kb -> 4.31kb (12.23%)
/app/client/src/assets/icons/ads/app-icons/bar-graph.svg -- 0.54kb -> 0.51kb (4.18%)
/app/client/src/assets/icons/ads/app-icons/team.svg -- 1.03kb -> 1.00kb (3.12%)
/app/client/src/assets/icons/ads/app-icons/line-chart.svg -- 0.88kb -> 0.86kb (2.77%)
/app/client/src/assets/icons/ads/app-icons/email.svg -- 0.25kb -> 0.24kb (2.73%)
/app/client/src/assets/icons/ads/app-icons/single-person.svg -- 0.69kb -> 0.68kb (1.97%)
/app/client/src/assets/icons/ads/app-icons/airplane.svg -- 1.18kb -> 1.16kb (1.82%)
/app/client/src/assets/icons/ads/app-icons/family.svg -- 1.52kb -> 1.49kb (1.8%)
/app/client/src/assets/icons/ads/app-icons/hospital.svg -- 0.41kb -> 0.41kb (1.65%)
/app/client/src/assets/icons/ads/app-icons/pants.svg -- 0.45kb -> 0.44kb (1.52%)
/app/client/src/assets/icons/ads/app-icons/call.svg -- 0.67kb -> 0.66kb (1.46%)
/app/client/src/assets/icons/ads/app-icons/lotus.svg -- 1.35kb -> 1.33kb (1.3%)
/app/client/src/assets/icons/ads/app-icons/lightning.svg -- 0.78kb -> 0.77kb (1.25%)
/app/client/src/assets/icons/ads/app-icons/hat.svg -- 0.55kb -> 0.54kb (1.24%)
/app/client/src/assets/icons/ads/app-icons/couples.svg -- 1.50kb -> 1.48kb (1.23%)
/app/client/src/assets/icons/ads/app-icons/mug.svg -- 0.56kb -> 0.55kb (1.23%)
/app/client/src/assets/icons/ads/app-icons/sunflower.svg -- 1.15kb -> 1.13kb (1.19%)
/app/client/src/assets/icons/ads/app-icons/website.svg -- 1.83kb -> 1.81kb (1.12%)
/app/client/src/assets/icons/ads/app-icons/diamond.svg -- 0.63kb -> 0.62kb (1.09%)
/app/client/src/assets/icons/ads/app-icons/money.svg -- 1.18kb -> 1.17kb (1.07%)
/app/client/src/assets/icons/ads/app-icons/headphones.svg -- 0.84kb -> 0.83kb (1.04%)
/app/client/src/assets/icons/ads/app-icons/bus.svg -- 2.09kb -> 2.07kb (1.03%)
/app/client/src/assets/icons/ads/app-icons/pie-chart.svg -- 0.96kb -> 0.95kb (1.02%)
/app/client/src/assets/icons/ads/app-icons/shirt.svg -- 0.67kb -> 0.67kb (1.02%)
/app/client/src/assets/icons/ads/app-icons/smartphone.svg -- 0.68kb -> 0.68kb (1%)
/app/client/cypress/fixtures/appsmithlogo.png -- 1.97kb -> 1.96kb (0.99%)
/app/client/src/assets/icons/ads/app-icons/music.svg -- 0.74kb -> 0.73kb (0.93%)
/app/client/src/assets/icons/ads/app-icons/rocket.svg -- 1.55kb -> 1.54kb (0.88%)
/app/client/src/assets/icons/ads/app-icons/medical.svg -- 0.57kb -> 0.56kb (0.86%)
/app/client/src/assets/icons/ads/app-icons/plant.svg -- 1.06kb -> 1.05kb (0.83%)
/app/client/src/assets/icons/ads/app-icons/love.svg -- 0.83kb -> 0.82kb (0.82%)
/app/client/src/assets/icons/ads/app-icons/repeat.svg -- 0.76kb -> 0.75kb (0.78%)
/app/client/src/assets/icons/ads/app-icons/bird.svg -- 1.15kb -> 1.14kb (0.77%)
/app/client/src/assets/icons/ads/app-icons/car.svg -- 1.79kb -> 1.78kb (0.76%)
/app/client/src/assets/icons/ads/app-icons/coding.svg -- 0.51kb -> 0.51kb (0.76%)
/app/client/src/assets/icons/ads/app-icons/rose.svg -- 1.29kb -> 1.28kb (0.76%)
/app/client/src/assets/icons/ads/app-icons/system.svg -- 1.03kb -> 1.02kb (0.76%)
/app/client/src/assets/icons/ads/app-icons/tree.svg -- 0.95kb -> 0.94kb (0.72%)
/app/client/src/assets/icons/ads/app-icons/card.svg -- 1.22kb -> 1.21kb (0.72%)
/app/client/src/assets/icons/ads/app-icons/cricket.svg -- 0.96kb -> 0.95kb (0.71%)
/app/client/src/assets/icons/ads/app-icons/yen.svg -- 0.99kb -> 0.99kb (0.69%)
/app/client/src/assets/icons/ads/app-icons/location.svg -- 1.00kb -> 1.00kb (0.68%)
/app/client/src/assets/icons/ads/app-icons/laptop.svg -- 0.72kb -> 0.71kb (0.68%)
/app/client/src/assets/icons/ads/app-icons/rupee.svg -- 1.04kb -> 1.04kb (0.65%)
/app/client/src/assets/icons/ads/app-icons/medal.svg -- 1.05kb -> 1.04kb (0.65%)
/app/client/src/assets/icons/ads/app-icons/shop.svg -- 1.96kb -> 1.94kb (0.65%)
/app/client/src/assets/icons/ads/app-icons/cat.svg -- 1.60kb -> 1.59kb (0.61%)
/app/client/src/assets/icons/ads/app-icons/dog.svg -- 2.11kb -> 2.09kb (0.6%)
/app/client/src/assets/icons/ads/app-icons/bicycle.svg -- 1.46kb -> 1.46kb (0.6%)
/app/client/src/assets/icons/ads/app-icons/basketball.svg -- 1.52kb -> 1.51kb (0.58%)
/app/client/src/assets/icons/ads/app-icons/flag.svg -- 1.22kb -> 1.22kb (0.56%)
/app/client/src/assets/icons/ads/app-icons/euros.svg -- 1.24kb -> 1.23kb (0.55%)
/app/client/src/assets/icons/ads/app-icons/stars.svg -- 1.20kb -> 1.19kb (0.49%)
/app/client/src/assets/icons/ads/app-icons/chat.svg -- 1.49kb -> 1.49kb (0.46%)
/app/client/src/assets/icons/ads/app-icons/restaurant.svg -- 1.52kb -> 1.52kb (0.45%)
/app/client/src/assets/icons/ads/app-icons/saturn.svg -- 1.59kb -> 1.58kb (0.43%)
/app/client/src/assets/icons/ads/app-icons/moon.svg -- 1.65kb -> 1.65kb (0.41%)
/app/client/src/assets/icons/ads/app-icons/chinese-remnibi.svg -- 1.69kb -> 1.68kb (0.4%)
/app/client/src/assets/icons/ads/app-icons/burger.svg -- 2.77kb -> 2.76kb (0.39%)
/app/client/src/assets/icons/ads/app-icons/earth.svg -- 1.87kb -> 1.86kb (0.37%)
/app/client/src/assets/icons/ads/app-icons/joystick.svg -- 1.98kb -> 1.97kb (0.35%)
/app/client/src/assets/icons/ads/app-icons/steam-bowl.svg -- 2.95kb -> 2.94kb (0.33%)
/app/client/src/assets/icons/ads/app-icons/alien.svg -- 1.27kb -> 1.27kb (0.31%)
/app/client/src/assets/icons/ads/app-icons/uk-pounds.svg -- 2.33kb -> 2.32kb (0.29%)
/app/client/src/assets/icons/ads/app-icons/dollar.svg -- 2.59kb -> 2.58kb (0.26%)
/app/client/src/assets/icons/ads/app-icons/pizza.svg -- 1.86kb -> 1.86kb (0.26%)
/app/client/src/assets/icons/ads/app-icons/bitcoin.svg -- 2.75kb -> 2.74kb (0.25%)
/app/client/src/assets/icons/ads/app-icons/rainy-weather.svg -- 8.28kb -> 8.27kb (0.15%)
/app/client/src/assets/icons/ads/app-icons/shake-hands.svg -- 4.62kb -> 4.61kb (0.15%)
/app/client/src/assets/icons/ads/app-icons/football.svg -- 4.93kb -> 4.92kb (0.14%)
/app/client/src/assets/icons/ads/app-icons/snowy-weather.svg -- 8.34kb -> 8.33kb (0.12%)
/app/client/src/assets/icons/ads/app-icons/server.svg -- 9.10kb -> 9.10kb (0.08%)
/app/client/src/assets/icons/ads/app-icons/cloud.svg -- 23.21kb -> 23.20kb (0.03%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-01-07 11:23:35 +05:30
NandanAnantharamu
523e3ec397
flaky test updated ( #2468 )
...
* flaky test updated
* updated another flaky test
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-07 10:37:17 +05:30
Hetu Nandu
cb2dd3c9da
Handle for scenarios scrollTo is not available in browser ( #2456 )
2021-01-07 10:36:25 +05:30
prapullac
7309e91153
Added test for Datasource associated with API ( #2336 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2021-01-07 10:32:26 +05:30
Hetu Nandu
2943f7f782
Copy Text trigger function ( #2394 )
2021-01-07 10:14:30 +05:30
Pawan Kumar
6fa31e6388
Fix - Lodash import typo ( #2466 )
...
* add redirect issue
* add check for crash code
* redirect anonymous user to login page
* remove unused selector
* move redirection logic to error saga level
* update action type name
* replace occurance of redirectTo to redirectUrl
* remove unused selector in PagenoutFound + change saga name
* fix improt typo
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-01-06 17:31:04 +05:30
Pawan Kumar
563c32d203
[Fix] - Authentication after 404 not redirecting back to the original page ( #2423 )
...
* add redirect issue
* add check for crash code
* redirect anonymous user to login page
* remove unused selector
* move redirection logic to error saga level
* update action type name
* replace occurance of redirectTo to redirectUrl
* remove unused selector in PagenoutFound + change saga name
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-01-06 16:54:16 +05:30
Rishabh Saxena
affb68ee52
Fix widths for pagination test and modal confirm btns ( #2445 )
2021-01-06 16:39:08 +05:30
Hetu Nandu
eb1f9e7ec8
Update axios package ( #2454 )
2021-01-06 13:58:49 +05:30
Pawan Kumar
51076eaead
Fix: Show appropriate error message when an onPageLoad action fails ( #2355 )
...
* show action in toast error message on pageload error
* add test case
* add error body in toast
* fix test case
* fix test case
* update test case
* uncomment test case
* remove the console log
* remove unused console
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2021-01-06 10:55:47 +05:30
akash-codemonk
8d303d3d9f
Open the already opened tab if it exists when clicking on deploy ( #2448 )
2021-01-06 09:38:46 +05:30
akash-codemonk
f5e696a4f4
Hide other header elements while showing the deploy button
2021-01-06 09:38:18 +05:30
Hetu Nandu
1598899dd6
Fix invalid toast message for evaluation error ( #2443 )
...
Fixes #2432
Fixes : #2429
Co-authored-by: Piyush Mishra <piyush@codeitout.com>
2021-01-05 17:15:37 +05:30
Rishabh Saxena
2629ead4b7
fix: check for undefined error action payload ( #2428 )
2021-01-05 12:12:04 +05:30
akash-codemonk
69cd988c01
Fix onboarding test failure causing other tests to fail ( #2417 )
2021-01-04 15:52:22 +05:30
Hetu Nandu
4387200262
Sub tree evaluation ( #1841 )
...
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Piyush Mishra <piyush@codeitout.com>
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Akash N <akash@codemonk.in>
2021-01-04 15:46:08 +05:30
NandanAnantharamu
4c5387f707
updated assertion ( #2419 )
...
* updated assertion
* review comment incoirporated
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-04 12:59:21 +05:30
Pawan Kumar
9d0c6d5359
fix datetimepicker max date issue ( #2407 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-31 17:54:50 +05:30
Piyush Mishra
3d7242d716
Cleanup cancelled requests ( #2387 )
2020-12-30 18:56:44 +05:30
Rishabh Saxena
611186c4b2
set min pageSize for table widget ( #2362 )
2020-12-30 18:32:46 +05:30
Rishabh Saxena
c344377a9d
only autofocus widget search ( #2400 )
2020-12-30 18:32:11 +05:30
Hetu Nandu
31d8c8c4eb
[Worker] Fix critical issues ( #2393 )
2020-12-30 18:28:57 +05:30
Rishabh Saxena
6dd97a6f09
fix stacking order of popover and app header ( #2338 )
2020-12-30 14:36:24 +05:30
Rishabh Saxena
f1f9441cc6
auto focus search input ( #2360 )
2020-12-30 14:33:24 +05:30
akash-codemonk
1a35bb1e75
Onboarding flow ( #2311 )
2020-12-30 13:01:20 +05:30
Piyush Mishra
5ae2da1578
Send clean validated tree back ( #2376 )
2020-12-29 23:57:07 +05:30
Rishabh Saxena
37d0314c2a
default error code ( #2363 )
2020-12-29 22:22:31 +05:30
Rishabh Saxena
14effe6db1
fix del hotkey ( #2349 )
2020-12-29 22:21:57 +05:30
Rishabh Saxena
ccd9371820
update tooltip test ( #2392 )
2020-12-29 19:50:14 +05:30
Rishabh Saxena
13fae1a5c1
fix test ( #2390 )
2020-12-29 17:45:15 +05:30
Rishabh Saxena
e526f5cca5
minox css fixes ( #2375 )
2020-12-29 16:17:32 +05:30
Hetu Nandu
b5e8673921
Properly log data tree instrumentation ( #2228 )
2020-12-29 14:55:56 +05:30
Piyush Mishra
988ebe975b
RPC-like layer with graceful startup and shutdown around a webworker ( #2252 )
2020-12-28 14:12:43 +05:30
dependabot[bot]
45497ba5ac
Bump node-notifier from 8.0.0 to 8.0.1 in /app/client ( #2316 )
...
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases )
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md )
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 10:55:39 +05:30
Piyush Mishra
ebcffadca1
Prettier fixes ( #2366 )
2020-12-28 09:47:50 +05:30
Piyush Mishra
8ef8bfd2ac
Prettier fix. ( #2353 )
2020-12-24 19:01:09 +05:30
akash-codemonk
466d0cfde1
Fix explorer entity icon alignment ( #1413 )
2020-12-24 15:41:02 +05:30
Rishabh Saxena
83349e2996
fix modal entity not renamed through property pane when closed by clicking on the overlay ( #2185 )
2020-12-24 11:43:01 +05:30
Piyush Mishra
806a139ddb
Make prettier changes ( #2337 )
2020-12-24 10:02:25 +05:30
Piyush Mishra
3930c4c63c
Hotfix circularJSON ( #2214 )
2020-12-23 19:48:46 +05:30
Rishabh Saxena
4e802d2c5a
reset query on select, don't jump to active item ( #2237 )
2020-12-23 17:45:14 +05:30
Rishabh Saxena
396b12b024
reorder widgets alphabetically, autofocus search input ( #2325 )
2020-12-23 17:02:30 +05:30
Rishabh Saxena
fb7ae53002
set the first tab as selected when the selected tab is not found ( #2231 )
2020-12-23 16:59:34 +05:30
Rishabh Saxena
778b82f9ae
enable hotkeys only when a widget is selected ( #2262 )
2020-12-23 16:58:29 +05:30
Rishabh Saxena
77801b10ff
fix undo delete tab, create copy of tabs array ( #2315 )
2020-12-23 16:55:52 +05:30
Rishabh Saxena
9417335176
render column submenu popover inline ( #2329 )
2020-12-23 16:55:25 +05:30
a
61e12235b2
Revert "reorder widget locale wise, autofocus search input"
...
This reverts commit 0bcc8872eb .
2020-12-23 11:08:52 +05:30
a
0bcc8872eb
reorder widget locale wise, autofocus search input
2020-12-23 11:01:00 +05:30
vicky-primathon
6b6e302ee1
Fix Table data validation issues ( #2297 )
2020-12-23 09:47:13 +05:30
vicky-primathon
bf5693f907
Reset table selected row when table data changes ( #2307 )
2020-12-23 09:28:23 +05:30
prapullac
91125ebc26
Manual test Ideas for home page ( #2208 )
2020-12-22 14:06:52 +05:30
Arpit Mohan
a942dc198e
Revert "Onboarding flow ( #1960 )"
...
This reverts commit e84699e7ba .
Reverting this commit because this flow requires more changes before it's ready for prime-time.
Will continue development on this feature in a different branch
2020-12-22 13:02:02 +05:30
vicky-primathon
567f3a16fb
Fixed accessing length property of undefined selectedRowIndices ( #2293 )
...
* Fixed accessing length property of undefined selectedRowIndices
* Added getting selectedRowIndices when multiRowSelection is true
2020-12-22 08:27:57 +05:30
Rishabh Saxena
42173e9249
fix tooltip boundary, don't show on target focus ( #2250 )
2020-12-21 15:22:58 +05:30
devrk96
851ae51c3a
Auto scroll to specific section on homepage when reloading with same url ( #2115 )
2020-12-21 14:35:58 +05:30
Piyush Mishra
9f0cc2f4bb
Wrap Query Table in ErrorBoundary ( #2274 )
2020-12-21 11:44:50 +05:30
Piyush Mishra
5408806bf1
Do not add objects to the DataTree ( #2275 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-12-21 11:44:20 +05:30
akash-codemonk
e84699e7ba
Onboarding flow ( #1960 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-12-18 18:48:47 +05:30
vicky-primathon
a6f602c33e
Fixed conversation of Unix timestamp in milliseconds ( #2251 )
2020-12-18 12:52:49 +05:30
Piyush Mishra
a3ed1515d5
Add headers null check ( #2223 )
...
* @hetunandu for president
2020-12-17 20:13:01 +05:30
Hetu Nandu
4b3a0ca9de
Fix table text pagination test ( #2253 )
2020-12-17 18:52:19 +05:30
Piyush Mishra
29de447411
Upgrade fusioncharts npm package ( #2241 )
2020-12-17 17:43:33 +05:30
NandanAnantharamu
db89dddbad
Organization test split into 2 parts ( #2247 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-12-17 14:16:54 +05:30
Hetu Nandu
4f92ea99ed
Remove functions for action evals ( #2242 )
2020-12-17 13:36:16 +05:30
Pawan Kumar
e63f0a9d2a
Fix: 404 error page shows server unavailable ( #2195 )
...
* mount error wise route
* remove log
* add test case
* fix wrong error page
* fix typescript error + remove unused variable
* remove 404 + 500 routes
* remove unused imports
* fix typo in test case
* remove history replace in utils
* remove unused variable
* add error codes for safe crash
* remove unused variables
* add error codes in all api rejects + update error reducer code type
* update error codes in init saga
* add selectors for error safe crash + take error logic out of app router
* remove unused variables
* remove extra line
* add header in error pag
* refactor page header on error page
* remove unused import
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-17 12:33:59 +05:30
NandanAnantharamu
4914e0a3f2
Updated tests from the functional tests ( #2234 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-12-17 11:40:50 +05:30
Piyush Mishra
0ccc80127a
move null check out ( #2221 )
2020-12-16 14:52:34 +05:30
Rishabh Saxena
2f152bf5b1
fix prev widget hidden when dragging new ( #2211 )
2020-12-16 14:51:57 +05:30
Rishabh Saxena
17ded71de3
fix actions/queries not fetched after cloning a page ( #2196 )
...
* fix actions/queries not fetched after cloning a page
* cf fix
* update type
* update test to check if api is cloned
* trigger tests
2020-12-16 14:51:31 +05:30
Ashwani Sindhu
15a00f4982
Set document title as app name ( #2203 )
2020-12-15 16:54:44 +05:30
Rishabh Saxena
5c905ac0d8
Update styles for date time headers in a table ( #2197 )
2020-12-15 16:54:15 +05:30
Hetu Nandu
df902440f5
Add xml2json and json2xml functions ( #2022 )
2020-12-15 14:16:33 +05:30
Pawan Kumar
1cafbca767
Fix: The search in the multi select is not showing + Multi select dropdown stops functioning if default value is undefined ( #2057 )
...
* fix dropdown input ghost width
* add fix when default option is undefined
* update test cases for dropdown undefined default value
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-15 10:34:51 +05:30
Pawan Kumar
ffc6c91150
Fix: Input Widget Regex validation not working as expected ( #2165 )
...
* add check for custom regex when input is number
* add test cases
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-15 10:34:30 +05:30
Hetu Nandu
5bd2cc1ea4
Execution params in actions ( #2128 )
2020-12-15 00:18:13 +05:30
Piyush Mishra
7826cee7c3
Null check on actionObj before using it ( #2190 )
2020-12-14 21:52:45 +05:30
Rishabh Saxena
20d15188fd
br instead of p on enter within rte ( #2188 )
2020-12-14 14:50:45 +05:30
Rishabh Saxena
29d87a88f0
unmount during drag ( #2168 )
2020-12-14 12:38:00 +05:30
NandanAnantharamu
095e7d3a8c
Added test for Org logo update and delete ( #2177 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-12-14 11:50:44 +05:30
vicky-primathon
b917f71678
Added undefined check on selectedRowIndices property before checking its length ( #2163 )
2020-12-14 11:49:39 +05:30
dependabot[bot]
17e8725a84
Bump ini from 1.3.5 to 1.3.8 in /app/client ( #2176 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-13 11:10:46 +05:30
Arpit Mohan
7ae4959c29
Correcting the if clause for environment variable
2020-12-12 22:03:03 +05:30
Arpit Mohan
372774e728
Checking if the new run command works in Github Action
2020-12-12 20:48:21 +05:30
Piyush Mishra
22aa9756c1
Resize canvas on delete widget ( #1958 )
2020-12-11 19:18:01 +05:30
Piyush Mishra
2a05df86c7
Hotfix crash on navigate to API page after widget rename ( #2134 )
2020-12-11 18:04:06 +05:30
Arpit Mohan
75b3f18a92
Correcting github actions yaml.
...
Really need a validator for this
2020-12-11 17:41:39 +05:30
Arpit Mohan
7fbd14228d
Correcting the node_modules cache for Cypress tests
2020-12-11 17:39:10 +05:30
prapullac
b27a32940e
Manual Test Ideas ( #2129 )
2020-12-11 17:25:54 +05:30
Arpit Mohan
51757072de
Ignoring manual cypress tests during build
...
Also correcting the node_modules cache during yarn install
2020-12-11 17:10:05 +05:30
Arpit Mohan
b517639bd0
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-12-11 13:11:11 +05:30
Arpit Mohan
2951c609ec
Correcting the APP_HOST in netlify for deploy previews
2020-12-11 13:10:55 +05:30
devrk96
7475aa643a
Fix: Org logo upload redux state ( #2068 )
2020-12-11 12:31:13 +05:30
Arpit Mohan
85d958c2c0
[CodeFactor] Apply automated fixes ( #2131 )
...
Co-authored-by: codefactor-io <support@codefactor.io>
2020-12-10 18:44:31 +05:30
Arpit Mohan
c1de6ce8f7
Fixing prettier errors in DynamicBindingUtils
2020-12-10 17:22:18 +05:30
Piyush Mishra
580c261e5d
copy tab data before mutating ( #2084 )
2020-12-10 14:21:54 +05:30
Hetu Nandu
f312320940
Remove unsafe functions from eval ( #2076 )
2020-12-10 14:00:49 +05:30
Pawan Kumar
5553da02e8
Fix: Page crashes on cloning the API ( #2087 )
...
* fixed the page crashig on cloning the api
* adding test cases
* comment out the drag and drop test case in input spec
* update test case
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-10 13:52:40 +05:30
devrk96
8ef7405421
Fix: User icon numbers on home page ( #2070 )
2020-12-10 13:37:48 +05:30
devrk96
2995410d27
Fixing text overflow word-break property fixed. ( #2116 )
2020-12-10 13:36:13 +05:30
Rishabh Saxena
d7dea9aff4
fix toast message on widget cut ( #2059 )
...
* fix toast message on widget cut
* show msg when widget not selected during cut/copy
2020-12-10 13:03:43 +05:30
Piyush Mishra
0e47c0a4c0
Fix brackets mismatch ( #2019 )
2020-12-10 11:48:59 +05:30
Nikhil Nandagopal
9b51bf9af2
Merge pull request #2109 from appsmithorg/fix/boolean-validation
...
Fix for false evaluated value showing as null
2020-12-10 11:27:52 +05:30
Piyush Mishra
2b4e25b04a
default to empty array on usage ( #2074 )
2020-12-10 11:25:12 +05:30
NandanAnantharamu
9fb99c1145
Added tests for Table binding with Input Widget ( #1955 )
...
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-12-10 10:52:19 +05:30
Hetu Nandu
74f8b51db3
Fix for false evaluated value showing as null
2020-12-09 22:25:59 +05:30
Nikhil Nandagopal
8864a1eca2
Merge pull request #2101 from appsmithorg/fix/sentry-errors
...
added code to prune payloads from sentry actions and reduce depth of …
2020-12-09 19:11:34 +05:30
Nikhil Nandagopal
d228f6d117
fix for undefined access to crash field
2020-12-09 18:22:36 +05:30
Nikhil Nandagopal
7d70a71d70
added code to prune payloads from sentry actions and reduce depth of actions reported
2020-12-09 14:42:12 +05:30
Nikhil Nandagopal
854d514359
Merge pull request #2094 from appsmithorg/fix/sentry-errors
...
Prune expensive redux actions and console logs from sentry
2020-12-09 13:06:54 +05:30
devrk96
fba79f960b
App icon and color name change issue resolved ( #2089 )
2020-12-09 12:36:02 +05:30
Nikhil Nandagopal
67fc762968
Merge branch 'release' into fix/sentry-errors
...
# Conflicts:
# app/client/src/sagas/ErrorSagas.tsx
2020-12-09 12:34:08 +05:30
Nikhil Nandagopal
0fc5817caa
added a check for errors without payloads
2020-12-09 12:32:27 +05:30
Nikhil Nandagopal
e0ac6e9850
Allowed console errors to still be logged
2020-12-09 11:59:40 +05:30
Nikhil Nandagopal
cfa020c063
pruned expensive redux actions and console logs from sentry
2020-12-09 11:50:39 +05:30
Rishabh Saxena
6a3b3c7cb8
treat false str as falsy for env vars ( #2055 )
...
* check boolean env values against string
* refactor parseConfig
* consistent bools
* return true/false for those strings
2020-12-09 11:22:50 +05:30
Hetu Nandu
04e963c599
Fix for 502 errors from the server ( #1949 )
2020-12-09 00:43:48 +05:30
NandanAnantharamu
ec7149f9d8
Test case for creating multiple apps ( #1871 )
...
* Added test for #1716
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-12-08 23:47:34 +05:30
Pawan Kumar
f8fd19d026
fix alignment of api editor response view ( #2002 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-08 14:54:36 +05:30
Pawan Kumar
c67ada9a24
Fix/updating datasources does not update sidebar ( #2018 )
...
* add check for datasources in memo equality check
* add test cases
* update test cases
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-08 14:54:02 +05:30
vicky-primathon
19d6ad695e
Table column max width limit removed ( #2077 )
2020-12-08 12:25:30 +05:30
Nikhil Nandagopal
0c1d914c38
Merge pull request #2064 from appsmithorg/fix/sentry-errors
...
[Fix] reduced depth of information shared via sentry to prevent 413 errors
2020-12-07 20:01:25 +05:30
Nikhil Nandagopal
03053d40c3
reduced depth of information shared to allow error sharing
2020-12-07 19:54:51 +05:30
Pawan Kumar
e4b28172a7
add ellipsis in button ( #2031 )
...
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-07 12:48:53 +05:30
devrk96
6cd44a5b84
Fix: Application name update checks ( #1710 )
2020-12-07 12:22:49 +05:30
devrk96
b7d77e15f1
Feature: New app icons and color palette ( #2026 )
2020-12-07 12:21:13 +05:30
Piyush Mishra
9ec030e101
null check for errors forEach( #2030 )
2020-12-07 11:15:14 +05:30
Pawan Kumar
91127ed719
Fix: FilePicker widget was not setting loading state to true on calling action ( #1985 )
...
* set loading state on calling action in file picker
* add test cases for file picker loading state
* add tests cases
* add isLoading state in state instead meta
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-03 11:02:50 +05:30
Hetu Nandu
6a7403d88e
Store tabs name data as array instead of string ( #1676 )
2020-12-02 18:23:51 +05:30
Arpit Mohan
a900b48712
Improving the text we see in the API and query settings pages ( #1997 )
2020-12-02 16:27:57 +05:30
vicky-primathon
6c19af7c24
Fix: Columns flicker when columns are resized or reordered ( #1940 )
...
* Fixed flickering issue on column reorder and resize
* Disable sort when resizing column to stop flicker issue
2020-12-02 16:14:56 +05:30
Pawan Kumar
066e20d0a2
Fix: Remove Fusioncharts Watermark ( #1978 )
...
* Fusion charts watermark can be removed by adding the `APPSMITH_FUSIONCHARTS_LICENSE_KEY` env variable.
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-02 16:12:51 +05:30
akash-codemonk
afa81d9eaf
Datasource form bug fixes ( #1986 )
...
* Datasource form fixes #1967 and fixes #1966
* Add tests for scenarios in #1967 and #1966
2020-12-02 16:06:35 +05:30
Piyush Mishra
1eddc0c7d1
Faster recompile with cached eslint ( #1987 )
2020-12-02 11:57:56 +05:30
imgbot[bot]
4fa2fd4ba6
[ImgBot] Optimize images ( #1993 )
...
*Total -- 307.73kb -> 177.70kb (42.25%)
/deploy/heroku/images/app-settings.png -- 215.56kb -> 118.43kb (45.06%)
/deploy/heroku/images/finish.png -- 33.21kb -> 19.53kb (41.19%)
/deploy/heroku/images/add-domain-form.png -- 29.12kb -> 18.04kb (38.06%)
/deploy/heroku/images/add-domain-button.png -- 29.37kb -> 21.23kb (27.71%)
/app/client/src/assets/icons/ads/upload.svg -- 0.47kb -> 0.47kb (0.62%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-12-02 11:50:10 +05:30
satbir121
8afa900044
Filepicker component and logo upload for org ( #250 )
2020-12-02 03:31:27 +05:30
devrk96
5d820c7203
Fix: Organization rename and toast issues ( #1954 )
...
* Toast message removed when renaming an organization
2020-12-02 03:30:29 +05:30
Hetu Nandu
29d0c49962
Wait for eval before executing the next evaluation ( #1959 )
2020-12-01 16:09:55 +05:30
Pawan Kumar
43f821fddc
Fix: test cases for datepicker ( #1977 )
...
* clear cache values on delete
* added test cases
* add reload in test case
* fix test cases for datepicker spec
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-01 12:10:31 +05:30
Pawan Kumar
1aea90c404
Fix: Persist of default values even after delete of widget ( #1929 )
...
* clear cache values on delete
* added test cases
* add reload in test case
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-12-01 10:56:35 +05:30
Piyush Mishra
400fd8007f
Make sure google is available before loading components that rely on it ( #1934 )
2020-11-30 12:53:05 +05:30
Hetu Nandu
f248304720
Using --no-cache option for jest tests
2020-11-28 10:37:10 +05:30
Piyush Mishra
b199c539be
Fix setup for local linux server ( #1948 )
2020-11-27 14:49:09 +05:30
Abhinav Jha
55ef8a0084
Loop sagas to respawn when they crash ( #1880 )
...
* Added Sentry logging
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-11-27 14:21:08 +05:30
Pawan Kumar
9997f2cb9f
Feature: Min and Max date inputs to restrict range in Datepicker Widget ( #1865 )
...
* add daterange property control
* fix typescript errors
* update daterangepicker control
* remove daterangepicker control
* add toasts for invalid dates + add test cases
* update test cases
* update test cases
* update test cases + change validation type name + few refactor
* merge release + update toast usage in datepicker control
* update test cases
* update form dsl for test cases
* update test cases
* update setDate command in test cases
* update test cases
* update test case dsl for datepicker widget
* update test cases
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-27 14:18:38 +05:30
akash-codemonk
49026d9b3c
Sava api with datasource without having to click on save datasource ( #1930 )
2020-11-27 11:06:16 +05:30
Nikhil Nandagopal
9c29b83d07
Fixed Action selector function arg splitting regex to include arrays and objects ( #1893 )
...
- Also added navigateTo params field
2020-11-27 10:30:53 +05:30
imgbot[bot]
f073698fcc
[ImgBot] Optimize images ( #1928 )
...
*Total -- 316.18kb -> 175.10kb (44.62%)
/deploy/aws_ami/images/system-log.png -- 136.77kb -> 73.60kb (46.19%)
/deploy/aws_ami/images/select-system-log.png -- 178.91kb -> 101.01kb (43.54%)
/app/client/src/assets/icons/ads/warning.svg -- 0.49kb -> 0.49kb (0.6%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-11-26 18:43:05 +05:30
Pawan Kumar
7a7fb4547f
Fix: isRequired validation of checkbox widget ( #1884 )
...
* fix checkbox required issue
* add test case
* update error styling for checkbox
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-26 16:51:23 +05:30
NandanAnantharamu
a64069b9f2
Added test for Tab and input widget binding ( #1912 )
...
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-11-26 15:15:03 +05:30
NandanAnantharamu
7a73763aea
Feature/pageload usecase ( #1750 )
...
* Usecase for pageload Api and input widget
* Updated test name
* updated tests
* Updated assertion
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-11-25 21:40:31 +05:30
Piyush Mishra
d9e7baea45
Fix infinite loop crash on widget drag ( #1916 )
2020-11-25 21:32:54 +05:30
devrk96
461b662c7a
Feature: Rename organization in homepage ( #1201 )
2020-11-25 17:54:14 +05:30
Nikhil Nandagopal
8109b3b001
Merge pull request #1836 from vvkpd/show-number-of-records
...
show number of the records
2020-11-25 12:31:46 +05:30
Nikhil Nandagopal
25e9516315
Update TableHeader.tsx
2020-11-25 12:06:27 +05:30
Nikhil Nandagopal
610ea6c1f7
minor fix for user ids being sent
2020-11-24 21:10:50 +05:30
Vivek Pandey
1bdefc0094
removes show label from header
2020-11-24 20:05:34 +05:30
Nikhil Nandagopal
c77c43cfee
Merge pull request #1892 from appsmithorg/fix/tabs-selectedTab
...
Fix selectedTab binding issue
2020-11-24 19:06:10 +05:30
Piyush Mishra
dbf947a1a6
Hotfix for mac start-https.sh script ( #1891 )
2020-11-24 18:58:05 +05:30
Abhinav Jha
bddc79aee8
Fix selectedTab binding issue
2020-11-24 18:20:08 +05:30
Piyush Mishra
e7c465eaae
Add support for WSL local dev ( #1756 )
...
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2020-11-24 16:45:33 +05:30
Piyush Mishra
7376ada1b1
[Documentation] Use env variables in Cypress tests ( #1887 )
2020-11-24 16:44:38 +05:30
Piyush Mishra
03f97c0323
Fix: Maps widget crash on wrong initial location datatype ( #1854 )
2020-11-24 14:13:45 +05:30
devrk96
fee1a4518f
Feature: Toast component ( #476 )
2020-11-24 12:31:37 +05:30
Nikhil Nandagopal
9cc5a20190
added source to user object
2020-11-23 18:47:12 +05:30
Pawan Kumar
ad52842e1c
Fix/entity name coincide issue 1396 ( #1781 )
...
* Fixing the telemetry on self-hosted instances (#1714 )
* Fix issue where creating a new application twice does not work (#1713 )
* add check if name is conflicting with internal fn
* use already existing selector
* add conflicting names checks on api/queries/widget names
* add test cases for invalid widget/api/query names
* refactor
* change array to map
* remove getDataTreeKeys selector
* refactor
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-23 14:57:00 +05:30
Piyush Mishra
5efcb47486
Improve test automation docs ( #1838 )
...
* improve docs with link to client setup and change cypress.env.json instead of editing cypress.json file
* fix link to client setup
* improve ordering
* rearrange
* fix quotes
* remove unlinkable link
* fake push
2020-11-23 13:58:26 +05:30
akash-codemonk
294348e1f9
Query pane plugin form should be initializable ( #1802 )
2020-11-23 11:58:15 +05:30
Vivek Pandey
0a35ecdcaf
show number of the records
2020-11-22 20:16:27 +05:30
Nikhil Nandagopal
6487508e0c
Merge pull request #1823 from appsmithorg/fix/rte-linebreaks
...
Fix RTE line break issue
2020-11-20 17:27:51 +05:30
Abhinav Jha
3064a1865a
Fix RTE line break issue
...
Fix issue where empty defaultValue wasn't getting updated
2020-11-20 17:08:51 +05:30
Hetu Nandu
ff541c3efa
Patch object order issue ( #1819 )
2020-11-20 15:00:50 +05:30
Hetu Nandu
9ef9d184ff
Pass execution params to action callback ( #1814 )
2020-11-20 13:57:46 +05:30
vicky-primathon
3b85cc8222
Added defaultSelectedRow property in table widget so that users can configure default selected row(s) ( #1684 )
...
* Added defaultSelectedRow property in table widget so that users can configure default selected rows
* Cypress test cases added to test default row selection in table widget
* Fix defualtSelectedRow property's evaluation type
* Fix default select row type
* Set default selected row when resetting user selected rows
* Use defaultSelectedRow when no user selected row in table
2020-11-20 13:13:39 +05:30
devrk96
0da8c84ae1
Fix: App card boundaries UI ( #1798 )
...
* Hover ui fixed on all sides of app card
2020-11-20 12:45:48 +05:30
devrk96
879258b74f
Theme flag stored in localStorage cleared when logging out ( #1796 )
2020-11-20 12:45:04 +05:30
akash-codemonk
26e793a86a
Show api datasource list on focus ( #1668 )
2020-11-19 17:11:06 +05:30
akash-codemonk
2ded99f9ac
Fix store as datasource ( #1772 )
2020-11-19 17:00:22 +05:30
Pawan Kumar
5f1b398d34
Fix/truncated page name in appviewer issue 1597 ( #1770 )
...
* Fixing the telemetry on self-hosted instances (#1714 )
* Fix issue where creating a new application twice does not work (#1713 )
* show popover on truncated page name in appviewer
* move testcases to Pages_spec.js
* fix ref issue + test cases
* fix test case
* update test case
* fix test case
* fix merge conflict typo
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-19 16:08:09 +05:30
akash-codemonk
acb3c42d66
Highlight matching brackets in editor ( #1613 )
2020-11-19 13:24:21 +05:30
akash-codemonk
6dc7e42ce9
Remove api datasource from add datasource page ( #1639 )
...
* Show only db datasources in the create datasource page
* Remove invalid test
2020-11-19 13:22:44 +05:30
akash-codemonk
32482d4826
Fix datasource name getting focused after save while creating new datasource ( #1793 )
2020-11-19 13:04:19 +05:30
akash-codemonk
732dc632cd
Show callout only for db datasources ( #1792 )
2020-11-19 10:49:36 +05:30
akash-codemonk
c3c7b9b7d7
Add new property to conditionally hide form fields in datasource and editor ( #1682 )
...
* Create a form control component which handles the hidden logic
* Add tests
2020-11-19 09:02:58 +05:30
Piyush Mishra
5b684b857e
Add placeholders on curl import and API create form ( #1738 )
...
* adds placeholder on curl import form
* add placeholder to api creation form as well
2020-11-19 05:48:54 +05:30
Abhinav Jha
93ac625135
Hide appviewer header if queryparams has embed
2020-11-18 18:55:25 +05:30
Vivek Pandey
de435ed009
Show number of records instead of pages in the table widget ( #1734 )
2020-11-18 18:20:04 +05:30
Hetu Nandu
2538444e20
Remove old derived value bindings from test DSLs ( #1757 )
2020-11-18 18:18:07 +05:30
Pawan Kumar
6e4c6824ef
Fix/truncated page name in appviewer issue 1597 ( #1742 )
...
* Fixing the telemetry on self-hosted instances (#1714 )
* Fix issue where creating a new application twice does not work (#1713 )
* show popover on truncated page name in appviewer
* move testcases to Pages_spec.js
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-17 12:03:10 +05:30
Piyush Mishra
49c24c7654
Force redirect https on development nginx server ( #1733 )
2020-11-16 19:01:33 +05:30
Arpit Mohan
955f80925f
Fixing the telemetry on self-hosted instances ( #1714 )
2020-11-12 19:01:40 +05:30
Abhinav Jha
0f4269891f
Fix issue where creating a new application twice does not work ( #1713 )
2020-11-12 18:58:12 +05:30
akash-codemonk
86a419d42a
Add the error style to bindings ( #1711 )
2020-11-12 18:53:49 +05:30
Pawan Kumar
fc29a31cd4
Fix/show two whitelist ips issue 1632 ( #1705 )
...
* add second whitelist ip for create datasource page
* revert the cloudhosting check on help button
* update name of util function
* remove unused key
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-12 17:35:19 +05:30
NandanAnantharamu
da9ef2cb2d
Added a check for zoom feature test ( #1703 )
...
* Added a check for zoom feature test
* Added another click for zoom-in check
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-11-12 17:34:44 +05:30
Pawan Kumar
7bc4697545
Fix/help modal fab button toggle issue 1681 ( #1692 )
...
* change icon to close on opening help modal
* fix help modal icon bug
* add test cases for the fab buttont toggle issue
* fix padding + closing lag issue of help modal
* pass isOpen true all the time
* fix help modal button hover issue
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-12 16:56:54 +05:30
Hetu Nandu
37c2246e22
[Enhancement] Update DSL structures to allow for nested dynamic paths ( #1625 )
...
Implements #1575
2020-11-12 16:53:32 +05:30
akash-codemonk
1510c21a7d
Add a back button to the datasources page ( #1702 )
2020-11-12 15:36:13 +05:30
Rohit Kumawat
175d43aad3
limit added for showing user icons in an organization
2020-11-12 15:01:51 +05:30
Arpit Mohan
073555ee8a
Moving all telemetry check to the configs class ( #1700 )
...
Now we enable/disable all analytics in a central location in the configs class. This ensures that each analytics function can simply check it's own value and not worry about checking for the disableTelemetry flag
2020-11-12 11:56:09 +05:30
Nikhil Nandagopal
e411df0a64
Added check so that existing installs don't get telemetry ( #1698 )
...
* Adding the segment key to the tagged release
* Also opting out of telemetry data in CI builds
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-11-11 23:54:19 +05:30
Arpit Mohan
cb4b3b2753
Dummy commit to trigger CI build
2020-11-11 19:43:25 +05:30
Hetu Nandu
a51082fb54
Merge branch 'master' into release
2020-11-11 18:51:03 +05:30
devrk96
73869eee69
Feature: Show org user icons on homepage ( #1685 )
...
* Displaying org user icons feature is implemented
* using username if name not found in user details
* Share user icon cypress test implemented
2020-11-11 18:42:05 +05:30
Abhinav Jha
a4f652ce70
Add client-max-body-size directive to nginx https proxy ( #1695 )
2020-11-11 18:23:48 +05:30
Nikhil Nandagopal
5a903a6976
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-11-11 18:07:57 +05:30
Nikhil Nandagopal
a1d6b0232b
enabled perf for sentry
2020-11-11 18:07:40 +05:30
akash-codemonk
aefafd33dc
Fix switching datasource in the query pane ( #1636 )
2020-11-11 17:59:26 +05:30
Hetu Nandu
b1c8008c3d
Add null check for evaluated value in Chart Data Control ( #1675 )
...
Fixes : #1672 , #1666
2020-11-11 17:28:26 +05:30
Hetu Nandu
3a84af82ed
Fix critical issues ( #1686 )
...
Fixes #1683
Fix for dropdowns with option not being an object crashes dropdown and stops eval
Fixes #1656 #1657
Fix issue where updateWidgetProperty would get called without a widgetId
2020-11-11 17:02:14 +05:30
Pawan Kumar
392de2b840
Fix/on date selected call issue 987 ( #1691 )
...
* fix onSelectedDate call on deselection of date
* add test cases for deselecting the datepicker widget issue
Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
2020-11-11 16:59:45 +05:30
Arpit Mohan
166ee73c9f
Moving the intercom initialization to the body in index.html ( #1690 )
...
This is to allow us to enable/disable Intercom chat based on the APPSMITH_INTERCOM_APP_ID and APPSMITH_CLOUD_HOSTED environment variables.
2020-11-11 15:49:21 +05:30
NandanAnantharamu
d5ce1dfa52
Added tests for dependencies ( #1679 )
...
* Added tests for dependencies
* updated review comments
* moved files to binding folder
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-11-11 15:44:01 +05:30
Nikhil Nandagopal
3c37645d12
Merge pull request #1674 from appsmithorg/fix/switch-content-type
...
Fix incorrect bodyFormData values being sent
2020-11-10 19:20:11 +05:30
Pawan Kumar
dace2a6a55
Merge pull request #1671 from appsmithorg/pawan/issue-720
...
Fix long app names not visible issue
2020-11-10 17:26:41 +05:30
Pawan Kumar
42fe5f4543
update test cases for the issue + typo fix
2020-11-10 16:59:34 +05:30
Akash N
06d330ef3a
actionConfiguration.body shouldn't be reset
2020-11-10 16:42:31 +05:30
Pawan Kumar
8b7e7d2993
incorporate code reviews feedbacks
2020-11-10 15:58:21 +05:30
Akash N
6c0d0e228c
Add test
2020-11-10 15:11:05 +05:30
Pawan Kumar
426bb0b8df
clear search input in test cases
2020-11-10 15:08:47 +05:30
Akash N
3fbcf667b6
Do not reset the bodyFormData value
2020-11-10 14:58:14 +05:30
Nikhil Nandagopal
5e17450e2f
added check for no matches ( #1673 )
2020-11-10 14:52:35 +05:30
Pawan Kumar
3a708497dd
add a max-width on tooltip component
2020-11-10 14:16:57 +05:30
Hetu Nandu
a52c5df987
Fix form widget eval loops for arrays
2020-11-10 13:23:18 +05:30
Pawan Kumar
ec49c358c4
Fix app name too long issue
2020-11-09 17:00:34 +05:30
Hetu Nandu
977405a720
Create app crash boundary ( #1629 )
2020-11-09 14:53:20 +05:30
Hetu Nandu
9f0363812e
Default page id fixes ( #1628 )
...
* Fix App invite form not getting the correct page id
* localise confusing getDefaultPageId function
* Remove old fetch application workflow action
2020-11-09 14:22:44 +05:30
vicky-primathon
fd12e907af
Map not resetting to location selected fix. Location map to search location. ( #1619 )
2020-11-06 20:39:35 +05:30
Abhinav Jha
b549978fdf
Fix issue where clicking on widget add button redirects to the homepage ( #1620 )
2020-11-06 20:38:11 +05:30
vicky-primathon
e82b0c42e3
Fix distortion due to table scrollbar ( #1608 )
2020-11-06 16:48:04 +05:30
vicky-primathon
54a6ca0850
Fix/table widget pagination changes ( #1298 )
2020-11-06 16:45:47 +05:30
Nikhil Nandagopal
6121e6938e
Merge pull request #1576 from appsmithorg/fix/button-ui-invite-modal
...
Fix: Invite modal cancel button UI
2020-11-06 15:04:10 +05:30
Hetu Nandu
2820413b7d
Fix bad fix for show alert issue #1583 ( #1614 )
2020-11-06 14:57:10 +05:30
Hetu Nandu
f0862652c3
Fix for btoa / atob functions
2020-11-06 14:50:07 +05:30
Rohit Kumawat
f321b6e759
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/button-ui-invite-modal
2020-11-06 14:31:50 +05:30
Nikhil Nandagopal
72334ca8ad
Merge pull request #1612 from appsmithorg/fix/atob-btoa-not-working
...
Remove extra dependency and use browser atob and btoa
2020-11-06 14:28:21 +05:30
Hetu Nandu
f99291ea2d
Revert "Fix still crashing for #1583 "
...
This reverts commit 2c88f11ed4 .
2020-11-06 14:17:26 +05:30
Nikhil Nandagopal
7816f2c1f7
Merge pull request #1592 from appsmithorg/feat/sticky-header
...
Show query form headers while scrolling
2020-11-06 14:09:53 +05:30
Hetu Nandu
2c88f11ed4
Fix still crashing for #1583
2020-11-06 14:08:22 +05:30
Hetu Nandu
9cc94777f2
Remove extra dependency and use browser atob and btoa
2020-11-06 14:04:10 +05:30
Nikhil Nandagopal
5e84dcaa95
Merge pull request #1557 from appsmithorg/feature/telemetry
...
Adding telemetry for community edition
2020-11-06 13:57:18 +05:30
Arpit Mohan
17ffcd946e
Increase the timeout while waiting for containers to start
2020-11-06 13:33:35 +05:30
Rohit Kumawat
64d053de6e
variable name corrected
2020-11-06 13:23:38 +05:30
Nikhil Nandagopal
2a8e756149
added caching for analytics hash
2020-11-06 11:57:36 +05:30
vicky-primathon.in
717082b8bc
Fix distortion due to table scrollbar
2020-11-06 10:51:29 +05:30
Rohit Kumawat
d85351526d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/button-ui-invite-modal
2020-11-06 08:47:59 +05:30
Nikhil Nandagopal
daeb9ed4be
Merge branch 'feature/telemetry' of github.com:appsmithorg/appsmith into feature/telemetry
2020-11-05 22:21:35 +05:30
Nikhil Nandagopal
430dfc00ea
updated analytics checks
2020-11-05 22:21:22 +05:30
Arpit Mohan
a944680d50
Adding the disable telemetry config in the env example
2020-11-05 22:01:58 +05:30
Arpit Mohan
12f3a4182c
Fixing the tests and adding the segment key in the yarn build
...
This key will be burned into the Docker image itself.
Also adding the disable telemetry link to the nginx_app template during self-hosted deploys.
2020-11-05 20:32:25 +05:30
akash-codemonk
86cac0fae3
Add test for showBindingPrompt function ( #1566 )
2020-11-05 19:15:40 +05:30
Nikhil Nandagopal
7ed8d3db9b
fixed conf
2020-11-05 18:10:04 +05:30
Hetu Nandu
c1ff711a45
Fix build errors
2020-11-05 17:58:39 +05:30
Nikhil Nandagopal
08b755bdcb
Merge pull request #1591 from appsmithorg/fix/args
...
Fix for args not splitting correctly with empty values
2020-11-05 17:52:35 +05:30
Hetu Nandu
20f357ae35
Add checks for wrong alert types of Toast messages ( #1588 )
...
Fixes #1583
2020-11-05 17:19:37 +05:30
Nikhil Nandagopal
5e93815276
added segment CE and telemetry flags
2020-11-05 16:58:17 +05:30
Nikhil Nandagopal
2c111edbba
fix for tests
2020-11-05 16:56:00 +05:30
imgbot[bot]
96fcf65f04
[ImgBot] Optimize images ( #1558 )
...
/app/client/src/assets/images/timeout-image.png -- 109.72kb -> 86.13kb (21.51%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-11-05 16:46:54 +05:30
Akash N
01303e6716
Merge branch 'release' of https://github.com/appsmithorg/appsmith into feat/sticky-header
2020-11-05 16:17:59 +05:30
Nikhil Nandagopal
6d6ef35b7c
Merge pull request #1518 from sumanthyedoti/fix/tabs-widget-corners
...
fix/tabs widget corners
2020-11-05 15:51:41 +05:30
Nikhil Nandagopal
a110a23574
Merge pull request #1169 from daniel-shuy/fix/download-file-type-dropdown-optional
...
Allow Download File Type dropdown to be deselected
2020-11-05 15:47:18 +05:30
Nikhil Nandagopal
39331d95b2
fix for args not splitting correctly with empty values
2020-11-05 15:46:38 +05:30
Akash N
abd3bf248a
Add the output the query to the content of the query tab to have a sticky header like UI
2020-11-05 14:38:52 +05:30
Rohit Kumawat
5eff7e7970
cancel button text color fixed
2020-11-05 12:34:44 +05:30
Nikhil Nandagopal
274e2bc5cd
updated telemetry check
2020-11-05 11:41:29 +05:30
Nikhil Nandagopal
409c4ad9b7
Merge pull request #1571 from appsmithorg/fix/org-setting-field-validation
...
Fix: Field Issues in Organization's General Tab
2020-11-05 11:31:33 +05:30
Nikhil Nandagopal
6206da646a
max height is fixed for users list in invite modal ( #1572 )
2020-11-05 11:29:39 +05:30
devrk96
06f106090b
underline css fixed ( #1570 )
2020-11-05 11:27:27 +05:30
Arpit Mohan
b3eabf68ea
Moving the segment CE key to a build time variable instead of hard coding it
2020-11-05 10:54:30 +05:30
Sumanth Yedoti
851f94842e
fix: tabs height
2020-11-05 10:17:55 +05:30
Arpit Mohan
994d57422b
Fixing the jest test in AnalyticsUtil
2020-11-05 08:01:01 +05:30
Sumanth Yedoti
db4e09bb1e
resolve merge conflict
2020-11-04 23:09:05 +05:30
Sumanth Yedoti
6d55b37b0d
fix: add shadow to TabsWidget
2020-11-04 23:03:32 +05:30
Sumanth Yedoti
cac499c9ad
fix(Widgets): add rounded corners and improve overall style for TabsWidget
2020-11-04 22:53:08 +05:30
Yedoti Sumanth
f4bed59ba0
style: remove extra red border to Tabs Widget
2020-11-04 22:52:22 +05:30
Yedoti Sumanth
91eec61608
fix(EnitityExplorer): remove scrollbar when content does not overflow
2020-11-04 22:52:22 +05:30
Yedoti Sumanth
97e4168523
fix(Widget): add rounded corners to Tabs Widget
2020-11-04 22:52:21 +05:30
Sumanth Yedoti
60bbc963dc
fix(Widgets): add shadow to TabsWidget
2020-11-04 22:51:59 +05:30
Sumanth Yedoti
41a2a53bf1
fix(Widgets): add rounded corners and improve overall style for TabsWidget
2020-11-04 22:51:58 +05:30
Sumanth Yedoti
a3d7cdb769
style: remove extra red border to Tabs Widget
2020-11-04 22:51:57 +05:30
Yedoti Sumanth
41411bddcb
fix(Widget): add rounded corners to Tabs Widget
2020-11-04 22:51:57 +05:30
Rohit Kumawat
e40db8b92c
max height is fixed for users list in invite modal
2020-11-04 22:36:29 +05:30
Rohit Kumawat
ea87b38077
organization label fixed
2020-11-04 21:36:44 +05:30
Rohit Kumawat
560fd9155b
field validation fixed in email and white space removed
2020-11-04 21:36:06 +05:30
NandanAnantharamu
ec50857d15
commented AddWidget_spec ( #1559 )
2020-11-04 20:23:23 +05:30
NandanAnantharamu
37dc0ba4e4
Updated a binding and commented out failing test ( #1546 )
2020-11-04 20:23:13 +05:30
Arpit Mohan
0b5250529a
Moving the getAppsmithConfig function to static function in index.ts
2020-11-04 20:03:17 +05:30
Abhinav Jha
dc7f055612
Handle null regex parts in input widget regex function ( #1569 )
2020-11-04 19:51:40 +05:30
Abhinav Jha
e14f23c31d
Handle null regex parts in input widget regex function ( #1569 )
2020-11-04 19:49:46 +05:30
Arpit Mohan
ce24f37d43
Merge branch 'release' into feature/telemetry
2020-11-04 19:08:05 +05:30
Abhinav Jha
1747390183
Fix: All canvas widgets should have no container styling applied ( #1564 )
2020-11-04 18:58:21 +05:30
Arpit Mohan
946b3ba25f
Merge branch 'release' into feature/telemetry
2020-11-04 18:02:25 +05:30
Daniel Shuy
2c5e74313c
Add default empty selection for FILE_TYPE_OPTIONS
2020-11-04 20:23:56 +08:00
Arpit Mohan
1413203251
Adding the check for disabling telemetry if the environment variable is set
2020-11-04 17:50:14 +05:30
NandanAnantharamu
af5ec1363e
commented AddWidget_spec ( #1559 )
2020-11-04 17:45:41 +05:30
Hetu Nandu
20ef86f118
Improve app initialisation for timeouts ( #1412 )
...
Fixes : #1510
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2020-11-04 17:10:59 +05:30
akash-codemonk
1eeb0af01e
Fixed binding prompt crash
2020-11-04 17:08:18 +05:30
akash-codemonk
8ae77f7764
Fix prompt showing up always ( #1556 )
2020-11-04 16:37:10 +05:30
Nikhil Nandagopal
f05ac9a9c6
added sha256 hash to obfuscate analytics data
2020-11-04 16:23:15 +05:30
akash-codemonk
ba6aceb096
Fix includes is not a function error crash ( #1555 )
...
* Make the value a string to avoid includes is not a function error
* If it is not a string show the prompt
2020-11-04 15:27:11 +05:30
Nikhil Nandagopal
0f90b19dc0
added anonymization of user data for CE
2020-11-04 15:23:26 +05:30
NandanAnantharamu
ceb31edd76
Updated a binding and commented out failing test ( #1546 )
2020-11-04 13:06:32 +05:30
Arpit Mohan
dcc30b31d2
Correcting the assertion for table binding widget test
2020-11-04 10:26:08 +05:30
Arpit Mohan
ee5e1a81ff
Reverting back the changes for local postgres
2020-11-04 08:40:35 +05:30
Arpit Mohan
e71412d3ab
Moving postgres container to background
2020-11-04 00:45:02 +05:30
Arpit Mohan
4f094ea779
Moving the postgres container to Cypress test setup
2020-11-04 00:32:42 +05:30
Arpit Mohan
fba99c4728
Removing health check for postgres
2020-11-04 00:17:31 +05:30
Arpit Mohan
c93e72c3ec
Adding postgres env variables
2020-11-04 00:05:30 +05:30
Arpit Mohan
8e839ab224
Correcting the mount volume in client.yml
2020-11-03 23:48:10 +05:30
Arpit Mohan
19131e14ab
Using absolute path for volume mount in client.yml
2020-11-03 23:29:03 +05:30
Arpit Mohan
779801c763
Correcting the ports for postgres in client.yml
2020-11-03 23:18:45 +05:30
Arpit Mohan
0ea9c96a8f
Spinning up Postgresql container in client workflow CI ( #1521 )
2020-11-03 23:16:51 +05:30
Abhinav Jha
8b097775a3
Fix table crash issue when selectedRowIndices was reset ( #1542 )
2020-11-03 22:17:52 +05:30
Abhinav Jha
d5c7fcc1e4
Fix table crash issue when selectedRowIndices was reset ( #1542 )
2020-11-03 22:16:44 +05:30
Nikhil Nandagopal
8d2ccefab2
Merge branch 'master' of github.com:appsmithorg/appsmith
2020-11-03 22:10:45 +05:30
Abhinav Jha
ada1e28f64
Fix styles to show table rows in query results ( #1540 )
2020-11-03 21:47:26 +05:30
Nikhil Nandagopal
a4443e0acb
added a fix for null crashing a page in bindings
2020-11-03 21:47:18 +05:30
Nikhil Nandagopal
8a1be448e1
added a fix for null crashing a page in bindings
2020-11-03 21:17:16 +05:30
Abhinav Jha
0538c08bcd
Fix styles to show table rows in query results ( #1540 )
2020-11-03 21:05:55 +05:30
Abhinav Jha
543b7ec72d
Entity Explorer Render ( #1354 )
...
* WIP: Performance improvements in entity explorer
* WIP: Achieve feature parity for entity explorer with release
* Update unit tests
* Add sentry profiling to current page entity properties component
* Fix page add/delete not showing up on entity explorer issue. Update memoization logic for pagegroup entity
* Deal with the ban-ts-ignore eslint issues
* Update unit tests
* Fix widget entity children visibility
* Fix tests and code
* Fix tests for scenarios where the collapsed entities are unmount, as this is a part of the performance optimization
* Filter undefined children when generating structureDSL
* Remove rule from eslintrc
Consolidate createPage test command
* Update CreatePage tests to remove redundant dsl updates
* Revert CreatePage test changes, as adding more checks within this command globally causes other tests to have issues.
* re-enable eslint rule, as without it CI tests fail
* Revert to ban-ts-comment
* Fix typescript ban-ts-ignore issue by upgrading react-scripts and fixing typescript issue across the application
* Typescript errors handled
Co-authored-by: vicky-primathon.in <vicky.bansal@primathon.in>
2020-11-03 18:35:40 +05:30
Nikhil Nandagopal
ef9a70b9e5
Merge branch 'master' of github.com:appsmithorg/appsmith
2020-11-03 18:35:06 +05:30
Nikhil Nandagopal
25a6fe2e09
Fix: Tabs Widget ( #1532 ) ( #1535 )
...
* Fix issue where placing widgets into the first tab of a tabs widget was disallowed.
* Concatenate using spread instead of produce
* Remove widget blueprint from widget props
* Deal with nested blueprint
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2020-11-03 18:33:26 +05:30
Abhinav Jha
120c2da507
Fix: Tabs Widget ( #1532 )
...
* Fix issue where placing widgets into the first tab of a tabs widget was disallowed.
* Concatenate using spread instead of produce
* Remove widget blueprint from widget props
* Deal with nested blueprint
2020-11-03 18:32:50 +05:30
Arpit Mohan
cce2c007fb
Merge branch 'release'
2020-11-03 16:56:47 +05:30
Arpit Mohan
33b18a9336
Fixing merge conflicts
2020-11-03 16:50:23 +05:30
Hetu Nandu
4cba17ab82
Add post eval action support ( #1529 )
...
Fixes #1504
2020-11-03 15:46:11 +05:30
vicky-primathon
25e8d17108
Change to resolve conflicts with master branch ( #1530 )
2020-11-03 14:46:35 +05:30
Arpit Mohan
bd11fdef91
Merge branch 'release'
2020-11-03 14:28:18 +05:30
Automated Github Action
5df7127af6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-11-03 07:15:39 +00:00
Sumanth Yedoti
87a2effbc5
Fix/api URL field twitch ( #1495 )
...
Fixes : #1248
Co-authored-by: Yedoti Sumanth <sumanthyedoti@redd.in>
2020-11-03 12:21:02 +05:30
Automated Github Action
05c82e2498
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-11-03 06:10:23 +00:00
vicky-primathon
1c4adf84a1
Fix/multi select dropdown ( #1295 )
...
* Cypress test locator fix
* Multi select dropdown values initialization fixed
* Reverted test case selector change
* Using lodash isEqual since values can be object
2020-11-03 10:49:27 +05:30
Automated Github Action
c08fe7ece8
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-11-03 04:16:31 +00:00
akash-codemonk
9afcf87156
Show binding prompt when there is no binding in the editor ( #1478 )
2020-11-03 09:40:07 +05:30
Arpit Mohan
ac44da036c
Dummy commit to trigger build
2020-11-03 08:32:08 +05:30
Arpit Mohan
91fded3ddd
Fixing merge conflicts
2020-11-03 07:40:53 +05:30
Sumanth Yedoti
a7ecfd0a6d
Fix(API): remove cursor in API HTTP methods field ( #1512 )
...
Fixes : #1249
Co-authored-by: Yedoti Sumanth <sumanthyedoti@redd.in>
2020-11-02 20:33:46 +05:30
NandanAnantharamu
da8ab92803
Updated dsl file ( #1496 )
...
* Updated dsl file
* fixed the shareApp tests
2020-11-02 20:06:41 +05:30
NandanAnantharamu
eb6c8ee8f0
Added tests for button click navigation ( #1467 )
2020-11-02 20:06:16 +05:30
imgbot[bot]
f5924c6895
[ImgBot] Optimize images ( #1513 )
...
*Total -- 1,942.96kb -> 1,638.83kb (15.65%)
/app/client/src/assets/icons/header/save-loading.gif -- 14.17kb -> 5.67kb (59.99%)
/app/client/src/assets/images/Postman.png -- 10.34kb -> 4.63kb (55.24%)
/app/client/src/assets/images/Google.png -- 11.18kb -> 5.62kb (49.76%)
/static/appsmith_logo_primary.png -- 8.02kb -> 4.06kb (49.34%)
/app/client/src/assets/images/appsmith_logo.png -- 8.02kb -> 4.06kb (49.34%)
/static/logo.png -- 13.20kb -> 7.77kb (41.11%)
/app/client/src/assets/images/no_image.png -- 4.94kb -> 2.97kb (39.97%)
/app/client/src/assets/images/query-image-outline.png -- 1.65kb -> 1.01kb (38.71%)
/app/client/src/assets/images/404-image.png -- 141.37kb -> 94.81kb (32.93%)
/app/server/appsmith-server/src/test/resources/test_assets/OrganizationServiceTest/my_organization_logo.png -- 1.77kb -> 1.20kb (32.41%)
/app/client/src/assets/images/appsmith_logo_white.png -- 1.88kb -> 1.29kb (31.17%)
/app/client/src/assets/icons/control/play-icon.png -- 2.00kb -> 1.39kb (30.15%)
/Query.png -- 219.82kb -> 155.18kb (29.41%)
/app/client/src/assets/images/Github.png -- 4.17kb -> 2.94kb (29.36%)
/API.png -- 332.87kb -> 239.07kb (28.18%)
/static/logo-no-padding.png -- 17.63kb -> 12.84kb (27.16%)
/app/client/src/assets/images/Curl.png -- 40.68kb -> 32.55kb (19.99%)
/app/client/src/assets/icons/ads/logout.svg -- 0.94kb -> 0.76kb (19.38%)
/app/client/src/assets/icons/menu/datasource-column.svg -- 0.64kb -> 0.52kb (19.15%)
/static/API2.png -- 167.58kb -> 140.36kb (16.24%)
/static/Query2.png -- 118.59kb -> 102.85kb (13.27%)
/app/client/src/assets/icons/ads/context-menu.svg -- 0.52kb -> 0.45kb (12.99%)
/app/client/src/assets/icons/help/github-icon.svg -- 2.63kb -> 2.34kb (10.85%)
/app/client/src/assets/icons/ads/search.svg -- 0.26kb -> 0.25kb (3.73%)
/app/client/src/assets/icons/widget/slash.svg -- 0.19kb -> 0.18kb (3.59%)
/app/client/src/assets/icons/widget/plus.svg -- 0.30kb -> 0.29kb (3.58%)
/app/client/src/assets/icons/widget/modal.svg -- 0.20kb -> 0.19kb (2.99%)
/app/client/src/assets/icons/ads/frame.svg -- 0.50kb -> 0.48kb (2.96%)
/app/client/src/assets/icons/menu/explorer.svg -- 0.19kb -> 0.18kb (2.11%)
/app/client/src/assets/icons/control/lightning.svg -- 0.23kb -> 0.23kb (2.1%)
/app/client/src/assets/icons/ads/product.svg -- 0.34kb -> 0.33kb (2.03%)
/app/client/src/assets/icons/widget/container.svg -- 0.20kb -> 0.19kb (1.99%)
/app/client/src/assets/images/placeholder-image.svg -- 0.15kb -> 0.14kb (1.99%)
/static/Share5.png -- 143.35kb -> 140.55kb (1.95%)
/app/client/src/assets/icons/form/info-outline.svg -- 1.77kb -> 1.73kb (1.93%)
/app/client/src/assets/icons/ads/file.svg -- 0.36kb -> 0.35kb (1.89%)
/app/client/src/assets/icons/ads/success.svg -- 0.26kb -> 0.25kb (1.88%)
/app/client/src/assets/icons/widget/input.svg -- 0.32kb -> 0.31kb (1.84%)
/app/client/src/assets/icons/ads/create-new.svg -- 0.23kb -> 0.22kb (1.73%)
/app/client/src/assets/icons/ads/book.svg -- 0.52kb -> 0.51kb (1.69%)
/app/client/src/assets/icons/control/email.svg -- 0.17kb -> 0.17kb (1.69%)
/app/client/src/assets/icons/ads/down_arrow.svg -- 0.18kb -> 0.18kb (1.63%)
/app/client/src/assets/icons/ads/upper_arrow.svg -- 0.18kb -> 0.18kb (1.63%)
/app/client/src/assets/icons/ads/bag.svg -- 0.42kb -> 0.42kb (1.61%)
/app/client/src/assets/icons/control/compact.svg -- 0.55kb -> 0.54kb (1.59%)
/app/client/src/assets/icons/help/openlink.svg -- 0.70kb -> 0.69kb (1.53%)
/app/client/src/assets/icons/help/document.svg -- 0.80kb -> 0.79kb (1.47%)
/app/client/src/assets/images/logo.svg -- 2.61kb -> 2.57kb (1.46%)
/app/client/src/assets/icons/ads/manage.svg -- 0.27kb -> 0.27kb (1.42%)
/app/client/src/assets/icons/ads/error.svg -- 0.35kb -> 0.34kb (1.4%)
/app/client/src/assets/icons/ads/view-all.svg -- 0.21kb -> 0.21kb (1.39%)
/app/client/src/assets/icons/control/pick-location-initial.svg -- 0.50kb -> 0.49kb (1.38%)
/app/client/src/assets/icons/menu/storage.svg -- 0.21kb -> 0.21kb (1.36%)
/app/client/src/assets/icons/ads/calender.svg -- 0.51kb -> 0.50kb (1.35%)
/app/client/src/assets/icons/menu/widgets-colored.svg -- 0.22kb -> 0.22kb (1.32%)
/app/client/src/assets/icons/control/input.svg -- 0.31kb -> 0.30kb (1.27%)
/app/client/src/assets/icons/header/share-white.svg -- 0.47kb -> 0.46kb (1.26%)
/app/client/src/assets/icons/control/pick-location-onclick.svg -- 0.48kb -> 0.48kb (1.21%)
/app/client/src/assets/icons/menu/datasource-table.svg -- 0.25kb -> 0.24kb (1.2%)
/app/client/src/assets/icons/form/add-new.svg -- 0.34kb -> 0.34kb (1.15%)
/app/client/src/assets/icons/ads/camera.svg -- 0.86kb -> 0.85kb (1.14%)
/app/client/src/assets/icons/widget/image.svg -- 0.35kb -> 0.35kb (1.11%)
/app/client/src/assets/icons/ads/shopper.svg -- 0.62kb -> 0.61kb (1.11%)
/app/client/src/assets/icons/control/sort-icon.svg -- 0.27kb -> 0.27kb (1.09%)
/app/client/src/assets/icons/menu/pages.svg -- 0.37kb -> 0.36kb (1.07%)
/app/client/src/assets/icons/ads/delete.svg -- 0.28kb -> 0.27kb (1.06%)
/app/client/src/assets/icons/menu/page.svg -- 0.37kb -> 0.37kb (1.06%)
/app/client/src/assets/icons/ads/workspace.svg -- 0.28kb -> 0.28kb (1.05%)
/app/client/src/assets/icons/control/download-table.svg -- 0.47kb -> 0.47kb (1.03%)
/app/client/src/assets/icons/control/help.svg -- 0.47kb -> 0.47kb (1.03%)
/app/client/src/assets/icons/control/close.svg -- 0.29kb -> 0.29kb (1.01%)
/app/client/src/assets/icons/control/move.svg -- 0.39kb -> 0.39kb (1%)
/app/client/src/assets/icons/ads/general.svg -- 0.29kb -> 0.29kb (1%)
/app/client/src/assets/icons/ads/duplicate.svg -- 0.30kb -> 0.30kb (0.96%)
/app/client/src/assets/icons/control/edit-white.svg -- 0.41kb -> 0.40kb (0.96%)
/app/client/src/assets/icons/control/view.svg -- 0.32kb -> 0.32kb (0.92%)
/app/client/src/assets/icons/header/feedback.svg -- 0.43kb -> 0.42kb (0.91%)
/app/client/src/assets/icons/control/remove.svg -- 0.33kb -> 0.33kb (0.89%)
/app/client/src/assets/icons/ads/heart.svg -- 0.79kb -> 0.79kb (0.86%)
/app/client/src/assets/icons/control/more-vertical.svg -- 1.02kb -> 1.01kb (0.86%)
/app/client/src/assets/icons/widget/rich-text.svg -- 1.60kb -> 1.58kb (0.86%)
/app/client/src/assets/icons/control/info.svg -- 0.34kb -> 0.34kb (0.85%)
/app/client/src/assets/icons/control/draggable.svg -- 0.47kb -> 0.47kb (0.83%)
/app/client/src/assets/images/API.svg -- 4.92kb -> 4.88kb (0.81%)
/app/client/src/assets/icons/widget/radio.svg -- 0.50kb -> 0.49kb (0.79%)
/app/client/src/assets/icons/ads/share.svg -- 0.37kb -> 0.37kb (0.79%)
/app/client/src/assets/images/EditPen.svg -- 0.38kb -> 0.37kb (0.78%)
/app/client/src/assets/icons/widget/collapse.svg -- 0.50kb -> 0.50kb (0.78%)
/app/client/src/assets/icons/control/edit.svg -- 0.65kb -> 0.65kb (0.75%)
/app/client/src/assets/icons/ads/user.svg -- 0.54kb -> 0.53kb (0.73%)
/app/client/src/assets/icons/widget/checkbox.svg -- 0.54kb -> 0.53kb (0.73%)
/app/client/src/assets/icons/ads/edit.svg -- 0.40kb -> 0.40kb (0.73%)
/app/client/src/assets/icons/control/collapse.svg -- 0.55kb -> 0.54kb (0.71%)
/app/client/src/assets/icons/menu/queries.svg -- 0.41kb -> 0.41kb (0.71%)
/app/client/src/assets/icons/ads/close.svg -- 0.42kb -> 0.42kb (0.7%)
/app/client/src/assets/images/NoSearchResult.svg -- 8.61kb -> 8.55kb (0.69%)
/app/client/src/assets/icons/widget/chart.svg -- 0.43kb -> 0.43kb (0.68%)
/app/client/src/assets/icons/control/decrease.svg -- 0.45kb -> 0.45kb (0.65%)
/app/client/src/assets/icons/menu/api.svg -- 1.51kb -> 1.50kb (0.65%)
/app/client/src/assets/icons/widget/filepicker.svg -- 0.61kb -> 0.60kb (0.64%)
/app/client/src/assets/icons/ads/launch.svg -- 0.61kb -> 0.61kb (0.64%)
/app/client/src/assets/icons/menu/homepage.svg -- 0.92kb -> 0.92kb (0.64%)
/app/client/src/assets/icons/control/launch.svg -- 0.62kb -> 0.61kb (0.63%)
/app/client/src/assets/icons/control/pick-location-selected.svg -- 0.48kb -> 0.48kb (0.61%)
/app/client/src/assets/icons/widget/video.svg -- 0.49kb -> 0.49kb (0.6%)
/app/client/src/assets/icons/control/currency.svg -- 0.50kb -> 0.49kb (0.59%)
/app/client/src/assets/icons/control/filter-icon.svg -- 0.84kb -> 0.84kb (0.58%)
/app/client/src/assets/icons/control/search.svg -- 0.55kb -> 0.54kb (0.54%)
/app/client/src/assets/icons/control/zoomout.svg -- 0.55kb -> 0.55kb (0.53%)
/app/client/src/assets/icons/form/lock.svg -- 0.56kb -> 0.56kb (0.52%)
/app/client/src/assets/icons/control/multiline.svg -- 1.51kb -> 1.50kb (0.52%)
/app/client/src/assets/icons/ads/flight.svg -- 1.33kb -> 1.32kb (0.51%)
/app/client/src/assets/icons/control/pick-my-location.svg -- 1.16kb -> 1.16kb (0.5%)
/app/client/src/assets/icons/ads/chat.svg -- 1.36kb -> 1.35kb (0.5%)
/app/client/src/assets/icons/widget/table.svg -- 0.78kb -> 0.78kb (0.5%)
/app/client/src/assets/icons/control/delete.svg -- 0.59kb -> 0.59kb (0.5%)
/app/client/src/assets/icons/control/phone.svg -- 0.59kb -> 0.59kb (0.5%)
/app/client/src/assets/icons/control/password.svg -- 1.97kb -> 1.96kb (0.49%)
/app/client/src/assets/icons/widget/alert.svg -- 0.81kb -> 0.81kb (0.48%)
/app/client/src/assets/icons/control/right-align.svg -- 0.62kb -> 0.61kb (0.48%)
/app/client/src/assets/icons/ads/invite-users.svg -- 0.64kb -> 0.64kb (0.46%)
/app/client/src/assets/icons/widget/tabs.svg -- 0.86kb -> 0.85kb (0.46%)
/app/client/src/assets/icons/control/columns-visibility.svg -- 1.08kb -> 1.07kb (0.45%)
/app/client/src/assets/icons/control/zoomin.svg -- 0.65kb -> 0.65kb (0.45%)
/app/client/src/assets/icons/control/left-align.svg -- 0.67kb -> 0.67kb (0.44%)
/app/client/src/assets/icons/control/underline.svg -- 0.68kb -> 0.68kb (0.43%)
/app/client/src/assets/icons/ads/globe.svg -- 1.60kb -> 1.59kb (0.43%)
/app/client/src/assets/icons/menu/widgets.svg -- 0.97kb -> 0.97kb (0.4%)
/app/client/src/assets/icons/widget/text.svg -- 0.99kb -> 0.98kb (0.4%)
/app/client/src/assets/icons/control/center-align.svg -- 0.76kb -> 0.76kb (0.38%)
/app/client/src/assets/icons/widget/location-picker.svg -- 1.02kb -> 1.02kb (0.38%)
/app/client/src/assets/icons/menu/overflow-menu.svg -- 1.05kb -> 1.05kb (0.37%)
/app/client/src/assets/icons/header/deploy.svg -- 1.59kb -> 1.59kb (0.37%)
/app/client/src/assets/icons/control/italics.svg -- 0.80kb -> 0.80kb (0.36%)
/app/client/src/assets/icons/control/increase.svg -- 0.81kb -> 0.81kb (0.36%)
/app/client/src/assets/icons/help/discord.svg -- 1.08kb -> 1.08kb (0.36%)
/app/client/src/assets/icons/widget/map.svg -- 1.10kb -> 1.09kb (0.36%)
/app/client/src/assets/images/email-not-configured.svg -- 28.71kb -> 28.61kb (0.35%)
/app/client/src/assets/icons/help/help.svg -- 1.15kb -> 1.15kb (0.34%)
/app/client/src/assets/icons/control/copy.svg -- 0.87kb -> 0.86kb (0.34%)
/app/client/src/assets/icons/control/bold.svg -- 0.88kb -> 0.88kb (0.33%)
/app/client/src/assets/icons/widget/dropdown.svg -- 1.21kb -> 1.21kb (0.32%)
/app/client/src/assets/icons/ads/billing.svg -- 0.96kb -> 0.95kb (0.31%)
/app/client/src/assets/icons/control/decimal.svg -- 0.98kb -> 0.97kb (0.3%)
/app/client/src/assets/icons/control/settings.svg -- 1.33kb -> 1.32kb (0.29%)
/app/client/src/assets/icons/control/chevron-down.svg -- 1.02kb -> 1.02kb (0.29%)
/app/client/src/assets/icons/widget/switch.svg -- 1.38kb -> 1.37kb (0.28%)
/app/client/src/assets/images/secure.svg -- 1.07kb -> 1.07kb (0.27%)
/app/client/src/assets/icons/menu/datasource-colored.svg -- 1.12kb -> 1.12kb (0.26%)
/app/client/src/assets/icons/menu/api-colored.svg -- 1.13kb -> 1.12kb (0.26%)
/app/client/src/assets/icons/menu/foreign-key.svg -- 1.15kb -> 1.15kb (0.26%)
/app/client/src/assets/icons/menu/org.svg -- 1.15kb -> 1.15kb (0.25%)
/app/client/src/assets/icons/control/redo.svg -- 1.17kb -> 1.16kb (0.25%)
/app/client/src/assets/icons/menu/primary-key.svg -- 1.17kb -> 1.17kb (0.25%)
/app/client/src/assets/icons/control/undo.svg -- 1.17kb -> 1.17kb (0.25%)
/app/client/src/assets/icons/form/trash.svg -- 2.75kb -> 2.74kb (0.25%)
/app/client/src/assets/icons/control/integer.svg -- 1.25kb -> 1.25kb (0.23%)
/app/client/src/assets/icons/widget/form.svg -- 1.32kb -> 1.32kb (0.22%)
/app/client/src/assets/icons/control/drag.svg -- 1.33kb -> 1.33kb (0.22%)
/app/client/src/assets/icons/header/save-failure.svg -- 1.45kb -> 1.44kb (0.2%)
/app/client/src/assets/icons/control/js-toggle.svg -- 1.97kb -> 1.96kb (0.2%)
/app/client/src/assets/images/Curl-logo.svg -- 5.33kb -> 5.32kb (0.18%)
/app/client/src/assets/icons/alert/info.svg -- 1.60kb -> 1.60kb (0.18%)
/app/client/src/assets/icons/alert/warning.svg -- 1.63kb -> 1.63kb (0.18%)
/app/client/src/assets/icons/header/save-success.svg -- 1.67kb -> 1.66kb (0.18%)
/app/client/src/assets/icons/alert/success.svg -- 1.67kb -> 1.67kb (0.18%)
/app/client/src/assets/icons/menu/data-sources.svg -- 1.74kb -> 1.73kb (0.17%)
/app/client/src/assets/icons/alert/error.svg -- 1.95kb -> 1.95kb (0.15%)
/app/client/src/assets/icons/widget/datepicker.svg -- 3.23kb -> 3.22kb (0.12%)
/app/client/src/assets/icons/widget/button.svg -- 3.75kb -> 3.75kb (0.1%)
/app/client/src/assets/icons/control/address.svg -- 3.37kb -> 3.37kb (0.09%)
/app/client/src/assets/icons/control/datepicker.svg -- 3.75kb -> 3.75kb (0.08%)
/app/client/src/assets/images/appsmith-datasource.svg -- 505.60kb -> 505.43kb (0.03%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-11-02 19:44:01 +05:30
devrk96
09ce4329b0
underline css fixed ( #1515 )
2020-11-02 19:35:31 +05:30
Arpit Mohan
7d7ea490ec
Fixing the client release & master builds ( #1501 )
2020-11-02 16:27:30 +05:30
Automated Github Action
89edfa8c93
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-11-02 10:16:13 +00:00
satbir121
51cb0d82a2
Fixing zoom on pan issue. ( #1474 )
...
* FIxing zoom on pan issue.
* Adding a disabled label to 1x zoom.
* Adding comments.
* Update PropertyPaneConfigResponse.tsx
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-11-02 15:21:14 +05:30
Arpit Mohan
773b069885
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-11-02 15:07:32 +05:30
akash-codemonk
ac70e5be4d
Update query form UI ( #1500 )
2020-11-02 15:01:00 +05:30
Abhinav Jha
4f569f4996
Fix issue where datasource was missing for an action ( #1498 )
2020-11-02 14:58:20 +05:30
Automated Github Action
4c48d61a50
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-11-02 09:08:12 +00:00
akash-codemonk
fbfcfeed2a
Show template menu on click of datasource table ( #1410 )
2020-11-02 14:24:54 +05:30
Automated Github Action
4fe0fdc952
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-11-02 06:10:12 +00:00
Nikhil Nandagopal
2ec5b6297b
Fix/action splitting ( #1497 )
...
* fixed argument splitting logic to rely onregex instead of simple string split
* abstracted splitting function
2020-11-02 10:54:15 +05:30
Arpit Mohan
e3d5832a78
Merge branch 'master' into release
2020-10-31 17:43:06 +05:30
Arpit Mohan
90e9c131b1
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-31 17:26:29 +05:30
devrk96
7d6a70d3ce
Feature: New create app flow ( #1375 )
...
* EditableTextWrapper component implemented
* create new app flow implemented
* test cases for new create new app flow fixed
* role update element fixed
* before-all hooks fixed
* createOrg test cases fixed
* loading state test added
* editableText input unique identifier added in test-cases
* updateApplication API alias name corrected
* removed the second className prop on same component
* PR feedback implemented
2020-10-31 12:10:51 +05:30
Nikhil Nandagopal
3829ccbbd0
Merge branch 'master' of github.com:appsmithorg/appsmith
...
# Conflicts:
# .github/workflows/client.yml
2020-10-30 20:13:49 +05:30
Automated Github Action
8d469ad24f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-30 13:04:52 +00:00
Nikhil Nandagopal
5c26ef5d07
Fixed Bindings Working inside action selectors ( #1484 )
...
* added functions to convert string to JS and JS to string while manipulating property pane values
refactored getters and setters to reuse functions instead of creating multiple functions
* minor fixes
* optimized the js conversion function and fixed an edge case
* minor fix for type setters
* abstracted enum getter
* dummy commit
2020-10-30 18:05:21 +05:30
vicky-primathon
6a0e573c50
Query table scroll issue fixed ( #1464 )
...
* Query table scroll issue fixed
* Table widget horizontal scroll fix
2020-10-30 16:47:19 +05:30
Automated Github Action
dbdd5a9742
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-30 11:08:58 +00:00
vicky-primathon
0508bbd115
Query table scroll issue fixed ( #1464 )
...
* Query table scroll issue fixed
* Table widget horizontal scroll fix
2020-10-30 16:20:35 +05:30
vicky-primathon
b74bec311e
Query table scroll issue fixed ( #1464 )
...
* Query table scroll issue fixed
* Table widget horizontal scroll fix
2020-10-30 16:18:57 +05:30
Arpit Mohan
17ae082637
Moving to conditional if steps
2020-10-30 15:11:59 +05:30
Arpit Mohan
4df2801643
Splitting the if conditions
2020-10-30 15:04:01 +05:30
Arpit Mohan
ca72e1f382
Trying a different syntax
2020-10-30 14:57:38 +05:30
Arpit Mohan
0595b8d05a
Adding more debug logging
2020-10-30 14:52:34 +05:30
Arpit Mohan
594bae4d17
Making the default shell bash
2020-10-30 14:49:37 +05:30
Arpit Mohan
aef74b8aaa
Dummy commit to trigger build
2020-10-30 14:41:37 +05:30
Arpit Mohan
184cda75cf
Minor changes in the client.ymp file
2020-10-30 14:17:31 +05:30
Arpit Mohan
7b76dfd293
Adding debug logs for the output variable
2020-10-30 14:10:14 +05:30
Arpit Mohan
71f5daac3a
Debugging the github ref
2020-10-30 13:42:31 +05:30
Arpit Mohan
587a90af0f
Adding a separate step for the server docker image
2020-10-30 13:24:08 +05:30
Arpit Mohan
97e4df6fc2
Adding dummy commit to trigger build
2020-10-30 13:08:30 +05:30
Arpit Mohan
b15c0a1f0b
Fixing the docker image name for master builds
2020-10-30 12:56:48 +05:30
Arpit Mohan
12c874cca7
Fixing merge conflicts when cherry picking
2020-10-30 12:55:47 +05:30
Arpit Mohan
862a310050
Fixing merge conflicts during cherry picking
2020-10-30 12:54:52 +05:30
Arpit Mohan
ccea01cb21
Ensures that the master & release flows pick appropriate server Docker images ( #1465 )
2020-10-30 12:43:52 +05:30
Automated Github Action
d3ccf634f8
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-30 07:12:14 +00:00
akash-codemonk
d652c1485d
Update the action config with the datasource info ( #1451 )
2020-10-30 11:54:15 +05:30
Automated Github Action
9cdee5aee4
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-30 06:05:53 +00:00
Sumit Kumar
6cf4c10c4b
Merge branch 'fix/setup_guide' of https://github.com/sumitsum/appsmith into fix/setup_guide
2020-10-30 01:17:50 +05:30
Sumit Kumar
d8e4b045b7
Update server and client setup guide. ( #1437 )
...
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-30 00:57:25 +05:30
Automated Github Action
2016c19b2f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-29 19:04:39 +00:00
vicky-primathon
75c84cbba7
Map resetting when clicking on a marker fix ( #1299 )
2020-10-29 23:46:27 +05:30
Automated Github Action
7eb11f0007
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-29 14:09:24 +00:00
akash-codemonk
9553fe9b19
Merge datasources and actions in explorer ( #1285 )
2020-10-29 19:23:10 +05:30
Nuwan Sameera Alawatta
e782ca17e8
fix lightning bolt menu onhover bug ( #1454 )
...
* fix lightning bolt create new api onhover bug
* fix lightning bolt menu onhover bug
2020-10-29 19:00:04 +05:30
Automated Github Action
7e58c95ece
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-29 12:11:37 +00:00
devrk96
f6bb16a4e6
Fix: Invalid email error in invite modal ( #1368 )
...
* Invalid email error showing on entering incorrect email before submission
* error state name corrected
* colon removed from error message
2020-10-29 16:47:52 +05:30
satbir121
540f2637b5
Adding zoom on image widget. ( #1356 )
...
* Adding zoom on image widget.
* Changing zoom level to step.
* Fixed typescript issue.
* Added zoom-in/out on Click.
* Removing bad code.
2020-10-29 16:44:39 +05:30
Arpit Mohan
f38df9febc
Correcting typo in env variable in client.yml
2020-10-29 16:19:14 +05:30
Arpit Mohan
63329b3762
Fixing bad merge
2020-10-29 16:05:37 +05:30
Arpit Mohan
7668560738
Fixing merge conflicts
2020-10-29 15:51:04 +05:30
Arpit Mohan
591b51b6a9
Ensures that the master & release flows pick appropriate server Docker images ( #1465 )
2020-10-29 15:44:58 +05:30
Sumit Kumar
da907f58f3
Merge branch 'fix/setup_guide' of https://github.com/sumitsum/appsmith into fix/setup_guide
2020-10-29 13:46:12 +05:30
Automated Github Action
676f26dcec
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-29 06:12:55 +00:00
NandanAnantharamu
a7b6a754f5
Added tests for add widget in query ( #1353 )
...
* Added tests for add widget in query
* test updated
* updated test with wait
* Updated binding data
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2020-10-29 11:15:17 +05:30
NandanAnantharamu
ee0729e60c
Basic test for theme change ( #1448 )
2020-10-29 11:14:46 +05:30
Sumit Kumar
1437d4a9e8
Update server and client setup guide. ( #1437 )
...
1. Add Linux specific requirements.
2. Add debug info for common build errors.
3. Correct build step or any other statement wherever required.
4. For more info please see the attachment here: https://github.com/appsmithorg/appsmith/issues/1437
2020-10-28 23:02:33 +05:30
Automated Github Action
6e1e226a62
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-28 16:12:54 +00:00
vicky-primathon
dbf98fde5f
Fix/table widget filter conditions ( #1297 )
...
* Table widget isEqualTo and notEqualTo conditions fixed
2020-10-28 21:10:33 +05:30
Automated Github Action
4bb2d491ee
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-28 15:09:29 +00:00
vicky-primathon
4cd2579dfa
Added horizontal scrolling in table widget ( #1436 )
...
* Added horizontal scrolling in table widget
* Handled table grow shrink with display table css property
2020-10-28 19:49:15 +05:30
Automated Github Action
3bc4ca12b3
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-28 12:11:09 +00:00
devrk96
5ebea89d98
Test cases: Application update ( #1339 )
...
* application name and icon update test cases implemented
* application icon update test case implemented
2020-10-28 17:36:30 +05:30
devrk96
bc70460093
role change update fixed ( #1192 )
2020-10-28 17:21:14 +05:30
Automated Github Action
4a754f526b
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-28 11:07:52 +00:00
Hetu Nandu
44725c983e
Use global history on 500 page ( #1446 )
2020-10-28 16:29:34 +05:30
Automated Github Action
ab0f016f03
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-28 08:11:24 +00:00
Jeff Rescignano
c967c03494
Add "back to home" CTA on 500 page ( #1319 )
...
Fixes : #1303
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-10-28 13:38:52 +05:30
Arpit Mohan
ee683157a5
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-28 11:10:06 +05:30
devrk96
15ab7809f8
Org name, email and website update test cases implemented ( #1433 )
2020-10-28 11:09:28 +05:30
Arpit Mohan
d457614b4e
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-27 12:29:01 +05:30
akash-codemonk
a8b40dcd53
Do not show template view if there no templates. ( #1330 )
2020-10-27 12:03:45 +05:30
Nikhil Nandagopal
2557c1748c
Merge branch 'master' of github.com:appsmithorg/appsmith
2020-10-27 11:39:36 +05:30
Automated Github Action
0ff5b3f471
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-27 06:09:15 +00:00
Nikhil Nandagopal
427aa7e74c
disable sentry perf ( #1399 )
2020-10-27 11:39:05 +05:30
Nikhil Nandagopal
790d202662
Update netlify.toml
2020-10-27 11:33:49 +05:30
NandanAnantharamu
d03be01b28
Added assertion for basic AddWidget test ( #1405 )
2020-10-27 10:43:03 +05:30
Automated Github Action
07fdd867a6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-27 05:09:54 +00:00
akash-codemonk
0f34c7f38f
Secure connection UI ( #1358 )
2020-10-27 10:32:32 +05:30
Trisha Anand
d00ba212b3
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-26 18:55:13 +05:30
Trisha Anand
5b625fed4a
Dummy commit to run the client test suite again.
2020-10-26 18:53:23 +05:30
Trisha Anand
eda489fd7f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-26 18:07:37 +05:30
Trisha Anand
fc9ea45e3b
[API breaking change : Automated Tests Will Fail] Page And Action Refactor ( #549 )
...
* Introduced new page which stores the published and unpublished pages as separate.
* Mid level commit to save the state.
* Parity of new page repository with old page repository (custom functions)
* WIP : Delete a page. This requires changes across application structure as well.
* Added publishedPages construct inside application to store the pages in the deployed view as well as isDefault so that the same changes (delete or isDefault) in unpublished view doesn't alter these fields for the published application
* Parity reached with PageService.
* Minor ActionService refactor to remove unnecessary code.
ApplicationPageService, LayoutActionService, LayoutService use the new page service to fetch the pages
Minor corrections in fetching the page from new page service in tests
* New save function which sets the PageDTO for unpublished page and then saves the new page into repository.
* Migration of page service functions to new page service functions across other services/tests/controller
* Finished migrating all the page service functions to the new page service functions
* Application Service Tests have been fixed.
* All the existing test cases are working now.
* Publish application implemented to store published pages as well. Added a basic test case to check that published pages is being set and that page's publishedPageDTO is being set accordingly.
* Minor TODOs added to add test cases for published application.
* A few tests to ascertain that published application page fields (deleted, isDefault) does not get changed when these statuses are changed for a page in edit mode.
* Added a new controller end point to fetch application in view mode.
* Added new endpoint for fetching an application in view mode on the client.
* Bug fix where get application in view mode API was not getting called.
* Fixed the get page names by application & archive pages which have been deleted in edit mode during publishing of application.
* During delete page, if a page was never published and it was deleted during edit, delete the entire page instead of just deleting the unpublished PageDTO
* Minor formatting.
* Non working client side code to fetch page list using view mode.
* revert unnecassary changes and streamlined view and edit actions
* Fix missed import
* Fixed a bug where if a page is not published, it should not be returned in view mode in list of page names api.
* Fixed update for a page which was not working in integration test.
* ActionDTO added.
* Solidified the new action structure.
* Migration added for NewAction index creation and NewAction per Action insertion in the database.
* Basic file structure added the new repository, custom repository, service, etc.
* Delete OldPage.java
* Repo functions added - TODO : Haven;t handled the published/edited views
* Helper functions added to convert Action to NewAction and vice-versa. Removed unused currentUserMono usage.
* Create & update action functionality added.
* Execute Action refactored. Removed dry run specific code.
* Repository migrated to handle new data structure. Execute action refactored to no longer support dry runs of actions.
* TODO added for special handling of change view of application to handle edge cases of pages/actions which either exist in published mode but don't exist in unpublished mode or vice versa.
* Migrated finding on load actions from spring repository to custom repository.
* In view mode, now actions are being fetched by application id directly instead of first fetching application and then using the page ids, fetching the actions. This reduces the db calls from 2 to 1 per fetch actions in view mode api call.
* Delete action and get all actions (used in edit mode on the client side) implemented.
* Updated CollectionService and ActionCollectionService to use the new action service instead of the old one.
* LayoutActionService refactored to now use the new service functions.
* ActionController now no longer used ActionService. The remaining service functions have been migrated to the new action service.
* Refactor across ACL code for addition/removal of policies during addition/removal of users to organization, making app public, refactor for services like policy utils, item service, etc.
* Removed the last of action repository and action service and replaced with new action repo and new action service.
* Compile and run time issues fixed. The server is coming up without any spring dependency errors.
* WIP in fixing fetching actions by page id.
* Finally!!! Fixed the fetch actions (both published and unpublished actions) by page id repository function.
* Fixed create action bug where null datasource in published actiondto (inside newly created action) leads to error.
* Fixed the execute action issues :
1. Removed the dry runs from the tests
2. Fixed the null pointer error in variable substituted action and datasource configurations.
* 1. Fixed the custom action repository field names.
2. Fixed the data structures used in ExamplesOrganizationClonerTests
* Fixed countByDatasourceId repository function which was querying the actions incorrectly.
* Fixed the clone example organization error where the id of the action was not getting updated in the page correctly. Yay!
* Fixed post merge compilation failure.
* Fixed more compilation time failures in ActionServiceTest
* Fixed failing test case for fetching actions in view mode.
* Minor changes to resolve merge changes and incorporate in the new refactored code.
* 1. Fixed compile time errors on Client code.
2. Fixed fetching of actions in view mode by application id. The repository function did not need name parameter. Removed the same.
* [Integration Testing Error Fix] : Added a new test case for refactor action name.
* Instead of fetching actions in the page, mistakenly used the base service which was fetching all the actions in the repository, barring none which led to the name refactor being blocked even though no action in the current page exists with the new proposed name,
* Added delete functionality to action service.
* Minor code cleanup
* Adding viewMode to action execution
* Replacing action with actionId.
* 1. Bug fix for deletion of unpublished action. In case of never published action, the entire action should be deleted. In case an action was published, only the unpublished action should be deleted.
2. In case of DB actions (external datasources), only the bare minimum fields should be stored inside the action (datasource id and datasource plugin id). The other fields should not be duplicated across code.
* Fixed yarn build compilation issues.
* Update app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/ActionController.java
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* Changed the API path for GET applications in view mode. Some minor code formatting.
* Incorporated review comments.
* Some more unnecessary code removed.
* Instead of returning Page, now the interface object between client and server for Pages is PageDTO
* Migrated Page and Action to PageDTO and ActionDTO
Fixed the compilation issues.
TODO : Fix the test compilation issues.
* Fixed compilation time issues with all the tests by migrating Page and Action to PageDTO and ActionDTO respectively
* Action Controller and Page Controller no longer extend Base Controller. All the required functions have now been implemented and no base line API end points are being re-used from the base.
* Test case fixes.
* Bug Fix : Updating an action was not updating execute on load. Fixed the data flow leading to the error.
* Deprecating Page and Action domain objects. This is to ensure no new code is written with these till we remove this old code.
* Cloned example applications are now published before returning. This is to ensure that the applications are in ready to view mode when the new user signs up.
* Added a function comment to expand on the usage of new param introduced.
* When cloning a page, new actions were not being stored. Added that. Also updated the clonePage test to assert that the actions are also cloned when the pages are cloned.
* Updated a Api call
* removed extra slash
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Satbir Singh <satbir121@gmail.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
Co-authored-by: nandan.anantharamu <nandan@thinkify.io>
2020-10-26 18:04:23 +05:30
Automated Github Action
a2b08c34fc
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-26 12:10:37 +00:00
Nikhil Nandagopal
e963b3a2f5
disable sentry perf ( #1399 )
2020-10-26 16:46:24 +05:30
Automated Github Action
b574e62f69
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-26 10:09:13 +00:00
vicky-primathon
aa9bc58a90
Fix/map crash ( #1301 )
...
* Adding default map center to fix map crash issue
* API key removed
2020-10-26 15:31:01 +05:30
Nikhil Nandagopal
c41733700a
Update netlify.toml
2020-10-26 14:59:27 +05:30
Automated Github Action
8a7915f655
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-26 07:09:51 +00:00
Thakur Karthik
57031fed10
Fix theme breaking with a slash in url ( #1391 )
...
Fixes #1386
2020-10-26 12:30:01 +05:30
Arpit Mohan
13fc69a2bb
Disabling Sentry to check app load performance
2020-10-25 20:39:05 +05:30
Arpit Mohan
2382af48e1
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-25 12:37:47 +05:30
Nikhil Nandagopal
411c2c24c3
Added check for config crashing when entity properties are not present ( #1394 )
...
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2020-10-25 12:37:17 +05:30
Automated Github Action
00b1249461
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-24 15:07:55 +00:00
Hetu Nandu
ea0d873ac8
Fix JS switch failing when going back to normal ( #1388 )
...
Fixes : #1389
2020-10-24 19:59:53 +05:30
Automated Github Action
5f89256041
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-24 12:10:17 +00:00
Hetu Nandu
32469f50b2
Fix for app view not opening correct page ( #1387 )
...
Fixes : #1385
2020-10-24 17:15:16 +05:30
Arpit Mohan
c092297dbc
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-23 23:37:43 +05:30
Hetu Nandu
f4d9277950
Fix this ( #1379 )
2020-10-23 23:32:59 +05:30
Automated Github Action
4eaa52f520
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-23 15:07:54 +00:00
akash-codemonk
e9c40da8fd
Fix widget not having query data ( #1372 )
...
* Initialise the tableData and dynamic binding prop adding widget
2020-10-23 20:05:07 +05:30
Arpit Mohan
dd6cef5d82
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-22 18:46:08 +05:30
Hetu Nandu
6dc40970ef
Fix async evaluation issues ( #1348 )
...
* Fix issue with deleted widgets still showing up in binding reference
* Fix for firefox not letting errors pass through
2020-10-22 18:45:50 +05:30
Automated Github Action
4470beeab1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-22 12:10:31 +00:00
Akshay Avinash
474d95b9b4
Updated check to see appsmith editor link based on permissions ( #1247 )
2020-10-22 17:38:51 +05:30
Hetu Nandu
63e5e24c2b
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-22 01:36:08 +05:30
Hetu Nandu
a16372fed1
Fix Dropdown widget selection ( #1340 )
2020-10-22 01:15:02 +05:30
Automated Github Action
a039a0ad50
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-21 12:10:23 +00:00
NandanAnantharamu
48a772ab5c
Updated locator for test failure ( #1334 )
2020-10-21 17:13:47 +05:30
Arpit Mohan
951935ac30
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-21 15:35:32 +05:30
satbir121
81a92d40cb
Supporting 5 app cards till 1368px resolution ( #1270 )
...
* Supporting 5 app cards till 1368px resolution
* Removed unused var.
2020-10-21 14:53:40 +05:30
Automated Github Action
b1e55d4786
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-21 08:08:48 +00:00
akash-codemonk
f19810117b
Query editor styling fixes ( #1318 )
2020-10-21 13:24:10 +05:30
Hetu Nandu
3498f92f8d
Dummy commit
2020-10-21 11:13:54 +05:30
Automated Github Action
9f1681a2b7
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-21 05:07:38 +00:00
Hetu Nandu
655b160922
Web worker evaluation ( #706 )
...
- Adds Web workers and does evaluations in off the main thread
- Removes any need to store functions in the data tree and only keeps them around while evaluating
- Maintains a stored data tree in the redux state
- Evaluates based on editor events instead of state changes
2020-10-21 09:55:32 +05:30
Automated Github Action
8ba195416d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-20 19:07:26 +00:00
Hetu Nandu
7763c9e904
Add retry to Cypress tests ( #1322 )
2020-10-20 23:51:37 +05:30
Automated Github Action
a61dd3f5f4
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-20 15:08:15 +00:00
Akshay Avinash
4cd2d94f74
Updated positioning of delete icon and eslint error fix ( #1304 )
2020-10-20 20:29:28 +05:30
Automated Github Action
aefd966aca
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-20 10:08:13 +00:00
Nikhil Nandagopal
5b35d93374
Merge branch 'master' into release
2020-10-20 15:34:01 +05:30
Nikhil Nandagopal
8a97f25b1d
Fix/example apps ( #1315 )
...
* added signup for public apps that are not example apps
* minor fix
2020-10-20 15:33:21 +05:30
Arpit Mohan
087078938c
Fixing merge conflicts
2020-10-20 14:46:29 +05:30
akash-codemonk
6a2a36aadb
Update application card colors ( #1288 )
2020-10-20 14:31:54 +05:30
akash-codemonk
380da11ef0
Query home page with datasource information ( #1237 )
2020-10-20 14:30:02 +05:30
Hetu Nandu
39d51fdc4c
Fix input navigate test ( #1310 )
2020-10-20 14:18:38 +05:30
Arpit Mohan
d1713ca802
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-20 13:25:00 +05:30
vicky-primathon
56225d2fdd
Rich text editor content with newline is parsed for RTE ( #1296 )
2020-10-20 13:24:05 +05:30
Arpit Mohan
6ba5057b81
Adding a condition to only build Docker containers on push and not on pull_request_target
2020-10-20 13:21:22 +05:30
Nikhil Nandagopal
f5abf29cea
hotfix for page load actions
2020-10-20 13:15:57 +05:30
Hetu Nandu
83d91b23e8
Fix chunk loading reload issue ( #1305 )
2020-10-20 12:51:33 +05:30
Arpit Mohan
f080f3e7a0
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-20 12:45:07 +05:30
satbir121
6c1e13a6e9
Revert create new app flow to use the old flow for now ( #1265 )
2020-10-20 12:44:39 +05:30
Automated Github Action
a59aaa5409
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-19 17:07:35 +00:00
Adam
ff79074fc5
fix\Issues while performing actions on Home Page #749 ( #1291 )
...
Fixes #749
2020-10-19 21:46:27 +05:30
Automated Github Action
8fe172f5c2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-19 14:08:14 +00:00
vicky-primathon
3ae032de38
Remove RTE intance from tinymce editor instances when component is unmounted ( #1076 )
...
Fixes #785
2020-10-19 19:10:00 +05:30
Lois Harris
2e6ba8d8fd
[ #1136 ] Fix the Appsmith logo click href ( #1255 )
...
Fixes : #1136
2020-10-19 19:04:55 +05:30
Automated Github Action
6cbd4117b8
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-19 13:07:40 +00:00
Akshay Avinash
d90d420035
Added no search result image and text on applicaitons ( #1240 )
2020-10-19 17:41:14 +05:30
Automated Github Action
48026a3e95
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-19 12:10:30 +00:00
Abhinav Jha
4d9a360f45
Fix keyboard shortcuts on windows and linux machines ( #1274 )
...
* Fix keyboard shortcuts on windows and linux machines
* Update tests for keyboard shortcuts
2020-10-19 16:56:39 +05:30
Arpit Mohan
8e58822e9a
Fixing merge conflicts
2020-10-19 16:43:09 +05:30
Shrikant Sharat Kandula
920b38da90
Resolve conflict with master ( #1246 )
...
* added code to not identify anonymous users
* minor fix
* added alias for users so that segment works with mixpanel
* removed alias since we enabled identity merge for mixpanel
* added fix to not send anonymous user
* Add first_login event for analytics (#1184 )
* Don't send full object to analytics (#1186 )
* added binary raw data to be set for files picked (#1211 )
* added binary raw data to be set for files picked
* spread options before modifying to maintain immutability
* Add isFromInvite field to create_USER event (#1223 )
* Adding dummy commit to trigger build
* added extra information to execute action call (#1244 )
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2020-10-19 16:36:44 +05:30
Arpit Mohan
dc698e7d59
Fixing warning message in Github Actions ( #1261 )
2020-10-19 14:42:25 +05:30
Automated Github Action
db0a23c540
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-19 09:07:55 +00:00
Abhinav Jha
5c43f5d18d
Update widgetId references to a copied tabs widget's tabs ( #1273 )
2020-10-19 14:26:04 +05:30
Automated Github Action
b920c159e6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-19 07:07:55 +00:00
Yash Joshi
c085fc778d
Fix evaluated pane scrollbar style ( #1251 )
...
fixes : #1182
2020-10-19 12:02:07 +05:30
Automated Github Action
9ad9a5d45b
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-19 06:08:56 +00:00
Nuwan Sameera Alawatta
f5adc5732b
Fix page name special character bug ( #1035 )
...
* Fix page name special character bug
* update fix page name special character bug
* fix page name ending space
2020-10-19 10:48:27 +05:30
Automated Github Action
0069e50ad7
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-16 15:07:58 +00:00
Akshay Avinash
4e99ab7ace
Fix 781 invalid message on password reset failure ( #1234 )
...
* Updated to add button to redirect to forgot password page
2020-10-16 19:48:03 +05:30
Arpit Mohan
2c21246a13
Fixing merge conflicts
2020-10-16 15:02:38 +05:30
NandanAnantharamu
10fe3ba171
Feature/navigate totests ( #1187 )
...
* Adding tests for Navigateto function
* Updated locators and renamed tests
2020-10-16 14:17:54 +05:30
Arpit Mohan
f8c2fd312e
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-16 13:28:46 +05:30
akash-codemonk
0772bffe23
Create a new input field which outputs a key value pair ( #1226 )
2020-10-16 13:04:32 +05:30
Automated Github Action
7844e2ae05
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-16 07:07:46 +00:00
Shrikant Sharat Kandula
0055f01f2f
Remove extraneous scrollbars in API action pane ( #1222 )
2020-10-16 12:28:34 +05:30
Pushkar Khedekar
2ac8ec589f
minor fix for column resizing onevent ( #1235 )
2020-10-16 11:59:50 +05:30
Thakur Karthik
fd9fa46bdd
Fix/fix input size ( #1207 )
...
* fix(codemirror-autocomplete): show selection background on hover for options
This fix if merged shows the selection background by hovering on autocomplete
options.
Ref: #946
* added code to not identify anonymous users
* minor fix
* added alias for users so that segment works with mixpanel
* removed alias since we enabled identity merge for mixpanel
* added fix to not send anonymous user
* Add first_login event for analytics (#1184 )
* Don't send full object to analytics (#1186 )
* fix for removing the extra padding in input field
* Revert "Merge branch 'master' of https://github.com/appsmithorg/appsmith into fix/fix-input-size"
This reverts commit 05a97588f8187c5a9f3146214ef523c30d1370d9, reversing
changes made to 4f70eb61e43c1a9270cb6bd05689820351a5b6e0.
* set scrollbarstyle to null in compact mode
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2020-10-16 11:56:03 +05:30
Automated Github Action
e19cbb6737
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-16 05:07:32 +00:00
Arpit Mohan
9d2b017bf3
Making the nginx root configuration also configurable. ( #694 )
...
This is required for enabling custom logging. In future, we can leverage this for proxy caching as well.
Not adding this nginx-root.conf.template file to the installation script because there's nothing for the user to configure there during installation. This file will be baked into the Dockerfile and only the environment variables will be replaced during container start.
2020-10-16 10:00:33 +05:30
Arpit Mohan
796264157c
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-15 22:16:47 +05:30
Abhinav Jha
e909cb2f05
Fix: refresh on chunk load error due to deployment ( #800 )
2020-10-15 22:16:01 +05:30
Automated Github Action
feade757e3
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-15 16:09:29 +00:00
Nikhil Nandagopal
0a149f9e54
added cancel request logic for update layout, api and action ( #1224 )
2020-10-15 20:58:54 +05:30
Automated Github Action
c23cbe8a2d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-15 12:10:21 +00:00
Hetu Nandu
863f5816e1
Fixes issue for pageOnload action timing out crashing the app. ( #1219 )
...
* Fixes issue for page onload timing out crashing the app.
* Add tests
2020-10-15 17:08:55 +05:30
Arpit Mohan
a762ed33d3
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-15 15:22:35 +05:30
satbir121
5c6b2e1f98
Removing a bad fix for Table column width. ( #1213 )
...
* Removing a bad fix in Table column.
* Removing unwanted code.
2020-10-15 14:56:27 +05:30
Automated Github Action
04d630a2b1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-15 08:08:44 +00:00
akash-codemonk
47847cbc7c
Add widget cta in query pane ( #1157 )
2020-10-15 12:51:00 +05:30
Automated Github Action
7e0da20ee1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-15 04:08:36 +00:00
NandanAnantharamu
dfe19b5693
wait added for toast message ( #1191 )
...
* wait added for toast message
* Updated the hard wait
* msg validation removed only widget update check enabled
2020-10-15 08:43:53 +05:30
Automated Github Action
d00849e05c
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-14 11:07:04 +00:00
devrk96
539253f17e
Feature: Create new-app flow ( #926 )
...
* create new app flow
* uncontrolled component error fixed
* loader added when user is deleting or user role is updating
* home page loader and create-new-app loader added
* user role changing and use deleting state fixed
* PR feeback changes added
* orgname loader added
* warnings removed
* fixed create-new-app flow and delete app test cases
* beforeAll test case condition fixed
* Initial navigation condition fixed in createOrg test cases
* app card loading state fixed
2020-10-14 16:05:19 +05:30
Automated Github Action
8c70379af5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-14 06:08:57 +00:00
akash-codemonk
527b7b613e
Add "Add" text next to datasource lightning icon ( #1158 )
2020-10-14 11:03:06 +05:30
Shrikant Sharat Kandula
4a070c3d92
Fix blank scrollbars on Firefox ( #1171 )
...
* Fix blank scrollbars on Firefox
* Hide scrollbars on Firefox for consistency
2020-10-14 10:56:43 +05:30
NandanAnantharamu
242d1ea989
binding test added invloving form input and table ( #1126 )
2020-10-14 10:49:24 +05:30
NandanAnantharamu
ccb2c7013e
Feature/pause test ( #1125 )
...
* updated video widget tests
* Updated video widget test
2020-10-14 10:49:08 +05:30
Automated Github Action
8492205260
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-12 14:07:57 +00:00
Nikhil Nandagopal
c550e9202f
Merge branch 'master' into release
2020-10-12 19:08:23 +05:30
akash-codemonk
25285033d6
Feat/add query flow ( #1146 )
...
* Add datasource connected page
* Default to show connected screen in datasource editor
* Update UI
* Fixes
- Change text from connected to saved
- Show key with empty values if there are no values
- After creating a new datasource go to edit mode
* Stop calling test on save
* Fix tests
* Fix test
* Dummy commit
* Always be in view mode unless clicked on edit mode
* Fixes
- Update datasource connected page for rest api datasource
- Fix empty array values not resetting
* Fix create new api crashing
- While creating new datasource show form in edit mode
* Fix tests
2020-10-12 19:07:18 +05:30
Automated Github Action
271298fb97
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-12 13:07:19 +00:00
Abhinav Jha
76ae0103bf
Upgrade npm packages ( #1079 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-10-12 18:36:05 +05:30
Nikhil Nandagopal
711507c501
Merge branch 'release'
2020-10-12 18:33:54 +05:30
Satbir Singh
91db71174f
Merge branch 'release' of github.com:appsmithorg/appsmith-ee into release
2020-10-12 18:32:48 +05:30
Satbir Singh
ee47d34101
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-12 18:32:29 +05:30
satbir121
8bf80fe507
Google Recaptcha integration for button and form button widgets. ( #1118 )
...
* Adding base code for google re-captcha.
* Removing recaptcha as well
* Adding recaptchaToken on Button.
* Fixing updateMetaProperty errors.
* Handling recaptcha generation failed case.
* Adding a message for recaptcha token gen fail
* Rename setRecaptchaToken
* Adding loading state for recaptcha button
* Adding googleRecaptchaKey as a Btn prop
* Adding the bound functions in widgets
* Removing unused vars.
* Handling google recaptcha key error.
* Adding proper messages for
2020-10-12 18:31:19 +05:30
Nikhil Nandagopal
d789ac66d0
Fix/analytics ( #1145 )
...
* added app id to execute action tracking
* added route change analytics
2020-10-12 18:26:03 +05:30
Nikhil Nandagopal
928ea68b0f
Release v1.2.7 ( #1144 )
...
* Update README.md
* Updating README to add contributor section (#870 )
* Remove gitlab-ci configuration files (#865 )
We have since moved our CI to Github Actions and no longer require Gitlab CI config files.
* Updating the README in the client codebase
We now reference the global contribution guide directly
* Feature/share app test (#843 )
* Add ShareApp test
* Sharing app tests and public access
* Update CONTRIBUTING.md
* Update install.sh
fixes #889
* Update deploy install script to use api64.ipify.org which supports IPv4 (#887 )
Co-authored-by: Nikhil Nandagopal <nikhil.nandagopal@gmail.com>
* Id value issue for radio groups (#895 )
Fixes : #661
There was issue related to id value while creating new radio group options other than the default ones. And as said I, the id field is not needed at all, but some old config still has the id field.
So since ID field is not required , I have removed it. Which solves the issue.
* Fix triggering of onChange when value is the same (#892 )
Fixes : #710
* Invite user modal in view mode can be closed by clicking outside (#906 )
* Update README.md
Spelling correction
* #678 Correction in contributing.md for client setup (#907 )
Co-authored-by: Saket Agrawal <saketagr@in.ibm.com>
* Docs: Add instructions in client setup for any port conflicts with 80/443 (#918 )
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* Fix(sign-up): change in sign up error message (#908 )
* Fix(backend): Wrong error message while resetting the password fixed, changed from id to email (#911 )
Fixes #637
* Options Validaor checks for empty values
Fixes : #662
* fix: add missed error callback for download (#912 )
Fixes : #673
* Revert "Options Validaor checks for empty values"
This reverts commit 6b49d4c4e4 .
* Update table icon (#761 )
* style: center login form when 3rd party auth is not enabled (#919 )
* style: center login form when 3rd party auth is not enabled
* style: center signup form when 3rd party auth is not enabled
* fix: input widget number validation #768 (#917 )
* Explorer fixes (#689 )
* Make entity icon an actionable area
Persist user toggled entity collapse states
* remove dependency on props.isDefaultExpanded
* Hover effect for dependencies
* Pass search keyword for reliable toggling of entity groups on entity search
* Fix default expanded state of Datasource group entity
* Remove plugingroup file, which was added due to a botched merge conflict resolution
* Fix issue with radio widget crashing (#922 )
* fix types
* Options Validaor checks for empty values
Fixes : #662
Co-authored-by: Sanchit Jain <171220040@nitdelhi.ac.in>
* Fixed the pull request template issue partially (#902 )
Fixes #826
* Feature: Invite modal (#927 )
* light and dark mode added in Invite modal
* warnings removed
* create org and invite user test cases fixed
* Application invite design implemented
* manage user icon added
* button width fixed
* PR feedback implemented
* Improve PR template.
* Remove troublesome test
* Fix failing Radio tests (#931 )
* Possible fix for CI checkout issue
* Possible fix for CI checkout issue
* Fixed the ipify URL in PingScheduledTask (#1013 )
* Revert "Feature: Invite modal (#927 )" (#1017 )
This reverts commit 63daf74a44 .
* Fix image widget not showing default image when image property is invalid (#882 )
Fixes : #760
* Fix CI checkouts for all pull_request_target steps
* Local meta state in widgets (#851 )
* Update README.md
* Fix for action execution (#1023 )
* Adding the condition to fix push vs pull_request_target commit checkouts
* Input Widget: Parse regexp before regex validation (#884 )
Fixes #697
* Display warning icon for forgot password failure (#890 )
Fixes : #587
* Create Org Form: don't allow to use only spaces in names (#913 )
Also disables the submit button when invalid
Fixes : #807 , #621
* Auto Focus on email fields in auth screens (#923 )
Fixes : #610
Co-authored-by: Anshul <anshul@typito.com>
* Added check for duplicate values in Dropdown and Radio Widgets (#1011 )
Fixes #655
* Fix Reset password not disabled after successful reset (#1021 )
Fixes #636
* Fix active styles for checkbox & radio (#1061 )
Fixes : #994
* Add source to user sign up event (#1065 )
* Send separate user create event for new users (#1066 )
* Expand datasource entity in explorer based on some conditions (#1062 )
* Expand datasource entity in explorer based on some conditions
* Fix test
* Do not show error tost when api fails
* Expand datasource entity on test success
* Use email as id for users and fix signup events not being reported (#1067 )
* Fixing typos in the README file (#871 )
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* Forgot password submit button enable condition (#701 )
Fixes : #586
Co-authored-by: Anshul <anshul@typito.com>
* Adding a new email template for sending an email when an appsmith use… (#1077 )
* Adding a new email template for sending an email when an appsmith user's role in an organization changes.
* Minor changes in text.
* Fix - Distorted UI when there are too many characters in email ID #584 (#1010 )
* Fix - Distorted UI when there are too many characters in email ID #584
* Fix - Distorted UI when there are too many characters in email ID #584
* Fix the hidden column list is not bounded and overflows in height (#981 ) (#1024 )
* fix(applications): add validation for empty name (#914 )
* Update CONTRIBUTING.md
* Update CodeContributionsGuidelines.md
* replaced dragdrop with dsl (#1081 )
* Fix datasource structure test (#1080 )
* Fix datasource structure test
* Dummy commit
* CI: Try creating build id
* CI: Fix build id step:
* Revert build id changes
* Update README.md
* Fix/new ui is distorted due to long organization name #735 (#1014 )
* Fix for long org names on side menu.
Now ellipsizes with tooltip if Orgname is over the value set in ellipsize prop. Otherwise functions as before.
* added ellipsize prop to index. Fixes #735
20 seems to be a good value that stop org names running onto next line. Tested on Firefox and chrome. Linux debian stretch.
Co-authored-by: root <root@rutabaga.groudon>
* Use username instead of object_id in analytics (#1082 )
* Adding the close-label.yml file required by Github App to mark issues as QA (#1091 )
Fixes #1090
When a PR is successfully merged, the Github bot will add the label QA to the issue. These issues can then be picked up by the QA team for verification. Refer: https://github.com/Logerfo/close-label
* Only mark applications as example applications if the application id exists in the template configuration. (#1093 )
* docs: add mohanarpit as a contributor (#1095 )
* docs: update README.md [skip ci]
* docs: create .all-contributorsrc [skip ci]
* Moving the contributor badge to the correct location in README
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* docs: add Nikhil-Nandagopal as a contributor (#1096 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* docs: add areyabhishek as a contributor (#1097 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add trishaanand as a contributor (#1098 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add riodeuno as a contributor (#1099 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add hetunandu as a contributor (#1100 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
* docs: add satbir121 as a contributor (#1106 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* docs: add sharat87 as a contributor (#1102 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* docs: add aakashDesign as a contributor (#1107 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add Debsourabh as a contributor (#1108 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add NandanAnantharamu as a contributor (#1103 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* docs: add prapullac as a contributor (#1104 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
* docs: add Saket2 as a contributor (#1109 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add harishkotra as a contributor (#1110 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add visibleajay as a contributor (#1111 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add akbansa as a contributor (#1112 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add gogetter22 as a contributor (#1113 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: add Xniveres as a contributor (#1114 )
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Correcting hyperlink from contributor badge to contributor section
* Show datasource structure fixes (#1078 )
* Tests for binding related use cases (#1116 )
Co-authored-by: Nandan <nandan@thinkify.io>
* Feature/video widget test (#1115 )
Co-authored-by: nandan.anantharamu <nandan@thinkify.io>
* Adding filter tests for table (#1117 )
Co-authored-by: nandan.anantharamu <nandan@thinkify.io>
* Getting Cypress to work correctly for internal pull requests (#1121 )
* Hotfix to fix the client build workflow
* Update README.md
* Fix release cleanup issues (#1132 )
* Changed CSS to prevent share button from coming out (#925 )
Changed CSS to prevent share button from coming out.
Decreased the width of the wrapper to a suitable value.
* Fix issue with setting dynamic triggers on immutable widget objects (#1137 )
* Feature/invitation modal (#938 )
* light and dark mode added in Invite modal
* warnings removed
* create org and invite user test cases fixed
* Application invite design implemented
* manage user icon added
* button width fixed
* PR feedback implemented
* test cases fixed
* used blueprint classes
* used calc for width distribution
* copy button width fixed
* prop passing fixed
* copy button size reduced
* readonly input field background color fixed
* input background theme name ordering changed
* TagInputComponent moved to ads
* created DropdownWrapper for select field in orgInviteForm
* Warnings created due to unique key and depdencies is fixed
* Warning fixed in dropdown component
* correct prop name used
Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
* fix(codemirror-autocomplete): show selection background on hover for options (#1134 )
This fix if merged shows the selection background by hovering on autocomplete
options.
Ref: #946
* Stop expanding datasource in explorer after testing (#1138 )
Co-authored-by: areyabhishek <nayak.abhishek@gmail.com>
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
Co-authored-by: Ari <36749814+ari-hacks@users.noreply.github.com>
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: Sanchit Jain <171220040@nitdelhi.ac.in>
Co-authored-by: Nicholas <wasabigeek@users.noreply.github.com>
Co-authored-by: Aditya Vats <avats.osc@gmail.com>
Co-authored-by: Saket2 <49346036+Saket2@users.noreply.github.com>
Co-authored-by: Saket Agrawal <saketagr@in.ibm.com>
Co-authored-by: MartinT <44962077+MartinTuroci@users.noreply.github.com>
Co-authored-by: Dmitriy Danilov <daniloff200@gmail.com>
Co-authored-by: Petro Popelyshko <petrneok@gmail.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
Co-authored-by: Omkar Phansopkar <48476025+OmkarPh@users.noreply.github.com>
Co-authored-by: devrk96 <rohit.kumawat@primathon.in>
Co-authored-by: Prashant Chaubey <prashantchaubey9795@gmail.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
Co-authored-by: Ajay Kumar <visibleajay@gmail.com>
Co-authored-by: Arpit Mohan <arpit@appsmith.com>
Co-authored-by: dodococo <deepakchethan@outlook.com>
Co-authored-by: Josh Mak <joshmak@berkeley.edu>
Co-authored-by: Anshul Bansal <bansalanshul11@yahoo.com>
Co-authored-by: Anshul <anshul@typito.com>
Co-authored-by: Caitlin-Fotheringham <49273562+Caitlin-Fotheringham@users.noreply.github.com>
Co-authored-by: Akash Hamirwasia <akash.hamirwasia@gmail.com>
Co-authored-by: Yash Joshi <jyash97@gmail.com>
Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
Co-authored-by: Aadhitya A <59508546+alphaX86@users.noreply.github.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Kishore <reachtokish@users.noreply.github.com>
Co-authored-by: Adam <ascratcherd@gmail.com>
Co-authored-by: root <root@rutabaga.groudon>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Nandan <nandan@thinkify.io>
Co-authored-by: Ishaan Mehta <ishaanmehta4@gmail.com>
Co-authored-by: Thakur Karthik <iamkarthik08@gmail.com>
2020-10-12 18:13:35 +05:30
Automated Github Action
9f6f838850
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-12 10:07:51 +00:00
akash-codemonk
f9f85a8897
Stop expanding datasource in explorer after testing ( #1138 )
2020-10-12 15:36:10 +05:30
Nikhil Nandagopal
8f080a05ce
added app id to execute action tracking ( #1139 )
2020-10-12 14:57:30 +05:30
Automated Github Action
90b34a1fa4
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-12 09:07:39 +00:00
Thakur Karthik
d476bb14bc
fix(codemirror-autocomplete): show selection background on hover for options ( #1134 )
...
This fix if merged shows the selection background by hovering on autocomplete
options.
Ref: #946
2020-10-12 13:49:29 +05:30
Automated Github Action
c2ce945c29
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-12 08:08:31 +00:00
satbir121
1cafe307d5
Feature/invitation modal ( #938 )
...
* light and dark mode added in Invite modal
* warnings removed
* create org and invite user test cases fixed
* Application invite design implemented
* manage user icon added
* button width fixed
* PR feedback implemented
* test cases fixed
* used blueprint classes
* used calc for width distribution
* copy button width fixed
* prop passing fixed
* copy button size reduced
* readonly input field background color fixed
* input background theme name ordering changed
* TagInputComponent moved to ads
* created DropdownWrapper for select field in orgInviteForm
* Warnings created due to unique key and depdencies is fixed
* Warning fixed in dropdown component
* correct prop name used
Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
2020-10-12 12:45:35 +05:30
Automated Github Action
bdf0213d09
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-12 07:07:45 +00:00
Hetu Nandu
37f40fcc70
Fix issue with setting dynamic triggers on immutable widget objects ( #1137 )
2020-10-12 12:36:58 +05:30
Ishaan Mehta
fe58aa4ad8
Changed CSS to prevent share button from coming out ( #925 )
...
Changed CSS to prevent share button from coming out.
Decreased the width of the wrapper to a suitable value.
2020-10-12 12:35:15 +05:30
Arpit Mohan
eebc428072
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-12 10:08:12 +05:30
Hetu Nandu
9ac935c424
Fix release cleanup issues ( #1132 )
2020-10-11 19:02:02 +05:30
Automated Github Action
05684e90a1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-09 16:08:47 +00:00
Hetu Nandu
e9f4b897ac
Adding filter tests for table ( #1117 )
...
Co-authored-by: nandan.anantharamu <nandan@thinkify.io>
2020-10-09 21:06:53 +05:30
Automated Github Action
b725d1bc96
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-09 15:07:35 +00:00
Hetu Nandu
a11b3a2ff9
Feature/video widget test ( #1115 )
...
Co-authored-by: nandan.anantharamu <nandan@thinkify.io>
2020-10-09 20:36:28 +05:30
Hetu Nandu
3fbcdc0a37
Tests for binding related use cases ( #1116 )
...
Co-authored-by: Nandan <nandan@thinkify.io>
2020-10-09 20:04:14 +05:30
Automated Github Action
c8ca705715
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-09 13:43:27 +00:00
akash-codemonk
a229f68654
Show datasource structure fixes ( #1078 )
2020-10-09 18:54:50 +05:30
Arpit Mohan
5fd163e3f4
Moving the Github Action for client to pull_request_target
2020-10-09 13:09:10 +05:30
Automated Github Action
333a7051bb
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-09 06:08:01 +00:00
Adam
43c0613fb7
Fix/new ui is distorted due to long organization name #735 ( #1014 )
...
* Fix for long org names on side menu.
Now ellipsizes with tooltip if Orgname is over the value set in ellipsize prop. Otherwise functions as before.
* added ellipsize prop to index. Fixes #735
20 seems to be a good value that stop org names running onto next line. Tested on Firefox and chrome. Linux debian stretch.
Co-authored-by: root <root@rutabaga.groudon>
2020-10-09 10:55:00 +05:30
Automated Github Action
2f9f9a0046
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 15:07:36 +00:00
akash-codemonk
eaf4dbd261
Fix datasource structure test ( #1080 )
...
* Fix datasource structure test
* Dummy commit
2020-10-08 20:13:20 +05:30
Automated Github Action
beb2d99c05
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 14:07:56 +00:00
NandanAnantharamu
32ce580695
replaced dragdrop with dsl ( #1081 )
2020-10-08 18:58:30 +05:30
Arpit Mohan
38890eeea7
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-08 16:35:57 +05:30
Yash Joshi
5376be6b19
fix(applications): add validation for empty name ( #914 )
2020-10-08 16:02:31 +05:30
Automated Github Action
e4c27fa636
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 10:07:51 +00:00
Adam
2e63b394d5
Fix the hidden column list is not bounded and overflows in height ( #981 ) ( #1024 )
2020-10-08 15:33:34 +05:30
Kishore
8ee85e9751
Fix - Distorted UI when there are too many characters in email ID #584 ( #1010 )
...
* Fix - Distorted UI when there are too many characters in email ID #584
* Fix - Distorted UI when there are too many characters in email ID #584
2020-10-08 15:19:15 +05:30
Automated Github Action
53100ceb7d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-08 07:06:15 +00:00
Anshul Bansal
97ab21d840
Forgot password submit button enable condition ( #701 )
...
Fixes : #586
Co-authored-by: Anshul <anshul@typito.com>
2020-10-08 12:30:02 +05:30
Automated Github Action
c0a7217326
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-07 16:08:31 +00:00
akash-codemonk
2b28c03c25
Expand datasource entity in explorer based on some conditions ( #1062 )
...
* Expand datasource entity in explorer based on some conditions
* Fix test
* Do not show error tost when api fails
* Expand datasource entity on test success
2020-10-07 20:49:30 +05:30
Nikhil Nandagopal
c5eb43915e
Merge branch 'master' into release
2020-10-07 20:48:49 +05:30
Nikhil Nandagopal
fcb6c4c43c
added data source name to query creation ( #1068 )
2020-10-07 19:40:08 +05:30
Nikhil Nandagopal
3ced89e58c
added applications page load
2020-10-07 16:49:56 +05:30
Automated Github Action
ae7fa6e27d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-07 08:07:56 +00:00
Yash Joshi
3bd342a848
Fix active styles for checkbox & radio ( #1061 )
...
Fixes : #994
2020-10-07 13:11:08 +05:30
Akash Hamirwasia
04d495ce44
Fix Reset password not disabled after successful reset ( #1021 )
...
Fixes #636
2020-10-07 12:47:23 +05:30
Caitlin-Fotheringham
b418c5fd4a
Added check for duplicate values in Dropdown and Radio Widgets ( #1011 )
...
Fixes #655
2020-10-07 12:43:19 +05:30
Automated Github Action
8ce7cef771
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-07 07:07:35 +00:00
Anshul Bansal
776daa61ba
Auto Focus on email fields in auth screens ( #923 )
...
Fixes : #610
Co-authored-by: Anshul <anshul@typito.com>
2020-10-07 12:37:16 +05:30
Dmitriy Danilov
8f62ac93a1
Create Org Form: don't allow to use only spaces in names ( #913 )
...
Also disables the submit button when invalid
Fixes : #807 , #621
2020-10-07 12:14:44 +05:30
Josh Mak
7ad5ac4946
Display warning icon for forgot password failure ( #890 )
...
Fixes : #587
2020-10-07 12:08:40 +05:30
dodococo
17028a3f86
Input Widget: Parse regexp before regex validation ( #884 )
...
Fixes #697
2020-10-07 12:03:53 +05:30
Arpit Mohan
bb87386406
Merge branch 'master' into release
2020-10-07 06:46:23 +05:30
Automated Github Action
12ee577def
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-06 17:06:49 +00:00
Hetu Nandu
bf2b4efbfd
Fix for action execution ( #1023 )
2020-10-06 22:17:16 +05:30
Nikhil Nandagopal
b0708fb070
Merge branch 'release' of github.com:appsmithorg/appsmith-ee into release
2020-10-06 20:42:07 +05:30
Nikhil Nandagopal
7957582061
Merge branch 'master' of github.com:appsmithorg/appsmith
2020-10-06 20:41:11 +05:30
Nikhil Nandagopal
194f27aabb
Feature/analytics ( #1022 )
...
* added appname to PAGE_LOAD data and fixed getCurrentApplication method
* Fixed analytics to save and test datasources
* fixed analytics for create action
* added event for action execution
* added a type for event location
2020-10-06 20:40:21 +05:30
Arpit Mohan
185020e9ad
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-06 18:38:40 +05:30
Hetu Nandu
8b75e1c8f4
Local meta state in widgets ( #851 )
2020-10-06 14:31:51 +05:30
Automated Github Action
1527e9909a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-06 07:07:24 +00:00
Ajay Kumar
9fce3912ea
Fix image widget not showing default image when image property is invalid ( #882 )
...
Fixes : #760
2020-10-06 12:06:57 +05:30
Automated Github Action
82341a8b31
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-06 06:08:14 +00:00
satbir121
93a1dc7f87
Revert "Feature: Invite modal ( #927 )" ( #1017 )
...
This reverts commit 63daf74a44 .
2020-10-06 11:32:43 +05:30
Automated Github Action
8342143df2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 14:07:49 +00:00
Hetu Nandu
3eb47be425
Fix failing Radio tests ( #931 )
2020-10-05 19:17:00 +05:30
Automated Github Action
f5f841b702
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 12:09:17 +00:00
Hetu Nandu
dc65de31c2
Remove troublesome test
2020-10-05 17:31:02 +05:30
Automated Github Action
18a27c5ac6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 09:07:09 +00:00
devrk96
63daf74a44
Feature: Invite modal ( #927 )
...
* light and dark mode added in Invite modal
* warnings removed
* create org and invite user test cases fixed
* Application invite design implemented
* manage user icon added
* button width fixed
* PR feedback implemented
2020-10-05 14:05:05 +05:30
Automated Github Action
0202c20b7d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 08:07:43 +00:00
Hetu Nandu
858db968f6
Fix issue with radio widget crashing ( #922 )
...
* fix types
* Options Validaor checks for empty values
Fixes : #662
Co-authored-by: Sanchit Jain <171220040@nitdelhi.ac.in>
2020-10-05 12:57:44 +05:30
Abhinav Jha
1b8b3f7bbe
Explorer fixes ( #689 )
...
* Make entity icon an actionable area
Persist user toggled entity collapse states
* remove dependency on props.isDefaultExpanded
* Hover effect for dependencies
* Pass search keyword for reliable toggling of entity groups on entity search
* Fix default expanded state of Datasource group entity
* Remove plugingroup file, which was added due to a botched merge conflict resolution
2020-10-05 12:49:33 +05:30
Automated Github Action
a2dd149679
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 07:07:18 +00:00
MartinT
58b759bd6a
fix: input widget number validation #768 ( #917 )
2020-10-05 12:36:24 +05:30
MartinT
2158434ba4
style: center login form when 3rd party auth is not enabled ( #919 )
...
* style: center login form when 3rd party auth is not enabled
* style: center signup form when 3rd party auth is not enabled
2020-10-05 12:35:20 +05:30
akash-codemonk
a79411ee9b
Update table icon ( #761 )
2020-10-05 12:27:53 +05:30
Automated Github Action
d391961cac
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-05 06:08:12 +00:00
Hetu Nandu
2038382ce5
Revert "Options Validaor checks for empty values"
...
This reverts commit 6b49d4c4e4 .
2020-10-05 11:11:13 +05:30
Dmitriy Danilov
b841796525
fix: add missed error callback for download ( #912 )
...
Fixes : #673
2020-10-05 10:51:17 +05:30
Sanchit Jain
6b49d4c4e4
Options Validaor checks for empty values
...
Fixes : #662
2020-10-05 10:48:33 +05:30
Automated Github Action
6aac11cc2d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-03 20:07:32 +00:00
Aditya Vats
30378638a3
Invite user modal in view mode can be closed by clicking outside ( #906 )
2020-10-04 00:48:54 +05:30
Automated Github Action
495dbac2e5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-03 10:07:14 +00:00
Nicholas
052bd2a5e3
Fix triggering of onChange when value is the same ( #892 )
...
Fixes : #710
2020-10-03 15:22:59 +05:30
Automated Github Action
86443c9d95
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-03 09:06:59 +00:00
Sanchit Jain
09106780aa
Id value issue for radio groups ( #895 )
...
Fixes : #661
There was issue related to id value while creating new radio group options other than the default ones. And as said I, the id field is not needed at all, but some old config still has the id field.
So since ID field is not required , I have removed it. Which solves the issue.
2020-10-03 14:13:33 +05:30
Automated Github Action
f5c6be394d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-02 09:07:01 +00:00
NandanAnantharamu
2fe1c8a5de
Feature/share app test ( #843 )
...
* Add ShareApp test
* Sharing app tests and public access
2020-10-02 14:30:33 +05:30
Automated Github Action
367379238e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-02 06:14:54 +00:00
Arpit Mohan
032426b4ed
Updating the README in the client codebase
...
We now reference the global contribution guide directly
2020-10-02 10:46:47 +05:30
Automated Github Action
da85fa78a4
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-10-02 04:07:59 +00:00
Ari
39bf7db1d7
Remove gitlab-ci configuration files ( #865 )
...
We have since moved our CI to Github Actions and no longer require Gitlab CI config files.
2020-10-02 08:43:41 +05:30
Arpit Mohan
47bed3b89f
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-10-01 13:49:36 +05:30
Nikhil Nandagopal
751dfc92ed
Merge branch 'master' into release
2020-10-01 12:17:41 +05:30
Arpit Mohan
94110c7fc0
Updating readme to test forked PRs ( #845 )
2020-10-01 10:43:54 +05:30
Arpit Mohan
64ee62f72f
Removing the docker login step that causes forked PRs to fail ( #844 )
...
Also adding pull_request_target event for release and master branch. This will run the GH Actions in the context of the base repository instead of the forked one. Hence, the secrets for Cypress, Docker etc can be passed down to the action for PRs being raised via a fork
2020-10-01 09:40:08 +05:30
Automated Github Action
b027c57ad0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-30 13:06:34 +00:00
Hetu Nandu
27d5135907
Immutable Widgets ( #799 )
...
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2020-09-30 18:12:09 +05:30
Automated Github Action
8e628b0de6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-30 11:06:38 +00:00
akash-codemonk
8c3b2b5fd8
Show datasources without grouping by plugins in explorer ( #660 )
2020-09-30 15:51:25 +05:30
akash-codemonk
3ee637c57c
Datasource explorer fixes ( #789 )
...
- Expand datasource by default
- Let column/key name take more space.
- Show column popup on hover instead of click
2020-09-30 15:45:04 +05:30
Automated Github Action
ace05649a7
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-29 11:06:10 +00:00
akash-codemonk
4d9727203b
Stop showing empty table when there are no records ( #790 )
2020-09-29 16:12:24 +05:30
satbir121
048c8c0097
Merge pull request #756 from appsmithorg/release
...
Release
2020-09-29 15:56:35 +05:30
Satbir Singh
e62acba3a2
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-29 15:33:30 +05:30
satbir121
53c616b747
Video URL and Auto Play labels changed. Removed onStart. ( #793 )
...
* Removing onStart
* Changing auto play and url label
2020-09-29 15:30:55 +05:30
Automated Github Action
5bcbda32b1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-29 05:06:30 +00:00
akash-codemonk
90438b117b
Add option to refresh datasource structure ( #686 )
2020-09-29 09:47:25 +05:30
Satbir Singh
e6b6c1f406
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-28 21:47:54 +05:30
Satbir Singh
25e920de8b
Fixing code lint issue
2020-09-28 21:45:34 +05:30
Nikhil Nandagopal
6922b9b564
added a fix so that sub dependencies did not look into prototype chain ( #771 )
...
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-28 19:12:50 +05:30
Automated Github Action
5dd696dd12
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-28 07:07:01 +00:00
Nikhil Nandagopal
a8001d0356
added tracking for me call and signup / login ( #758 )
...
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-28 11:59:41 +05:30
Automated Github Action
5f0351a1d9
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-28 06:07:32 +00:00
satbir121
0991595b25
Fixix merge issue with ShadeColor ( #757 )
2020-09-28 11:08:44 +05:30
Nikhil Nandagopal
3fdd0a246a
Feature/instrumentation ( #744 )
...
* bumped sentry version
modified performance monitor to use a queue internally to make synchronous logging easy
added logging for api pane close / open and various different methods
* added use effect to stop tracking on mount of entity properties
* removed open api tracking
* fixed stop tracking to pop from the end instead of the beginning
added tracking for editor mount and sidebar mount
* added tracking for entity explorer
* moved from app route to sentry app route because passing JSX to app route causes re-renders
* Fixing theme and route change issues.
* added performance tracking for API / Query execution and Page Load actions
* added isntrumentation to open / close actions
* added instrumentation for apis & actions
* reduced sample rate
added async tracking
* added tracking for property pane
* Remove tracking from reducer
* added option to attach async operations to parent transactions
* Fix typo
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Satbir Singh <satbir121@gmail.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-09-28 10:42:23 +05:30
Automated Github Action
f831a89740
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-28 05:06:39 +00:00
devrk96
dc1e2e124f
Fix: Light mode bugs ( #724 )
...
* light mode bugs resolved
* dark and light color type name is renamed
* useCallback added in editableText
2020-09-28 10:36:06 +05:30
Automated Github Action
84bc2420d3
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-26 14:06:58 +00:00
devrk96
03e658d3b6
user name added in profile dropdown ( #736 )
2020-09-26 18:52:15 +05:30
Automated Github Action
902fd2dcc7
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-26 13:06:06 +00:00
satbir121
15f84203c7
Video widget ( #684 )
...
* Working version of video player.
* Adding default video url
* Reducing the default widget of video widget
* Fixed tests
* Adding video icon.
* Removing commented code.
* Adding playState, onPause, onStart, onEnd.
* Adding onPlay event.
* Fixing onPlay
* Adding isVisible field.
* Changing video icon.
* Fixing Popover table video.
* Adding an error message for no url.
2020-09-26 18:29:33 +05:30
Automated Github Action
5146e09f37
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-25 06:45:46 +00:00
Hetu Nandu
bff5527dfc
Fix issue where unknown functions in data tree cause evaluation issues ( #722 )
...
Solved by removing functions before setting the evaluatedValues map of a widget
2020-09-25 12:11:18 +05:30
Hetu Nandu
17d5c6cdc8
Fix issue where unknown functions in data tree cause evaluation issues ( #722 )
...
Solved by removing functions before setting the evaluatedValues map of a widget
2020-09-25 12:05:25 +05:30
Nikhil Nandagopal
42e1ef53b5
Merge branch 'master' into release
2020-09-25 12:02:21 +05:30
Nikhil Nandagopal
164b3ccd71
Merge branch 'master' of github.com:appsmithorg/appsmith
...
# Conflicts:
# app/client/src/components/editorComponents/Sidebar.tsx
# app/client/src/pages/Editor/WidgetsEditor.tsx
# app/client/src/pages/Editor/routes.tsx
# app/client/src/pages/common/AppRoute.tsx
# app/client/src/utils/PerformanceTracker.ts
2020-09-25 12:01:25 +05:30
Automated Github Action
7ef587fd74
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-24 16:16:09 +00:00
Nikhil Nandagopal
fa20d54bd0
Merge branch 'master' into release
2020-09-24 21:36:08 +05:30
Nikhil Nandagopal
d5ac05caf8
Feature/instrumentation ( #708 )
...
* bumped sentry version
modified performance monitor to use a queue internally to make synchronous logging easy
added logging for api pane close / open and various different methods
* added use effect to stop tracking on mount of entity properties
* removed open api tracking
* fixed stop tracking to pop from the end instead of the beginning
added tracking for editor mount and sidebar mount
* added tracking for entity explorer
* moved from app route to sentry app route because passing JSX to app route causes re-renders
* Fixing theme and route change issues.
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-09-24 21:35:18 +05:30
Automated Github Action
0a00844f38
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-24 06:07:28 +00:00
akash-codemonk
15d84a21cb
Fix previous name showing up in test datasource toast ( #675 )
...
- Fix two toasts showing up for test datasource error
2020-09-24 10:56:06 +05:30
Nikhil Nandagopal
32eff3563c
Manual Performance Tracking utility ( #696 )
...
- Created Performance Tracker to use a queue internally to make synchronous logging easy
- Bump sentry sdk versions
- Added performance tracking for
- GENERATE_VIEW_MODE_PROPS
- GENERATE_API_PROPS
- ENTITY_EXPLORER_ENTITY
- GENERATE_PROPERTY_PANE_PROPS
- GENERATE_WIDGET_EDITOR_PROPS
- CLOSE_API
- SYNC_PARAMS_SAGA
- CHANGE_API_SAGA
- CONSTRUCT_UNEVAL_TREE
- DATA_TREE_EVALUATION
- CREATE_DEPENDENCIES
- SORTED_DEPENDENCY_EVALUATION
- SET_WIDGET_LOADING
- VALIDATE_DATA_TREE
- CONSTRUCT_CANVAS_DSL
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-09-24 10:27:05 +05:30
Automated Github Action
53a301c7fb
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-24 04:51:20 +00:00
Hetu Nandu
e51b89df38
Merge branch 'master' into release
2020-09-24 10:19:43 +05:30
Nikhil Nandagopal
662098d771
Manual Performance Tracking utility ( #696 )
...
- Created Performance Tracker to use a queue internally to make synchronous logging easy
- Bump sentry sdk versions
- Added performance tracking for
- GENERATE_VIEW_MODE_PROPS
- GENERATE_API_PROPS
- ENTITY_EXPLORER_ENTITY
- GENERATE_PROPERTY_PANE_PROPS
- GENERATE_WIDGET_EDITOR_PROPS
- CLOSE_API
- SYNC_PARAMS_SAGA
- CHANGE_API_SAGA
- CONSTRUCT_UNEVAL_TREE
- DATA_TREE_EVALUATION
- CREATE_DEPENDENCIES
- SORTED_DEPENDENCY_EVALUATION
- SET_WIDGET_LOADING
- VALIDATE_DATA_TREE
- CONSTRUCT_CANVAS_DSL
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-09-24 10:17:37 +05:30
Automated Github Action
b1e0230d84
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-23 14:07:20 +00:00
devrk96
028070eeb2
Feature: Variable addition in light and dark theme ( #677 )
...
* variables defined in light and dark constants in theme.
* warning message removed
* Fixing create app btn click opening form
* blackShades removed and icon color in application card fixed
* state change fixed
* type of light and dark constants added
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-09-23 19:36:50 +05:30
Nikhil Nandagopal
03b7441258
Merge branch 'master' of github.com:appsmithorg/appsmith
2020-09-23 12:38:56 +05:30
Nikhil Nandagopal
29fa3c9715
added code to manually trigger intercom on click ( #687 )
...
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-23 12:38:21 +05:30
Arpit Mohan
aab61f21d0
Merge branch 'master' into release
2020-09-22 18:16:01 +05:30
Satbir Singh
fc2e5ffa26
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-22 17:28:18 +05:30
devrk96
a297737ca3
Feature: Theme switching between light and dark mode ( #578 )
...
* Theme switching feature integrated
* Condition removed
* menu height bugs fixed
* warnings removed
2020-09-22 17:26:11 +05:30
Abhinav Jha
31c00b72b3
Show JS dependencies in the entity explorer ( #546 )
2020-09-22 16:42:34 +05:30
Automated Github Action
9dd1292e67
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-22 09:06:36 +00:00
satbir121
ff49033e08
Fixing duplicate app issue. ( #666 )
2020-09-22 14:33:02 +05:30
Arpit Mohan
08533e3fb9
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-22 09:58:58 +05:30
akash-codemonk
a8a28835c1
Update datasource structure icons ( #642 )
...
* Update datasource structure icons
2020-09-22 09:42:39 +05:30
Automated Github Action
fe6c5e0382
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-21 14:06:58 +00:00
satbir121
c935c5b20f
Merge pull request #649 from appsmithorg/fix/theme-tests
...
Fix theme initial load.
2020-09-21 19:35:21 +05:30
Satbir Singh
aab56496c9
Adding type and app background
2020-09-21 18:55:58 +05:30
Satbir Singh
3713eceb9c
Fixing tests finally!
2020-09-21 18:41:28 +05:30
Automated Github Action
6c96ca210e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-21 13:06:21 +00:00
Arpit Mohan
a0d5f67aa5
Removing the keep-alive ping check for CI builds ( #565 )
2020-09-21 18:33:47 +05:30
Arpit Mohan
20d85d8949
Giving higher preference to window variables instead of build variables in configuration. ( #644 )
...
This is because window configurations have been set by the user while the build configurations have been set by the build script.
2020-09-21 18:20:19 +05:30
Arpit Mohan
92a916373e
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-21 18:08:31 +05:30
satbir121
703e39999e
Revert "Revert "Fixing applications page first theme load.""
2020-09-21 17:47:08 +05:30
Automated Github Action
c39eee0c33
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-21 12:08:43 +00:00
satbir121
94e1239c6a
Revert "Fixing applications page first theme load."
2020-09-21 17:23:23 +05:30
Satbir Singh
44b03cdb33
Fixing applications page first theme load.
2020-09-21 16:48:33 +05:30
Automated Github Action
d1be948146
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-21 10:06:57 +00:00
akash-codemonk
8b668484ad
Feat/database structure ( #525 )
...
Datasource structure ui
2020-09-21 14:41:42 +05:30
Automated Github Action
c3703edba4
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-21 06:07:35 +00:00
Abhinav Jha
114dfd3cbb
Add Tests: Delete widget and Undo delete widget ( #556 )
...
* Add selectors for delete trigger, toast action and copy trigger
* Copy/Paste/Delete/Undo test
Co-authored-by: Nandan <nandan@thinkify.io>
2020-09-21 11:27:54 +05:30
Automated Github Action
42f213902c
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-19 12:08:20 +00:00
Nikhil Nandagopal
7bd5e9655a
Merge branch 'master' of github.com:appsmithorg/appsmith
2020-09-19 17:16:26 +05:30
Nikhil Nandagopal
b6071a054e
Merge branch 'master' into release
2020-09-19 17:15:46 +05:30
Nikhil Nandagopal
04368d675e
Patch for Rich text editor updates
2020-09-19 17:15:19 +05:30
Automated Github Action
7f5c135f08
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-18 13:06:03 +00:00
Hetu Nandu
962dfcbd86
Router switching for editor to avoid extra renders ( #571 )
2020-09-18 18:17:32 +05:30
Satbir Singh
ff6b7d487f
Adding onClick property for image widget.
...
(cherry picked from commit d444b2e169 )
2020-09-18 16:42:35 +05:30
Satbir Singh
e7a1ba0741
Adding onClick property for image widget.
...
(cherry picked from commit d444b2e169 )
2020-09-18 16:41:12 +05:30
Automated Github Action
91b9d4ec66
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-18 11:06:09 +00:00
satbir121
3d52c1cd24
Adding onClick property for image widget. ( #575 )
2020-09-18 15:58:00 +05:30
Abhinav Jha
9e5b99cde1
Prime cut feature code for keyboard shortcut tests ( #568 )
...
* Update cypress layoutDSL to include parentIds. Handle widget's parentId undefined scenario
* handle tabs parsing error when deleting tabs widget
2020-09-18 15:57:49 +05:30
Satbir Singh
d444b2e169
Adding onClick property for image widget.
2020-09-18 15:42:57 +05:30
Arpit Mohan
f7f5e9fabc
Fixing merge conflicts in server README
2020-09-18 13:59:45 +05:30
Arpit Mohan
149df6925a
Removing the keep-alive ping check for CI builds ( #565 )
2020-09-18 13:13:40 +05:30
Automated Github Action
20cb3c6439
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-18 07:06:32 +00:00
NandanAnantharamu
c51ec0e59b
locator updated ( #570 )
...
* locator updated
* updated action type
* Updated test
2020-09-18 11:47:51 +05:30
Automated Github Action
0cd99df405
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-18 06:07:10 +00:00
Abhinav Jha
0b87c7431b
Fix issue where tabs are lost when the user enters an invalid tabs value ( #569 )
2020-09-18 10:52:54 +05:30
Automated Github Action
0ee1e5598d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-17 17:06:23 +00:00
NandanAnantharamu
437eb05f19
Updated locator for org setting on the home page ( #567 )
2020-09-17 22:31:01 +05:30
Arpit Mohan
7e7a14ac74
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-17 19:01:46 +05:30
Abhinav Jha
0eb6ebf95a
Increase clickable area of entities in explorer ( #561 )
2020-09-17 18:45:21 +05:30
Automated Github Action
6ad176151c
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-17 12:08:47 +00:00
Abhinav Jha
1d981463aa
Fix cut widget feature issue ( #562 )
2020-09-17 17:22:58 +05:30
Automated Github Action
d76ac0ea76
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-17 08:06:47 +00:00
satbir121
bef53b73aa
Making the ovrflow auto. ( #559 )
2020-09-17 13:27:19 +05:30
Automated Github Action
cb1ddf611e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-16 13:06:12 +00:00
Nikhil Nandagopal
60043089ee
Feature/track install ( #557 )
...
* Bump http-proxy from 1.18.0 to 1.18.1 in /app/client (#538 )
Bumps [http-proxy](https://github.com/http-party/node-http-proxy ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases )
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update install.sh
* Update install.sh
* Removed printing the ip
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-16 18:08:53 +05:30
Automated Github Action
bc756cc539
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-16 12:08:28 +00:00
satbir121
b9154f6ea9
Homepage redesign with themes ( #482 )
...
* Updating homepage body color
* WIP: Fixing scrolls and adding anchors
* Removing divider from bottom of the page.
* Adding hover background color to app card
* Changing edit and launch icons.
* Fixing app name paddding in card.
* Fixing workspaces overflow
* Adding right padding to applications view
* Adding share icon to share btn
* Fixing Application card styles.
* Fixing text decoration in button.
* Adding new workspace button
* Fixing new workspace and new app styles.
* Adding icon sizes.
* Fixing Org Name and Org settings menu.
* Application menu working
* Fixing overlay visibility on app card
* Fixing settings page content width.
* Fixing workspace icon
* Changing app card colors.
* Removing debugger
* Adding app icon.
* Fixing the spaces in application card
* Adding storybook-static folder to gitignore.
* Adding other storybook files.
* Adding menu items for app
* Removing cypress selector from text.
* Menu width issue fixed
* Default app icon color added
* Removing hardcoded colors
* Removing hardcoded colors.
* Light Mode on!
* Showing correct icon and color in menu
* Update color working properly.
* Updating appIcon
* Editable text working.
* Adding validator
* Adding edit permissions to menu
* Removing box shadow on app card.
* Fixing context menu fill color
* Fixing Menu hover issues.
* Fixing menu open close hover issues.
* Fixing settings pages
* Changed Workspace to org.
* Fix: State management in EditableText Component (#540 )
* Error state height is fixed as per design
* savingState prop condition fixed
* Fixing createnew.
* Fixing saving state for application card.
* Fixed application card editable text error.
* Fixing issue caused during merge.
* Fixing tests in create org.
* Removing commented code.
* Removing unwanted vars.
* Fixing delete duplicate tests.
* Latest color palette.
* Fixing form and table widget.
* Removing switcher from header
* Removing unused files
* Fixing app card context dropdown
* Show overlay fix
* Adding localStorage support to theme.
* Making dark mode the default.
Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
2020-09-16 17:20:47 +05:30
Automated Github Action
5f0b1dfee5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-16 11:06:02 +00:00
Abhinav Jha
436f190555
Feature: Widgets: Cut-Copy-Paste-Delete shortcuts, undo-delete facility ( #500 )
2020-09-16 15:58:01 +05:30
Automated Github Action
a2340ac029
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-16 10:06:23 +00:00
Nikhil Nandagopal
1b33da86c8
Merge branch 'release'
2020-09-16 15:34:29 +05:30
akash-codemonk
5891d40271
Fix ConfirmRunModal not showing up in view mode ( #551 )
2020-09-16 15:14:07 +05:30
Nikhil Nandagopal
7b42b60d47
Merge branch 'release'
2020-09-16 13:42:53 +05:30
Nikhil Nandagopal
82ce5a1c2e
Merge pull request #49 from appsmithorg/release
...
Release
2020-09-16 13:42:34 +05:30
Automated Github Action
7dc189265e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-16 08:11:57 +00:00
Nikhil Nandagopal
ce628768bb
Fix/bindings ( #554 )
...
* changed chart data to behave as an array <str, str> and not use json stringify to update
added a generic logic to flag all objects with internal bindings as dynamic
moved unescape to only handle at the time of eval and removed new lines before eval
* added a migration for older charts that have their data as strings
* flagged column actions as an action trigger to avoid evaluating it
* minor fix
* fixed chart fields disappearing
* added migration on update
* added migration to constructor
* added a fallback for first time renders
* removed migration from did update
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-16 13:41:24 +05:30
Nikhil Nandagopal
daf65bf2f3
Merge pull request #48 from appsmithorg/release
...
Release
2020-09-16 11:30:19 +05:30
Automated Github Action
5513589aaa
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-15 17:06:13 +00:00
Nikhil Nandagopal
4995706679
Fix chart data evaluation ( #548 )
...
* changed chart data to behave as an array <str, str> and not use json stringify to update
added a generic logic to flag all objects with internal bindings as dynamic
moved unescape to only handle at the time of eval and removed new lines before eval
* added a migration for older charts that have their data as strings
* flagged column actions as an action trigger to avoid evaluating it
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-15 22:24:15 +05:30
Hetu Nandu
5cb1e2c0c0
Merge branch 'release'
2020-09-15 15:02:34 +05:30
Hetu Nandu
908e62af21
Merge branch 'release'
2020-09-15 15:00:16 +05:30
Automated Github Action
9466dd13f2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-15 08:07:12 +00:00
devrk96
3f9d2e8d8d
Feature: Callout component ( #535 )
...
* callout component with story implemented
* text className import fixed
* callout color and background color fixed
* storywrapper import fixed
* fill property fixed
* background prop added
2020-09-15 12:40:53 +05:30
Automated Github Action
8d2463d8c1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-15 07:06:25 +00:00
Hetu Nandu
f09b717b38
Retry dynamic import and lazy promises ( #543 )
2020-09-15 12:29:58 +05:30
Automated Github Action
d4ec738167
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-14 17:06:13 +00:00
devrk96
2b808797f5
Cypress selector added in component system ( #534 )
...
* cypress-selector added in component system
* unused import removed
2020-09-14 22:28:54 +05:30
Nikhil Nandagopal
705e6bf8ba
Update craco.build.config.js
2020-09-14 20:16:33 +05:30
Nikhil Nandagopal
4f4d373555
Merge branch 'master' of github.com:appsmithorg/appsmith
2020-09-14 15:26:25 +05:30
Automated Github Action
b8e69aecac
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-12 07:06:16 +00:00
dependabot[bot]
e0b3fc7944
Bump http-proxy from 1.18.0 to 1.18.1 in /app/client ( #538 )
...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases )
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-12 11:56:13 +05:30
akash-codemonk
1701df82c3
Add remaining moment defs ( #537 )
2020-09-12 11:54:20 +05:30
Nikhil Nandagopal
f7d8810494
Merge branch 'master' of github.com:appsmithorg/appsmith
2020-09-11 17:24:05 +05:30
Automated Github Action
2d2b5ef696
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-11 11:39:19 +00:00
Nikhil Nandagopal
c0fcdef4b6
Merge branch 'master' into release
2020-09-11 17:08:15 +05:30
vicky-primathon
2cb7c7be97
Reset selected rows when table data is modified ( #536 )
2020-09-11 17:07:33 +05:30
vicky-primathon
c0b803fa99
Fix-table tooltip flicker ( #510 )
2020-09-11 16:55:48 +05:30
Automated Github Action
990148bea9
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-11 11:05:39 +00:00
vicky-primathon
e343f9deaa
Table Widget: Date column type: user defined input and display format ( #409 )
2020-09-11 16:10:15 +05:30
Automated Github Action
c28b42d116
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-11 08:21:48 +00:00
Abhinav Jha
c02a19396f
Fix the stacking context of the sidebar ( #533 )
2020-09-11 13:50:33 +05:30
Nikhil Nandagopal
0699e63846
Update netlify.toml
2020-09-10 17:15:24 +05:30
Automated Github Action
e3277648d9
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-10 10:55:10 +00:00
Nikhil Nandagopal
3648d9f108
Added JS convertible for date picker
2020-09-10 16:24:32 +05:30
Nikhil Nandagopal
88b471cbd0
added code to merge page load responses if they return before action … ( #528 )
...
* added code to merge page load responses if they return before action load responses
* commit to trigger tests
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-10 16:12:16 +05:30
Nikhil Nandagopal
5ea32de191
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-10 16:02:58 +05:30
Trisha Anand
3337f423a1
Adding back API on load setting on the client side. ( #526 )
2020-09-10 15:47:30 +05:30
Automated Github Action
cb4ee59b06
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-10 07:45:02 +00:00
akash-codemonk
e5cb636ea4
Remove run on page load in api pane ( #524 )
...
* Remove run on page load in api pane
* Remove run on page load setting in query pane
* Revert removal of run query on page load
2020-09-10 13:13:01 +05:30
Nikhil Nandagopal
7724fe5d82
Feature/intercom ( #521 )
...
* removed duplicate user object
removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats
* added analytics to help modal and invite user
unescaped bindings before evaluation to prune newlines
* updated action confirmation text
* added a check to ignore old properties which are no longer dynamic
* fixed test case
* fix tests
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-09-10 12:56:55 +05:30
Nikhil Nandagopal
02c3c199ac
deprecated selectedOptionValueArr
2020-09-10 12:51:44 +05:30
Automated Github Action
bab7ebea0a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-10 06:06:59 +00:00
akash-codemonk
c55a9214e1
Fixes ( #522 )
...
- Remove cache fields from settings
- Call the event callback method with success false to fix button widget loading issue
2020-09-10 11:05:45 +05:30
Automated Github Action
9badcb7704
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-09 08:06:58 +00:00
satbir121
c1df5a95ac
Fixing storybook build ( #517 )
2020-09-09 13:20:38 +05:30
Automated Github Action
39e5916b6b
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-09 07:38:47 +00:00
Hetu Nandu
96643507ec
Merge branch 'master' into release
2020-09-09 12:55:21 +05:30
Nikhil Nandagopal
185b66cedf
Update netlify.toml
2020-09-09 12:49:38 +05:30
vicky-primathon
fb34609c89
selectedRowIndexes changed to selectedRowIndices ( #516 )
...
Data type of selectedRowIndices changed to array of numbers
2020-09-09 12:42:15 +05:30
Automated Github Action
1ce05879b8
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-09 06:07:02 +00:00
akash-codemonk
488d6f503b
Fix typo ( #514 )
2020-09-09 11:26:08 +05:30
vicky-primathon
da9274de10
Feature: Table Widget - multi row selection ( #507 )
2020-09-09 11:16:06 +05:30
Nikhil Nandagopal
c421ab12b1
removed duplicate user object ( #513 )
...
removed id field which is never populated
added help modal in applications page and intercom to load in help modal
shutdown intercom on signout to clear existing chats
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-09-09 10:48:36 +05:30
Automated Github Action
26f8606417
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-09 04:06:48 +00:00
devrk96
34ff72b505
Feature: Radio group component ( #481 )
...
* Radio group component with story implemented
* radio group implemented using native input and label.
* radio component height fixed in story
* disabled name in theme corrected for radio
* align prop removed
2020-09-09 08:48:54 +05:30
devrk96
6fbab2078d
Feature: Checkbox component ( #475 )
...
* checkbox disabled state added and checked UI fixed
* checkbox imported corrected in story
* checkbox implemented using input and label elements.
* align and isChecked props removed
* used styled component for span
2020-09-09 08:47:49 +05:30
devrk96
5d28f8f14e
Feature: Tooltip component with story ( #498 )
...
* tooltip component implemented with story
* default props fixed
* used constant classes names
* blueprint classname corrected
2020-09-09 08:46:44 +05:30
vicky-primathon
f7931701d8
Feature: Table Widget - multi row selection ( #507 )
2020-09-08 18:34:51 +05:30
Automated Github Action
c2d6af3747
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-08 11:06:09 +00:00
NandanAnantharamu
d8bbccb63a
Drag And drop widget ( #503 )
...
* Drag And drop widget
* Updated cordinates
2020-09-08 16:24:55 +05:30
Automated Github Action
445d1b9fdc
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-08 10:06:36 +00:00
Nikhil Nandagopal
f3db238de9
Update netlify.toml
2020-09-08 15:27:51 +05:30
devrk96
1cbff7211d
Feature: Toggle component ( #490 )
...
* Toggle component implemented with story
* props fixed
* lighten and darken colors implemented
* removed the unused css properties
* removed the used import in story
* toggle hover state fixed
* storywrapper import updated
2020-09-08 15:03:44 +05:30
devrk96
79c3bd6992
default icon selection issue fixed in stories ( #495 )
2020-09-08 15:00:17 +05:30
Automated Github Action
f5c8b1f4ee
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-08 09:06:25 +00:00
akash-codemonk
7271cd0a7a
Add few ternjs defs for moment ( #508 )
2020-09-08 14:13:46 +05:30
Automated Github Action
2c70d12f41
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-08 05:06:22 +00:00
akash-codemonk
be2963061e
Add more options to action settings ( #473 )
2020-09-08 10:27:13 +05:30
Automated Github Action
1193c6b9f2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-05 07:47:26 +00:00
Nikhil Nandagopal
d7c10fb1e2
removed id field
2020-09-05 13:12:35 +05:30
Nikhil Nandagopal
0b1bc06b29
remapped identification to username field
2020-09-05 13:06:12 +05:30
Nikhil Nandagopal
38a82ae70a
updated user object and pass the correct user id for user data
2020-09-05 12:58:29 +05:30
Automated Github Action
9728e772b2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 15:06:24 +00:00
Abhinav Jha
7944ad535a
Fixes: Reset search on widget search clear ( #497 )
2020-09-03 19:52:08 +05:30
Automated Github Action
f2ae7d209e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 10:06:22 +00:00
devrk96
e99efcf108
icon size prop fixed ( #485 )
2020-09-03 15:11:20 +05:30
Automated Github Action
7f4c2c907f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 08:13:23 +00:00
Nikhil Nandagopal
c66aa1fa7d
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-03 13:38:27 +05:30
Nikhil Nandagopal
4d48b18060
fixed nginx template for mac
...
added error boundary for sentry
2020-09-03 13:38:04 +05:30
Automated Github Action
9d3bd4a36d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 08:07:00 +00:00
satbir121
3e88578318
Fixing Storybook deploy ( #493 )
2020-09-03 12:42:22 +05:30
Automated Github Action
0c7a6026db
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-03 07:06:15 +00:00
devrk96
78f7039e85
hide edit icon issue fixed ( #494 )
2020-09-03 11:51:36 +05:30
Nikhil Nandagopal
828be2f268
Merge branch 'release' of github.com:appsmithorg/appsmith-ee into release
2020-09-03 01:18:52 +05:30
Nikhil Nandagopal
a5f88ff760
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-03 01:18:39 +05:30
Nikhil Nandagopal
28f70e911f
moved sentry plugin to the end so sourcemaps are generated correctly
2020-09-03 01:17:49 +05:30
Nikhil Nandagopal
fcf3b35df6
Update netlify.toml
2020-09-03 01:15:30 +05:30
Nikhil Nandagopal
43b59d5a4f
Update AppsmithUtils.tsx
2020-09-03 01:14:22 +05:30
Nikhil Nandagopal
2168583a73
Update AppsmithUtils.tsx
2020-09-03 01:01:04 +05:30
Nikhil Nandagopal
24bf4cc44c
Update netlify.toml
2020-09-03 00:50:18 +05:30
Nikhil Nandagopal
83539b819f
Update netlify.toml
2020-09-03 00:40:34 +05:30
Nikhil Nandagopal
a24f17bf2c
Update netlify.toml
2020-09-02 23:57:03 +05:30
Automated Github Action
5b445939ab
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 18:22:07 +00:00
Nikhil Nandagopal
5949ad8343
re-added release to webpack plugin
2020-09-02 23:49:15 +05:30
Nikhil Nandagopal
a69f25c61e
Merge branch 'release' of github.com:appsmithorg/appsmith into release
...
# Conflicts:
# app/client/.sentryclirc
2020-09-02 22:21:43 +05:30
Nikhil Nandagopal
750e48977d
removed sentry cli again
...
increased redux depth
2020-09-02 22:15:42 +05:30
Nikhil Nandagopal
704497832b
Update netlify.toml
2020-09-02 22:05:39 +05:30
Nikhil Nandagopal
07d6b66610
Update netlify.toml
2020-09-02 21:53:06 +05:30
Nikhil Nandagopal
8d11952c9e
Update netlify.toml
2020-09-02 21:52:49 +05:30
Nikhil Nandagopal
174383a71b
Update netlify.toml
2020-09-02 21:46:27 +05:30
Nikhil Nandagopal
6da9839d90
Update netlify.toml
2020-09-02 21:44:46 +05:30
Automated Github Action
3507a85841
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 16:06:39 +00:00
Nikhil Nandagopal
57fef66144
Update .sentryclirc
2020-09-02 21:30:31 +05:30
Nikhil Nandagopal
be8b1e9220
re-added sentry cli
2020-09-02 21:25:14 +05:30
Nikhil Nandagopal
0d190d41e7
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-09-02 20:57:51 +05:30
Nikhil Nandagopal
2028b36ff2
removed sentrycli and release from webpack plugin
2020-09-02 20:57:33 +05:30
Automated Github Action
fe62029c63
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 14:08:27 +00:00
NandanAnantharamu
762dd5a450
query and datasource related tests ( #423 )
...
* query and datasource related tests
* review comment incorporated
* Adding multiple widgets test
* Table widget related search/filter/compact mode tests
* Added tests related to visiblity funvtionality in table widget
* Validate action type in explorer
* updated test
* Test updated in accordance with new UI
2020-09-02 18:43:06 +05:30
Automated Github Action
d573364509
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 09:06:17 +00:00
devrk96
cb2e85785f
Menu item disabled UI fixed ( #484 )
2020-09-02 14:32:29 +05:30
devrk96
8a0966d1f7
button height issue fixed in all sizes ( #483 )
2020-09-02 14:28:49 +05:30
Nikhil Nandagopal
9329fccb85
Update netlify.toml
2020-09-02 14:28:34 +05:30
Automated Github Action
af24f95ca9
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-02 07:06:16 +00:00
devrk96
a7e33a90e2
Feature: Dropdown component ( #477 )
...
* dropdown with text and icon implemented
* dropdown with lable implemented and story updated
* Icon import and storyWrapper import updated
* onclick cleaned
2020-09-02 12:16:02 +05:30
Abhinav Jha
70fea0e560
Feature: Add widgets from explorer ( #464 )
...
* Deprecate Navbar. Sidebar becomes a panelStack. It now has two panels, WidgetSidebar and Explorer
Co-authored-by: Nandan <nandan@thinkify.io>
2020-09-02 12:14:01 +05:30
Abhinav Jha
83945c81a0
Fix: Other page widget props are not shown on the entity explorer ( #480 )
2020-09-02 11:37:34 +05:30
Abhinav Jha
0368f5dbc3
Fix: Datasource name not getting updated from the entity explorer ( #478 )
2020-09-02 11:37:18 +05:30
Automated Github Action
b93c2830a0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-01 10:32:10 +00:00
Hetu Nandu
6a0d24c7a7
Remove @appsmith alias that causes build errors ( #479 )
2020-09-01 16:01:39 +05:30
Automated Github Action
51bd2f27d1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-09-01 08:07:27 +00:00
devrk96
1adfdb2fcd
Feature: Icon component icon names, props and className updated ( #471 )
...
* className added in icon component and used icon names as an array in stories
* button component semicolon fixed
* fill prop added in button component
* name prop and iconName import updated.
2020-09-01 12:54:53 +05:30
akash-codemonk
aa068e3596
Add duplicate application option ( #465 )
2020-09-01 12:46:54 +05:30
Hetu Nandu
f05f895ffd
Update netlify.toml
...
add default value for REACT_APP_SENTRY_ENVIRONMENT to avoid build failure
2020-09-01 11:39:01 +05:30
Automated Github Action
922bb4a135
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-31 13:07:40 +00:00
devrk96
a071d05e0c
Feature: Text component props and enum values in stories updated ( #468 )
...
* text component props updated
* case prop updated
* className added in text component and used enum values as array in stories
2020-08-31 18:34:34 +05:30
Automated Github Action
3a3b1275a4
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-31 06:09:58 +00:00
Abhinav Jha
3b3d5aca62
Performance:entity explorer ( #395 )
...
* Entity explorer performance enhancements
2020-08-31 11:26:52 +05:30
akash-codemonk
8f0015eaf3
Show validation errors if any for keyvalue fields ( #445 )
...
* Update host field with validation properties
2020-08-31 10:45:04 +05:30
Automated Github Action
29ed86bfc0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-31 05:02:45 +00:00
devrk96
f562ecf159
Feature-Icon enum added and size updated. ( #463 )
...
* appIcon color, icon enums and size fixed
* icon import updated
2020-08-31 10:29:18 +05:30
Automated Github Action
af3c4fbaf7
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 19:05:57 +00:00
satbir121
e2b939416a
Members and org settings page ( #424 )
...
* Members and org settings page.
* Adding link back to applications
* Making UI look better.
* Fixing some more css
* Table dropdown onBlur, UI transparency, Popover issue fixed. Added sort arrow (#413 )
* table dropdown ui issue and onblur click fixed
* position props value fixed
* tabs tripple click fixed
* Position props in table dropdown made optional
* tabs background color bug removed
* General settings page is bug free.
* Getting the manage users page to work.
* Moving general settings into its own file.
* Removing some unwanted URLs
* User cant change their role or remove themselves
* Changing onClick prop for Icon.
* Fixing tests
* Added loading states to text inputs.
* Added validators for text input
* Fixed border of skeleton for text input
* Adding a loader for Members screen
* Adding Noop to icon button
* Removing console.log
* Fixing imports.
* Moving org reducer to immer.
* Using utils email validator.
* Removing placeholder from text input props.
Co-authored-by: devrk96 <rohit.kumawat@primathon.in>
2020-08-29 00:21:16 +05:30
Automated Github Action
d66793bca8
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 17:24:03 +00:00
Nikhil Nandagopal
0b22fc67b3
Updated sentry sdk ( #461 )
...
Integrated react router for better performance reporting
Added Sentry Profiler for editor, appviewer and widgets
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-08-28 22:53:07 +05:30
Automated Github Action
243037f6fe
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 16:06:33 +00:00
Nikhil Nandagopal
d26db12e44
removed initialised event
2020-08-28 20:53:36 +05:30
Automated Github Action
ca47fe1123
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 14:35:17 +00:00
Nikhil Nandagopal
77e17ddf5d
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-28 20:04:10 +05:30
Nikhil Nandagopal
06ed653890
minor fix
2020-08-28 20:04:00 +05:30
vicky-primathon
e90d8b6fc1
Feature - Column type displayed in column options of table widget filters ( #411 )
...
* Table widget filter type attribute displayed in column options
2020-08-28 19:44:47 +05:30
Automated Github Action
572c5b3065
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 14:12:42 +00:00
Nikhil Nandagopal
4ab6632fdc
fixed sentry performance monitoring
2020-08-28 19:41:16 +05:30
Automated Github Action
f93b1961c3
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 13:45:56 +00:00
Nikhil Nandagopal
040af14de6
added capture message
2020-08-28 19:14:32 +05:30
Automated Github Action
aca60b4de2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 13:05:48 +00:00
Nikhil Nandagopal
5f6e1dddc3
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-28 18:03:04 +05:30
Nikhil Nandagopal
0bb2336a3a
added deploy environment for sentry
2020-08-28 18:02:50 +05:30
Automated Github Action
026153f62f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 12:09:03 +00:00
Hetu Nandu
f7ec5209cf
Add function to download part of the Data tree as a file ( #458 )
2020-08-28 17:37:37 +05:30
Automated Github Action
690c0b3a8a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 11:44:53 +00:00
Nikhil Nandagopal
8722e246e0
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-28 17:01:19 +05:30
Nikhil Nandagopal
288420f8ab
added autocommit
...
added sentry in reducer
2020-08-28 17:01:07 +05:30
Automated Github Action
66509101f0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 11:05:43 +00:00
devrk96
241eff7d55
Menu component ( #358 )
...
* menu component implemented and tabs selected ui bug fixed
* PR comments resolved
* icon import updated
* Menu item component (#437 )
* Adding blank components.
* Adding Todo note for tree
* Adding todo note for LighteningMenu
* ads button component
* Adding storybook support.
* storybook integrated with button component
* ads button component props completed
* button component icon and loading logic implemented
* button component completed
* Added a text knob.
* Adding default text for button.
* Merging theme and other fixes.
* Fixed info button.
* Better types.
* Adding background param to components.
* Re-using vsariant for callount.
* Added props for Text input.
* Adding text component.
* feedback changes added in button and icon component
* type any removed in button component
* function naming corrected
* menu component implemented
* menu-item implemented with text, icon and label
* menu story updated with menu-items
* menu story updated
* storyWrapper added in all stories
* ads text removed
* spinner import updated
* relative import added
Co-authored-by: Satbir Singh <satbir121@gmail.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
Co-authored-by: Satbir Singh <satbir121@gmail.com>
Co-authored-by: satbir121 <39981226+satbir121@users.noreply.github.com>
2020-08-28 16:21:41 +05:30
Automated Github Action
8e9849819a
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 10:06:14 +00:00
vicky-primathon
8a0805d77f
Fix: Table widget actions header scrollbar padding ( #353 )
...
* Table header scrollbar padding removed.
* Table row font size changed based on compact mode.
2020-08-28 15:25:20 +05:30
vicky-primathon
859b1f6966
Fix Chart widget crash ( #410 )
2020-08-28 15:22:18 +05:30
Automated Github Action
85ba0dbba1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 09:20:41 +00:00
vicky-primathon
6d2721c888
Fix: Table crash when calling toString on null values for sorting ( #455 )
2020-08-28 14:42:17 +05:30
Automated Github Action
bc46e57f62
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 09:06:09 +00:00
Hetu Nandu
ef493808c2
Replaced production server link with mock api link
2020-08-28 14:20:57 +05:30
Nikhil Nandagopal
a365d58b91
Update netlify.toml
2020-08-28 14:16:22 +05:30
Automated Github Action
0f57152570
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-28 08:34:35 +00:00
Nikhil Nandagopal
bdbc73658e
Feature/sentry ( #452 )
...
* updated sentry and added performance monitoring
* identify users on sentry
* removed sentry browser
* added the environment for sentry
Co-authored-by: Nikhil Nandagopal <nikhil@appsmith.com>
2020-08-28 14:04:01 +05:30
Nandan
8d868a5e43
Replaced production server link with mock api link
2020-08-28 13:42:40 +05:30
Automated Github Action
030fcd6bd5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-27 16:06:26 +00:00
akash-codemonk
dbfd986d0e
Add action settings tab to api and query pane ( #434 )
...
* Add action settings tab to api and query pane
- Ask for confirmation before running an action
* Update property of actions basedon the updateLayout response
Prevent confirmation dialog for Action run, until property of action is true
Send an API Request when the user toggles the property of an Action
* update http method to toggle executeOnLoad for an action to PUT
* Fix save layout response type
* Remove console.log
* If updating executeOnLoad, avoid calling update action API
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2020-08-27 21:09:16 +05:30
Hetu Nandu
094c50874e
Merge branch 'release' of github.com:appsmithorg/appsmith into release
...
# Conflicts:
# app/client/netlify.toml
2020-08-27 18:32:42 +05:30
Hetu Nandu
0b430d0324
Completely replace hotjar with smartlook ( #447 )
...
* Replace hotjar with smartlook
* Remove duplicate event declaration
2020-08-27 18:24:03 +05:30
Automated Github Action
3b5c58b963
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-27 12:08:14 +00:00
vicky-primathon
7d9e0cbdc1
Add classes in table widget elements for qa-automation ( #435 )
2020-08-27 16:50:39 +05:30
Trisha Anand
c76a4b33ec
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-27 16:15:54 +05:30
Abhinav Jha
76072dcb04
Fix Entity Names ( #439 )
...
- Fix Page name restrictions to allow for spaces
- Keep new names of entities until failure
2020-08-27 16:05:15 +05:30
Automated Github Action
b19c9cbb90
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-27 06:07:52 +00:00
Hetu Nandu
d53dfede0e
Feature/new ux bad drop ( #440 )
2020-08-27 11:33:25 +05:30
Hetu Nandu
35e12b1747
update netlify.toml ( #34 )
2020-08-26 21:11:48 +05:30
Automated Github Action
9bfb40faad
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 14:27:39 +00:00
Hetu Nandu
f0a05e8a3f
Merge branch 'release'
2020-08-26 18:53:45 +05:30
Automated Github Action
79e80f60ae
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 13:23:11 +00:00
Hetu Nandu
37b5924110
Fixes for release ( #436 )
...
* Possible fix for plugins not found
* Add user info on smart look
* Add test for form and table inside form reset
* Add test for postgres nested data render
2020-08-26 18:52:10 +05:30
Automated Github Action
317bef1fbe
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 10:26:06 +00:00
Hetu Nandu
aa06bc2d3d
Fix cloud hosting error ( #433 )
2020-08-26 15:51:57 +05:30
Automated Github Action
65f33eb97d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 09:28:07 +00:00
Hetu Nandu
f744f3aacd
add support for smart look ( #431 )
2020-08-26 14:54:44 +05:30
Hetu Nandu
5eb4d27297
Stringify nested objects in sql query responses ( #430 )
2020-08-26 14:46:20 +05:30
Automated Github Action
efab84615c
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 09:05:46 +00:00
devrk96
372fb3b33d
Editable text component ( #362 )
...
* editable text component started
* success and error callback implemented
* feedback implemented and success or error state corrected
* editable input ui fixed
* PR comments resolved
* isSaving state refactored from PR comment
* icon import updated
* Changing path
* icon import fixed
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-08-26 14:34:58 +05:30
Hetu Nandu
487102469f
Add store value action in the action dropdown ( #427 )
2020-08-26 14:24:03 +05:30
satbir121
f35e2d7f05
Fixing icon path. ( #429 )
2020-08-26 13:53:43 +05:30
Automated Github Action
5886082871
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 08:06:08 +00:00
devrk96
6ff6b5e1a1
Search input component ( #403 )
...
* search input implemented with both variant
* classname bug resolved in icon component
* PR comments resolved
* ellipsis added for long search keywords
2020-08-26 12:55:27 +05:30
devrk96
4da585a5af
Icon picker component ( #404 )
...
* icon picker functionalities and UI implemented
* appicon component added for icon picker
* PR comments resolved
* PR comment on appicon size resolved
* icon picker story fixed and enum added for names
2020-08-26 12:48:04 +05:30
devrk96
d511b6ecab
Color picker component ( #405 )
...
* color picker functinalities and ui implemented
* unused import removed
* PR comments resolved
2020-08-26 12:44:41 +05:30
Automated Github Action
086d7725b1
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-26 06:09:27 +00:00
vicky-primathon
a8e6b268ab
Setting table widget filteredTableData after reset. ( #425 )
2020-08-26 11:11:18 +05:30
akash-codemonk
4f8a3b5968
Save datasource name on change ( #373 )
2020-08-26 10:54:44 +05:30
Automated Github Action
ad81dd9921
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-25 12:36:01 +00:00
Hetu Nandu
87876d8f51
Update Entity Explorer to avoid extra evals of data tree ( #421 )
...
* Use the without functions method since it is cached via selector
* Remove functionality where entity search is appended on the url
2020-08-25 17:55:22 +05:30
akash-codemonk
3e545e9638
Fix form-encoded body showing 0 ( #420 )
2020-08-25 17:52:54 +05:30
Hetu Nandu
e8edaeee5d
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-24 18:19:05 +05:30
Hetu Nandu
4873ac3421
Local store via Datatree ( #367 )
2020-08-24 17:39:17 +05:30
Automated Github Action
29a9abdf7f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-24 11:05:21 +00:00
Abhinav Jha
bb55029f42
Fix: Missing form button ( #397 )
2020-08-24 16:20:50 +05:30
Abhinav Jha
4ef36386fd
Enable property pane event listeners, so that it is contained within the viewport properly when it's size updates ( #398 )
2020-08-24 16:20:15 +05:30
Automated Github Action
2050d455f5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-24 07:05:44 +00:00
NandanAnantharamu
01f6393189
Changed the widget used for search in the test ( #406 )
2020-08-24 12:16:28 +05:30
Automated Github Action
6cce099129
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-24 06:08:35 +00:00
devrk96
f5f65dd89e
table dropdown functionalities and UI implemented ( #407 )
2020-08-24 11:30:22 +05:30
satbir121
bccef563c4
Alignment of icon button is to right ( #372 )
2020-08-24 11:12:19 +05:30
Automated Github Action
d605554dc6
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-22 04:06:03 +00:00
akash-codemonk
3deb9ace43
Add clone page option ( #365 )
...
Adding the option to clone a page in the overflow menu of the entity explorer
2020-08-22 08:40:22 +05:30
Automated Github Action
05b6910956
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 17:05:18 +00:00
Hetu Nandu
a2b1d3442f
Table widget selected row initial value fix ( #401 )
...
* Set initial value as empty object
* log debug
2020-08-21 22:13:02 +05:30
Automated Github Action
28c3e131f5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 16:05:38 +00:00
akash-codemonk
5658e04a1c
Navigate to app via href instead of history push ( #396 )
2020-08-21 20:55:49 +05:30
Automated Github Action
378d1346c5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 08:15:14 +00:00
Hetu Nandu
63946fcacb
indentify user email in hotjar ( #390 )
2020-08-21 13:43:59 +05:30
Automated Github Action
4f46f259ae
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 07:32:17 +00:00
Hetu Nandu
078a6a3a00
remove flag checks via EJS ( #387 )
2020-08-21 12:59:31 +05:30
Automated Github Action
ac456d1bf5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 07:01:03 +00:00
Hetu Nandu
2e731b5e11
conditional ejs for GA and Intercom ( #384 )
2020-08-21 12:14:21 +05:30
Automated Github Action
5ef5144797
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-21 06:08:32 +00:00
Abhinav Jha
613db73b15
Fix: Action move & copy issues ( #381 )
...
* Fix: When copying a query, the app tries to open the API page with the queryID
* Fix: When moving a query, the query input box is empty
2020-08-21 11:33:04 +05:30
Automated Github Action
77fe24e28e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-20 20:06:06 +00:00
Abhinav Jha
a03568b79b
The default template in editor and app viewer must match ( #382 )
2020-08-21 01:24:18 +05:30
Automated Github Action
cf181b106f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-20 16:05:41 +00:00
Hetu Nandu
c658769b1b
Style polish ( #371 )
...
* Rotate Fork app icon
* Change Explorer divider color
* Fix favicon not accessible
* Rename `appsmith.url` to `appsmith.URL`
* AppView page tab overflow ellipsis
* Rename `Back to editor` button to `Edit App`
* Update App card colors
2020-08-20 20:47:20 +05:30
Arpit Mohan
84f1683976
Merge branch 'release' into feature/add-mail-enabled-flag-client
2020-08-20 17:43:46 +05:30
Arpit Mohan
0087efa6a4
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-20 17:14:00 +05:30
NandanAnantharamu
4617a87686
Feature test/search delay ( #369 )
...
- Add a delay after adding a entity search text, to accommodate debounce and search computations
2020-08-20 16:48:10 +05:30
devrk96
0685243534
tabs ui and textinput box-shadow fixed ( #345 )
...
Co-authored-by: Satbir Singh <satbir121@gmail.com>
2020-08-20 16:12:45 +05:30
vicky-primathon
b4cb37ddb8
Table Widget: debounce ( #313 )
...
* debounce method attached to search component and input field in table widget filters
* debounce used inside RenderInput component to update changed value
2020-08-20 15:01:49 +05:30
vicky-primathon
17af152148
Table Widget: Filter updates ( #355 )
...
- Show symbol signifying selected filters in table widget
- Show callout to prompt users to change column data types for accurate filter operations
2020-08-20 15:00:19 +05:30
Arpit Mohan
09c8b00263
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-20 14:20:01 +05:30
vicky-primathon
296cadbcbb
Fix/rte cursor reset ( #317 )
...
* Cursor going to start issue is fixed
* Update editor content when content is updated using bindings
* Setting local editor's content value in debounce onChange to get the latest value passed to parent
2020-08-20 14:10:13 +05:30
Hetu Nandu
0399457599
added flag in notlify toml file
2020-08-20 13:44:07 +05:30
Automated Github Action
41aceb655e
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-20 07:05:31 +00:00
vicky-primathon
222ba74996
Table widget initializing selectedRow value to show up in autocomplete ( #359 )
2020-08-20 12:09:16 +05:30
vicky-primathon
714d107a71
Table column sorting changes ( #360 )
...
- Sort icon correction
- Allow users to remove sorting
2020-08-20 12:08:16 +05:30
Hetu Nandu
73f495e4c5
Fix curl import causing action responses to be wiped ( #363 )
...
* Fix curl import causing action responses to be wiped
* remove unused
2020-08-20 11:53:25 +05:30
Automated Github Action
9c4601ce58
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-20 06:06:22 +00:00
NandanAnantharamu
c680d70b5a
Feature/explorer tests ( #309 )
...
* Explorer related test scripts
* updated test data
* Added tests for widget edit/delete from explorer
* Incorporated review comments
* review comments incorporated
2020-08-20 11:08:08 +05:30
Hetu Nandu
f70c55c681
Show warning when mail client is not enabled on an instance ( #333 )
...
* Adds the `APPSMITH_MAIL_ENABLED` flag on client
* Shows warning if email service not configured for inviting users in an org
* Shows warning if email service not configured for password reset
2020-08-20 10:43:20 +05:30
Automated Github Action
bc40d337f5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 10:05:37 +00:00
Tejaaswini Narendra
6b411cae7a
fix: Add loading indicator while fetching user details. ( #329 )
...
* fix: Add loading indicator while fetching user details.
* update: Variable name
2020-08-19 15:32:33 +05:30
Automated Github Action
f078f07161
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 09:36:43 +00:00
Hetu Nandu
9a1658e2c1
Fixes for autocomplete ( #351 )
...
* Fix tern guessing for completions
* Probable fix for create api button not working
* Close autocomplete when "Backspace" or "Comma" is pressed
* Only show extra docs when ctrl+space is pressed when hint is selected
* Fix issue with action form state params not disabling after taking an action
2020-08-19 14:51:32 +05:30
Automated Github Action
0678ed16e5
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 09:05:47 +00:00
Hetu Nandu
abc6f3f6a6
Update postgres test datasource ( #356 )
2020-08-19 14:00:42 +05:30
Automated Github Action
5058cd0740
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 06:07:51 +00:00
Abhinav Jha
432c32e31e
Fix: Entity Explorer - Entity loaders ( #331 )
...
- Fixes issue where the loading state progress indicators do not show up on entities in the explorer.
2020-08-19 11:24:57 +05:30
vicky-primathon
eb62ff6675
Table Widget: Action Button name from evaluated values ( #332 )
...
- Add evaluated property in Table widget action button property control component to fix the evaluated value
2020-08-19 11:22:19 +05:30
satbir121
51ce6b320c
Fixing Application crashes when query is moved. ( #350 )
2020-08-19 11:17:54 +05:30
Automated Github Action
e544d228e0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-19 05:05:13 +00:00
Hetu Nandu
590afa7a30
Fix query response state ( #348 )
2020-08-19 10:07:20 +05:30
Automated Github Action
fe0817b1e2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 22:05:23 +00:00
satbir121
901932f9d7
Switching to system fonts ( #344 )
...
* Switching to system fonts
* Fixed text alignment issue in text component.
* Changing font of ads components.
* Adding a font type
* Removing unused fonts
* Making fonts in theme an object.
* Removing unncessary font declerations
* Fixing storybook
* Reverting background remove
2020-08-19 03:21:23 +05:30
Automated Github Action
2e71c2aa77
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 13:12:19 +00:00
Abhinav Jha
6776f6a251
Patch: New widget property pane offset ( #347 )
2020-08-18 18:40:07 +05:30
Automated Github Action
755dbf273d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 13:05:23 +00:00
akash-codemonk
a73c0fd7d2
Fix tab name overflowing ( #343 )
...
- Set minimum width to 150 px, stretch if it exceeds
2020-08-18 18:06:45 +05:30
Automated Github Action
fb28b4e4b9
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 12:07:07 +00:00
vicky-primathon
33cd1ac1d9
Fix-table filtered data calculations ( #342 )
...
* Update table widget's filtered data calculations to avoid recursive dataTree evaluations
* Stringify removed from Table component as data is already checked inside TableWidget
* Vertical scrollbar removed from Table Widget. Stop column sorting by stopping event propagation when clicking column menu icon.
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2020-08-18 17:00:26 +05:30
Automated Github Action
850f614e27
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 11:04:58 +00:00
Abhinav Jha
1eb193249e
Fix: Table widget pagination cypress tests ( #338 )
...
* Fix breaking cypress tests for table widget pagination
* Remove commented code
2020-08-18 16:00:36 +05:30
akash-codemonk
b58a7158d5
Fix query response table style ( #341 )
...
- Overide table body height to auto to take the available space
2020-08-18 15:48:43 +05:30
Automated Github Action
c9abaf5b57
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 09:05:35 +00:00
Hetu Nandu
c4ac4668c2
Launch polish bug fixes ( #337 )
...
* Make sure default page is first in view mode
* Update query form on name change
* Add copy support for deploy link
* Show server error when timeout occurs on first load
2020-08-18 14:18:06 +05:30
akash-codemonk
52b48b0c34
Update empty state of Dropdown component ( #339 )
2020-08-18 14:12:46 +05:30
Automated Github Action
e5712b89d3
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 08:06:22 +00:00
Hetu Nandu
bb369e6bdf
Fix overflowing multi select widget ( #320 )
...
Co-authored-by: Akash N <akash@codemonk.in>
2020-08-18 13:11:53 +05:30
Automated Github Action
d07709b5b0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-18 07:05:42 +00:00
akash-codemonk
7eac30f82a
Tab should indent in query editor ( #327 )
2020-08-18 12:15:09 +05:30
akash-codemonk
1e10f39fa6
App homepage header new design ( #301 )
2020-08-18 12:10:11 +05:30
Hetu Nandu
96cdc074f3
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-17 20:31:27 +05:30
akash-codemonk
664d55053d
Add email validation for email input ( #276 )
...
Co-authored-by: Hetu Nandu <hetunandu@gmail.com>
2020-08-17 19:53:57 +05:30
Hetu Nandu
dca9e705a5
Access env variables in index.html via ejs ( #334 )
...
* Fix for intercom env variable
* Add GA via env variables
2020-08-17 19:51:42 +05:30
Automated Github Action
275848c3d2
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-17 14:05:42 +00:00
Tejaaswini Narendra
a0b823b1ca
Fix: User management table height. ( #324 )
...
* fix: Table Height
* fix: update styles
2020-08-17 19:08:05 +05:30
Automated Github Action
1850990f40
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-17 11:05:00 +00:00
Arpit Mohan
a7c4fe697e
Merge branch 'master' into release
...
# Conflicts:
# README.md
# app/client/yarn.lock
# deploy/install.sh
2020-08-17 16:33:37 +05:30
Automated Github Action
052ac4e0ad
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-17 10:05:29 +00:00
Abhinav Jha
28e3831862
Fix: Jump issue of APIPane fields ( #330 )
2020-08-17 15:13:25 +05:30
Automated Github Action
98bad427dc
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-17 09:05:56 +00:00
vicky-primathon
10ba66485d
Show add filter in table widget only when one filter is selected ( #271 )
2020-08-17 13:51:55 +05:30
akash-codemonk
30e93ea9df
Validate datasource name without calling update api ( #323 )
...
* Validate datasource name without calling update api
* Use EditableText for datasource name
2020-08-17 13:45:07 +05:30
Automated Github Action
6205b33e01
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-17 08:05:52 +00:00
vicky-primathon
aba53c0627
Table widget row items color changed. Pagination font-size changed. Search and pagination item font-size changed. ( #314 )
2020-08-17 13:11:50 +05:30
vicky-primathon
cf91361637
Fix: table compact mode to persist and saved from canvas editor ( #316 )
...
* Table widget compact mode to persist after reload
* Table widget compact mode to be saved from canvas editor
2020-08-17 13:03:37 +05:30
vicky-primathon
b7815006a1
Fix: selection of correct table row data after sort, search and filter ( #315 )
...
* Table fix sort, search and filter methods to set correct selectedRow after these methods are applied
* Filtering table data with the latest filters, to correctly select the row
* Setting initial filteredTableData value
* Updating filteredTableData when tableData is updated
2020-08-17 13:01:17 +05:30
Automated Github Action
effcf16b18
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-17 05:06:48 +00:00
Hetu Nandu
855fc1c00a
Fixes date widget crashing when no date format is mentioned ( #322 )
...
Fixed by using a proper default format string for ISO dates
2020-08-17 10:33:15 +05:30
Automated Github Action
304669daf0
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-17 04:05:50 +00:00
satbir121
cbc4796921
Fixing icon story disabled prop. ( #321 )
2020-08-17 09:31:15 +05:30
satbir121
ac91bedb98
Table component ads ( #251 )
...
* Adding blank components.
* Adding Todo note for tree
* Adding todo note for LighteningMenu
* ads button component
* Adding storybook support.
* storybook integrated with button component
* ads button component props completed
* button component icon and loading logic implemented
* button component completed
* Added a text knob.
* Adding default text for button.
* Merging theme and other fixes.
* Fixed info button.
* Better types.
* Adding background param to components.
* Re-using vsariant for callount.
* Added props for Text input.
* Adding text component.
* feedback changes added in button and icon component
* type any removed in button component
* function naming corrected
* table component ui and sorting implemented
* table component default sorting implemented
* Fixing spinner issues
* Fixing bad merge
* table feedback implemented
* merge conflict resolved
Co-authored-by: Rohit Kumawat <rohit.kumawat@primathon.in>
2020-08-17 08:55:35 +05:30
dependabot[bot]
5765552629
Bump prismjs from 1.20.0 to 1.21.0 in /app/client ( #308 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-14 22:28:42 +05:30
Hetu Nandu
5af1da5f3a
Merge branch 'release' of github.com:appsmithorg/appsmith into release
2020-08-14 17:19:25 +05:30
Hetu Nandu
f38cd1da1f
Intercom object check before execution ( #312 )
2020-08-14 17:12:58 +05:30
Automated Github Action
96d4e2b787
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-14 11:05:44 +00:00
Hetu Nandu
a560761a53
Fixes for Intercom check and alias paths
2020-08-14 16:34:46 +05:30
Hetu Nandu
252a7670b6
App Intercom app id to activate it ( #22 )
2020-08-14 16:03:01 +05:30
Automated Github Action
fa72df3c36
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-14 10:06:03 +00:00
Hetu Nandu
7f8befc365
Update support menu ( #259 )
...
Add a default help menu with
* Report a Github issues link
* Documentation link
* Github discussions link
* Intercom link support
* App version id support
2020-08-14 15:17:47 +05:30
Automated Github Action
e3e9796d23
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-14 09:05:25 +00:00
vicky-primathon
72d08b6c99
Fix-Operator in table filter made as empty by default ( #272 )
...
* Operator in filter made as empty be default
* Added props.placeholder as dependency for useEffect in CascadeField component
2020-08-14 14:30:59 +05:30
Automated Github Action
b8507be571
Merge branch 'release' of https://github.com/appsmithorg/appsmith into release
2020-08-14 08:06:13 +00:00