{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":265280586,"defaultBranch":"master","name":"pkgsite","ownerLogin":"golang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-05-19T15:06:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4314092?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710453323.0","currentOid":""},"activityList":{"items":[{"before":"324f49986453b76c6aeeec930dd024c19a6b91d9","after":"f20ba84343172b371fb8b4fe4499d0c5d6f5982b","ref":"refs/heads/master","pushedAt":"2024-05-22T14:40:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"static/frontend/vuln,internal/osv: display info about unreviewed meaning on vuln page\n\nFor UNREVIEWED reports, display the word \"Unreviewed\" under the title,\nand add a blurb to the feedback section explaining its meaning.\n\nCurrently, don't display anything special for a REVIEWED report. This is the\ndefault.\n\nChange-Id: I43ad7c324f6712a22a035c4aac725808cd50e7c3\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/586101\nRun-TryBot: Tatiana Bradley \nkokoro-CI: kokoro \nReviewed-by: Damien Neil \nTryBot-Result: Gopher Robot \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"static/frontend/vuln,internal/osv: display info about unreviewed mean…"}},{"before":"7c9c89467e47db1713890b7c63a18c175d2a7fd3","after":"324f49986453b76c6aeeec930dd024c19a6b91d9","ref":"refs/heads/master","pushedAt":"2024-05-22T14:39:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"tests: update vuln testdata to pull in review_status\n\nUpdate the script that pulls in the latest vulns to include\nan UNREVIEWED report. Run the script to update the test corpus to\nbring in this new vuln, plus the review_status for all vulns.\n\nUpdate the screentests accordingly.\n\nChange-Id: I45aa815ac9a33d186bac196220cce169b8523dae\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/586100\nkokoro-CI: kokoro \nTryBot-Result: Gopher Robot \nReviewed-by: Damien Neil \nRun-TryBot: Tatiana Bradley \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"tests: update vuln testdata to pull in review_status"}},{"before":"03e325a9463a1163bda06d9d5c22294ce52a7bcd","after":"7c9c89467e47db1713890b7c63a18c175d2a7fd3","ref":"refs/heads/master","pushedAt":"2024-05-16T16:45:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"all.bash: check that minified css files are unchanged\n\nAdd a check that the minified css files correspond to the their sources.\n\nPreviously, the all.bash script generated the minified files and left\nthe modified files in the repo working copy. This may have helped during\ndevelopment, but during CI it should be a no-op. This CL simply verifies\nthat. The developer can still run `devtools/cmd/static` manually.\n\nA check like this should be standard procedure for all binary or\nincrutable files that appear in CLs.\n\nChange-Id: I47d34e5204637ff38113b91ff46c595b9f42f4ee\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/585476\nkokoro-CI: kokoro \nReviewed-by: Hyang-Ah Hana Kim \nReviewed-by: Mauri de Souza Meneguzzo \nReviewed-by: Alan Donovan \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"all.bash: check that minified css files are unchanged"}},{"before":"3eb0e7ac8536d47e56e38dbb379e3451b72ab716","after":"03e325a9463a1163bda06d9d5c22294ce52a7bcd","ref":"refs/heads/master","pushedAt":"2024-05-16T15:30:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"ran `npm audit fix`\n\nChange-Id: I2568aa885085a1820f4cffedecf0d737affd7da9\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/585475\nReviewed-by: Hyang-Ah Hana Kim \nReviewed-by: Mauri de Souza Meneguzzo \nLUCI-TryBot-Result: Go LUCI \nkokoro-CI: kokoro ","shortMessageHtmlLink":"ran npm audit fix"}},{"before":"62f6d87aa95948e4eadcc67d892990befeea192b","after":"3eb0e7ac8536d47e56e38dbb379e3451b72ab716","ref":"refs/heads/master","pushedAt":"2024-05-16T15:20:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"static/frontend: position pilcrow right next to h4 header text\n\nThe existing h4 selector for function and type sections was including\ncomment headings breaking layout for the pilcrow link. Narrow down\nthese h4 selectors since flexbox is only required for \"since version\"\nlayout.\n\nFixes golang/go#66458\n\nChange-Id: Ibebaebb958c0abd777e52dda252eeddc22794bb6\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/574719\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Jonathan Amsterdam \nkokoro-CI: kokoro ","shortMessageHtmlLink":"static/frontend: position pilcrow right next to h4 header text"}},{"before":"87c415249864b5860acab46939f96affd52275f4","after":"62f6d87aa95948e4eadcc67d892990befeea192b","ref":"refs/heads/master","pushedAt":"2024-05-06T18:58:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"go.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: Ib144b71d0edfb68e0b24ce12a96e9a3bf8362a72\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/583617\nAuto-Submit: Gopher Robot \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Than McIntosh \nkokoro-CI: kokoro \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"41da83f65020476edf3fa6e6a7771dee20b2fbf5","after":"87c415249864b5860acab46939f96affd52275f4","ref":"refs/heads/master","pushedAt":"2024-04-26T18:56:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"static/frontend: ensure page content fits across >= 320 CSS pixels\n\nEnsure main page content is readable at 320 CSS pixels without the need\nfor horizontal scrolling. This is important for documentation users that\nmay require zoom functionality in order to read content. WCAG 2.2\ndefines 320 pixels as the minimum width reasonably achieveable by site\nauthors.\n\nSee https://www.w3.org/WAI/WCAG22/Understanding/reflow.html.\n\nFixes #66996.\n\nChange-Id: Ic3d02bffac23798bcd86d28560845fa91ce831db\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/581236\nReviewed-by: Jonathan Amsterdam \nkokoro-CI: kokoro \nReviewed-by: Jamal Carvalho \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Robert Findley ","shortMessageHtmlLink":"static/frontend: ensure page content fits across >= 320 CSS pixels"}},{"before":"a3b6cd3042440440de626eb592f67938bbd64825","after":"41da83f65020476edf3fa6e6a7771dee20b2fbf5","ref":"refs/heads/master","pushedAt":"2024-04-24T21:18:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"internal/{frontend,vuln}: display affected modules\n\nFor vulns with no detailed package data, display affected\nmodules and versions.\n\nChange-Id: Ibacdcd486cbb47b17a11d331692356a0603ac6d1\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/581181\nkokoro-CI: kokoro \nTryBot-Result: Gopher Robot \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil \nRun-TryBot: Tatiana Bradley ","shortMessageHtmlLink":"internal/{frontend,vuln}: display affected modules"}},{"before":"60fcee760bc8660923f53958b48b0d892aa76e18","after":"a3b6cd3042440440de626eb592f67938bbd64825","ref":"refs/heads/master","pushedAt":"2024-04-24T21:17:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"static/frontend/vuln: fix credits list display\n\nFix a bug in which the first two credits of a vuln report\nwere displayed with no separation.\n\nChange-Id: I1f42268d8d6e03341e8e1b5db09d16beb7188f8f\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/581180\nReviewed-by: Damien Neil \nTryBot-Result: Gopher Robot \nkokoro-CI: kokoro \nRun-TryBot: Tatiana Bradley \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"static/frontend/vuln: fix credits list display"}},{"before":"82c44426d3e17fc62d5095f6174c63a20c503bc9","after":"60fcee760bc8660923f53958b48b0d892aa76e18","ref":"refs/heads/master","pushedAt":"2024-04-24T21:17:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"internal/osv,static/frontend/vuln: add a chip for standard library vulns\n\nChange-Id: I0cb26136ddd58afbb53312dbd93f3ca1a5b8388f\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/581176\nRun-TryBot: Tatiana Bradley \nkokoro-CI: kokoro \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil \nTryBot-Result: Gopher Robot ","shortMessageHtmlLink":"internal/osv,static/frontend/vuln: add a chip for standard library vulns"}},{"before":"039f9435a3293729df776c225e434717caabd65e","after":"82c44426d3e17fc62d5095f6174c63a20c503bc9","ref":"refs/heads/master","pushedAt":"2024-04-23T18:42:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"static/frontend/vuln: display (withdrawn) instead of vuln details\n\nFor withdrawn vulns, display the phrase \"(withdrawn)\" instead of\nthe vuln details on the vuln list pages. The user can still view\nthe full details by clicking on the vulnerability entry page.\n\nChange-Id: I4b9dd9907b4727342907c5791c6af4f3981f5d23\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/580995\nRun-TryBot: Tatiana Bradley \nTryBot-Result: Gopher Robot \nkokoro-CI: kokoro \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil ","shortMessageHtmlLink":"static/frontend/vuln: display (withdrawn) instead of vuln details"}},{"before":"ddbbf7b6745ea937506c52fefb4d4688b5f0665e","after":"039f9435a3293729df776c225e434717caabd65e","ref":"refs/heads/master","pushedAt":"2024-04-23T17:33:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"static/frontend/vuln: add withdrawn chip for vulns\n\nAdds a gray chip and a strikethrough to withdrawn vulns\nso they are more recognizable.\n\nChange-Id: I632a7606b4a4b107a05e3c8b73b7978831d2efbf\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/580195\nTryBot-Result: Gopher Robot \nReviewed-by: Hyang-Ah Hana Kim \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil \nRun-TryBot: Tatiana Bradley \nkokoro-CI: kokoro ","shortMessageHtmlLink":"static/frontend/vuln: add withdrawn chip for vulns"}},{"before":"a4e588822661c05435defc77d496411a3af633fb","after":"ddbbf7b6745ea937506c52fefb4d4688b5f0665e","ref":"refs/heads/master","pushedAt":"2024-04-18T21:07:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"static/frontend/vuln: add withdrawn time for vulns\n\nDisplay the withdrawn time for vulnerabilities (if one is present).\n\nChange-Id: Ia215392ccb8340eee089528e586b43ab995d5fa5\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/579917\nRun-TryBot: Tatiana Bradley \nTryBot-Result: Gopher Robot \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Jonathan Amsterdam \nkokoro-CI: kokoro \nReviewed-by: Damien Neil ","shortMessageHtmlLink":"static/frontend/vuln: add withdrawn time for vulns"}},{"before":"6631f5443b15cc3c38d20c33131ac82c8e192ef7","after":"a4e588822661c05435defc77d496411a3af633fb","ref":"refs/heads/master","pushedAt":"2024-04-18T20:41:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"test/screentest: add withdrawn vuln and update screentests\n\nAdd a \"withdrawn\" vulnerability example to the screentests\nso we can more easily test upcoming functionality that will\nhandle withdrawn vulns.\n\nChange-Id: I3c373927055e3ce4a0f93fc1f1608596c9889c0a\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/579916\nTryBot-Result: Gopher Robot \nReviewed-by: Tatiana Bradley \nReviewed-by: Jonathan Amsterdam \nRun-TryBot: Tatiana Bradley \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Hyang-Ah Hana Kim \nkokoro-CI: kokoro ","shortMessageHtmlLink":"test/screentest: add withdrawn vuln and update screentests"}},{"before":"12f7c873f5b7a2045a274d64e2c32b6737c2ca6b","after":"6631f5443b15cc3c38d20c33131ac82c8e192ef7","ref":"refs/heads/master","pushedAt":"2024-04-16T22:18:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"all: fix function names in comment\n\nChange-Id: I25ba419d2fc5878e14cf3b5026724e17efaaa39d\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/579177\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: qiu laidongfeng2 <2645477756@qq.com>\nReviewed-by: Cherry Mui \nkokoro-CI: kokoro \nReviewed-by: Ian Lance Taylor \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"all: fix function names in comment"}},{"before":"493d85e09e7f5aac039c80e81adaad5bd8cacd47","after":"12f7c873f5b7a2045a274d64e2c32b6737c2ca6b","ref":"refs/heads/master","pushedAt":"2024-04-16T21:51:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"static/frontend: use single quotes for strings\n\nAs a fixup for CL 574655, fix two problems that the devtools/ci/ci.sh\nscript reports under the 'Running CSS/JS linters' section:\n\n\t/pkgsite/static/frontend/frontend.ts\n\t 131:68 error Replace `\".go.dev\"` with `'.go.dev'` prettier/prettier\n\t 150:72 error Replace `\".go.dev\"` with `'.go.dev'` prettier/prettier\n\n\t✖ 2 problems (2 errors, 0 warnings)\n\nChange-Id: I37baeca0d969bb1100dc49d8b5d8473bb3c13df0\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/579338\nReviewed-by: Ian Lance Taylor \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nkokoro-CI: kokoro \nAuto-Submit: Dmitri Shuralyov ","shortMessageHtmlLink":"static/frontend: use single quotes for strings"}},{"before":"29d7d25705fb2722f16ca4fc8cf9213a08850e72","after":"493d85e09e7f5aac039c80e81adaad5bd8cacd47","ref":"refs/heads/master","pushedAt":"2024-04-10T16:54:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"golang/pkgsite: improve hostname verification to ensure origin before setting cookie\n\nUpdates frontend to only check for `*.go.dev` / `go.dev`, instead of `*go.dev`\n\nChange-Id: I1460aa69f2f032f9a098a22651586bb737927453\nGitHub-Last-Rev: 61741be0c1266260ede2bcaa4a3c7990f51e4638\nGitHub-Pull-Request: golang/pkgsite#88\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/574655\nReviewed-by: Aviv Keller \nTryBot-Bypass: Jonathan Amsterdam \nReviewed-by: Jonathan Amsterdam \nReviewed-by: David Chase \nReviewed-by: Carlos Amedee ","shortMessageHtmlLink":"golang/pkgsite: improve hostname verification to ensure origin before…"}},{"before":"b8abe0819782975a1fcfc0133cc2f13f498e2e19","after":"29d7d25705fb2722f16ca4fc8cf9213a08850e72","ref":"refs/heads/master","pushedAt":"2024-04-10T16:53:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"frontend: display unexported vulnerable symbols\n\nIf all vulnerable symbols in a package are unexported, display\nthe unexported symbols instead of displaying \"all symbols\".\n\nChange-Id: I509ac158670ed2529bc040abbd80e96bdde676a4\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/571320\nTryBot-Bypass: Jonathan Amsterdam \nReviewed-by: Tatiana Bradley \nReviewed-by: Michael Matloob \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"frontend: display unexported vulnerable symbols"}},{"before":"599abd88d98dfe06ca25a51471c571bb2e50b9a5","after":"b8abe0819782975a1fcfc0133cc2f13f498e2e19","ref":"refs/heads/master","pushedAt":"2024-04-05T14:29:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"internal/postgres: exclusions should be case insensitive\n\nUpdate exclusion logic to be case insensitive. When there is no go.mod\nfile, GitHub module paths may be spelled with any casing.\n\nAs a result of this change, we will no longer be able to exclude only\ncertain capitalizations of a module.\n\nChange-Id: I67342cf3543e795e7795aa74081541d7e6fed18f\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/576595\nReviewed-by: Jonathan Amsterdam \nLUCI-TryBot-Result: Go LUCI \nkokoro-CI: kokoro \nAuto-Submit: Robert Findley ","shortMessageHtmlLink":"internal/postgres: exclusions should be case insensitive"}},{"before":"ea43129276ed1c7e85557321bd2af0504fbc4a7f","after":"599abd88d98dfe06ca25a51471c571bb2e50b9a5","ref":"refs/heads/master","pushedAt":"2024-04-04T23:11:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"go.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: Ib87cef7a4348144a44bb3f6509f53a87e1b26486\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/576639\nReviewed-by: Than McIntosh \nReviewed-by: Dmitri Shuralyov \nkokoro-CI: kokoro \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Gopher Robot ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"f30f7d1177056e374cf4d63aae4dae4b0da4869f","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/jackc/pgproto3/v2-2.3.3","pushedAt":"2024-03-14T21:55:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"}},{"before":null,"after":"f30f7d1177056e374cf4d63aae4dae4b0da4869f","ref":"refs/heads/dependabot/go_modules/github.com/jackc/pgproto3/v2-2.3.3","pushedAt":"2024-03-14T21:52:29.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 github.com/jackc/pgproto3/v2 from 2.2.0 to 2.3.3\n\nBumps [github.com/jackc/pgproto3/v2](https://github.com/jackc/pgproto3) from 2.2.0 to 2.3.3.\n- [Commits](https://github.com/jackc/pgproto3/compare/v2.2.0...v2.3.3)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/jackc/pgproto3/v2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): Bump github.com/jackc/pgproto3/v2 from 2.2.0 to 2.3.3"}},{"before":"f0757855cbbbf89b69767bb6f70713e84448740e","after":null,"ref":"refs/heads/dependabot/go_modules/google.golang.org/protobuf-1.33.0","pushedAt":"2024-03-13T23:06:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"}},{"before":null,"after":"f0757855cbbbf89b69767bb6f70713e84448740e","ref":"refs/heads/dependabot/go_modules/google.golang.org/protobuf-1.33.0","pushedAt":"2024-03-13T23:02:56.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 google.golang.org/protobuf from 1.31.0 to 1.33.0\n\nBumps google.golang.org/protobuf from 1.31.0 to 1.33.0.\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/protobuf\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0"}},{"before":"cfd11c9b12c798e3809f9fd2daf00339fea55517","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/jackc/pgx/v4-4.18.2","pushedAt":"2024-03-12T15:21:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"}},{"before":null,"after":"cfd11c9b12c798e3809f9fd2daf00339fea55517","ref":"refs/heads/dependabot/go_modules/github.com/jackc/pgx/v4-4.18.2","pushedAt":"2024-03-12T15:19:38.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 github.com/jackc/pgx/v4 from 4.14.1 to 4.18.2\n\nBumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.14.1 to 4.18.2.\n- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md)\n- [Commits](https://github.com/jackc/pgx/compare/v4.14.1...v4.18.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/jackc/pgx/v4\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): Bump github.com/jackc/pgx/v4 from 4.14.1 to 4.18.2"}},{"before":"acdeec62f9ea6fe68e2b2379645635154a64fdf1","after":"ea43129276ed1c7e85557321bd2af0504fbc4a7f","ref":"refs/heads/master","pushedAt":"2024-03-05T19:44:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"worker: minor improvements to main page\n\nMove experiment section to bottom (it is relatively uninteresting).\n\nSort requests by age.\n\nChange-Id: I7c0df9a9bfa4baa7b2960c5008c2e9ebc6a9d6ab\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/568240\nkokoro-CI: kokoro \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Matloob ","shortMessageHtmlLink":"worker: minor improvements to main page"}},{"before":"d5201754263e3874af3d2a0b59ea11d396fc6756","after":"acdeec62f9ea6fe68e2b2379645635154a64fdf1","ref":"refs/heads/master","pushedAt":"2024-03-05T19:44:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"worker: display request state on main page\n\nAdd a RequestInfo.State field to record the current state of a request\nfor display.\n\nAdd a function internal.RequestState to for updating the state,\nand use it for long-running requests.\n\nDisplay the state on the worker main page.\n\nChange-Id: I1a04036982aba23cf27776fac75248972a1336f3\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/568515\nReviewed-by: Michael Matloob \nLUCI-TryBot-Result: Go LUCI \nkokoro-CI: kokoro ","shortMessageHtmlLink":"worker: display request state on main page"}},{"before":"5d14efb673c742162aa4739b6c595ab8a13f9112","after":"d5201754263e3874af3d2a0b59ea11d396fc6756","ref":"refs/heads/master","pushedAt":"2024-03-05T16:02:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"go.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I43453740f96f61677d8992c2e32ac3950e939599\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/569058\nkokoro-CI: kokoro \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Michael Knyszek \nAuto-Submit: Gopher Robot \nReviewed-by: Than McIntosh ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"310335a0489ddaa2932e86f4176419c06ba02ecc","after":"5d14efb673c742162aa4739b6c595ab8a13f9112","ref":"refs/heads/master","pushedAt":"2024-03-04T19:32:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"tests/screentest: fix bug in script\n\nMissing backslash was causing a panic.\n\nChange-Id: I630acd72a56a2d6242f64b17e6a4f944cb5b1c75\nReviewed-on: https://go-review.googlesource.com/c/pkgsite/+/568239\nLUCI-TryBot-Result: Go LUCI \nkokoro-CI: kokoro \nReviewed-by: Michael Matloob ","shortMessageHtmlLink":"tests/screentest: fix bug in script"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUQ2avQA","startCursor":null,"endCursor":null}},"title":"Activity · golang/pkgsite"}