{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":288665245,"defaultBranch":"master","name":"magento2-plugin","ownerLogin":"Custobar","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-08-19T07:35:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/22813074?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1686568763.79019","currentOid":""},"activityList":{"items":[{"before":"50394dfbfe8b64e7a647acfc864207230145578e","after":"5f8a8584e17b20a7e42e681c2c198e2cfb3ade88","ref":"refs/heads/master","pushedAt":"2023-07-14T09:01:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samipel","name":null,"path":"/samipel","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139537253?s=80&v=4"},"commit":{"message":"Magento 2.4.6 support (#5)\n\nIn short the aim is to have the module support Magento version 2.4.6. \r\n\r\nMajor changes related to this:\r\n\r\n- Magento\\Framework\\HTTP\\ZendClient has been dropped in 2.4.6, which has\r\nbeen used by this module. To still support 2.4.4 and 2.4.5 which still\r\nhave the class available the usage has been refactored to support all of\r\nthese three versions. Details about this can be checked from\r\nModel/CustobarApi/README.md\r\n- Support for Magento versions older than 2.4.4 has been dropped as\r\n2.4.4 is the oldest officially supported version by Adobe. This means we\r\ncould get rid of the deprecated InstallSchema and UpgradeSchema usages\r\nand replace these with the db_schema.xml definitions. This is\r\ntechnically a breaking change according to semantic versioning, so this\r\nis the main reason I updated the version in the README to be 3.0.0.\r\n\r\nMinor changes added alongside this:\r\n\r\n- Brought test definitions up to date so that they can be run in the\r\ncurrently supported Magento test frameworks, for some reason this has\r\nbeen left out from earlier Magento version support changes\r\n- Fixed several code sniffer related warnings to make sure that catching\r\nactual errors is easier. For example, lack of comments, non scoped\r\nconstants etc.\r\n- Fixed issue with order placement time not exporting with correct value\r\nto Custobar API\r\n- Fixed issue with sku resolving not always working Commerce edition due\r\nto the row_id and entity_id differences\r\n\r\nHow we have tested the changes on our side:\r\n\r\n- Integration tests have been run against clean installations of Magento\r\n2.4.4, 2.4.5 and 2.4.6 and they all seem to pass\r\n- All Magento Functional Testing Framework tests listed here have been\r\nrun against clean installations of Magento 2.4.4, 2.4.5 and 2.4.6 and\r\nthey all seem to pass:\r\nhttps://developer.adobe.com/commerce/marketplace/guides/sellers/mftf-magento/\r\n- One of our internal QA engineers has checked module functionality and\r\nconnections to Custobar API in Magento 2.4.6 environment and no issues\r\nwere found","shortMessageHtmlLink":"Magento 2.4.6 support (#5)"}},{"before":"36577c901bdcdf94c75d0348844ad65af59e8007","after":"fcff1cdc149285be89c11a86364156d1e539b264","ref":"refs/heads/dev","pushedAt":"2023-06-28T06:33:58.755Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Uninen","name":"Ville Säävuori","path":"/Uninen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43100?s=80&v=4"},"commit":{"message":"Syncing new changes from feature/CUSTO-40-support-246 branch to dev branch (#4)\n\nSpecifically targeting dev branch of the original repository to just\r\nkeep it up to date, since feature/CUSTO-40-support-246 is already merged\r\nthere and we still saw one thing to fix.\r\n\r\nThe one fix here is to move the tracking script to be added in the head\r\ntag as instructed in https://www.custobar.com/docs/api/tracking/, as\r\npreviously this was added at the bottom of body tag.","shortMessageHtmlLink":"Syncing new changes from feature/CUSTO-40-support-246 branch to dev b…"}},{"before":"9c8a5c2c2027ffbb1a477fc211e14a0735304e47","after":"36577c901bdcdf94c75d0348844ad65af59e8007","ref":"refs/heads/dev","pushedAt":"2023-06-16T08:07:09.315Z","pushType":"push","commitsCount":12,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/feature/CUSTO-40-support-246' into dev","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/feature/CUSTO-40-support-246' in…"}},{"before":"77f678358c2eda2c8c6a0b563d6f22727a77f20f","after":"23e147b473d98f42bbb0ef601e9009bb63c790dc","ref":"refs/heads/feature/CUSTO-40-support-246","pushedAt":"2023-06-16T08:01:57.905Z","pushType":"push","commitsCount":1,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"},"commit":{"message":"CUSTO-40: Updated LaminasClient to use specifically the Laminas CURL adapter, since the default Magento one doesn't have handling for the associative array of headers that the Laminas client uses","shortMessageHtmlLink":"CUSTO-40: Updated LaminasClient to use specifically the Laminas CURL …"}},{"before":"0811a18083c1018b11f99871724304d945b00b90","after":"77f678358c2eda2c8c6a0b563d6f22727a77f20f","ref":"refs/heads/feature/CUSTO-40-support-246","pushedAt":"2023-06-13T10:47:02.709Z","pushType":"push","commitsCount":1,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"},"commit":{"message":"CUSTO-40: Restricted GenerateSchedulesOnPriceIndexingTest to run only on 2.4.6 and newer since it appears there is some issue with running RefreshSpecialPrices cron in past versions, although this could be something specific to the test itself too","shortMessageHtmlLink":"CUSTO-40: Restricted GenerateSchedulesOnPriceIndexingTest to run only…"}},{"before":"90eecef388df169f9afb522feea9448130278a0a","after":"0811a18083c1018b11f99871724304d945b00b90","ref":"refs/heads/feature/CUSTO-40-support-246","pushedAt":"2023-06-13T09:44:12.368Z","pushType":"push","commitsCount":1,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"},"commit":{"message":"CUSTO-40: Further adjusting the Commerce support on SkuProvider, as it turned out AddGroupedData needed also adjusting","shortMessageHtmlLink":"CUSTO-40: Further adjusting the Commerce support on SkuProvider, as i…"}},{"before":"96978de2834caf895f66a04511bf4943441ab6ec","after":"90eecef388df169f9afb522feea9448130278a0a","ref":"refs/heads/feature/CUSTO-40-support-246","pushedAt":"2023-06-13T08:41:38.180Z","pushType":"push","commitsCount":1,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"},"commit":{"message":"CUSTO-40: Fixed Commerce incompatibility issue in SkuProvider","shortMessageHtmlLink":"CUSTO-40: Fixed Commerce incompatibility issue in SkuProvider"}},{"before":"2ce55dde74a61e44d2baa82342f8b5e243009e0b","after":"96978de2834caf895f66a04511bf4943441ab6ec","ref":"refs/heads/feature/CUSTO-40-support-246","pushedAt":"2023-06-13T07:59:30.719Z","pushType":"push","commitsCount":1,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"},"commit":{"message":"CUSTO-40: Fixing issues found from version specific tests","shortMessageHtmlLink":"CUSTO-40: Fixing issues found from version specific tests"}},{"before":"7ee65dd11d73e32af71b20c6b723fda0e32c4224","after":"2ce55dde74a61e44d2baa82342f8b5e243009e0b","ref":"refs/heads/feature/CUSTO-40-support-246","pushedAt":"2023-06-13T07:27:24.943Z","pushType":"push","commitsCount":1,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"},"commit":{"message":"CUSTO-40: Refactored the Custobar API client handling to support both 2.4.4 and 2.4.6 differences","shortMessageHtmlLink":"CUSTO-40: Refactored the Custobar API client handling to support both…"}},{"before":"4e534eecef151b5767ca6ffe6db03b899ca2d0c9","after":"7ee65dd11d73e32af71b20c6b723fda0e32c4224","ref":"refs/heads/feature/CUSTO-40-support-246","pushedAt":"2023-06-12T11:33:13.622Z","pushType":"push","commitsCount":1,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"},"commit":{"message":"CUSTO-40: Fixed issue reported in https://github.com/Custobar/magento2-plugin/issues/2","shortMessageHtmlLink":"CUSTO-40: Fixed issue reported in #2"}},{"before":"f35737a5b6a68f1e6c590a63197a50162086297c","after":null,"ref":"refs/heads/feature/CUSTO-25-scope-specific-mapping-and-domain-mapping","pushedAt":"2023-06-12T11:19:23.790Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"}},{"before":"32dec2c44fe2ce772dcd60d9bd6a852f8cb3eb68","after":null,"ref":"refs/heads/feature/CUSTO-28-support-for-exports-on-price-updates","pushedAt":"2023-06-12T11:19:21.958Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"}},{"before":"916885add866459726019bdf21bfa5290b163436","after":null,"ref":"refs/heads/fix/CUSTO-26-website-restriction-fixes","pushedAt":"2023-06-12T11:19:20.298Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"}},{"before":"78c623a0c0826f69baf187e2beb815c96ec3e15a","after":null,"ref":"refs/heads/fix/CUSTO-31-marketplace-review-fixes","pushedAt":"2023-06-12T11:19:16.992Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"}},{"before":null,"after":"4e534eecef151b5767ca6ffe6db03b899ca2d0c9","ref":"refs/heads/feature/CUSTO-40-support-246","pushedAt":"2023-06-12T11:12:15.410Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jooname","name":null,"path":"/jooname","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36262953?s=80&v=4"},"commit":{"message":"CUSTO-40: Replaced InstallSchema and UpgradeSchema scripts with declarative schema definition, since if the oldest version we want to support is 2.4.4 we can assume declarative schema is available for database related changes","shortMessageHtmlLink":"CUSTO-40: Replaced InstallSchema and UpgradeSchema scripts with decla…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADVXvZmgA","startCursor":null,"endCursor":null}},"title":"Activity · Custobar/magento2-plugin"}