{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":413158245,"defaultBranch":"master","name":"cloysterhpc","ownerLogin":"viniciusferrao","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-10-03T18:08:22.000Z","ownerAvatar":"https://github.com/avatars/u/2031761?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725891294.0","currentOid":""},"activityList":{"items":[{"before":"ed52cadaa471444254d5f396c473e0a058453ccc","after":"b3629aead11885073f4571fe4d4faf9650b7d05d","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-11T10:44:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"repos: use the correct version enum\n\n> @viniciusferrao: There's a class that defines version:\n> ```cpp\n> enum class Platform { el8, el9 };\n> ```","shortMessageHtmlLink":"repos: use the correct version enum"}},{"before":"7962dc629cccf4d443413fa08dcaf6ab8fd44d44","after":"ed52cadaa471444254d5f396c473e0a058453ccc","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-11T08:59:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"repos: use the correct version enum\n\n> @viniciusferrao: There's a class that defines version:\n> ```cpp\n> enum class Platform { el8, el9 };\n> ```","shortMessageHtmlLink":"repos: use the correct version enum"}},{"before":"3198cbb5f487963b0f0cb91407836b56a6ccd57d","after":"ed75e5d589cab8b9c3e4a0dd6f16d49c2ceda4e4","ref":"refs/heads/master","pushedAt":"2024-09-09T15:05:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"Update Read the Docs (#73)\n\nAdd Sphinx Makefile, update docs, add Ansible docs\r\n\r\nSigned-off-by: Lucas Gracioso ","shortMessageHtmlLink":"Update Read the Docs (#73)"}},{"before":null,"after":"a031fd60197e52a18d013ece7352b54c8dcf40cd","ref":"refs/heads/implement_postfix","pushedAt":"2024-09-09T14:14:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"Add DBUS client for postfix","shortMessageHtmlLink":"Add DBUS client for postfix"}},{"before":"f79448faa048bfafe0e338f8b171c9b35ced194f","after":"7962dc629cccf4d443413fa08dcaf6ab8fd44d44","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-09T14:13:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"Solve Sonarcloud duplicated code warning","shortMessageHtmlLink":"Solve Sonarcloud duplicated code warning"}},{"before":"b7967537bfba40b83b04e6fa048186a0fddc1a61","after":"f79448faa048bfafe0e338f8b171c9b35ced194f","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-06T14:30:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"fixup! fixup! fixup! fixup! fixup! fixup! Disable bogus sonarcloud notification","shortMessageHtmlLink":"fixup! fixup! fixup! fixup! fixup! fixup! Disable bogus sonarcloud no…"}},{"before":"f7a25e73667a6de0bf0f95aa9c15dc2d5987712e","after":"b7967537bfba40b83b04e6fa048186a0fddc1a61","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-06T14:26:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"fixup! fixup! fixup! fixup! fixup! Disable bogus sonarcloud notification","shortMessageHtmlLink":"fixup! fixup! fixup! fixup! fixup! Disable bogus sonarcloud notification"}},{"before":"769d948f02b9178252794bf8e330ce8bba067f4e","after":"3198cbb5f487963b0f0cb91407836b56a6ccd57d","ref":"refs/heads/master","pushedAt":"2024-09-05T15:23:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"[CLOYSTER-108] Implement CPack (#70)\n\n* Implement CPackProperties\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Change vendor and add dependency\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Change binary name to 'cloysterhpc', bring back git short sha to rpm name\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Change install dir, install only component bin\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Change CMAKE_INSTALL_PREFIX\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Finish GIT SHA implementation\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Remove '-bin' suffix\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Small refactor on PackageProject.cmake\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Update PackageProject.cmake\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n---------\r\n\r\nSigned-off-by: Lucas Gracioso ","shortMessageHtmlLink":"[CLOYSTER-108] Implement CPack (#70)"}},{"before":"5e34c854de6780c73681c29eb7ab3f30f182236f","after":null,"ref":"refs/heads/readthedocs","pushedAt":"2024-09-05T14:59:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"}},{"before":"b471fafed797907748314c568b33698a32721737","after":"769d948f02b9178252794bf8e330ce8bba067f4e","ref":"refs/heads/master","pushedAt":"2024-09-05T14:58:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"Add documentation with readthedocs (#72)\n\n* Initial documentation with readthedocs\r\n\r\nSigned-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>\r\n\r\n* Missing .readthedocs.yaml\r\n\r\nSigned-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>","shortMessageHtmlLink":"Add documentation with readthedocs (#72)"}},{"before":"405ed9ae97ffda0310198a43b375518a469fe8cb","after":"5e34c854de6780c73681c29eb7ab3f30f182236f","ref":"refs/heads/readthedocs","pushedAt":"2024-09-05T14:56:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"Missing .readthedocs.yaml\n\nSigned-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>","shortMessageHtmlLink":"Missing .readthedocs.yaml"}},{"before":"b471fafed797907748314c568b33698a32721737","after":"405ed9ae97ffda0310198a43b375518a469fe8cb","ref":"refs/heads/readthedocs","pushedAt":"2024-09-05T14:54:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"Initial documentation with readthedocs\n\nSigned-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>","shortMessageHtmlLink":"Initial documentation with readthedocs"}},{"before":null,"after":"b471fafed797907748314c568b33698a32721737","ref":"refs/heads/readthedocs","pushedAt":"2024-09-05T14:47:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"Fix some tests breaking (#67)\n\n* Do not hardcode the sample directory\r\n\r\nThis was the cause number one of tests breaking, let CMake get them\r\nfor us; it knows about where the source directory is\r\n\r\n* inifile: throw an error instead of failing silently on IO errors\r\n\r\n* inifile: fix test sample file paths\r\n\r\n* Disable some tests too broken to try to fix.\r\n\r\n* Fix formatting","shortMessageHtmlLink":"Fix some tests breaking (#67)"}},{"before":"8f6d03e320aa03d86af8ca6fb0d0ad4fd77db626","after":"f7a25e73667a6de0bf0f95aa9c15dc2d5987712e","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-04T14:13:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"fixup! fixup! fixup! fixup! Disable bogus sonarcloud notification","shortMessageHtmlLink":"fixup! fixup! fixup! fixup! Disable bogus sonarcloud notification"}},{"before":"f14d6927d8aea942ec35028b84a4bb5e200353be","after":"8f6d03e320aa03d86af8ca6fb0d0ad4fd77db626","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-04T14:07:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"fixup! fixup! fixup! Disable bogus sonarcloud notification","shortMessageHtmlLink":"fixup! fixup! fixup! Disable bogus sonarcloud notification"}},{"before":"6dccec518fbd42a200c529a038f60c03795216c5","after":"f14d6927d8aea942ec35028b84a4bb5e200353be","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-04T13:57:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"fixup! fixup! Disable bogus sonarcloud notification","shortMessageHtmlLink":"fixup! fixup! Disable bogus sonarcloud notification"}},{"before":"89840c049349ef1dc78a748d4150cc830b554951","after":"6dccec518fbd42a200c529a038f60c03795216c5","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-03T15:00:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"fixup! Disable bogus sonarcloud notification","shortMessageHtmlLink":"fixup! Disable bogus sonarcloud notification"}},{"before":"39284d9f41baf93ad12a47bca8ee9d907dd558cf","after":"89840c049349ef1dc78a748d4150cc830b554951","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-03T14:46:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"Disable bogus sonarcloud notification\n\nIt complains about a pseudo-RNG in a function that is rarely used, and\nused only for testing, almost never in production","shortMessageHtmlLink":"Disable bogus sonarcloud notification"}},{"before":"bfc9cc44527b92b9091b692056f4d02ba190f06a","after":"39284d9f41baf93ad12a47bca8ee9d907dd558cf","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-03T01:35:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"fixup! fixup! repos: fix temporary directory name generation","shortMessageHtmlLink":"fixup! fixup! repos: fix temporary directory name generation"}},{"before":"0915241dc075b9460312a25aeef542de836957ec","after":"bfc9cc44527b92b9091b692056f4d02ba190f06a","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-03T00:50:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"fixup! repos: fix temporary directory name generation","shortMessageHtmlLink":"fixup! repos: fix temporary directory name generation"}},{"before":"d9bccba648a0b120cc218a493bb3c65c1c1a3831","after":"0915241dc075b9460312a25aeef542de836957ec","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-02T22:27:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"repos: fix temporary directory name generation","shortMessageHtmlLink":"repos: fix temporary directory name generation"}},{"before":"0f51102aee2a03f3b2a82f95ebc10d3ddcf19bb1","after":"d9bccba648a0b120cc218a493bb3c65c1c1a3831","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-09-02T14:25:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"repos: fix security issue","shortMessageHtmlLink":"repos: fix security issue"}},{"before":"c3493969fd06751a63eeac496aba00cd688a2c93","after":"0f51102aee2a03f3b2a82f95ebc10d3ddcf19bb1","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-08-30T14:42:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"repos: add view to select repos","shortMessageHtmlLink":"repos: add view to select repos"}},{"before":null,"after":"c3493969fd06751a63eeac496aba00cd688a2c93","ref":"refs/heads/feat/fix-repos","pushedAt":"2024-08-28T14:57:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"repos: refactor it so we can enable/disable repos...\n\nfrom outside, from an interface or answerfile\n\nAlso add some tests to see if we parsed the data correctly","shortMessageHtmlLink":"repos: refactor it so we can enable/disable repos..."}},{"before":"2f1d2e8162716915cf3391ec84d50b04cb1beac2","after":"b471fafed797907748314c568b33698a32721737","ref":"refs/heads/master","pushedAt":"2024-08-27T21:14:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"Fix some tests breaking (#67)\n\n* Do not hardcode the sample directory\r\n\r\nThis was the cause number one of tests breaking, let CMake get them\r\nfor us; it knows about where the source directory is\r\n\r\n* inifile: throw an error instead of failing silently on IO errors\r\n\r\n* inifile: fix test sample file paths\r\n\r\n* Disable some tests too broken to try to fix.\r\n\r\n* Fix formatting","shortMessageHtmlLink":"Fix some tests breaking (#67)"}},{"before":"b206a89e8570e2bbed04caf059d1b695830e844f","after":"2f1d2e8162716915cf3391ec84d50b04cb1beac2","ref":"refs/heads/master","pushedAt":"2024-08-27T15:09:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"[CLOYSTER-109] Implement service network (#69)\n\nImplement service network\r\n\r\nSigned-off-by: Lucas Gracioso ","shortMessageHtmlLink":"[CLOYSTER-109] Implement service network (#69)"}},{"before":"578b630f3aec5c75ec665606cc29c1fd02dc67db","after":"b206a89e8570e2bbed04caf059d1b695830e844f","ref":"refs/heads/master","pushedAt":"2024-08-26T02:42:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"[CLOYSTER-116] Implement Ansible + Vagrant to run Cloyster (#68)\n\n* Start Ansible implementation\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Update answerfile and tasks\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Add option to clean up after install\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* End WIP\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Delete old vagrant files\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Update README\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n* Update README\r\n\r\nSigned-off-by: Lucas Gracioso \r\n\r\n---------\r\n\r\nSigned-off-by: Lucas Gracioso ","shortMessageHtmlLink":"[CLOYSTER-116] Implement Ansible + Vagrant to run Cloyster (#68)"}},{"before":null,"after":"826ce161fce913059623b29a505fe7afd8cf2daf","ref":"refs/heads/fix/fix-tests-breaking","pushedAt":"2024-08-20T20:37:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"arthurmco","name":"Arthur Mendes","path":"/arthurmco","primaryAvatarUrl":"https://github.com/avatars/u/13368343?s=80&v=4"},"commit":{"message":"Fix formatting","shortMessageHtmlLink":"Fix formatting"}},{"before":"00374a50248c856ef6acbd7e855f4d94ef940015","after":"578b630f3aec5c75ec665606cc29c1fd02dc67db","ref":"refs/heads/master","pushedAt":"2024-08-20T18:13:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"Disable sanitizers on release builds (#66)\n\n* Disable sanitizers on release builds\r\n\r\nThe sanitizers works best on debug builds, they on release does not\r\nmake sense, and add unneeded dependencies\r\n\r\n* fixup! Disable sanitizers on release builds\r\n\r\n* Better message when non debug building\r\n\r\nSigned-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>\r\n\r\n* Another typo\r\n\r\nSigned-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>\r\nCo-authored-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>","shortMessageHtmlLink":"Disable sanitizers on release builds (#66)"}},{"before":"7d2892ee184728d78a36d654c8a95520eff73393","after":"ec7bbc5f79d185ad617be4a4a149a496b7a12c13","ref":"refs/heads/fix/disable-sanitizer-on-release","pushedAt":"2024-08-20T17:13:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"viniciusferrao","name":"Vinícius Ferrão","path":"/viniciusferrao","primaryAvatarUrl":"https://github.com/avatars/u/2031761?s=80&v=4"},"commit":{"message":"Another typo\n\nSigned-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>","shortMessageHtmlLink":"Another typo"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEsxK8EQA","startCursor":null,"endCursor":null}},"title":"Activity · viniciusferrao/cloysterhpc"}