{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":172001332,"defaultBranch":"dev","name":"honeydipper","ownerLogin":"wyardley","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-02-22T05:41:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10714426?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1723581362.0","currentOid":""},"activityList":{"items":[{"before":"c0362c12912f8707f8be90d4a8d1fdb18a655573","after":"be99155e42aeb711bed61f238b6cd171b46f46b6","ref":"refs/heads/wyardley/golangci_lint","pushedAt":"2024-08-13T20:41:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"ci: update golangci-lint\n\n- Update golangci-lint to v1.59\n- Update test file ignore regex\n- Resolve deprecation warning from linter package renames, but comment\n out `mnd`, and `revive` for now - these can be re-enabled as separate\n PRs if desired, but create a number of warnings with the existing\n code.\n\nNote: `depguard` was enabled in config, but doesn't seem to have a\nconfigured set of allowed dependencies, and as such, was failing.","shortMessageHtmlLink":"ci: update golangci-lint"}},{"before":null,"after":"c0362c12912f8707f8be90d4a8d1fdb18a655573","ref":"refs/heads/wyardley/golangci_lint","pushedAt":"2024-08-13T20:36:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"ci: update golangci-lint\n\n- Update golangci-lint to v1.59\n- Resolve deprecation warning from linter package renames, but comment\n out `err113`, `mnd`, and `revive` for now - these can be re-enabled as\n separate PRs if desired, but create a number of warnings with the\n existing code.","shortMessageHtmlLink":"ci: update golangci-lint"}},{"before":"7fc876293132d292d97b92ad7f81fd37b08439fd","after":"d72e10d7e19fca5a1b4f47f7b1f083d5f3f9b9a9","ref":"refs/heads/dev","pushedAt":"2024-08-13T20:18:47.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.1 (#595)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.1 (hone…"}},{"before":"6b842239e42c0fef1a4f19f3c2e2f4af4c1c104a","after":"7fc876293132d292d97b92ad7f81fd37b08439fd","ref":"refs/heads/dev","pushedAt":"2024-04-18T20:54:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"feat(config): use main as default git branch (#590)\n\nFixes #490\r\n\r\nAlso update allowed semantic commit types","shortMessageHtmlLink":"feat(config): use main as default git branch (honeydipper#590)"}},{"before":"6ab84f30c8eeafcef3916d433e2ba800a88f1571","after":"0ef95c09a18f12b42651ba3e58cf3ce50a57f5e2","ref":"refs/heads/wyardley/use_main_not_master","pushedAt":"2024-03-15T17:25:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Charles546","name":"Chun Huang","path":"/Charles546","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5156856?s=80&v=4"},"commit":{"message":"Merge branch 'dev' into wyardley/use_main_not_master","shortMessageHtmlLink":"Merge branch 'dev' into wyardley/use_main_not_master"}},{"before":null,"after":"d85bf8540bd0d212697a6de1456870b208492083","ref":"refs/heads/wyardley/chore/renovate","pushedAt":"2024-03-15T16:42:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"chore: update renovate config\n\n- Switch to updated config format\n- Increase concurrent PR limit since we only run once per month\n- Reorder entries alphabetically","shortMessageHtmlLink":"chore: update renovate config"}},{"before":"7d8ded1f919dcdcf04c9d72a909755b11279da65","after":"6ab84f30c8eeafcef3916d433e2ba800a88f1571","ref":"refs/heads/wyardley/use_main_not_master","pushedAt":"2024-03-15T16:39:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"feat(config): use main as default git branch\n\nFixes #490\n\nAlso update allowed semantic commit types","shortMessageHtmlLink":"feat(config): use main as default git branch"}},{"before":"3b0bedf1b0b4b79a3d52e5c220c8fac2a69d44bc","after":"6b842239e42c0fef1a4f19f3c2e2f4af4c1c104a","ref":"refs/heads/dev","pushedAt":"2024-03-15T16:37:29.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"fix(deps): update google.golang.org/genproto digest to b0ce06b (#580)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"fix(deps): update google.golang.org/genproto digest to b0ce06b (honey…"}},{"before":"a22baa68a985efed0cf9a130562b8470d6f7d2b3","after":"7d8ded1f919dcdcf04c9d72a909755b11279da65","ref":"refs/heads/wyardley/use_main_not_master","pushedAt":"2024-03-15T16:37:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"feat(config): use main as default git branch\n\nFixes #490","shortMessageHtmlLink":"feat(config): use main as default git branch"}},{"before":"3e85e7e61474340ffac2b766807788c81b3acfc3","after":"a22baa68a985efed0cf9a130562b8470d6f7d2b3","ref":"refs/heads/wyardley/use_main_not_master","pushedAt":"2024-03-15T16:36:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"feat(config): use main as default git branch\n\nFixes #490","shortMessageHtmlLink":"feat(config): use main as default git branch"}},{"before":null,"after":"3e85e7e61474340ffac2b766807788c81b3acfc3","ref":"refs/heads/wyardley/use_main_not_master","pushedAt":"2024-03-15T16:30:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"feat(internal): use main as default git branch\n\nFixes #490","shortMessageHtmlLink":"feat(internal): use main as default git branch"}},{"before":"142daebec338326b654416f84fb29979742f1dec","after":"3b0bedf1b0b4b79a3d52e5c220c8fac2a69d44bc","ref":"refs/heads/dev","pushedAt":"2023-10-07T17:37:32.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"ci: debug get-commits for issue with 123 124 (#574)","shortMessageHtmlLink":"ci: debug get-commits for issue with 123 124 (honeydipper#574)"}},{"before":"5dbf1e4b957dccb0708fff9e989455c6dafe638e","after":"142daebec338326b654416f84fb29979742f1dec","ref":"refs/heads/dev","pushedAt":"2023-07-25T04:47:07.000Z","pushType":"push","commitsCount":43,"pusher":{"login":"wyardley","name":"Will Yardley","path":"/wyardley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10714426?s=80&v=4"},"commit":{"message":"chore(release): 3.1.0 [skip ci]\n\n# [3.1.0](https://github.com/honeydipper/honeydipper/compare/v3.0.1...v3.1.0) (2023-07-10)\n\n### Bug Fixes\n\n* **deps:** update golang.org/x/exp digest to 97b1e66 ([#556](https://github.com/honeydipper/honeydipper/issues/556)) ([0fc6fc8](https://github.com/honeydipper/honeydipper/commit/0fc6fc8c80786be85907d3b506fa176e7f49e914))\n* **deps:** update google.golang.org/genproto digest to ccb25ca ([#557](https://github.com/honeydipper/honeydipper/issues/557)) ([17caafe](https://github.com/honeydipper/honeydipper/commit/17caafecf43d3e481b14fb10b45c729c04645e90))\n* run hooks in parallel to avoid interference ([#559](https://github.com/honeydipper/honeydipper/issues/559)) ([13ad15a](https://github.com/honeydipper/honeydipper/commit/13ad15ad67a9f985e5cacad06fa8b636a9d0cfca))\n\n### Features\n\n* detach a child workflow to make it independent ([#558](https://github.com/honeydipper/honeydipper/issues/558)) ([cc6281f](https://github.com/honeydipper/honeydipper/commit/cc6281fa1cc11b55f3490a683c3682a069f2433a))","shortMessageHtmlLink":"chore(release): 3.1.0 [skip ci]"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEmZmn1wA","startCursor":null,"endCursor":null}},"title":"Activity · wyardley/honeydipper"}