{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":657452088,"defaultBranch":"master","name":"donet","ownerLogin":"donet-server","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-23T05:08:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/138418220?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1721447621.0","currentOid":""},"activityList":{"items":[{"before":"655e0567c29101f43e746929cecdc20b106b9937","after":"91381ef17b28e87fa1cf34f9c737669baca53261","ref":"refs/heads/master","pushedAt":"2024-09-17T18:12:24.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"docs(internal): Added page to document project motivation and goals","shortMessageHtmlLink":"docs(internal): Added page to document project motivation and goals"}},{"before":"b2c6d407031131e5dedb4b5948914d6a8b02ce85","after":"655e0567c29101f43e746929cecdc20b106b9937","ref":"refs/heads/master","pushedAt":"2024-09-12T23:44:41.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"readme/docs: Moved build instructions to Sphinx docs","shortMessageHtmlLink":"readme/docs: Moved build instructions to Sphinx docs"}},{"before":"4e123b380ac079134f57d395627cc458732c5a59","after":"b2c6d407031131e5dedb4b5948914d6a8b02ce85","ref":"refs/heads/master","pushedAt":"2024-09-11T08:40:48.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"fix(ci): Install ensurepip via python3-venv package","shortMessageHtmlLink":"fix(ci): Install ensurepip via python3-venv package"}},{"before":"f23c838635a0e26b88699933d7ac891137721b54","after":"4e123b380ac079134f57d395627cc458732c5a59","ref":"refs/heads/master","pushedAt":"2024-09-08T09:06:18.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"donet(main): Listen to interrupt signal and abort Tokio tasks on signal","shortMessageHtmlLink":"donet(main): Listen to interrupt signal and abort Tokio tasks on signal"}},{"before":"55557c2954fd15054e3650b589ca95e8d814d17d","after":"f23c838635a0e26b88699933d7ac891137721b54","ref":"refs/heads/master","pushedAt":"2024-08-26T22:49:58.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"readme: Code coverage section and show sunburst graph","shortMessageHtmlLink":"readme: Code coverage section and show sunburst graph"}},{"before":"2b14b37437776c6b4e49fc3a035b28063701bdf6","after":"55557c2954fd15054e3650b589ca95e8d814d17d","ref":"refs/heads/master","pushedAt":"2024-08-22T21:15:04.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"donet(el): Wrote LoggedEvent utility and log opened event","shortMessageHtmlLink":"donet(el): Wrote LoggedEvent utility and log opened event"}},{"before":"9c2ee98fbd7d86de7590c5de897cab514213b03e","after":"2b14b37437776c6b4e49fc3a035b28063701bdf6","ref":"refs/heads/master","pushedAt":"2024-08-15T04:14:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"libdonet(parser): Only format the AST to debug if debug level enabled","shortMessageHtmlLink":"libdonet(parser): Only format the AST to debug if debug level enabled"}},{"before":"3ba76069060a16a9712caf903e37532f549f0dba","after":"9c2ee98fbd7d86de7590c5de897cab514213b03e","ref":"refs/heads/master","pushedAt":"2024-08-15T03:39:59.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"donet: Set global logger level from TOML configuration value\n\nLots of repetition due to the properties of the `DaemonLogger` struct\nrequired to be static or const values, as it is required by the log\ncrate to be stored as a static.\n\nWill look into cleaning this up some time, but this unclean code does\nnot at all affect performance.","shortMessageHtmlLink":"donet: Set global logger level from TOML configuration value"}},{"before":"d269b4f39f373c59ede96c9d84bb78c7934abed0","after":"3ba76069060a16a9712caf903e37532f549f0dba","ref":"refs/heads/master","pushedAt":"2024-08-13T18:37:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"libdonet: Use single-threaded Rc pointers instead of Arc (#11)\n\nParsing happens in a single thread; although the Donet daemon will not\nuse a single thread only, it can make clones of the DC file structure in\nmemory instead and focus on performance. The DC element structure also\ndoes not get mutated after parsing, so we dont need Arc pointers which\nwill take a hit on performance at runtime.\n\nAlso removing traits per each DC element structure as we are not going\nto be reusing those interfaces.","shortMessageHtmlLink":"libdonet: Use single-threaded Rc pointers instead of Arc (#11)"}},{"before":"dd5280d666717ba06ec52e990042499914fa17c9","after":"d269b4f39f373c59ede96c9d84bb78c7934abed0","ref":"refs/heads/master","pushedAt":"2024-08-12T10:19:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"readme: Updated URL to libdonet rust documentation site","shortMessageHtmlLink":"readme: Updated URL to libdonet rust documentation site"}},{"before":"11a706e8e09307335e9ae6b99944b71e65fd658c","after":"dd5280d666717ba06ec52e990042499914fa17c9","ref":"refs/heads/master","pushedAt":"2024-08-10T06:47:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"libdonet: Skeleton for intermediate DC Abstract Syntax Tree","shortMessageHtmlLink":"libdonet: Skeleton for intermediate DC Abstract Syntax Tree"}},{"before":"03b471f77804192bd6e8efaff00aea94b5afa2ba","after":"11a706e8e09307335e9ae6b99944b71e65fd658c","ref":"refs/heads/master","pushedAt":"2024-08-09T02:22:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"chore(libdonet): Separate datagram utilities to submodule","shortMessageHtmlLink":"chore(libdonet): Separate datagram utilities to submodule"}},{"before":"e6c8c7793a0fae22186f53828c4ce31067e23aaa","after":"03b471f77804192bd6e8efaff00aea94b5afa2ba","ref":"refs/heads/master","pushedAt":"2024-08-08T05:38:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"readme: Fixed a typo in the meson setup build instructions","shortMessageHtmlLink":"readme: Fixed a typo in the meson setup build instructions"}},{"before":"91b4d0bfc8f9833d31234fb1caaff1ecc7f72f43","after":"e6c8c7793a0fae22186f53828c4ce31067e23aaa","ref":"refs/heads/master","pushedAt":"2024-08-08T05:36:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"libdonet: Reworking DC parser, see issue #10","shortMessageHtmlLink":"libdonet: Reworking DC parser, see issue #10"}},{"before":"2dbd59938c178d09e128a3d57c87df90fb2bdc68","after":"91b4d0bfc8f9833d31234fb1caaff1ecc7f72f43","ref":"refs/heads/master","pushedAt":"2024-08-08T04:11:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"chore: Fixed cramped hashgen code and other misc changes","shortMessageHtmlLink":"chore: Fixed cramped hashgen code and other misc changes"}},{"before":"3df25133efaaf97dc7b0eb053ccc732f2423b145","after":"2dbd59938c178d09e128a3d57c87df90fb2bdc68","ref":"refs/heads/master","pushedAt":"2024-08-07T08:04:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"typo: Removed duplicate tilde character in docstring","shortMessageHtmlLink":"typo: Removed duplicate tilde character in docstring"}},{"before":"56083f18328f126446596ad461bfb947828498ff","after":"3df25133efaaf97dc7b0eb053ccc732f2423b145","ref":"refs/heads/master","pushedAt":"2024-08-02T06:59:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"misc(doc): Add link to main website from lib.donet-server.org","shortMessageHtmlLink":"misc(doc): Add link to main website from lib.donet-server.org"}},{"before":"b3a4a7c95b13a0b043306ff2d0c2ffb1f997aff3","after":"56083f18328f126446596ad461bfb947828498ff","ref":"refs/heads/master","pushedAt":"2024-07-31T07:08:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"misc(readme): Added official Matrix channel address","shortMessageHtmlLink":"misc(readme): Added official Matrix channel address"}},{"before":"552617d65702be3eb140f8169c8dcf088642fb49","after":"b3a4a7c95b13a0b043306ff2d0c2ffb1f997aff3","ref":"refs/heads/master","pushedAt":"2024-07-30T02:57:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"misc(readme): Added instructions on conditional compilation","shortMessageHtmlLink":"misc(readme): Added instructions on conditional compilation"}},{"before":"bf7c430944d496eb31bbe65218a5646aa1959fa7","after":"552617d65702be3eb140f8169c8dcf088642fb49","ref":"refs/heads/master","pushedAt":"2024-07-29T05:58:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"meson: Options to build certain Donet services only","shortMessageHtmlLink":"meson: Options to build certain Donet services only"}},{"before":"f2f056f5a7ffd397e6f2a158c6e659a504e6289f","after":"bf7c430944d496eb31bbe65218a5646aa1959fa7","ref":"refs/heads/master","pushedAt":"2024-07-24T22:07:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"fix(meson): Git pre-commit hook should be executable to run","shortMessageHtmlLink":"fix(meson): Git pre-commit hook should be executable to run"}},{"before":"b8682d9647283d3cd8f1765757e2d515fcc0c28d","after":"f2f056f5a7ffd397e6f2a158c6e659a504e6289f","ref":"refs/heads/master","pushedAt":"2024-07-24T07:49:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"fix(meson/ci): Explicitly add cargo env variables for CI job","shortMessageHtmlLink":"fix(meson/ci): Explicitly add cargo env variables for CI job"}},{"before":"a1d09987c7fc0907195ba30262c5889a2046baaf","after":"b8682d9647283d3cd8f1765757e2d515fcc0c28d","ref":"refs/heads/master","pushedAt":"2024-07-23T20:06:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"security(deps): Update mysql to drop lexical crate with advisory\n\nFixes security advisory warnings from cargo deny. Also added a run\ntarget for Meson, 'update', to run 'cargo update --verbose' on the\ncargo home of the meson build configuration.","shortMessageHtmlLink":"security(deps): Update mysql to drop lexical crate with advisory"}},{"before":"847ea20340203b956cd92b84d04b2f633c89362f","after":null,"ref":"refs/heads/libdonet-docs","pushedAt":"2024-07-20T03:53:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"}},{"before":"358a284ea487a4eda7541a9300a51877b69896bb","after":"a1d09987c7fc0907195ba30262c5889a2046baaf","ref":"refs/heads/master","pushedAt":"2024-07-20T03:47:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"fix(ci): Fixed typo in copy command for cargo-doc artifact","shortMessageHtmlLink":"fix(ci): Fixed typo in copy command for cargo-doc artifact"}},{"before":"8f1e33c3df02ba3912e5d7449a98831f3707af35","after":"358a284ea487a4eda7541a9300a51877b69896bb","ref":"refs/heads/master","pushedAt":"2024-07-20T03:21:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"fix(ci): Update cargo-doc meson target name","shortMessageHtmlLink":"fix(ci): Update cargo-doc meson target name"}},{"before":"61f8bcbcaf6c9d1dbffe9a517b7a0c8e6cbf99e7","after":"8f1e33c3df02ba3912e5d7449a98831f3707af35","ref":"refs/heads/master","pushedAt":"2024-07-20T03:18:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"meson: Have cargo-tarpaulin ignore build directories' cargo-home","shortMessageHtmlLink":"meson: Have cargo-tarpaulin ignore build directories' cargo-home"}},{"before":"0201ad60188f9c357d73b9a94bd6f41b4c69d060","after":"61f8bcbcaf6c9d1dbffe9a517b7a0c8e6cbf99e7","ref":"refs/heads/master","pushedAt":"2024-07-20T02:40:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"ci: Build libdonet docs and deploy with GitLab pages","shortMessageHtmlLink":"ci: Build libdonet docs and deploy with GitLab pages"}},{"before":"9ac27484c2aafae3b79b3b2415abf6a99ed60e59","after":"0201ad60188f9c357d73b9a94bd6f41b4c69d060","ref":"refs/heads/master","pushedAt":"2024-07-19T02:09:55.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"debug(ci): Use env var value instead of file type CI variable","shortMessageHtmlLink":"debug(ci): Use env var value instead of file type CI variable"}},{"before":"a27ca3ec4e501851b07ce8c0be71951b9d727be3","after":"9ac27484c2aafae3b79b3b2415abf6a99ed60e59","ref":"refs/heads/master","pushedAt":"2024-07-18T21:37:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"maxrdz","name":"Max Rodriguez","path":"/maxrdz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33995146?s=80&v=4"},"commit":{"message":"debug(ci): Added an echo to debug the private key path var","shortMessageHtmlLink":"debug(ci): Added an echo to debug the private key path var"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEuNn9_gA","startCursor":null,"endCursor":null}},"title":"Activity ยท donet-server/donet"}