vicky-primathon.in
a24f8ae6ae
Added react-custom-scrollbars
2021-04-05 14:52:55 +05:30
vicky-primathon.in
b30ced453f
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/table-scrollbars
2021-03-31 11:03:34 +05:30
Nidhi
a63ea5102c
Marking all other jobs as complete ( #3789 )
2021-03-30 21:59:36 +05:30
Nidhi
fe47d3e8ce
Marking all other jobs as complete ( #3788 )
2021-03-30 21:36:39 +05:30
Nidhi
014b847624
Name for created check run ( #3783 )
2021-03-30 20:28:33 +05:30
Nidhi
c74fcf0fc3
Name for created check run ( #3782 )
2021-03-30 20:05:17 +05:30
Nidhi
482cd943bf
Name for created check run ( #3781 )
2021-03-30 19:43:11 +05:30
Nidhi
ef8b2f5287
Creating a check merge every time there is a test ( #3780 )
2021-03-30 19:29:18 +05:30
Nidhi
99a65f19b1
Editing logs for check run ( #3775 )
2021-03-30 18:44:46 +05:30
Sumit Kumar
efa4ae072c
Firestore plugin support for FieldValue.delete() and FieldValue.serverTimestamp() values ( #3693 )
...
- Allow users to define key path for FieldValue.delete() and FieldValue.serverTimestamp() values.
- delete() value is only valid for update operation, as Firestore does not seem to support it for any other ops.
- serverTimestamp() is valid for all operations excluding get and delete operations.
2021-03-30 17:19:24 +05:30
Trisha Anand
aab75bf304
Bug fix : App viewer inviting another app viewer would assign correct permissions to applications
2021-03-30 17:05:44 +05:30
Confidence Okoghenun
47628b35a3
chore: Adds office hours update for Mar 8 ( #3479 )
...
Co-authored-by: Arpit Mohan <mohanarpit@users.noreply.github.com>
2021-03-30 16:28:26 +05:30
Nidhi
118480be6d
Logging workflow changes ( #3769 )
2021-03-30 16:26:30 +05:30
Nidhi
fccf43d7f0
Enable ok to test for contributors ( #3737 )
2021-03-30 15:04:08 +05:30
Sumit Kumar
7dbae1e481
fix regex for whitespace ( #3761 )
...
- fix regex for whitespace
2021-03-30 15:03:39 +05:30
Abhinav Jha
10159fc442
Fix #3752 DatePicker tries to auto parse the defaultDate ( #3753 )
2021-03-30 14:32:25 +05:30
Hetu Nandu
aec7e613ad
Update dropdown font size and shadow ( #3680 )
2021-03-30 14:18:14 +05:30
Ashok Kumar M
984fbecac5
Fix: Adding debounce for renaming tabs. ( #3758 )
2021-03-30 13:44:25 +05:30
Pawan Kumar
d8b9b8e918
Fix: TypeError: e.widgetName is undefined and TypeError: Cannot read property 'toUpperCase' of undefined ( #3694 )
...
* call toUpperCase() only when widgetName exists
* use lodash instead of string class functions
Co-authored-by: root <root@DESKTOP-9GENCK0.localdomain>
2021-03-30 11:20:00 +05:30
Hetu Nandu
363bee8ec9
Fix action field evaluation for editor ( #3701 )
2021-03-30 10:59:03 +05:30
dependabot[bot]
b4b903278c
Bump lodash-es from 4.17.11 to 4.17.14 in /app/client ( #3738 )
...
Bumps [lodash-es](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30 10:38:34 +05:30
Ashok Kumar M
bf21c15ba9
Feature: Property pane enhancements(Bug fixes + Draggable popper) ( #3748 )
...
* Fix: On renaming a widget via entity explorer the canvas gets resized
* Fix: Close prop pane on resize start of unselected widget.
* Fix: Match all - corejs polyfill
* Fix: Proppane not updated properly when same type widgets are selected.
* Feature: Draggable Proppane.
* Bug fixes for draggable popup.
* Fix: Property pane editor when selecting another widget.
* resolve rebase bad merges.
* cytest fix
* cytest fix
* cytest fix
* cytest fix
* cytest fix
* cytest fix
* cytest fixes
* cytest fix
* fixing draggable components inside porp pane.
* Adding cypress test.
* refactored Draggable list POC version
* reverting unwanted changes.
* prop pane bug fix
* unwanted dependencies.
* double click to open prop pane.
* Fixing bugs in draggable prop pane.
* one click prop pane open.
* ignore drag/resize click captures
* make prop pane draggable only via drag handler.
* Fixed property pane title.
* converting layer to hook and adding it to top most layer.
* removing irrelevant comments.
* close panel when widget changes.
* fixing cytests.
* bug fix
* fixing cytest
* Addressing code review comments.
* bug fix
2021-03-29 21:17:22 +05:30
Rishabh Saxena
3f55e16b35
Fix onboarding test spec: check res instead of req to verify if the datasource was created successfully ( #3747 )
2021-03-29 19:51:50 +05:30
Nidhi
f99d3a6c54
Added Appsmith codec size to template ( #3729 )
2021-03-29 18:08:37 +05:30
hetunandu
b0580e9ee0
Revert "Feature: Property Pane improvements ( #3561 )"
...
This reverts commit 3437c16ef0 .
2021-03-29 16:58:22 +05:30
Nidhi
b35cb6cdba
Merge branch 'master' into release
2021-03-29 16:34:33 +05:30
Ashok Kumar M
3437c16ef0
Feature: Property Pane improvements ( #3561 )
...
* Fix: On renaming a widget via entity explorer the canvas gets resized
* Fix: Close prop pane on resize start of unselected widget.
* Fix: Match all - corejs polyfill
* Fix: Proppane not updated properly when same type widgets are selected.
* Feature: Draggable Proppane.
* Bug fixes for draggable popup.
* Fix: Property pane editor when selecting another widget.
* resolve rebase bad merges.
* cytest fix
* cytest fix
* cytest fix
* cytest fix
* cytest fix
* cytest fix
* cytest fixes
* cytest fix
* fixing draggable components inside porp pane.
* Adding cypress test.
* refactored Draggable list POC version
* reverting unwanted changes.
* prop pane bug fix
* unwanted dependencies.
* double click to open prop pane.
* Fixing bugs in draggable prop pane.
* one click prop pane open.
* ignore drag/resize click captures
* make prop pane draggable only via drag handler.
* Fixed property pane title.
* converting layer to hook and adding it to top most layer.
* removing irrelevant comments.
* close panel when widget changes.
* fixing cytests.
* bug fix
* fixing cytest
* Addressing code review comments.
* bug fix
2021-03-29 15:28:52 +05:30
Apeksha Bhosale
8983940a30
Merge pull request #3659 from appsmithorg/fix/new-field-POST-change
...
Added index check to add content type in existing field
2021-03-29 15:26:03 +05:30
Arpit Mohan
60400da94a
Fixing signed URL request for AWS S3 in Rest API plugin ( #3734 )
...
* added empty byte array for request body to fix aws signed url signature match problem as detailed here - https://github.com/aws/aws-sdk-java/issues/2205
Co-authored-by: Bernard Worthy <>
2021-03-29 12:58:57 +05:30
Hetu Nandu
55f65a9fe5
fix default override same value ( #3691 )
...
Co-authored-by: Trisha Anand <trisha@appsmith.com>
2021-03-29 12:44:16 +05:30
Trisha Anand
554c45eef8
[Bug Fix] Prepared Statement -String starting with a number recognized as JSON object instead of String ( #3710 )
...
* String starting with float like 2.1 recognized as JSON object instead of String.
* Incorporated review comments.
2021-03-29 12:22:06 +05:30
Hetu Nandu
da2fb11847
Create coverage-summary.json
2021-03-29 12:08:28 +05:30
dependabot[bot]
00477fe686
Bump guava from 28.1-jre to 29.0-jre in /app/server/appsmith-server ( #3728 )
...
Bumps [guava](https://github.com/google/guava ) from 28.1-jre to 29.0-jre.
- [Release notes](https://github.com/google/guava/releases )
- [Commits](https://github.com/google/guava/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-29 00:20:04 +05:30
vicky-primathon.in
b153a0e78a
Show header scrollbar always if needed
2021-03-27 11:36:42 +05:30
Trisha Anand
b9fd72e89d
Smart Substitution Debugging - Adding Appsmith data type to each parameter in response's request object for execute ( #3716 )
...
* Smart Substitution Debugging - Adding appsmith data type to each parameter in response's request object for execute
* Incorporated review comments.
* Fixed failing test cases.
* Fixed MS-SQL test failures.
2021-03-26 23:29:12 +05:30
Nidhi
683176fc48
Increased default limit for webclient payload ( #3718 )
...
* Increased default limit for webclient payload
2021-03-26 21:34:10 +05:30
Sumit Kumar
e347b61e53
Return hint on localhost url ( #3611 )
...
- Return hint for localhost URL on the following events:
Test datasource
Save datasource
Update REST API Url
Create datasource from REST API
When page gets loaded for first time.
- Hint message returned: "You may not able to access your localhost if Appsmith is running inside a docker container or on the cloud. Please check out Appsmith's documentation to understand more."
- It has been decided as part of actions pod meeting that these messages will not be persisted.
2021-03-26 15:42:34 +05:30
prapullac
d9417dc043
Adding test ideas for Switch widget ( #3490 )
...
* adding test ideas for Switch widget
* reset widget for date change
2021-03-26 14:08:10 +05:30
Apeksha Bhosale
84ebd4324f
Updated link for datasource whitelist url ( #3679 )
2021-03-26 13:41:15 +05:30
Trisha Anand
c420d0207f
Supporting timestamp datatype in Prepared Statement ( #3690 )
...
* WIP : Adding timestamp datatype in Prepared Statement
* Added simple tests for commonly used data types' identification
* Added plugin level test cases for timestamp with Prepared Statement to Postgres
2021-03-26 13:19:22 +05:30
prapullac
cee1b86f32
Adding test ideas for Edit profile ( #3700 )
2021-03-26 12:51:46 +05:30
Rishabh Saxena
973a70a624
Fix editor help menu background color and icon size ( #3686 )
2021-03-26 12:18:15 +05:30
Apeksha Bhosale
eab1f8372a
Merge branch 'release' into fix/new-field-POST-change
2021-03-26 09:33:52 +05:30
Confidence Okoghenun
b1900164eb
chore: Updates office hours ( #3707 )
2021-03-26 08:56:03 +05:30
abhishek nayak
5114ca75c4
Merge pull request #3706 from appsmithorg/fix/filteredData-columnProperties
...
Fix #3381 : Table column properties now map correctly when filtering, sorting or searching
2021-03-26 01:30:03 +05:30
Abhinav Jha
5b3547c104
Fix filter condition functions
...
Fix issue where column properties don't update based on filters and sorting and search
2021-03-26 01:18:40 +05:30
vicky-primathon.in
ea701de662
Added unit tests
2021-03-25 23:58:09 +05:30
vicky-primathon.in
45d7a5fe0b
Added unit tests
2021-03-25 23:46:56 +05:30
vicky-primathon.in
b6f21b00e0
Added unit tests
2021-03-25 23:28:51 +05:30
vicky-primathon.in
b6d47a078d
Merge branch 'release' of https://github.com/appsmithorg/appsmith into fix/table-scrollbars
2021-03-25 23:20:35 +05:30