{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":124253722,"defaultBranch":"master","name":"unity-version-manager","ownerLogin":"Larusso","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-03-07T15:12:48.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2523575?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716878577.0","currentOid":""},"activityList":{"items":[{"before":"f2969f4fb584e01f1fda213132223f7bd0b3e4b3","after":"70f7eb039edd8eef1a436035c96da6a6dd977aea","ref":"refs/heads/master","pushedAt":"2024-06-27T10:14:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Prepare fix release\n\nuvm_core version 0.13.3\nuvm_install_graph 0.8.2\nuvm_install_core 0.9.3\nuvm-install2 0.9.3","shortMessageHtmlLink":"Prepare fix release"}},{"before":"a61c640e72aec6d8c582f1ff0b324813c4b958b5","after":"f2969f4fb584e01f1fda213132223f7bd0b3e4b3","ref":"refs/heads/master","pushedAt":"2024-06-27T09:32:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Fix wrong install location of WebGL component on linux (#389)\n\n* remove presumed base path for WebGL component on linux\r\n\r\n* changes webgl linux test fixtures\r\n\r\n* add empty line at file end on formatted fixture files","shortMessageHtmlLink":"Fix wrong install location of WebGL component on linux (#389)"}},{"before":null,"after":"8ccbc63ea419051a6b4a800410510e77fc25d20e","ref":"refs/heads/add/unit-version","pushedAt":"2024-05-28T06:42:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Draft 1","shortMessageHtmlLink":"Draft 1"}},{"before":null,"after":"a573871d4b03ae8b513f23aab871deb1d4a5b212","ref":"refs/heads/add/nix_dev_environment","pushedAt":"2023-12-11T19:04:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Add nix flake files\n\nThis adds a nix flake file for development shell\nand to build this package with nix","shortMessageHtmlLink":"Add nix flake files"}},{"before":"aeada01915d58e83b19d5988f152df370abdc34e","after":"a61c640e72aec6d8c582f1ff0b324813c4b958b5","ref":"refs/heads/master","pushedAt":"2023-12-11T09:56:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Prepare fix release of uvm_install2","shortMessageHtmlLink":"Prepare fix release of uvm_install2"}},{"before":"0528bfb46918756ebd15c6af33a2e2fc7f43417b","after":null,"ref":"refs/heads/fix/linux_pkg_installer","pushedAt":"2023-12-11T09:44:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"}},{"before":"715590ce88339ba93a2643fbaebbf026a66366b9","after":"aeada01915d58e83b19d5988f152df370abdc34e","ref":"refs/heads/master","pushedAt":"2023-12-11T09:44:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Fix linux installation for newer Unity versions (#387)\n\nDescription\r\n============\r\n\r\nIt seems a very old bug suddenly surfaced.\r\nThe linux pkg install logic is reading the contents of the archive\r\ninto memory and passing it down to the stdin for the `cpio` command.\r\nI used the singe `write` call to copy the `buffer` to the `stdin` without\r\nchecking if all bytes are actually written. It seems pure luck that this\r\nworked until now. It seems that in recent versions of Unity some packages\r\ngot so big that a single call to `write` wasn't writing all the bytes into the\r\nmemory location.\r\n\r\nI replaced the logic with a filestream copy instead. Something I should have done\r\nto begin with ...","shortMessageHtmlLink":"Fix linux installation for newer Unity versions (#387)"}},{"before":"c72fc1b320519eacd10131e74b7ff25c24b29a40","after":"0528bfb46918756ebd15c6af33a2e2fc7f43417b","ref":"refs/heads/fix/linux_pkg_installer","pushedAt":"2023-12-11T09:33:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Fix linux installation for newer Unity versions\n\nDescription\n============\n\nIt seems a very old bug suddenly surfaced.\nThe linux pkg install logic is reading the contents of the archive\ninto memory and passing it down to the stdin for the `cpio` command.\nI used the singe `write` call to copy the `buffer` to the `stdin` without\nchecking if all bytes are actually written. It seems pure luck that this\nworked until now. It seems that in recent versions of Unity some packages\ngot so big that a single call to `write` wasn't writing all the bytes into the\nmemory location.\n\nI replaced the logic with a filestream copy instead. Something I should have done\nto begin with ...","shortMessageHtmlLink":"Fix linux installation for newer Unity versions"}},{"before":"0a6841ba70e58c8fd415221f6899ac4fbae7f8fc","after":"c72fc1b320519eacd10131e74b7ff25c24b29a40","ref":"refs/heads/fix/linux_pkg_installer","pushedAt":"2023-12-11T09:31:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Fix linux installation for newer Unity versions\n\nDescription\n============\n\nIt seems a very old bug suddenly surfaced.\nThe linux pkg install logic is reading the contents of the archive\ninto memory and passing it down to the stdin for the `cpio` command.\nI used the singe `write` call to copy the `buffer` to the `stdin` without\nchecking if all bytes are actually written. It seems pure luck that this\nworked until now. It seems that in recent versions of Unity some packages\ngot so big that a single call to `write` wasn't writing all the bytes into the\nmemory location.\n\nI replaced the logic with a filestream copy instead. Something I should have done\nto begin with ...","shortMessageHtmlLink":"Fix linux installation for newer Unity versions"}},{"before":null,"after":"0a6841ba70e58c8fd415221f6899ac4fbae7f8fc","ref":"refs/heads/fix/linux_pkg_installer","pushedAt":"2023-12-11T09:15:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Fix cpio stdin passing with io::copy","shortMessageHtmlLink":"Fix cpio stdin passing with io::copy"}},{"before":"c787d892824cd2ce1a33701e19fb523f1fc71478","after":"715590ce88339ba93a2643fbaebbf026a66366b9","ref":"refs/heads/master","pushedAt":"2023-09-06T10:16:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Prepare fix release of uvm_live_platform","shortMessageHtmlLink":"Prepare fix release of uvm_live_platform"}},{"before":"776a4bb31c7175984ab9ea5bc88a5fc97e9d24f2","after":null,"ref":"refs/heads/fix/live_platform_for_windows","pushedAt":"2023-09-06T10:08:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"}},{"before":"fa113d4e11661ebfd934825f0bf28b0c15498708","after":"c787d892824cd2ce1a33701e19fb523f1fc71478","ref":"refs/heads/master","pushedAt":"2023-09-06T10:08:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Fix live platform on windows (#385)\n\nDescription\r\n===========\r\n\r\nA simple copy paste error broke the crate on windows.","shortMessageHtmlLink":"Fix live platform on windows (#385)"}},{"before":null,"after":"776a4bb31c7175984ab9ea5bc88a5fc97e9d24f2","ref":"refs/heads/fix/live_platform_for_windows","pushedAt":"2023-09-06T09:38:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Fix live platform on windows\n\nDescription\n===========\n\nA simple copy paste error broke the crate on windows.","shortMessageHtmlLink":"Fix live platform on windows"}},{"before":"9c6b4eec56a7eefc676519d62947e2bb3766e11d","after":"fa113d4e11661ebfd934825f0bf28b0c15498708","ref":"refs/heads/master","pushedAt":"2023-09-06T06:37:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Add missing meta data to cargo toml to publish crate","shortMessageHtmlLink":"Add missing meta data to cargo toml to publish crate"}},{"before":"498813e09ad29cdf999bc84dff9717866fd0b613","after":null,"ref":"refs/heads/add/unity_live_platform_calls","pushedAt":"2023-09-06T06:27:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"}},{"before":"387af0833001cbb489d0640fac53d8f79a81f6cf","after":"9c6b4eec56a7eefc676519d62947e2bb3766e11d","ref":"refs/heads/master","pushedAt":"2023-09-06T06:27:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Add new crate to connect to unity live platform service (#384)\n\nDescription\r\n===========\r\n\r\nThis is a first patch to introduce a new crate to connect to\r\nthe live platform service. This service is a graphql service which\r\nallows a handfull of operations around unity releases etc. This service\r\nis used directly by UnityHub to query latest releases and to fetch\r\ninformation for older releases. This used to be semi-hardcoded in Unity Hub.\r\nThe first API allows to query for Unity versions. Others will follow soon.\r\n\r\nChanges\r\n=======\r\n\r\n* ![ADD] `uvm_live_platform` crate to connect to `live-platform` service","shortMessageHtmlLink":"Add new crate to connect to unity live platform service (#384)"}},{"before":"31c84fc83f31d0d8fc126e4a0ce2307edbefcd13","after":"498813e09ad29cdf999bc84dff9717866fd0b613","ref":"refs/heads/add/unity_live_platform_calls","pushedAt":"2023-09-06T06:01:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Add new crate to connect to unity live platform service\n\nDescription\n===========\n\nThis is a first patch to introduce a new crate to connect to\nthe live platform service. This service is a graphql service which\nallows a handfull of operations around unity releases etc. This service\nis used directly by UnityHub to query latest releases and to fetch\ninformation for older releases. This used to be semi-hardcoded in Unity Hub.\nThe first API allows to query for Unity versions. Others will follow soon.\n\nChanges\n=======\n\n* ![ADD] `uvm_live_platform` crate to connect to `live-platform` service","shortMessageHtmlLink":"Add new crate to connect to unity live platform service"}},{"before":null,"after":"31c84fc83f31d0d8fc126e4a0ce2307edbefcd13","ref":"refs/heads/add/unity_live_platform_calls","pushedAt":"2023-09-06T05:59:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Add new crate to connect to unity live platform service\n\nDescription\n===========\n\nThis is a first patch to introduce a new crate to connect to\nthe live platform service. This service is a graphql service which\nallows a handfull of operations around unity releases etc. This service\nis used directly by UnityHub to query latest releases and to fetch\ninformation for older releases. This used to be semi-hardcoded in Unity Hub.\nThe first API allows to query for Unity versions. Others will follow soon.\n\nChanges\n=======\n\n* ![ADD] `uvm_live_platform` crate to connect to `live-platform` service","shortMessageHtmlLink":"Add new crate to connect to unity live platform service"}},{"before":"ca691f6c7d6cda41182f4aae60cb10cacca27a6b","after":"387af0833001cbb489d0640fac53d8f79a81f6cf","ref":"refs/heads/master","pushedAt":"2023-05-17T11:24:46.247Z","pushType":"push","commitsCount":1,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Prepare for crate releases\n\n* uvm_core 0.13.2\n* uvm_install2 0.9.1\n* uvm_install_core 0.9.1\n* uvm_install_graph 0.8.1","shortMessageHtmlLink":"Prepare for crate releases"}},{"before":"d1e252d7a99353668e39c551a3bc995016c73d99","after":"ca691f6c7d6cda41182f4aae60cb10cacca27a6b","ref":"refs/heads/master","pushedAt":"2023-05-17T07:59:41.867Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Larusso","name":"Manfred Endres","path":"/Larusso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2523575?s=80&v=4"},"commit":{"message":"Add JDK11 component instead of jdk8 on unity >= 2022.2 (#383)\n\n## Description\r\n\r\nFixes bug where Unity >= 2022.2 installed with UVM can't do android builds, due to it still downloading jdk8 instead of jdk11.\r\nTo solve the problem, added jdk11 urls derived from unity module data from its graphql live endpoint. Also had to add 2022.2.6f1 hash to static hash list, as the remote server used to fetch unity version hashes is not online anymore.","shortMessageHtmlLink":"Add JDK11 component instead of jdk8 on unity >= 2022.2 (#383)"}},{"before":null,"after":"8329eacfed7c71a59434e4fe6c19851c1e309a84","ref":"refs/heads/dependabot/cargo/openssl-0.10.48","pushedAt":"2023-03-25T01:00:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump openssl from 0.10.38 to 0.10.48\n\nBumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.38 to 0.10.48.\n- [Release notes](https://github.com/sfackler/rust-openssl/releases)\n- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.38...openssl-v0.10.48)\n\n---\nupdated-dependencies:\n- dependency-name: openssl\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump openssl from 0.10.38 to 0.10.48"}},{"before":"2f87f4cb92f0660cf95406afcc7925f95252391b","after":null,"ref":"refs/heads/dependabot/cargo/plist-1.4.2","pushedAt":"2023-03-20T05:04:44.908Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"9b5cba84a1ef630ea1f69e74b4bf3f5e43cbcc4b","ref":"refs/heads/dependabot/cargo/plist-1.4.3","pushedAt":"2023-03-20T05:04:40.128Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump plist from 0.3.0 to 1.4.3\n\nBumps [plist](https://github.com/ebarnard/rust-plist) from 0.3.0 to 1.4.3.\n- [Release notes](https://github.com/ebarnard/rust-plist/releases)\n- [Commits](https://github.com/ebarnard/rust-plist/compare/v0.3.0...v1.4.3)\n\n---\nupdated-dependencies:\n- dependency-name: plist\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump plist from 0.3.0 to 1.4.3"}},{"before":"166c140d8633d03d9254058f20d14a0f8c904332","after":null,"ref":"refs/heads/dependabot/cargo/plist-1.4.1","pushedAt":"2023-03-09T05:00:13.283Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"2f87f4cb92f0660cf95406afcc7925f95252391b","ref":"refs/heads/dependabot/cargo/plist-1.4.2","pushedAt":"2023-03-09T05:00:08.093Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump plist from 0.3.0 to 1.4.2\n\nBumps [plist](https://github.com/ebarnard/rust-plist) from 0.3.0 to 1.4.2.\n- [Release notes](https://github.com/ebarnard/rust-plist/releases)\n- [Commits](https://github.com/ebarnard/rust-plist/compare/v0.3.0...v1.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: plist\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump plist from 0.3.0 to 1.4.2"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yN1QxMDoxNDozNi4wMDAwMDBazwAAAARwrbU_","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0wOVQwNTowMDowOC4wOTM5MDVazwAAAAL_kDkH"}},"title":"Activity ยท Larusso/unity-version-manager"}