{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2936989,"defaultBranch":"master","name":"dreadnot","ownerLogin":"rax-maas","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-12-08T01:03:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/91992644?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1683647315.0","currentOid":""},"activityList":{"items":[{"before":"25a6bfa27d54ccb52851d50fbc4f0c9e888e3204","after":null,"ref":"refs/heads/github-workflow","pushedAt":"2023-05-09T15:48:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"}},{"before":"39f7be4478ba1ddf8d07df3f43fab5ad16af0175","after":"6a3dc25e5389aaa3ab3e789e9d03e486c62ffea7","ref":"refs/heads/master","pushedAt":"2023-05-09T15:48:32.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"},"commit":{"message":"Merge pull request #146 from rax-maas/github-workflow\n\nadd a github workflow","shortMessageHtmlLink":"Merge pull request #146 from rax-maas/github-workflow"}},{"before":"e426574014f2556cb80924e3bfc0242c3086bd86","after":"25a6bfa27d54ccb52851d50fbc4f0c9e888e3204","ref":"refs/heads/github-workflow","pushedAt":"2023-05-09T15:42:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"},"commit":{"message":"add a github workflow\n\nThis adds a workflow named \"test\" so that pull requests will be tested\nand given a commit status, which is a pre-requisite for merging now.\n\nI also add a shrinkwrap file here because we're currently on node\n0.10.33, which doesn't support any other kind of dependency locking\nthat I know of. With this file present, an `npm install` will install\nthe versions specified here instead of in package.json. It effectively\nacts as a `package-lock.json` file, but that's introduced much later\nin npm's life. Eventually, we'll have to switch over because\nshrinkwrap is deprecated in favor of `package-lock.json`. For now,\nthis will let us ensure we're using the correct depenedency versions\nin dev. I pulled this from a current dreadnot production deployment.","shortMessageHtmlLink":"add a github workflow"}},{"before":"0ad8bb90d3f87adaf5950fcbfc6cec0988cf0fed","after":"e426574014f2556cb80924e3bfc0242c3086bd86","ref":"refs/heads/github-workflow","pushedAt":"2023-05-09T14:26:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"},"commit":{"message":"add a github workflow\n\nThis adds a workflow named \"test\" so that pull requests will be tested\nand given a commit status, which is a pre-requisite for merging now.","shortMessageHtmlLink":"add a github workflow"}},{"before":null,"after":"0ad8bb90d3f87adaf5950fcbfc6cec0988cf0fed","ref":"refs/heads/github-workflow","pushedAt":"2023-05-09T14:24:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"},"commit":{"message":"add a github workflow\n\nThis adds a workflow named \"test\" so that pull requests will be tested\nand given a commit status, which is a pre-requisite for merging now.","shortMessageHtmlLink":"add a github workflow"}},{"before":"1eddbeff4502ec24cf4a1147248c69ee340bdd6a","after":null,"ref":"refs/heads/command-outcome-fix","pushedAt":"2023-05-09T14:17:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"}},{"before":"4f44e1f23d01ab21361b9bfeb24a2119794a092d","after":"39f7be4478ba1ddf8d07df3f43fab5ad16af0175","ref":"refs/heads/master","pushedAt":"2023-05-09T14:17:02.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"},"commit":{"message":"Merge pull request #145 from rax-maas/command-outcome-fix\n\nfix command status reporting","shortMessageHtmlLink":"Merge pull request #145 from rax-maas/command-outcome-fix"}},{"before":"509e80c8b52d7d36761a5bc1b1d32c53adff4973","after":"1eddbeff4502ec24cf4a1147248c69ee340bdd6a","ref":"refs/heads/command-outcome-fix","pushedAt":"2023-04-27T21:59:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"},"commit":{"message":"fix command status reporting\n\nA while back in history, somebody butchered this function while adding\nthe timeout feature. It always reports that the command failed in the\nlogs, and it spews a bunch of redundant data into the dreadnot\nconsole. This fixes it to output correct and consistent information in\nboth the logs and the console. The stdout and stderr of the process is\nalready shown in the console. There's no need to include it in an\nerror here.\n\nThe git.hasChanges util function was hooked into the error message\nformat to detect whether there were changes or not. It seems a strange\nway to check for changes. This also fixes that function to simply look\nfor output from the command.","shortMessageHtmlLink":"fix command status reporting"}},{"before":"a9c54616d95e91475204ca4e3c5b6656b6ce2e11","after":"509e80c8b52d7d36761a5bc1b1d32c53adff4973","ref":"refs/heads/command-outcome-fix","pushedAt":"2023-04-27T20:04:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"},"commit":{"message":"fix command status reporting\n\nA while back in history, somebody butchered this function while adding\nthe timeout feature. It always reports that the command failed in the\nlogs, and it spews a bunch of redundant data into the dreadnot\nconsole. This fixes it to output correct and consistent information in\nboth the logs and the console. The stdout and stderr of the process is\nalready shown in the console. There's no need to include it in an\nerror here.\n\nThe git.hasChanges util function was hooked into the error message\nformat to detect whether there were changes or not. It seems a strange\nway to check for changes. This also fixes that function to simply look\nfor output from the command.","shortMessageHtmlLink":"fix command status reporting"}},{"before":null,"after":"a9c54616d95e91475204ca4e3c5b6656b6ce2e11","ref":"refs/heads/command-outcome-fix","pushedAt":"2023-04-26T17:14:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"zzantozz","name":"Ryan Stewart","path":"/zzantozz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/107091?s=80&v=4"},"commit":{"message":"fix command status reporting\n\nA while back in history, somebody butchered this function while adding\nthe timeout feature. It always reports that the command failed in the\nlogs, and it spews a bunch of redundant data into the dreadnot\nconsole. This fixes it to output correct and consistent information in\nboth the logs and the console. The stdout and stderr of the process is\nalready shown in the console. There's no need to include it in an\nerror here.","shortMessageHtmlLink":"fix command status reporting"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADKTBwkQA","startCursor":null,"endCursor":null}},"title":"Activity ยท rax-maas/dreadnot"}