{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":48813290,"defaultBranch":"main","name":"solidus","ownerLogin":"softr8","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-12-30T18:09:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/127449?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1705346317.0","currentOid":""},"activityList":{"items":[{"before":"3fc8a15396df836141583ff9bf05a8f98047b58b","after":"deed35a19b4437b91d3c4d52c413ab3dc6fb636a","ref":"refs/heads/backend_order_email","pushedAt":"2024-01-15T22:32:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"softr8","name":"Edwin Cruz","path":"/softr8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127449?s=80&v=4"},"commit":{"message":"Adds Order#order_email to show the order's email\n\n`spree_orders` table has the column `email` which stores the email of\nguest orders, this change intends to look first at this property then\nfallback to user's email.","shortMessageHtmlLink":"Adds Order#order_email to show the order's email"}},{"before":null,"after":"3fc8a15396df836141583ff9bf05a8f98047b58b","ref":"refs/heads/backend_order_email","pushedAt":"2024-01-15T19:18:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"softr8","name":"Edwin Cruz","path":"/softr8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127449?s=80&v=4"},"commit":{"message":"Adds Order#order_email to show the order's email\n\n`spree_orders` table has the column `email` which stores the email of\nguest orders, this change intends to look first at this property then\nfallback to user's email.","shortMessageHtmlLink":"Adds Order#order_email to show the order's email"}},{"before":"7358f20e3ae41de21e6d47ba4d0c54c14d0e99df","after":"6eb253ea7e6f253fe5d536836139a05acd1da8ed","ref":"refs/heads/ecruz/remove-prod-dependency","pushedAt":"2024-01-11T14:24:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"softr8","name":"Edwin Cruz","path":"/softr8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127449?s=80&v=4"},"commit":{"message":"Moving solidus_sample to be development dependency\n\nSolidus Sample gem includes seed data to setup local development in\nan easy way, it includes catalogs for countries, states, products,\ntaxonomies/taxons and images. This gem itself needs about 10mb of disk\nspace and most of the times it is only needed in local development\nor one time.","shortMessageHtmlLink":"Moving solidus_sample to be development dependency"}},{"before":"259d1990c7c113991bef279872dd41c7ebfb23c2","after":"7358f20e3ae41de21e6d47ba4d0c54c14d0e99df","ref":"refs/heads/ecruz/remove-prod-dependency","pushedAt":"2024-01-10T21:34:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"softr8","name":"Edwin Cruz","path":"/softr8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127449?s=80&v=4"},"commit":{"message":"Moving solidus_sample to be development dependency\n\nSolidus Sample gem includes seed data to setup local development in\nan easy way, it includes catalogs for countries, states, products,\ntaxonomies/taxons and images. This gem itself needs about 10mb of disk\nspace and most of the times it is only needed in local development\nor one time.","shortMessageHtmlLink":"Moving solidus_sample to be development dependency"}},{"before":null,"after":"259d1990c7c113991bef279872dd41c7ebfb23c2","ref":"refs/heads/ecruz/remove-prod-dependency","pushedAt":"2024-01-09T14:42:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"softr8","name":"Edwin Cruz","path":"/softr8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127449?s=80&v=4"},"commit":{"message":"Moving solidus_sample to be development dependency\n\nSolidus Sample gem includes seed data to setup local development in\nan easy way, it includes catalogs for countries, states, products,\ntaxonomies/taxons and images. This gem itself needs about 10mb of disk\nspace and most of the times it is only needed in local development\nor one time.","shortMessageHtmlLink":"Moving solidus_sample to be development dependency"}},{"before":null,"after":"2c8298567a91a7e2e8874a0a52e35f72a628c7f1","ref":"refs/heads/main","pushedAt":"2023-12-27T22:40:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"softr8","name":"Edwin Cruz","path":"/softr8","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/127449?s=80&v=4"},"commit":{"message":"Merge pull request #5573 from solidusio/elia/starter-tailwind\n\nUpdate the procfile to include the TW build for the frontend","shortMessageHtmlLink":"Merge pull request solidusio#5573 from solidusio/elia/starter-tailwind"}},{"before":"609318fafc64327ef180f07c0cf19c8a34fd45dd","after":"e76677e69521fc0bb44352c197fb28d3226cf8a5","ref":"refs/heads/admin/improve-stock-items-management","pushedAt":"2023-07-17T09:41:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elia","name":"Elia Schito","path":"/elia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1051?s=80&v=4"},"commit":{"message":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or variables\n\nPrevious impleemntation was only working with either attribute readers or\nmethods, but it was not working with instance variables.\nIt now checks whether the final target is either a method, property or\nan instance variable","shortMessageHtmlLink":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or…"}},{"before":"e949c2920396d47b5443efd2aa51eb0208f2b32e","after":"609318fafc64327ef180f07c0cf19c8a34fd45dd","ref":"refs/heads/admin/improve-stock-items-management","pushedAt":"2023-06-30T12:42:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elia","name":"Elia Schito","path":"/elia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1051?s=80&v=4"},"commit":{"message":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or variables\n\nPrevious impleemntation was only working with either attribute readers or\nmethods, but it was not working with instance variables.\nIt now checks whether the final target is either a method, property or\nan instance variable","shortMessageHtmlLink":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or…"}},{"before":"6fefc556cf44f1a23b90c0c27023861994d60b3b","after":"e949c2920396d47b5443efd2aa51eb0208f2b32e","ref":"refs/heads/admin/improve-stock-items-management","pushedAt":"2023-06-30T12:41:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elia","name":"Elia Schito","path":"/elia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1051?s=80&v=4"},"commit":{"message":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or variables\n\nPrevious impleemntation was only working with either attribute readers or\nmethods, but it was not working with instance variables.\nIt now checks whether the final target is either a method, property or\nan instance variable","shortMessageHtmlLink":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or…"}},{"before":"111c8a82fb415f61d86aca0d497200d40c2e4d46","after":"6fefc556cf44f1a23b90c0c27023861994d60b3b","ref":"refs/heads/admin/improve-stock-items-management","pushedAt":"2023-06-19T10:22:40.021Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elia","name":"Elia Schito","path":"/elia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1051?s=80&v=4"},"commit":{"message":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or variables\n\nPrevious impleemntation was only working with either attribute readers or\nmethods, but it was not working with instance variables.\nIt now checks whether the final target is either a method, property or\nan instance variable","shortMessageHtmlLink":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or…"}},{"before":"5d8337a222c064c4b38854854b9b57d3c7d41331","after":"111c8a82fb415f61d86aca0d497200d40c2e4d46","ref":"refs/heads/admin/improve-stock-items-management","pushedAt":"2023-06-09T19:08:09.950Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"elia","name":"Elia Schito","path":"/elia","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1051?s=80&v=4"},"commit":{"message":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or variables\n\nPrevious impleemntation was only working with either attribute readers or\nmethods, but it was not working with instance variables.\nIt now checks whether the final target is either a method, property or\nan instance variable","shortMessageHtmlLink":"Extend Spree::DeprecatedInstanceVariableProxy to work with methods or…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD4HTaKwA","startCursor":null,"endCursor":null}},"title":"Activity · softr8/solidus"}