{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":41179525,"defaultBranch":"master","name":"Conda.jl","ownerLogin":"JuliaPy","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-08-21T22:08:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/22030672?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1700071694.0","currentOid":""},"activityList":{"items":[{"before":"cc0057ef0926c9bdc0645b6ae63fa28ddbeae8cf","after":"047bb989807c19a40c3fe68de996edc86133e107","ref":"refs/heads/master","pushedAt":"2023-11-14T17:35:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stevengj","name":"Steven G. Johnson","path":"/stevengj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2913679?s=80&v=4"},"commit":{"message":"bump version for 1.10 release","shortMessageHtmlLink":"bump version for 1.10 release"}},{"before":"66560ef1e7553f764b160cc0f55cb26258834d93","after":null,"ref":"refs/heads/docfixes","pushedAt":"2023-11-14T17:33:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stevengj","name":"Steven G. Johnson","path":"/stevengj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2913679?s=80&v=4"}},{"before":"362d895fbd402fafbe9c36b61ac64b3270fa00e0","after":"cc0057ef0926c9bdc0645b6ae63fa28ddbeae8cf","ref":"refs/heads/master","pushedAt":"2023-11-14T17:33:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stevengj","name":"Steven G. Johnson","path":"/stevengj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2913679?s=80&v=4"},"commit":{"message":"fix docstrings and method ambiguity for Conda.exists (#249)","shortMessageHtmlLink":"fix docstrings and method ambiguity for Conda.exists (#249)"}},{"before":null,"after":"66560ef1e7553f764b160cc0f55cb26258834d93","ref":"refs/heads/docfixes","pushedAt":"2023-11-14T17:00:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stevengj","name":"Steven G. Johnson","path":"/stevengj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2913679?s=80&v=4"},"commit":{"message":"fix docstrings and method ambiguity for Conda.exists","shortMessageHtmlLink":"fix docstrings and method ambiguity for Conda.exists"}},{"before":"79c5487dab36bb68ab61f8e315f61ce466cb16ef","after":"362d895fbd402fafbe9c36b61ac64b3270fa00e0","ref":"refs/heads/master","pushedAt":"2023-08-22T15:59:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stevengj","name":"Steven G. Johnson","path":"/stevengj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2913679?s=80&v=4"},"commit":{"message":"disable auto_update_conda (#243)\n\n* disable auto_update_conda\r\n\r\n* revert write file in build step\r\n\r\n* config after installing conda\r\n\r\n* use sys condarc\r\n\r\neither .condarc or condarc-julia.yml should work, but it might be more clear to use .condarc in ROOTENV\r\n\r\n* Revert \"use sys condarc\"\r\n\r\nThis reverts commit 49574beedfafc6358efa31bace7a544f6faac993.","shortMessageHtmlLink":"disable auto_update_conda (#243)"}},{"before":"e1c3b61c4958e384c3ef9cf7b8658a13c09ec9e5","after":"79c5487dab36bb68ab61f8e315f61ce466cb16ef","ref":"refs/heads/master","pushedAt":"2023-07-19T18:00:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stevengj","name":"Steven G. Johnson","path":"/stevengj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2913679?s=80&v=4"},"commit":{"message":"Update Project.toml","shortMessageHtmlLink":"Update Project.toml"}},{"before":"fe6c94c70609e6b6a8f853d72efc7d890df967e6","after":"e1c3b61c4958e384c3ef9cf7b8658a13c09ec9e5","ref":"refs/heads/master","pushedAt":"2023-07-19T17:40:58.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mkitti","name":"Mark Kittisopikul","path":"/mkitti","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8062771?s=80&v=4"},"commit":{"message":"Merge pull request #246 from mkitti/mkitti/win32_warn_satisified_skip_solve\n\nIssue warning and then ignore satisified_skip_solve on 32-bit windows","shortMessageHtmlLink":"Merge pull request #246 from mkitti/mkitti/win32_warn_satisified_skip…"}},{"before":"0a0cc482c0a873ed353ddcd1742dc9dce1384bcd","after":"fe6c94c70609e6b6a8f853d72efc7d890df967e6","ref":"refs/heads/master","pushedAt":"2023-06-25T18:08:00.165Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stevengj","name":"Steven G. Johnson","path":"/stevengj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2913679?s=80&v=4"},"commit":{"message":"Friendly error message for users with special characters in user names on Windows (#200)\n\n* installation on Windows with special characters in user names; issue #199\r\n\r\n* check non-ASCII character or a space on Windows during _install_conda\r\n\r\n* fix instructions for special characters in your user name","shortMessageHtmlLink":"Friendly error message for users with special characters in user name…"}},{"before":"81fe00cb0388c8ea58f9244a0de0f9c5dd3534a1","after":"0a0cc482c0a873ed353ddcd1742dc9dce1384bcd","ref":"refs/heads/master","pushedAt":"2023-06-12T13:40:33.649Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"stevengj","name":"Steven G. Johnson","path":"/stevengj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2913679?s=80&v=4"},"commit":{"message":"Add satified_skip_solve as a keyword argument for Conda.add (#241)\n\n* Add satified_skip_solve as a keyword argument for Conda.add\r\n\r\n* Resolve Cmd / conda quoting issues\r\n\r\n* Add ARCH to tests\r\n\r\n* Admit defeat, version mismatch test is broken","shortMessageHtmlLink":"Add satified_skip_solve as a keyword argument for Conda.add (#241)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADrwPMrAA","startCursor":null,"endCursor":null}},"title":"Activity · JuliaPy/Conda.jl"}