{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":699528862,"defaultBranch":"release","name":"appsmith","ownerLogin":"Gretel8","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-10-02T20:12:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/73624682?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1696378541.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"92182128bcba1e637968285915aecc5143688ef1","ref":"refs/heads/fix/update-URLs-#25513","pushedAt":"2023-10-04T00:15:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Gretel8","name":"Gretel Arcia","path":"/Gretel8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73624682?s=80&v=4"},"commit":{"message":"Replaced versioned URLs with new ones","shortMessageHtmlLink":"Replaced versioned URLs with new ones"}},{"before":"46dcf3a8f0933b5d61ba9e09971f017ece50b90e","after":"43940b7f2f1e3778f0b6cd235415010b0f21b5be","ref":"refs/heads/fix/update-doc-URLs-#25513","pushedAt":"2023-10-04T00:05:40.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Gretel8","name":"Gretel Arcia","path":"/Gretel8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73624682?s=80&v=4"},"commit":{"message":"feat: JSON form widget one click binding integration (#25873)\n\n## Description\r\n- Adds one click binding support for JSON form widget.\r\n\r\n#### PR fixes following issue(s)\r\nFixes #25561 \r\nFixes #26375 \r\n\r\n#### Media\r\n> A video or a GIF is preferred. when using Loom, don’t embed because it\r\nlooks like it’s a GIF. instead, just link to the video\r\n>\r\n>\r\n#### Type of change\r\n\r\n- New feature (non-breaking change which adds functionality)\r\n\r\n## Testing\r\n>\r\n#### How Has This Been Tested?\r\n> Please describe the tests that you ran to verify your changes. Also\r\nlist any relevant details for your test configuration.\r\n> Delete anything that is not relevant\r\n- [x] Manual\r\n- [x] Jest\r\n- [x] Cypress\r\n\r\n#### Test Plan\r\n> [One click binding support on JSON Form (Test\r\nplan)](https://github.com/appsmithorg/TestSmith/issues/2523)\r\n\r\n#### Issues raised during DP testing\r\n> Link issues raised during DP testing for better visiblity and tracking\r\n(copy link from comments dropped on this PR)\r\n\r\n## Checklist:\r\n#### Dev activity\r\n- [x] My code follows the style guidelines of this project\r\n- [x] I have performed a self-review of my own code\r\n- [x] I have commented my code, particularly in hard-to-understand areas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [x] My changes generate no new warnings\r\n- [x] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [x] New and existing unit tests pass locally with my changes\r\n- [ ] PR is being merged under a feature flag\r\n\r\n\r\n#### QA activity:\r\n- [ ] [Speedbreak\r\nfeatures](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)\r\nhave been covered\r\n- [ ] Test plan covers all impacted features and [areas of\r\ninterest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)\r\n- [ ] Test plan has been peer reviewed by project stakeholders and other\r\nQA members\r\n- [ ] Manually tested functionality on DP\r\n- [ ] We had an implementation alignment call with stakeholders post QA\r\nRound 2\r\n- [ ] Cypress test cases have been added and approved by SDET/manual QA\r\n- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed\r\n- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed\r\n\r\n---------\r\n\r\nCo-authored-by: balajisoundar ","shortMessageHtmlLink":"feat: JSON form widget one click binding integration (appsmithorg#25873)"}},{"before":"43940b7f2f1e3778f0b6cd235415010b0f21b5be","after":"92182128bcba1e637968285915aecc5143688ef1","ref":"refs/heads/release","pushedAt":"2023-10-04T00:02:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Gretel8","name":"Gretel Arcia","path":"/Gretel8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73624682?s=80&v=4"},"commit":{"message":"Replaced versioned URLs with new ones","shortMessageHtmlLink":"Replaced versioned URLs with new ones"}},{"before":null,"after":"46dcf3a8f0933b5d61ba9e09971f017ece50b90e","ref":"refs/heads/fix/update-doc-URLs-#25513","pushedAt":"2023-10-04T00:00:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Gretel8","name":"Gretel Arcia","path":"/Gretel8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73624682?s=80&v=4"},"commit":{"message":"chore: Create layout system structure for Anvil and AnvilFlexComponent. (#27178)\n\n## Description\r\n1. Add new ```appPositioningType``` : ANVIL.\r\n2. Create new code path and folder structure for Anvil layout system.\r\n3. Move common pieces of functionalities between autoLayout and anvil to\r\nanvil folder structure (e.g. ```CanvasResizer```).\r\n4. Create ```AnvilFlexComponent```.\r\n5. Use WDS Flex component in AnvilFlexComponent.\r\n6. Pass min max size props in a data structure that is supported by\r\ncontainer queries in the Flex component.\r\n e.g. min-width: { base: \"120px\", \"480px\": \"200px\" }\r\n7. Supply the following flex properties (flex-grow flex-shrink\r\nflex-basis) to widgets depending on their ```responsiveBehvaiour```:\r\n a) Fill: ```flex: 1 1 0%;```\r\n b) Hug: ```flex: 0 0 auto;```\r\n\r\n#### PR fixes following issue(s)\r\nFixes # (issue number)\r\n1. [#26987](https://github.com/appsmithorg/appsmith/issues/26987)\r\n2. [#26609](https://github.com/appsmithorg/appsmith/issues/26609)\r\n3. [#26611](https://github.com/appsmithorg/appsmith/issues/26611)\r\n\r\n#### Type of change\r\n- New feature (non-breaking change which adds functionality)\r\n\r\n\r\n## Testing\r\n>\r\n#### How Has This Been Tested?\r\n> Please describe the tests that you ran to verify your changes. Also\r\nlist any relevant details for your test configuration.\r\n> Delete anything that is not relevant\r\n- [x] Manual\r\n- [ ] JUnit\r\n- [x] Jest\r\n- [ ] Cypress\r\n\r\n\r\n## Checklist:\r\n#### Dev activity\r\n- [x] My code follows the style guidelines of this project\r\n- [x] I have performed a self-review of my own code\r\n- [x] I have commented my code, particularly in hard-to-understand areas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [ ] My changes generate no new warnings\r\n- [x] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [ ] New and existing unit tests pass locally with my changes\r\n- [x] PR is being merged under a feature flag\r\n\r\n\r\n#### QA activity:\r\n- [ ] [Speedbreak\r\nfeatures](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)\r\nhave been covered\r\n- [ ] Test plan covers all impacted features and [areas of\r\ninterest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)\r\n- [ ] Test plan has been peer reviewed by project stakeholders and other\r\nQA members\r\n- [ ] Manually tested functionality on DP\r\n- [ ] We had an implementation alignment call with stakeholders post QA\r\nRound 2\r\n- [ ] Cypress test cases have been added and approved by SDET/manual QA\r\n- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed\r\n- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed\r\n\r\n---------\r\n\r\nCo-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com>\r\nCo-authored-by: Aswath K \r\nCo-authored-by: rahulramesha \r\nCo-authored-by: rahulramesha <71900764+rahulramesha@users.noreply.github.com>","shortMessageHtmlLink":"chore: Create layout system structure for Anvil and AnvilFlexComponen…"}},{"before":"46dcf3a8f0933b5d61ba9e09971f017ece50b90e","after":"43940b7f2f1e3778f0b6cd235415010b0f21b5be","ref":"refs/heads/release","pushedAt":"2023-10-03T23:33:39.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Gretel8","name":"Gretel Arcia","path":"/Gretel8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/73624682?s=80&v=4"},"commit":{"message":"feat: JSON form widget one click binding integration (#25873)\n\n## Description\r\n- Adds one click binding support for JSON form widget.\r\n\r\n#### PR fixes following issue(s)\r\nFixes #25561 \r\nFixes #26375 \r\n\r\n#### Media\r\n> A video or a GIF is preferred. when using Loom, don’t embed because it\r\nlooks like it’s a GIF. instead, just link to the video\r\n>\r\n>\r\n#### Type of change\r\n\r\n- New feature (non-breaking change which adds functionality)\r\n\r\n## Testing\r\n>\r\n#### How Has This Been Tested?\r\n> Please describe the tests that you ran to verify your changes. Also\r\nlist any relevant details for your test configuration.\r\n> Delete anything that is not relevant\r\n- [x] Manual\r\n- [x] Jest\r\n- [x] Cypress\r\n\r\n#### Test Plan\r\n> [One click binding support on JSON Form (Test\r\nplan)](https://github.com/appsmithorg/TestSmith/issues/2523)\r\n\r\n#### Issues raised during DP testing\r\n> Link issues raised during DP testing for better visiblity and tracking\r\n(copy link from comments dropped on this PR)\r\n\r\n## Checklist:\r\n#### Dev activity\r\n- [x] My code follows the style guidelines of this project\r\n- [x] I have performed a self-review of my own code\r\n- [x] I have commented my code, particularly in hard-to-understand areas\r\n- [ ] I have made corresponding changes to the documentation\r\n- [x] My changes generate no new warnings\r\n- [x] I have added tests that prove my fix is effective or that my\r\nfeature works\r\n- [x] New and existing unit tests pass locally with my changes\r\n- [ ] PR is being merged under a feature flag\r\n\r\n\r\n#### QA activity:\r\n- [ ] [Speedbreak\r\nfeatures](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)\r\nhave been covered\r\n- [ ] Test plan covers all impacted features and [areas of\r\ninterest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)\r\n- [ ] Test plan has been peer reviewed by project stakeholders and other\r\nQA members\r\n- [ ] Manually tested functionality on DP\r\n- [ ] We had an implementation alignment call with stakeholders post QA\r\nRound 2\r\n- [ ] Cypress test cases have been added and approved by SDET/manual QA\r\n- [ ] Added `Test Plan Approved` label after Cypress tests were reviewed\r\n- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed\r\n\r\n---------\r\n\r\nCo-authored-by: balajisoundar ","shortMessageHtmlLink":"feat: JSON form widget one click binding integration (appsmithorg#25873)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0wNFQwMDoxNTo0MS4wMDAwMDBazwAAAAOOxTxu","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0wNFQwMDoxNTo0MS4wMDAwMDBazwAAAAOOxTxu","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0wM1QyMzozMzozOS4wMDAwMDBazwAAAAOOwQj3"}},"title":"Activity · Gretel8/appsmith"}