{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":738728307,"defaultBranch":"main","name":"binsync","ownerLogin":"Exiled1","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-01-03T22:54:40.000Z","ownerAvatar":"https://github.com/avatars/u/24551877?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1704714977.0","currentOid":""},"activityList":{"items":[{"before":"183e53bba194eb1030dee2eb53da07b7e7278754","after":"09213a1ded82cf034fe43d448174fcedc6a15ac4","ref":"refs/heads/main","pushedAt":"2024-08-24T21:23:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Bump for libbs","shortMessageHtmlLink":"Bump for libbs"}},{"before":"9be3999e1bdbf6ada1450f553bd314e51ee2f5ba","after":"183e53bba194eb1030dee2eb53da07b7e7278754","ref":"refs/heads/main","pushedAt":"2024-08-24T21:22:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Merge branch 'binsync:main' into main","shortMessageHtmlLink":"Merge branch 'binsync:main' into main"}},{"before":"f07329b3fb4703b27db731e7eebbd639f87f5fec","after":"9be3999e1bdbf6ada1450f553bd314e51ee2f5ba","ref":"refs/heads/main","pushedAt":"2024-08-24T21:17:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Merge branch 'binsync:main' into main","shortMessageHtmlLink":"Merge branch 'binsync:main' into main"}},{"before":"183e53bba194eb1030dee2eb53da07b7e7278754","after":"f07329b3fb4703b27db731e7eebbd639f87f5fec","ref":"refs/heads/main","pushedAt":"2024-08-08T00:52:34.000Z","pushType":"push","commitsCount":43,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Merge branch 'binsync:main' into main","shortMessageHtmlLink":"Merge branch 'binsync:main' into main"}},{"before":"be02218e5a0221d0b377224242e1fc74c1936757","after":"183e53bba194eb1030dee2eb53da07b7e7278754","ref":"refs/heads/main","pushedAt":"2024-03-12T05:26:55.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Merge branch 'binsync:main' into main","shortMessageHtmlLink":"Merge branch 'binsync:main' into main"}},{"before":"0ac8a654b900e371c2191a0c23fcaa1dac5d7036","after":"9c9e163bbcadb69fba4fc91479496c40f8b7cd67","ref":"refs/heads/binsync_server","pushedAt":"2024-01-17T11:30:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Added some basic testing for the server.\n\nBasically just hijacked the code to test the client, and I'm using that to quickly test, since making a binja connection every time would be a pain to debug.","shortMessageHtmlLink":"Added some basic testing for the server."}},{"before":"394cd98ad14a89e96e9b14a12bf3dbefddb0eec3","after":"0ac8a654b900e371c2191a0c23fcaa1dac5d7036","ref":"refs/heads/binsync_server","pushedAt":"2024-01-17T11:29:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Added basic client-server interfacing.\n\nCurrently, just added a flag to use the server versions of functions if a client flag is on. My echo function works, but nothing with the atomic decorator works for now. However, basic communication works. And the client is able to shut the server down. There's some TODOs that need to be taken care of. Mainly the fact that if the server address is in use then attempt to create a proxy instead of create a full server.","shortMessageHtmlLink":"Added basic client-server interfacing."}},{"before":"ea0e4a2cb7f0661f6ba7be467002fc126738a30c","after":"394cd98ad14a89e96e9b14a12bf3dbefddb0eec3","ref":"refs/heads/binsync_server","pushedAt":"2024-01-17T11:26:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Added basic server functionality. WIP\n\nTemporarily commented out a property for has_remote. Added some logic to create and shut down the server.\n\nCurrently doesn't handle calling of any atomic git actions. I still need to handle the scheduler stuff.","shortMessageHtmlLink":"Added basic server functionality. WIP"}},{"before":"4bca193ba94307fbcbf7cc9708bbee59bc4a8f84","after":"ea0e4a2cb7f0661f6ba7be467002fc126738a30c","ref":"refs/heads/binsync_server","pushedAt":"2024-01-17T05:27:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Copy client code over to GitServer.py.\n\nRenamed item in atomic git action to GitServer. Probably easier to just copy over stuff from the client and delete whatever I don't need.\n\nAlso, one small type change for iterable repos.","shortMessageHtmlLink":"Copy client code over to GitServer.py."}},{"before":"3104c24d7491eca496360c8f4a5d47cf4ab808fb","after":"4bca193ba94307fbcbf7cc9708bbee59bc4a8f84","ref":"refs/heads/binsync_server","pushedAt":"2024-01-08T14:24:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Made a hyper basic GitServer stub","shortMessageHtmlLink":"Made a hyper basic GitServer stub"}},{"before":"39734d37b34e7a116475785d75a96799e9b98ff9","after":"3104c24d7491eca496360c8f4a5d47cf4ab808fb","ref":"refs/heads/binsync_server","pushedAt":"2024-01-08T13:52:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Added type annotations to func stubs and docs, also bringing back some debug statements","shortMessageHtmlLink":"Added type annotations to func stubs and docs, also bringing back som…"}},{"before":null,"after":"39734d37b34e7a116475785d75a96799e9b98ff9","ref":"refs/heads/binsync_server","pushedAt":"2024-01-08T11:56:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Moved atomic git functions to its own file, renamed logger","shortMessageHtmlLink":"Moved atomic git functions to its own file, renamed logger"}},{"before":"890d119dadb95b442efdd6c2b65239ce7eda1565","after":"be02218e5a0221d0b377224242e1fc74c1936757","ref":"refs/heads/main","pushedAt":"2024-01-08T11:05:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"Adding back a thing I deleted uwu","shortMessageHtmlLink":"Adding back a thing I deleted uwu"}},{"before":"70c0b9d4f863d30665f1ee131c04e448c98be619","after":"890d119dadb95b442efdd6c2b65239ce7eda1565","ref":"refs/heads/main","pushedAt":"2024-01-08T02:44:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Exiled1","name":"Exiled1","path":"/Exiled1","primaryAvatarUrl":"https://github.com/avatars/u/24551877?s=80&v=4"},"commit":{"message":"test","shortMessageHtmlLink":"test"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEozms2wA","startCursor":null,"endCursor":null}},"title":"Activity · Exiled1/binsync"}