{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":345679614,"defaultBranch":"main","name":"cadquery-plugins","ownerLogin":"CadQuery","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-03-08T14:14:43.000Z","ownerAvatar":"https://github.com/avatars/u/36305429?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718280029.0","currentOid":""},"activityList":{"items":[{"before":"2fd087f51500c15e0f70151834195f9df2ed7eb3","after":"364500a1adeb7b99bf06135245850f5ba70b9ae6","ref":"refs/heads/main","pushedAt":"2024-08-15T22:07:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"docs: fix link & code example (#37)","shortMessageHtmlLink":"docs: fix link & code example (#37)"}},{"before":"3af09ba60bf17078aeda9ffb4d05ee017d70b8fe","after":null,"ref":"refs/heads/gears-fix","pushedAt":"2024-06-13T12:00:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"}},{"before":"de5a3496230e04b7ec14a6b46c5f8fb2f51e9752","after":"2fd087f51500c15e0f70151834195f9df2ed7eb3","ref":"refs/heads/main","pushedAt":"2024-06-13T12:00:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Fixed linting and test errors for changes in CQ since PR was first opened (#36)","shortMessageHtmlLink":"Fixed linting and test errors for changes in CQ since PR was first op…"}},{"before":null,"after":"3af09ba60bf17078aeda9ffb4d05ee017d70b8fe","ref":"refs/heads/gears-fix","pushedAt":"2024-06-13T11:49:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Fixed linting and test errors for changes in CQ since PR was first opened","shortMessageHtmlLink":"Fixed linting and test errors for changes in CQ since PR was first op…"}},{"before":"d263aa9603913946293f2aea4d28cadd7fc7cae0","after":"de5a3496230e04b7ec14a6b46c5f8fb2f51e9752","ref":"refs/heads/main","pushedAt":"2024-06-13T01:42:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Gear generator classes (#19)\n\n* Create gear_generator.py\r\n\r\n* Add bevel gear\r\n\r\n* Update gear_generator.py\r\n\r\n* add crown gear\r\n\r\n* Create rack_gear.py\r\n\r\n* add docstring, improve organisation\r\n\r\n* changed imports\r\n\r\n* add readme and setup files\r\n\r\n* moved to module dir structure\r\n\r\nImplemented the same changes as @marcus7070 did for the more_selectors plugin\r\n\r\n* update functions calls\r\n\r\n* testing import solutions\r\n\r\n* made plugin functions work\r\n\r\n* setup test functions\r\n\r\n* Update .gitignore\r\n\r\n* add working tests\r\n\r\n* add auto link of methods in __init__\r\n\r\n* change function names\r\n\r\n* Update cutter_objects.py\r\n\r\n* add register fct to modules\r\n\r\n* add imgs for readme\r\n\r\n* finalize PR version\r\n\r\n* Update README.md\r\n\r\n* Update test_gear_generator.py\r\n\r\n* Rewrote the plugin in OOP\r\n\r\nI rewrote the plugin using OOP. For now there is only bevel gear and spur gear, I removed all the other ones cause they werent mature enough\r\n\r\n* correction of error in rotation angle\r\n\r\nchange twist angle from radians to degrees\r\n\r\n* Update test_gear_generator.py\r\n\r\nmodified tests to handle the update in twistangle\r\n\r\n* Update test_gear_generator.py\r\n\r\nmodify precision due to difference with ubuntu 18.04\r\n\r\nTrying hacky stuff and triggering the test\r\n\r\n* Revert \"Trying hacky stuff\"\r\n\r\nThis reverts commit a37287b035137695f671618aac6f98f1f3351c53.\r\n\r\n---------\r\n\r\nCo-authored-by: Marcus Boyd ","shortMessageHtmlLink":"Gear generator classes (#19)"}},{"before":"7a2d1a8dfde022b9da87c988cab37d9981be73e1","after":"d263aa9603913946293f2aea4d28cadd7fc7cae0","ref":"refs/heads/main","pushedAt":"2024-06-08T11:48:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Plugin for local coordinate system selectors (#35)\n\n* First working version of it; TODO pare it down\r\n\r\n* Simplify monkeypatch\r\n\r\n* Simplify further and remove unused imports\r\n\r\n* Add some description to the README\r\n\r\nCo-authored-by: nobkd <44443899+nobkd@users.noreply.github.com>\r\n\r\n* Update plugins/localselectors/README.md\r\n\r\nCo-authored-by: nobkd <44443899+nobkd@users.noreply.github.com>\r\n\r\n* Fix linter errors\r\n\r\n---------\r\n\r\nCo-authored-by: nobkd <44443899+nobkd@users.noreply.github.com>","shortMessageHtmlLink":"Plugin for local coordinate system selectors (#35)"}},{"before":"de88a66be7c1f8dfdca61caab4964e4dd8e197d1","after":"7a2d1a8dfde022b9da87c988cab37d9981be73e1","ref":"refs/heads/main","pushedAt":"2024-01-19T16:11:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Fixed the FreeCAD plugin pip install line","shortMessageHtmlLink":"Fixed the FreeCAD plugin pip install line"}},{"before":"45f456c82074f0d63b4e10bb6503e1e43893cd02","after":"de88a66be7c1f8dfdca61caab4964e4dd8e197d1","ref":"refs/heads/main","pushedAt":"2024-01-19T15:53:31.000Z","pushType":"pr_merge","commitsCount":17,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Merge pull request #34 from CadQuery/freecad_plugin\n\nFirst draft of FreeCAD import plugin","shortMessageHtmlLink":"Merge pull request #34 from CadQuery/freecad_plugin"}},{"before":"2c22a98a53728debf9d8ea5bedb1309ca0761fad","after":"2475af4c01cd11d01a1221ac7cd6d1acff7d3164","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-19T15:37:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Black formatting fix","shortMessageHtmlLink":"Black formatting fix"}},{"before":"40067d1569413890530ff45d2f1ccd1d9e0397c7","after":"2c22a98a53728debf9d8ea5bedb1309ca0761fad","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-19T15:36:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Customized setup.py and finished readme updates","shortMessageHtmlLink":"Customized setup.py and finished readme updates"}},{"before":"fcdd76896200afc0c08a8b034e3c66795481ba96","after":"40067d1569413890530ff45d2f1ccd1d9e0397c7","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T21:41:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Black formatting fix","shortMessageHtmlLink":"Black formatting fix"}},{"before":"8592c8b37d499627ab95d031768909be943a11bd","after":"fcdd76896200afc0c08a8b034e3c66795481ba96","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T21:30:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Trying to switch to mamba and fix the conda location in Windows","shortMessageHtmlLink":"Trying to switch to mamba and fix the conda location in Windows"}},{"before":"93e10fa8740bee0f723eb3dc5a81cb58097f1ed5","after":"8592c8b37d499627ab95d031768909be943a11bd","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T21:17:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Cleaning up a little bit","shortMessageHtmlLink":"Cleaning up a little bit"}},{"before":"c27e90d088450560f184841abd47930266e59f59","after":"93e10fa8740bee0f723eb3dc5a81cb58097f1ed5","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T21:13:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Adding conda-forge channel for FreeCAD","shortMessageHtmlLink":"Adding conda-forge channel for FreeCAD"}},{"before":"380d32cdf220ee7ec1ca1761f6b46b79a916f6f8","after":"c27e90d088450560f184841abd47930266e59f59","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T21:11:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Still trying to fix conda","shortMessageHtmlLink":"Still trying to fix conda"}},{"before":"cc636996d69f23ab6ae9236b087e99ee73a6ac79","after":"380d32cdf220ee7ec1ca1761f6b46b79a916f6f8","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T21:10:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Still trying to fix conda","shortMessageHtmlLink":"Still trying to fix conda"}},{"before":"51a450bad2c57a9a854b42908966dc940c4a5b42","after":"cc636996d69f23ab6ae9236b087e99ee73a6ac79","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T21:04:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Trying to fix mamba","shortMessageHtmlLink":"Trying to fix mamba"}},{"before":"8b6f8f34ca8016767688d7d637457a1abfcb4509","after":"51a450bad2c57a9a854b42908966dc940c4a5b42","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T20:47:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Trying to update tests and get them working","shortMessageHtmlLink":"Trying to update tests and get them working"}},{"before":"9d3b0e1c414b3870d7d83f48afb8b525074751dc","after":"8b6f8f34ca8016767688d7d637457a1abfcb4509","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T20:38:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Trying to figure out why the import is None in CI but fine locally","shortMessageHtmlLink":"Trying to figure out why the import is None in CI but fine locally"}},{"before":"aba362d9dd870382f20b1830e23d8dd282e44c49","after":"9d3b0e1c414b3870d7d83f48afb8b525074751dc","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T20:30:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Trying to update CI actions","shortMessageHtmlLink":"Trying to update CI actions"}},{"before":"edc12918f6695f5c88e73f7315586dbf56d81bef","after":"aba362d9dd870382f20b1830e23d8dd282e44c49","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T20:01:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Updating lint check for latest practices and newer Python version","shortMessageHtmlLink":"Updating lint check for latest practices and newer Python version"}},{"before":"6d2e8cba04d6435a6ba8d124f741778a364ce505","after":"edc12918f6695f5c88e73f7315586dbf56d81bef","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T19:58:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Trying to get correct black version","shortMessageHtmlLink":"Trying to get correct black version"}},{"before":"0673d63d39f62cd9a21ccfae7e186182ea48a17f","after":"6d2e8cba04d6435a6ba8d124f741778a364ce505","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T19:55:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Black pass","shortMessageHtmlLink":"Black pass"}},{"before":null,"after":"0673d63d39f62cd9a21ccfae7e186182ea48a17f","ref":"refs/heads/freecad_plugin","pushedAt":"2024-01-18T16:08:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"First draft of FreeCAD import plugin","shortMessageHtmlLink":"First draft of FreeCAD import plugin"}},{"before":"00724becf7eac09b91b6c25cd45f22bd542c7583","after":"45f456c82074f0d63b4e10bb6503e1e43893cd02","ref":"refs/heads/main","pushedAt":"2023-05-25T15:45:37.305Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jmwright","name":"Jeremy Wright","path":"/jmwright","primaryAvatarUrl":"https://github.com/avatars/u/1015439?s=80&v=4"},"commit":{"message":"Merge pull request #31 from AldenMB/patch-1\n\nPoint the `README` links to the correct files.","shortMessageHtmlLink":"Merge pull request #31 from AldenMB/patch-1"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEm5y7IAA","startCursor":null,"endCursor":null}},"title":"Activity · CadQuery/cadquery-plugins"}