{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":332076075,"defaultBranch":"main","name":"enos","ownerLogin":"hashicorp","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-01-22T22:23:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/761456?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717180746.0","currentOid":""},"activityList":{"items":[{"before":"f1d9522a3214f624bbb2ff54a32bdd20f9f6395c","after":null,"ref":"refs/heads/ryan/version","pushedAt":"2024-05-31T18:23:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"}},{"before":"40ebc5f9fc293414c7548596a914bbbfd851e6dc","after":"57167cd1915eb4d226a93c829d8cdb3d45fe9439","ref":"refs/heads/main","pushedAt":"2024-05-31T18:23:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"version: we're actually on 0.0.30 (#144)\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"version: we're actually on 0.0.30 (#144)"}},{"before":null,"after":"f1d9522a3214f624bbb2ff54a32bdd20f9f6395c","ref":"refs/heads/ryan/version","pushedAt":"2024-05-31T18:15:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"version: we're actually on 0.0.30\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"version: we're actually on 0.0.30"}},{"before":"afa395a11f92916c68a8d4e36adbfe6133d64dbe","after":null,"ref":"refs/heads/ryan/more-funcs","pushedAt":"2024-05-29T21:50:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"}},{"before":"f16c063329f5277eb27f53d7ae29e317c80deeb9","after":"40ebc5f9fc293414c7548596a914bbbfd851e6dc","ref":"refs/heads/main","pushedAt":"2024-05-29T21:50:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"funcs: add some missing terraform funcs (#143)\n\n* funcs: add some missing terraform funcs\r\n\r\nWhile working on scenario I wanted to use `strcontains()` and discovered\r\nit was a Terraform specific func that isn't part of the `cty` standard\r\nlibrary funcs that we've added to Enos.\r\n\r\nThis adds some missing `yaml` and Terraform funcs that might be useful:\r\n\r\n- `abs()`\r\n- `alltrue()`\r\n- `anytrue()`\r\n- `base64decode()`\r\n- `base64encode()`\r\n- `base64gzip()`\r\n- `endswith()`\r\n- `matchkeys()`\r\n- `one()`\r\n- `startswith()`\r\n- `strcontains()`\r\n- `sum()`\r\n- `textdecodebase64()`\r\n- `textencodebase64()`\r\n- `timestamp()`\r\n- `timecmp()`\r\n- `transpose()`\r\n- `urlencode()`\r\n- `yamldecode()`\r\n- `yamlencode()`\r\n\r\nWe also update our Go modules as we needed a few new dependencies and that required fixing some gRPC deprecation warnings.\r\n\r\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"funcs: add some missing terraform funcs (#143)"}},{"before":"0c5f9dd698167712e03ec0f9078cef21a8ed7b02","after":"afa395a11f92916c68a8d4e36adbfe6133d64dbe","ref":"refs/heads/ryan/more-funcs","pushedAt":"2024-05-29T21:45:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"grpc: fix deprecations\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"grpc: fix deprecations"}},{"before":"c62cd280b1de736f3b179f969ce343d0502e35cc","after":"0c5f9dd698167712e03ec0f9078cef21a8ed7b02","ref":"refs/heads/ryan/more-funcs","pushedAt":"2024-05-29T21:36:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"funcs: add some missing terraform funcs\n\nWhile working on scenario I wanted to use `strcontains()` and discovered\nit was a Terraform specific func that isn't part of the `cty` standard\nlibrary funcs that we've added to Enos.\n\nThis adds some missing `yaml` and Terraform funcs that might be useful:\n\n- `abs()`\n- `alltrue()`\n- `anytrue()`\n- `base64decode()`\n- `base64encode()`\n- `base64gzip()`\n- `endswith()`\n- `matchkeys()`\n- `one()`\n- `startswith()`\n- `strcontains()`\n- `sum()`\n- `textdecodebase64()`\n- `textencodebase64()`\n- `timestamp()`\n- `timecmp()`\n- `transpose()`\n- `urlencode()`\n- `yamldecode()`\n- `yamlencode()`\n\nWe also update our Go modules as we needed a few new dependencies.\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"funcs: add some missing terraform funcs"}},{"before":null,"after":"c62cd280b1de736f3b179f969ce343d0502e35cc","ref":"refs/heads/ryan/more-funcs","pushedAt":"2024-05-29T21:31:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"funcs: add some missing terraform funcs\n\nWhile working on scenario I wanted to use `strcontains()` and discovered\nit was a Terraform specific func that isn't part of the `cty` standard\nlibrary funcs that we've added to Enos.\n\nThis adds some missing `yaml` and Terraform funcs that might be useful:\n\n- `abs()`\n- `alltrue()`\n- `anytrue()`\n- `base64decode()`\n- `base64encode()`\n- `base64gzip()`\n- `endswith()`\n- `matchkeys()`\n- `one()`\n- `startswith()`\n- `strcontains()`\n- `sum()`\n- `textdecodebase64()`\n- `textencodebase64()`\n- `timestamp()`\n- `timecmp()`\n- `transpose()`\n- `urlencode()`\n- `yamldecode()`\n- `yamlencode()`\n\nWe also update our Go modules as we needed a few new dependencies.\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"funcs: add some missing terraform funcs"}},{"before":"280f7d85640825d315f4c4e6acde1706a74ae107","after":null,"ref":"refs/heads/ryan/preserve-whitespace-in-html-outline","pushedAt":"2024-05-29T18:43:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"}},{"before":"5e72174b00764c23ce5e477d0fd3bf3c63cd0aff","after":"f16c063329f5277eb27f53d7ae29e317c80deeb9","ref":"refs/heads/main","pushedAt":"2024-05-29T18:43:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"outline: preserve formatting in HTML descriptions (#142)\n\nPreserve whitespace and newlines in descriptions when rendering HTML\r\noutlines\r\n\r\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"outline: preserve formatting in HTML descriptions (#142)"}},{"before":null,"after":"280f7d85640825d315f4c4e6acde1706a74ae107","ref":"refs/heads/ryan/preserve-whitespace-in-html-outline","pushedAt":"2024-05-29T18:38:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"outline: preserve formatting in HTML descriptions\n\nPreserve whitespace and newlines in descriptions when rendering HTML\noutlines\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"outline: preserve formatting in HTML descriptions"}},{"before":"dd4ef5a1762fde9f129dd2c610bea7278c13083f","after":"5e72174b00764c23ce5e477d0fd3bf3c63cd0aff","ref":"refs/heads/main","pushedAt":"2024-05-29T17:50:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"matrix: don't overwrite matrix eval context on attr only matrices (#141)\n\n* matrix: don't overwrite matrix eval context on attr only matrices\r\n\r\nMatrix blocks are used in several places and depending on the context we\r\nwe need slightly different behavior when decoding them.\r\n\r\nWhen we're decoding a \"full matrix\", i.e. one that must have variants and\r\nmay have `include` and `exclude` sub-blocks, we want to first decode the\r\nattributes and update the `matrix` eval context so that it's available\r\nwhen decoding the next attribute or the the later blocks.\r\n\r\nWhen we're decoding `include` or exclude `blocks`, they themselves are\r\nalso decoded as an attrubute only matrix, but we don't want to update\r\nthe `matrix` eval context and instead want to inherit the parent\r\nmatrix's eval context.\r\n\r\nThis change makes that so, fixing a bug whereby the `matrix` block only\r\nincluded the parents eval context on the first `include` or `exclude`\r\nblock.\r\n\r\nWe also end up pinning the version of `random` in our acceptance tests\r\nbecause a newly released version broke the test output that we expect.\r\nSince we only care about getting a diagnostic warning it should be fine\r\nto pin to that version.\r\n\r\n* golangci-lint: remove deprecated and disabled linters\r\n\r\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"matrix: don't overwrite matrix eval context on attr only matrices (#141)"}},{"before":"535603ff24c4088b6a1ac56d98cd74fcc9ae588d","after":null,"ref":"refs/heads/ryan/matrix-context-all-blocks","pushedAt":"2024-05-29T17:50:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"}},{"before":"234d4904c19835655bb09df3a1d16c7e190217f6","after":"535603ff24c4088b6a1ac56d98cd74fcc9ae588d","ref":"refs/heads/ryan/matrix-context-all-blocks","pushedAt":"2024-05-29T17:45:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"golangci-lint: remove deprecated and disabled linters\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"golangci-lint: remove deprecated and disabled linters"}},{"before":null,"after":"234d4904c19835655bb09df3a1d16c7e190217f6","ref":"refs/heads/ryan/matrix-context-all-blocks","pushedAt":"2024-05-29T17:42:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"matrix: don't overwrite matrix eval context on attr only matrices\n\nMatrix blocks are used in several places and depending on the context we\nwe need slightly different behavior when decoding them.\n\nWhen we're decoding a \"full matrix\", i.e. one that must have variants and\nmay have `include` and `exclude` sub-blocks, we want to first decode the\nattributes and update the `matrix` eval context so that it's available\nwhen decoding the next attribute or the the later blocks.\n\nWhen we're decoding `include` or exclude `blocks`, they themselves are\nalso decoded as an attrubute only matrix, but we don't want to update\nthe `matrix` eval context and instead want to inherit the parent\nmatrix's eval context.\n\nThis change makes that so, fixing a bug whereby the `matrix` block only\nincluded the parents eval context on the first `include` or `exclude`\nblock.\n\nWe also end up pinning the version of `random` in our acceptance tests\nbecause a newly released version broke the test output that we expect.\nSince we only care about getting a diagnostic warning it should be fine\nto pin to that version.\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"matrix: don't overwrite matrix eval context on attr only matrices"}},{"before":"0491962f79b86bd6a8859e35180ed3aa0576b00f","after":null,"ref":"refs/heads/ryan/matrix-decode-exclude","pushedAt":"2024-05-22T21:09:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"}},{"before":"30d5fbf14391a383ee1890872c6ce74d65ff27a8","after":"dd4ef5a1762fde9f129dd2c610bea7278c13083f","ref":"refs/heads/main","pushedAt":"2024-05-22T21:09:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"matrix: provide 'matrix' eval context when decoding the matrix (#140)\n\n* matrix: provide 'matrix' eval context when decoding the matrix\r\n\r\nWhen decoding `matrix` blocks we'll now expose a `matrix` eval context\r\nwhich contains values from previously evaluated attributes. This allows\r\nus more flexibility when constructing values for `include` or `exclude`\r\nblocks.\r\n\r\n* Create and update the 'matrix' key in the eval context when decoding\r\n matrix blocks.\r\n* Update existing valid matrix decode test to use an expression that\r\n refers to previously defined key.\r\n* Fix deprecation warning in linter.\r\n* Bump version\r\n* Upgrade to latest `buf` which did not support our old generate structure.\r\n This required us to change the import path for all protos.\r\n\r\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"matrix: provide 'matrix' eval context when decoding the matrix (#140)"}},{"before":"182e21efdfa1874740bcecb135c86a2635f47bc3","after":"0491962f79b86bd6a8859e35180ed3aa0576b00f","ref":"refs/heads/ryan/matrix-decode-exclude","pushedAt":"2024-05-22T20:26:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"imports: reimport after rewrite\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"imports: reimport after rewrite"}},{"before":"d9fa3c5de66836971d2969dfc8883b8d331199f9","after":"182e21efdfa1874740bcecb135c86a2635f47bc3","ref":"refs/heads/ryan/matrix-decode-exclude","pushedAt":"2024-05-22T20:24:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"buf: upgrade to latest buf which doesn't support our old generate structure\n\nUpgrade to the latest version of buf and with it the updated\nconfiguration formats.\n\nI couldn't find a way for Buf's new CLI to allow us to generate code into\nthe same directory as the protos like we were doing before without\nnesting it a billion directories. As such, we'll move the package out\nand and rename the imports.\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"buf: upgrade to latest buf which doesn't support our old generate str…"}},{"before":"e130bb4d3a0800d1cbb5f761c30a7f1863f60f22","after":"d9fa3c5de66836971d2969dfc8883b8d331199f9","ref":"refs/heads/ryan/matrix-decode-exclude","pushedAt":"2024-05-22T19:34:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"fix sorting\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"fix sorting"}},{"before":null,"after":"e130bb4d3a0800d1cbb5f761c30a7f1863f60f22","ref":"refs/heads/ryan/matrix-decode-exclude","pushedAt":"2024-05-22T19:12:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"matrix: provide 'matrix' eval context when decoding the matrix\n\nWhen decoding `matrix` blocks we'll now expose a `matrix` eval context\nwhich contains values from previously evaluated attributes. This allows\nus more flexibility when constructing values for `include` or `exclude`\nblocks.\n\n* Create and update the 'matrix' key in the eval context when decoding\n matrix blocks.\n* Update existing valid matrix decode test to use an expression that\n refers to previously defined key.\n* Fix deprecation warning in linter.\n* Bump version\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"matrix: provide 'matrix' eval context when decoding the matrix"}},{"before":"f1df0e5dd697453649777bc008503fdebb302a4b","after":null,"ref":"refs/heads/ryan/update-go-cty","pushedAt":"2024-05-10T22:04:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"}},{"before":"cb8aec99a0d093e7b416b3483c461e4ac0ebb7d5","after":"30d5fbf14391a383ee1890872c6ce74d65ff27a8","ref":"refs/heads/main","pushedAt":"2024-05-10T22:04:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"gocty: sync our fork with upstream (#139)\n\n* Update our gocty fork which includes fixes for setting attributes to\r\n null but also includes several upstream bugfixes and improves which\r\n fix a panic\r\n* Update go modules\r\n* Bump the version\r\n\r\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"gocty: sync our fork with upstream (#139)"}},{"before":"cc6d87f4dda3b22133c3ec8a6354afa640e86004","after":"f1df0e5dd697453649777bc008503fdebb302a4b","ref":"refs/heads/ryan/update-go-cty","pushedAt":"2024-05-10T21:54:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"gocty: sync our fork with upstream\n\n* Update our gocty fork which includes fixes for setting attributes to\n null but also includes several upstream bugfixes and improves which\n fix a panic\n* Update go modules\n* Bump the version\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"gocty: sync our fork with upstream"}},{"before":"4bdb74aa534592db9f71b4ede86ceab703157a54","after":"cc6d87f4dda3b22133c3ec8a6354afa640e86004","ref":"refs/heads/ryan/update-go-cty","pushedAt":"2024-05-10T21:53:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"gocty: sync our fork with upstream\n\n* Update our gocty fork which includes fixes for setting attributes to\n null but also includes several upstream bugfixes and improves which\n fix a panic\n* Update go modules\n* Bump the version\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"gocty: sync our fork with upstream"}},{"before":null,"after":"4bdb74aa534592db9f71b4ede86ceab703157a54","ref":"refs/heads/ryan/update-go-cty","pushedAt":"2024-05-10T21:51:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"gocty: use our fork with panic fixes synced with the latest version for bug fixes\n\n* Update our gocty fork which includes fixes for setting attributes to\n null but also includes several upstream bugfixes and improves which\n fix a panic.\n* Bump the version.\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"gocty: use our fork with panic fixes synced with the latest version f…"}},{"before":"b3b7c4bde4cbfe9ad96ee1be30b3061408c2b574","after":null,"ref":"refs/heads/ryan/maybe-fix-homebrew-pr-create","pushedAt":"2024-05-08T16:58:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"}},{"before":"1ff6efe8452a7c2cece3b45a089cb5317140255c","after":"cb8aec99a0d093e7b416b3483c461e4ac0ebb7d5","ref":"refs/heads/main","pushedAt":"2024-05-08T16:58:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"homebrew: the homebrew/tap default branch is master not main (#138)\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"homebrew: the homebrew/tap default branch is master not main (#138)"}},{"before":null,"after":"b3b7c4bde4cbfe9ad96ee1be30b3061408c2b574","ref":"refs/heads/ryan/maybe-fix-homebrew-pr-create","pushedAt":"2024-05-08T16:53:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"},"commit":{"message":"homebrew: the homebrew/tap default branch is master not main\n\nSigned-off-by: Ryan Cragun ","shortMessageHtmlLink":"homebrew: the homebrew/tap default branch is master not main"}},{"before":"26f7063463f51886975b31f3601a9d384afb85f2","after":null,"ref":"refs/heads/compliance/add-headers","pushedAt":"2024-05-06T19:57:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ryancragun","name":"Ryan Cragun","path":"/ryancragun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/65058?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWUvNFQA","startCursor":null,"endCursor":null}},"title":"Activity · hashicorp/enos"}