{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":52034309,"defaultBranch":"master","name":"zap","ownerLogin":"uber-go","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-02-18T19:52:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/19262598?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1721921772.0","currentOid":""},"activityList":{"items":[{"before":"d6b2d14fc541ed17b31b794afc139f03648842ca","after":"ede8e1888f836a9a0717a8891503f40d7998d315","ref":"refs/heads/master","pushedAt":"2024-09-13T02:27:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abhinav","name":"Abhinav Gupta","path":"/abhinav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/41730?s=80&v=4"},"commit":{"message":"ci: Test with Go 1.23 (#1464)\n\nWith the release of Go 1.23,\r\nCI should run against Go 1.22 and 1.23\r\n\r\nSigned-off-by: junya koyama ","shortMessageHtmlLink":"ci: Test with Go 1.23 (#1464)"}},{"before":"f87c7be57ccc7ab7a0aa3fbc12398369fe3a61c3","after":"d6b2d14fc541ed17b31b794afc139f03648842ca","ref":"refs/heads/master","pushedAt":"2024-09-03T15:24:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"abhinav","name":"Abhinav Gupta","path":"/abhinav","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/41730?s=80&v=4"},"commit":{"message":"chore: fix function name (#1463)","shortMessageHtmlLink":"chore: fix function name (#1463)"}},{"before":"5786471c1d41c255c1d8b63ad30a82b68eda2c21","after":"f87c7be57ccc7ab7a0aa3fbc12398369fe3a61c3","ref":"refs/heads/master","pushedAt":"2024-08-27T18:04:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JacobOaks","name":"Jacob Oaks","path":"/JacobOaks","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11602410?s=80&v=4"},"commit":{"message":"fix: fix slice init length (#1461)\n\nSigned-off-by: cuishuang ","shortMessageHtmlLink":"fix: fix slice init length (#1461)"}},{"before":"3f27eb9c787ea9b2ddfc1f707ef291c9070655fe","after":"5786471c1d41c255c1d8b63ad30a82b68eda2c21","ref":"refs/heads/master","pushedAt":"2024-08-18T09:25:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"Add `func DictObject` (#1460)\n\nAllows fields to be used to construct `ObjectMarshaler`s that can then\r\nbe used with other functions like `func Objects`. Link to issue:\r\nhttps://github.com/uber-go/zap/issues/1458\r\n\r\n---------\r\n\r\nCo-authored-by: Abhinav Gupta ","shortMessageHtmlLink":"Add func DictObject (#1460)"}},{"before":"f95879bd02b8acd7228054ee7f80d7bba9e1161e","after":"3f27eb9c787ea9b2ddfc1f707ef291c9070655fe","ref":"refs/heads/master","pushedAt":"2024-07-30T16:45:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"fix(test): correct assertion message (#1454)\n\nThe current message is misleading. It states the opposite of what the\r\nassertion is checking for.","shortMessageHtmlLink":"fix(test): correct assertion message (#1454)"}},{"before":"0bb4bcfcff6491c0f3828ef52974a91bb40591f2","after":null,"ref":"refs/heads/dependabot/go_modules/tools/golang.org/x/vuln-1.1.3","pushedAt":"2024-07-25T15:36:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"}},{"before":"f9b9f66ea72d4e221f0249fef3b21430864cb2aa","after":"f95879bd02b8acd7228054ee7f80d7bba9e1161e","ref":"refs/heads/master","pushedAt":"2024-07-25T15:36:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /tools (#1453)\n\nBumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.1.2 to\r\n1.1.3.\r\n
\r\nRelease notes\r\n

Sourced from golang.org/x/vuln's\r\nreleases.

\r\n
\r\n

v1.1.3

\r\n

This release brings a few bug fixes (#68034, #68256,\r\nand #68338)\r\nand an increased support for analyzing Go binaries. Binaries built with\r\nGo versions prior to go1.18 are now checked, but only for standard\r\nlibrary vulnerabilities.

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 4ea4418\r\ninternal/openvex: update handler test
  • \r\n
  • de0a0ad\r\nLICENSE: update per Google Legal
  • \r\n
  • 1884dfa\r\ninternal/vulncheck: add warning message for ancient binaries
  • \r\n
  • d9ad522\r\nall: remove build restrictions requiring go1.18
  • \r\n
  • 44e45ea\r\ncmd/govulncheck: clarify unsafe/reflection limitations
  • \r\n
  • 601dd9b\r\ncmd/govulncheck: update docs for old Go binaries
  • \r\n
  • 0f7005f\r\ninternal/openvex: omit vulns with no findings
  • \r\n
  • f94421b\r\ncmd/govulncheck/integration: adjust k8s expectations
  • \r\n
  • 684f5c9\r\nall: remove skipIfShort
  • \r\n
  • d52dedc\r\nall: remove unnecessary test lines for staticcheck
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/vuln&package-manager=go_modules&previous-version=1.1.2&new-version=1.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Sung Yoon Whang ","shortMessageHtmlLink":"build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /tools (#1453"}},{"before":"4b15d13c2428168cc66144df44712f4dda62a773","after":"0bb4bcfcff6491c0f3828ef52974a91bb40591f2","ref":"refs/heads/dependabot/go_modules/tools/golang.org/x/vuln-1.1.3","pushedAt":"2024-07-24T14:37:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"run go mod tidy under /tools","shortMessageHtmlLink":"run go mod tidy under /tools"}},{"before":"8b835410f479894828216230a5aa86335be92f70","after":"4b15d13c2428168cc66144df44712f4dda62a773","ref":"refs/heads/dependabot/go_modules/tools/golang.org/x/vuln-1.1.3","pushedAt":"2024-07-22T21:00:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /tools\n\nBumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.1.2 to 1.1.3.\n- [Release notes](https://github.com/golang/vuln/releases)\n- [Commits](https://github.com/golang/vuln/compare/v1.1.2...v1.1.3)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/vuln\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /tools"}},{"before":"8dcd0205a07f7ce959149aaf9152569d040a2f59","after":"f9b9f66ea72d4e221f0249fef3b21430864cb2aa","ref":"refs/heads/master","pushedAt":"2024-07-22T20:30:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"zaptest: add ability to filter observer logs by logger name (#1452)\n\nThis is useful for assertions on logs in a particular named path,\r\ncurrently this is only possible through calls to Filter but it is more\r\nverbose.\r\n\r\nAdded a FilterLoggerName function that plays nicely with the other\r\nfilters:\r\n\r\n\tzapLogs.FilterLoggerName(\"my.logger\").FilterMessage(\"hello\")\r\n\r\n---------\r\n\r\nSigned-off-by: Mauri de Souza Meneguzzo \r\nCo-authored-by: Sung Yoon Whang ","shortMessageHtmlLink":"zaptest: add ability to filter observer logs by logger name (#1452)"}},{"before":null,"after":"8b835410f479894828216230a5aa86335be92f70","ref":"refs/heads/dependabot/go_modules/tools/golang.org/x/vuln-1.1.3","pushedAt":"2024-07-22T15:56:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /tools\n\nBumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.1.2 to 1.1.3.\n- [Release notes](https://github.com/golang/vuln/releases)\n- [Commits](https://github.com/golang/vuln/compare/v1.1.2...v1.1.3)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/vuln\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /tools"}},{"before":"bd0cf0447951b77aa98dcfc1ac19e6f58d3ee64f","after":"8dcd0205a07f7ce959149aaf9152569d040a2f59","ref":"refs/heads/master","pushedAt":"2024-07-19T22:50:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"Fix typos (#1451)","shortMessageHtmlLink":"Fix typos (#1451)"}},{"before":"5ecef05c477e2531b4b11cc0c3d8af531633b40a","after":null,"ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-06-12T21:20:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"}},{"before":"a1ac9d22d0c27e31b2f386a0a10d194a0a009bef","after":"bd0cf0447951b77aa98dcfc1ac19e6f58d3ee64f","ref":"refs/heads/master","pushedAt":"2024-06-12T21:20:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 5 to 6 (#1435)\n\nBumps\r\n[golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action)\r\nfrom 5 to 6.\r\n
\r\nRelease notes\r\n

Sourced from golangci/golangci-lint-action's\r\nreleases.

\r\n
\r\n

v6.0.0

\r\n\r\n

What's Changed

\r\n

This version removes annotations option (because it was\r\nuseless), and removes the default output format\r\n(github-actions).\r\nThe annotations are still produced but with another approach.

\r\n

Changes

\r\n
    \r\n
  • feat: rewrite format handling by @​ldez in golangci/golangci-lint-action#1038
  • \r\n
\r\n

Dependencies

\r\n
    \r\n
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin\r\nfrom 7.7.1 to 7.8.0 by @​dependabot in golangci/golangci-lint-action#1034
  • \r\n
  • build(deps): bump @​types/node from 20.12.7 to 20.12.8\r\nby @​dependabot\r\nin golangci/golangci-lint-action#1036
  • \r\n
  • build(deps-dev): bump @​typescript-eslint/parser from\r\n7.7.1 to 7.8.0 by @​dependabot in golangci/golangci-lint-action#1035
  • \r\n
\r\n

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.3.0...v6.0.0

\r\n

v5.3.0

\r\n\r\n

What's Changed

\r\n

Changes

\r\n
    \r\n
  • feat: uses 2 dots compare syntax for push diff by @​ldez in golangci/golangci-lint-action#1030
  • \r\n
  • feat: add option to control cache invalidation interval by @​ldez in golangci/golangci-lint-action#1031
  • \r\n
  • feat: use OS and working-directory as cache key by @​ldez in golangci/golangci-lint-action#1032
  • \r\n
  • feat: improve log about pwd/cwd by @​ldez in golangci/golangci-lint-action#1033
  • \r\n
\r\n

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.2.0...v5.3.0

\r\n

v5.2.0

\r\n\r\n

What's Changed

\r\n

Changes

\r\n
    \r\n
  • feat:\r\nadd an option to enable/disable annotations by @​ldez
  • \r\n
\r\n

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v5.2.0

\r\n

v5.1.0

\r\n\r\n

What's Changed

\r\n

Changes

\r\n
    \r\n
  • feat: support for pull and merge_group\r\nevents with the option only-new-issues by @​ldez in golangci/golangci-lint-action#1029
  • \r\n
\r\n

Dependencies

\r\n
    \r\n
  • build(deps-dev): bump @​typescript-eslint/parser from\r\n7.7.0 to 7.7.1 by @​dependabot in golangci/golangci-lint-action#1027
  • \r\n
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin\r\nfrom 7.7.0 to 7.7.1 by @​dependabot in golangci/golangci-lint-action#1028
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • a4f60bb\r\nfix: use 3-dots syntax for diff on push (#1040)
  • \r\n
  • 5815a4b\r\ndoc: improve readme
  • \r\n
  • 23faadf\r\ndoc: improve readme
  • \r\n
  • b556f25\r\ndoc: improve readme
  • \r\n
  • 789f114\r\nfeat: rewrite format handling (#1038)
  • \r\n
  • d36b91c\r\nbuild(deps-dev): bump @​typescript-eslint/parser from 7.7.1\r\nto 7.8.0 (#1035)
  • \r\n
  • a9eb115\r\nbuild(deps): bump @​types/node from 20.12.7 to 20.12.8 (#1036)
  • \r\n
  • bd4fa7c\r\nbuild(deps-dev): bump @​typescript-eslint/eslint-plugin\r\nfrom 7.7.1 to 7.8.0 (#...
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golangci/golangci-lint-action&package-manager=github_actions&previous-version=5&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\n> **Note**\r\n> Automatic rebases have been disabled on this pull request as it has\r\nbeen open for over 30 days.\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 5 to 6 (#1435)"}},{"before":"6febb66b9dd9b80324366b3c1002586df8cb2336","after":"5ecef05c477e2531b4b11cc0c3d8af531633b40a","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-06-12T21:15:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 5 to 6\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 5 to 6"}},{"before":"663e9a333aa2f7ca5ed77adc42220656a5a37f72","after":"6febb66b9dd9b80324366b3c1002586df8cb2336","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-06-12T20:48:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 5 to 6\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 5 to 6"}},{"before":"1705a714481a69ab7ed0c349932101cae203982a","after":null,"ref":"refs/heads/rhang/fix-code-cov","pushedAt":"2024-06-12T20:47:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"}},{"before":"0c79c08975ec1b01af1eda0e9bb0ef0da7373d4b","after":"a1ac9d22d0c27e31b2f386a0a10d194a0a009bef","ref":"refs/heads/master","pushedAt":"2024-06-12T20:47:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"codecov: Use non-environment option (#1447)\n\ncodecov jobs have been failing recently.\r\n\r\nThe error we're seeing with verbose true is\r\n```\r\ndebug - 2024-06-12 19:18:58,188 -- Starting create commit process --- {\"commit_sha\": \"60547051d2c7a282f81ee9c7cb4c2547c0640e40\", \"parent_sha\": null, \"pr\": \"1435\", \"branch\": \"dependabot/github_actions/golangci/golangci-lint-action-6\", \"slug\": \"uber-go/zap\", \"token\": null, \"service\": \"github\", \"enterprise_url\": null}\r\nError: Codecov token not found. Please provide Codecov token with -t flag.\r\nWarning: Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1\r\n```\r\n\r\nref:\r\nhttps://github.com/uber-go/zap/actions/runs/9488445442/job/26147390272#step:6:58\r\n\r\nFrom the docs there are multiple valid ways to specify the coverage\r\nupload token https://github.com/codecov/codecov-action\r\n\r\nSince we're using the environment variable approach and we're still\r\ngetting an error that the token is not provided, let's try the with\r\ntoken option.","shortMessageHtmlLink":"codecov: Use non-environment option (#1447)"}},{"before":null,"after":"1705a714481a69ab7ed0c349932101cae203982a","ref":"refs/heads/rhang/fix-code-cov","pushedAt":"2024-06-12T20:31:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-hang","name":null,"path":"/r-hang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42982339?s=80&v=4"},"commit":{"message":"codecov: Use non-environment option\n\ncodecov jobs have been failing recently.\n\nThe error we're seeing with verbose true is\n```\ndebug - 2024-06-12 19:18:58,188 -- Starting create commit process --- {\"commit_sha\": \"60547051d2c7a282f81ee9c7cb4c2547c0640e40\", \"parent_sha\": null, \"pr\": \"1435\", \"branch\": \"dependabot/github_actions/golangci/golangci-lint-action-6\", \"slug\": \"uber-go/zap\", \"token\": null, \"service\": \"github\", \"enterprise_url\": null}\nError: Codecov token not found. Please provide Codecov token with -t flag.\nWarning: Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1\n```\n\nref: https://github.com/uber-go/zap/actions/runs/9488445442/job/26147390272#step:6:58\n\nFrom the docs there are multiple valid ways to specify the coverage\nupload token https://github.com/codecov/codecov-action\n\nSince we're using the environment variable approach and we're still\ngetting an error that the token is not provided, let's try the with token\noption.","shortMessageHtmlLink":"codecov: Use non-environment option"}},{"before":"60547051d2c7a282f81ee9c7cb4c2547c0640e40","after":"663e9a333aa2f7ca5ed77adc42220656a5a37f72","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-06-12T19:56:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 5 to 6\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 5 to 6"}},{"before":"55e3c3807ed498456ce5dc9191d39166550fba74","after":"60547051d2c7a282f81ee9c7cb4c2547c0640e40","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-06-12T19:17:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 5 to 6\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 5 to 6"}},{"before":"bb391cc522e3ce7f209fd8cf8f654c910022a1d0","after":"55e3c3807ed498456ce5dc9191d39166550fba74","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-06-11T18:28:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 5 to 6\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 5 to 6"}},{"before":"88bc39ce3f7c7ba67d03548bd18f2b74694b906c","after":"0c79c08975ec1b01af1eda0e9bb0ef0da7373d4b","ref":"refs/heads/master","pushedAt":"2024-06-11T18:27:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"r-hang","name":null,"path":"/r-hang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42982339?s=80&v=4"},"commit":{"message":"chore: fix codecov action (#1446)","shortMessageHtmlLink":"chore: fix codecov action (#1446)"}},{"before":"70029952c7cccb4c06f6a53d510fa88d67414b1e","after":null,"ref":"refs/heads/sungyoon/codecov-check","pushedAt":"2024-06-11T18:27:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-hang","name":null,"path":"/r-hang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42982339?s=80&v=4"}},{"before":null,"after":"70029952c7cccb4c06f6a53d510fa88d67414b1e","ref":"refs/heads/sungyoon/codecov-check","pushedAt":"2024-06-11T18:22:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"chore: fix codecov action","shortMessageHtmlLink":"chore: fix codecov action"}},{"before":"8efe43628bc69e10de2698424bfc899cf766fe52","after":null,"ref":"refs/heads/dependabot/go_modules/tools/golang.org/x/vuln-1.1.2","pushedAt":"2024-06-10T16:43:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mway","name":"Matt Way","path":"/mway","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61755?s=80&v=4"}},{"before":"d53ffd236bbbd099c5926d21bdec9487a752495c","after":"88bc39ce3f7c7ba67d03548bd18f2b74694b906c","ref":"refs/heads/master","pushedAt":"2024-06-10T16:43:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mway","name":"Matt Way","path":"/mway","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61755?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/vuln from 1.1.1 to 1.1.2 in /tools (#1445)\n\nBumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.1.1 to\r\n1.1.2.\r\n
\r\nRelease notes\r\n

Sourced from golang.org/x/vuln's\r\nreleases.

\r\n
\r\n

v1.1.2

\r\n

This release brings the support for the VEX output format.

\r\n

Integration

\r\n

Govulncheck now supports OpenVex output format via\r\n-format openvex flag option. Please see here\r\nfor more details on the actual encoding.

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 3740f5c\r\ninternal/osv: add review status
  • \r\n
  • 29462d7\r\nvulncheck: update documentation for vex
  • \r\n
  • 2736e1d\r\ncmd/govulncheck/integration/stackrox-scanner: update expectations
  • \r\n
  • 65c6e2b\r\ncmd/govulncheck/integration/k8s: update expectations
  • \r\n
  • 03e66a6\r\ninternal/govulncheck: add more comments for emitted OSVs
  • \r\n
  • f30059c\r\ngo.mod: update golang.org/x dependencies
  • \r\n
  • 84735a3\r\ninternal/scan: increase telemetry counter for show flag
  • \r\n
  • fb2a687\r\ninternal/scan: add format and scan level telemetry
  • \r\n
  • f5e77b8\r\ninternal/cmd/govulncheck: remove unnecessary binary dependency
  • \r\n
  • 1201340\r\ncmd/govulncheck/integration: update go in integration tests
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/vuln&package-manager=go_modules&previous-version=1.1.1&new-version=1.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump golang.org/x/vuln from 1.1.1 to 1.1.2 in /tools (#1445"}},{"before":null,"after":"8efe43628bc69e10de2698424bfc899cf766fe52","ref":"refs/heads/dependabot/go_modules/tools/golang.org/x/vuln-1.1.2","pushedAt":"2024-06-10T15:42:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/vuln from 1.1.1 to 1.1.2 in /tools\n\nBumps [golang.org/x/vuln](https://github.com/golang/vuln) from 1.1.1 to 1.1.2.\n- [Release notes](https://github.com/golang/vuln/releases)\n- [Commits](https://github.com/golang/vuln/compare/v1.1.1...v1.1.2)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/vuln\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/vuln from 1.1.1 to 1.1.2 in /tools"}},{"before":"2da446fbd25b2f3794db472eb59f0137ebedf6c1","after":"d53ffd236bbbd099c5926d21bdec9487a752495c","ref":"refs/heads/master","pushedAt":"2024-06-06T16:53:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sywhang","name":"Sung Yoon Whang","path":"/sywhang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30421794?s=80&v=4"},"commit":{"message":"remove redundant capitalizations in unmarshalText (#1444)\n\nunmarshalText currently checks for almost all of the levels as\r\nthe configured string values as well as their capitalized versions.\r\n\r\nBut we call unmarshalText with bytes.ToLower() when we actually parse\r\nthe levels, so we do not need to check for the capitalized versions\r\nseparately since this is redundant.\r\n\r\nPrevious version of this PR was trying to add \"WARNING\" as a check\r\nto this since that was recently added but the corresponding capitalized\r\nstring wasn't checked, but @abhinav pointed out that we actually call\r\nthis with ToLower, so it's better to remove the redundant checks.","shortMessageHtmlLink":"remove redundant capitalizations in unmarshalText (#1444)"}},{"before":"6966d7de227d53a75fe193ba9592df597afa6fbc","after":"bb391cc522e3ce7f209fd8cf8f654c910022a1d0","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-06-06T16:53:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 5 to 6\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 5 to 6"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QwMjoyNzo1OC4wMDAwMDBazwAAAAS1BRB6","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0wNlQxNjo1Mzo1Ni4wMDAwMDBazwAAAARebfDN"}},"title":"Activity · uber-go/zap"}