aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Collapse)Author
16 hours[DO-NOT-MERGE] internal/play: disable goroutine for watchVersionShulhan
16 hours[DO-NOT-MERGE] cmd/golangorg: allow serving in local as "go.local"Shulhan
Change-Id: I73aa112ba125b56dbdaf2727a3a7165c03de9b3f
8 daysinternal/history: document Go 1.26.2 and 1.25.9 releasesDavid Chase
Change-Id: I898004e877532f108ea69b43cb4a012fed248c7e Reviewed-on: https://go-review.googlesource.com/c/website/+/763721 Auto-Submit: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com>
2026-03-05internal/history: document Go 1.26.1 and 1.25.8 releasesCherry Mui
Change-Id: I0306e36ffccabf562406cb46b96117117eddc994 Reviewed-on: https://go-review.googlesource.com/c/website/+/752060 Auto-Submit: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2026-02-10internal/history: remove draft notice, update deployment, add Go 1.26Junyang Shao
This change: Removes the draft notice from go1.26.md Updates the deployment for golangorg to Go 1.26 Adds Go 1.26 to history/release.go Fixes golang/go#75005. Change-Id: I3dc8457a3ec0fa2e3909b3592afe29db586db73a Reviewed-on: https://go-review.googlesource.com/c/website/+/743900 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
2026-02-04internal/history: document Go 1.25.7 and 1.24.13Michael Pratt
Change-Id: I6a6a636cc7cc834f12edb334407dedcbb8524ae0 Reviewed-on: https://go-review.googlesource.com/c/website/+/741781 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2026-02-02internal/web: do not treat Markdown files as templates by defaultRyo Sakuma
Markdown files are no longer treated as Go templates by default. Pages that need template processing must explicitly set "template: true" in their front matter. This prevents unintended HTML escaping of template-like syntax (e.g., "<" and ">") in Markdown content. Fixes golang/go#75552 Change-Id: If00328831cd6b119043d9c2055fd21076943e2c4 Reviewed-on: https://go-review.googlesource.com/c/website/+/733500 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2026-01-15internal/history: document Go 1.25.6 and 1.24.12 releasesMichael Pratt
Change-Id: I6a6a636c74d142eeb924698709f2c2012f076caf Reviewed-on: https://go-review.googlesource.com/c/website/+/736714 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Junyang Shao <shaojunyang@google.com>
2025-12-02internal/history: document Go 1.25.5 and 1.24.11 releasesDmitri Shuralyov
This describes the fix in internal/syscall/windows (CL 718000) as a fix to package os, as that is the public package whose behavior is affected. Change-Id: I181a3563bdf1366e6d9304d86ccbc3a209ac50bb Reviewed-on: https://go-review.googlesource.com/c/website/+/725880 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Mark Freeman <markfreeman@google.com>
2025-11-22internal/redirect: update expected default redirect to 307Sean Liao
For Go 1.26 (CL 720820), the default redirect in ServeMux is changing from 301 to 307 to support preserving POST bodies. For golang/go#50243 Change-Id: I2eaf32bc51e768ac0798f405b824c18a53ac187b Reviewed-on: https://go-review.googlesource.com/c/website/+/723140 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Sean Liao <sean@liao.dev> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com>
2025-11-20internal/redirect: add redirect from go.dev/cs to cs.opensource.googleNicholas S. Husin
This change makes it so that go.dev/cs redirects to cs.opensource.google/go while keeping any path and URL parameter intact. This allows users to link code within cs.opensource.google/go using go.dev/cs. As a special case, go.dev/cs/search/ has also been added. Anything that comes after /search/ will be used as the Code Search query parameter within the "go" project in cs.opensource.google/search. This allows users to search within the codebase in one go from their browser's URL bar. Change-Id: I1eae8c2e0d18c7e94bc85cced81404716f29ed99 Reviewed-on: https://go-review.googlesource.com/c/website/+/722560 Reviewed-by: Alan Donovan <adonovan@google.com> Reviewed-by: Nicholas Husin <husin@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-11-05internal/history: document Go 1.24.10 and 1.25.4 releasesMichael Pratt
This describes CL 709795 as a fix to crypto/subtle as that is the closest affected public package. Change-Id: I6a6a636c1d306f58b426d06da72446a6d60e3a21 Reviewed-on: https://go-review.googlesource.com/c/website/+/718140 Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-10-13internal/history: document Go 1.25.3 and 1.24.9 releasesMichael Pratt
Change-Id: I6a6a636c350d84c4a9d918da7669971ccd1ea696 Reviewed-on: https://go-review.googlesource.com/c/website/+/711500 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Pratt <mpratt@google.com>
2025-10-07internal/history: document Go 1.25.2 and 1.24.8 releasesMichael Pratt
Change-Id: I6a6a636cd99d5c4b02b721af0b87249982a88b4f Reviewed-on: https://go-review.googlesource.com/c/website/+/709935 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-09-03internal/history: document Go 1.25.1 and 1.24.7 releasesMichael Pratt
Change-Id: I6a6a636c81f77a54018eeeb53116d9ada080666a Reviewed-on: https://go-review.googlesource.com/c/website/+/700616 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-08-12internal/dl: update macOS requirement to 12Dmitri Shuralyov
Per https://go.dev/doc/go1.25#darwin. For golang/go#69839. Change-Id: I66ba4c7cd688a743762e31a33a5d9eba3e9bfc5b Reviewed-on: https://go-review.googlesource.com/c/website/+/681136 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2025-08-12internal/history: remove draft notice, update deployment, add Go 1.25David Chase
This change: Removes the draft notice from go1.25.md Updates the deployment for golangorg to Go 1.25 Adds Go 1.25 to history/release.go For golang/go#71661 Change-Id: I1b74a1a92c47f6044a43ac2dd4609e7a52f11b45 Reviewed-on: https://go-review.googlesource.com/c/website/+/695375 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Bypass: David Chase <drchase@google.com>
2025-08-06internal/history: document Go 1.24.6 and 1.23.12 releasesDmitri Shuralyov
Change-Id: Ief2c1a88f499ffbe4f86b7a48ab06db3a43d6005 Reviewed-on: https://go-review.googlesource.com/c/website/+/693636 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <markfreeman@google.com>
2025-07-29_content/css: style tables produced from markdownAlan Donovan
We emit a <div class=markdown> around the whole output of goldmark, so that CSS style rules can easily select them (without affecting HTML tables in the spec, for example). The default style for markdown tables now has thin grey lines, grey headings, and a little padding. Also, remove the FS middleware used to inject default.tmpl into x/tools/gopls/doc, since that file is now actually present. And add it to the fake data at _content/gopls/doc. Fixes golang/go#67368 Change-Id: If91e702c394d73a181bd780711e8be6f661f2e59 Reviewed-on: https://go-review.googlesource.com/c/website/+/691616 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Alan Donovan <adonovan@google.com>
2025-07-29cmd/golangorg: serve latest commit on gopls' latest release branchAlan Donovan
Rather than serving docs at the gopls release itself, this CL causes us to serve whatever is on the release branch. This allows us to cherrypick doc fixes into the branch without all the fuss of a gopls release. Change-Id: I5f99458407388747a093219cac16e178f28ba527 Reviewed-on: https://go-review.googlesource.com/c/website/+/691415 Reviewed-by: Robert Findley <rfindley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Alan Donovan <adonovan@google.com>
2025-07-08cmd/golangorg: serve gopls docs at go.dev/goplsAlan Donovan
The go.dev/gopls endpoint serves the gopls/doc directory at the latest release of gopls; the tip.golang.dev/gopls endpoint serves the latest x/tools commit. The GOLANGORG_LOCAL_X_TOOLS environment variable specifies a local directory, overriding the use of git, for previewing local doc changes. Also, a command to recursively check links within the go.dev/gopls subtree. Fixes golang/go#68977 Change-Id: I5d92e6f0e5fdbed721a57f0a1ace2ac98e562fc8 Reviewed-on: https://go-review.googlesource.com/c/website/+/685635 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-07-08internal/history: remove empty entriesCarlos Amedee
Change-Id: I1c1e69ee4463eeda610dcce4a48fd49d8648f0ad Reviewed-on: https://go-review.googlesource.com/c/website/+/686416 Auto-Submit: Carlos Amedee <carlos@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-07-08internal/history: document Go 1.24.5 and 1.23.11 releasesCarlos Amedee
Change-Id: I336c7a911e006bfba877f09ea906160458640208 Reviewed-on: https://go-review.googlesource.com/c/website/+/686415 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: David Chase <drchase@google.com>
2025-06-11internal/dl: update Linux requirement to 3.2Dmitri Shuralyov
Per https://go.dev/doc/go1.24#linux. For golang/go#67001. Change-Id: I381f89f709723fe3a779d642ece9aef809be5439 Reviewed-on: https://go-review.googlesource.com/c/website/+/681135 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
2025-06-05internal/history: document Go 1.24.4 and 1.23.10 releasesCarlos Amedee
Change-Id: I609a0fadde6d565e12328affe07128adbb92aaac Reviewed-on: https://go-review.googlesource.com/c/website/+/679236 Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-05-06internal/history: document Go 1.24.3 and 1.23.9 releasesCherry Mui
Change-Id: I35b3c91e452498ebe1eb0d1ef749e1a0fdb83a23 Reviewed-on: https://go-review.googlesource.com/c/website/+/670317 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-04-01internal/history: document Go 1.24.2 and 1.23.8 releasesCarlos Amedee
Change-Id: I339cbf7a83c8ef2b91559ad4169302f50a20966b Reviewed-on: https://go-review.googlesource.com/c/website/+/662035 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2025-03-04internal/history: document Go 1.24.1 and 1.23.7 releasesJunyang Shao
Change-Id: I1659c1d5451dd4dd82667422c7fbcd6154b8b67a Reviewed-on: https://go-review.googlesource.com/c/website/+/654259 Auto-Submit: Junyang Shao <shaojunyang@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-02-11cmd/golangorg, internal/history: update for Go 1.24.0 releaseDmitri Shuralyov
Start using the GOROOT content from release-branch.go1.24, and add an entry for the Go 1.24.0 release to the release history. Removing the draft notice from the release notes is done in CL 647797. For golang/go#68545. Change-Id: Ib30082d4dcc0afaadcf22ba07e5e5f7e3f4761bc Reviewed-on: https://go-review.googlesource.com/c/website/+/648498 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2025-02-04internal/history: document Go 1.23.6 and 1.22.12 releasesCherry Mui
Change-Id: I01ba22b76dcecca6894674f99fdb1559ac26d83e Reviewed-on: https://go-review.googlesource.com/c/website/+/646236 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2025-01-16internal/history: document Go 1.23.5 and 1.22.11 releasesMichael Anthony Knyszek
Change-Id: I294b7fc746e6752eb92b70e8f80d7b4c74de3ba0 Reviewed-on: https://go-review.googlesource.com/c/website/+/643195 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
2024-12-09internal/gitfs: remove apparent debugging dregDmitri Shuralyov
As the comment at the top of the loop says, and git protocol docs¹² confirm, the sideband byte will be 1, 2, or 3. If something else is encountered, don't print it to stdout without any context and go on. Instead, return a clear error, as it was likely originally intended. Fixes golang/go#70688. ¹ https://github.com/git/git/blob/e66fd72e972df760a53c3d6da023c17adfc426d6/Documentation/gitprotocol-pack.txt#L484 ² https://github.com/git/git/blob/e66fd72e972df760a53c3d6da023c17adfc426d6/Documentation/gitprotocol-v2.txt#L359 Change-Id: Ie5e75bed48d38bd67692fc274f234b1b9a469434 Reviewed-on: https://go-review.googlesource.com/c/website/+/634456 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-12-05all: remove unreachable codeSean Liao
While running go test -vet=all I saw a failure from unreachable code, which lead me to run deadcode on the entire repo. Change-Id: I20a7cd83f54595d12d46d1bdb714975e1efaf5e3 Reviewed-on: https://go-review.googlesource.com/c/website/+/633895 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-12-03internal/history: document Go 1.23.4 and 1.22.10 releasesMichael Anthony Knyszek
Change-Id: I619ac089402fbc0b4bc6ffeaed0ebeeb4aeab1bc Reviewed-on: https://go-review.googlesource.com/c/website/+/633195 Reviewed-by: Veronica Silina <veronicasilina@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-11-14internal/screentest: removeJonathan Amsterdam
Incorporate the internal/screentest package into cmd/screentest. The internal/screentest package was built on the model of internal/webtest. But it is only ever used in the screentest command, and that is the only likely use case. Having a separate package increases friction: duplicate documentation, maintaining the interface between the two packages, and more. This CL is almost pure code motion, with the minimal code changes required for compilation. Followup CLs will simplify further. Change-Id: I1158dec698eb58ee8b133d2f91374ba99056a900 Reviewed-on: https://go-review.googlesource.com/c/website/+/627057 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-11-14internal/screentest: remove compare and headers from fileJonathan Amsterdam
Deprecate the use of the 'compare' and 'header' directives in the file, preferring command-line arguments. Test files now exclusively contain tests. Change-Id: If93f4e1abef148aeef8441545dca5a8ce64bb857 Reviewed-on: https://go-review.googlesource.com/c/website/+/627055 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-11-14internal/screentest: deprecate some unused featuresJonathan Amsterdam
This is the first of a series of CLs that aims to move screentest to a more traditional testing model. We can make these changes, which will ultimately be breaking, because searches of the open source ecosystem and internal Google code show that only this repo and x/pkgsite use screentest. Also, this package is internal, this repo is at major version 0, and the Go backward compatibility guarantee does not extend to command line tools. There are two types of changes I will be making. First, the test files will contain only tests, not information about what systems are being tested or where that information is stored. This CL moves toward that goal by deprecating the "output" command and requiring that certain other commands occur only inside tests. Future CLs will deprecate more unused features, like multiple "compare" commands in a single file. The ultimate goal is to have the systems to be compared provided as input, along with additional information like where to write output and what HTTP headers to send. The second, conceptually larger change is to move to a traditional test model where one source is a reference or "golden," and the other is the system under test. The current caching mechanism can achieve this and more, but at the cost of complexity and confusion. There are no active uses of caching as an actual caching mechanism, only as a way to store and update goldens. This CL makes no progress toward this goal, but I provide it here to lay out the full story. To summarize the changes in this CL: - Deprecate "output" in preference to a command-line argument. - Deprecate use of many commands outside of tests, including the "pathname" command in lieu of a "test" declaration. - Fix a bug (presumably; there are no uses) where the test filename is not part of the GCS destination URL. Change-Id: Ibeffe62ba17d10265f7960a6ce0c380c4374c141 Reviewed-on: https://go-review.googlesource.com/c/website/+/626956 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-11-11internal/screentest: add test for splitDimensionsJonathan Amsterdam
Fix bug with negative dimension. Change-Id: I989646c793ca57d09871d927cd3191362aef5ede Reviewed-on: https://go-review.googlesource.com/c/website/+/626560 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-11-11internal/screentest: remove TestHandlerJonathan Amsterdam
The TestHandler function is never used. Also, several minor stylistic changes. Change-Id: Ifa2b29cc1ea16530a1401b4cc367ce97385aadc8 Reviewed-on: https://go-review.googlesource.com/c/website/+/626915 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-11-11internal/screentest: get tests to passJonathan Amsterdam
- Update chromedp to the latest version. - Don't call chromedp concurrently if the hosts are the same (as they are in these tests). Change-Id: Ida58a5be4b9305d18e7e926bc3729da6326b5349 Reviewed-on: https://go-review.googlesource.com/c/website/+/626559 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-11-06internal/history: document Go 1.23.3 and 1.22.9 releasesDavid Chase
Change-Id: Ifcb769658da7df2e211d8bf94efd224ce0a1b2d4 Reviewed-on: https://go-review.googlesource.com/c/website/+/625595 Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: David Chase <drchase@google.com>
2024-10-24internal/web: fix typos in commentsOleksandr Redko
Change-Id: I705e7f626e31cc42dbfa92a744195268beb5882f Reviewed-on: https://go-review.googlesource.com/c/website/+/622155 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-10-01internal/history: document Go 1.23.2 and 1.22.8 releasesMichael Anthony Knyszek
Change-Id: I9fe0e808ff2ad0a59b4e00f0cae223d9b49f36fe Reviewed-on: https://go-review.googlesource.com/c/website/+/617075 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-09-05internal/history: document Go 1.23.1 and 1.22.7 releasesDmitri Shuralyov
Change-Id: I0ee4a16d8422be4d542f1e4ea2de0f456fca383d Reviewed-on: https://go-review.googlesource.com/c/website/+/610802 Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2024-08-16internal/blog: populate author names in feedsDmitri Shuralyov
Go blog posts have metadata like: by: - Author Name - Maybe Another Author Those YAML lists were decoded into a slice of empty interfaces, each holding a string, and all that was being ignored. Update it to parse the []any type of p["by"] and to return an error if there aren't any authors. There are only 2 existing blog posts that cause such errors, but they're very old and can be ignored (or updated if needed). There's probably more that can be done, like having one <author> XML item per 'by' item in the YAML/JSON metadata of blog posts, but this is a reasonable step forward. For golang/go#68869. Change-Id: I7b97a09b006bacf4835442a749cb0e467c7dbb47 Reviewed-on: https://go-review.googlesource.com/c/website/+/605537 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2024-08-15internal/dl: require macos 11Sean Liao
Fixes golang/go#68891 For golang/go#64207 For golang/go#65614 Change-Id: I9256d9de0687b9e3cf674b4d318f4d5023a9bf16 Reviewed-on: https://go-review.googlesource.com/c/website/+/605875 Reviewed-by: Carlos Amedee <carlos@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2024-08-13internal/history: remove draft notice, update deployment, add Go 1.23Carlos Amedee
This change: Removes the draft notice from go1.23.md Updates the deployment for golangorg to Go 1.23 Adds Go 1.23 to history/release.go For golang/go#65614 Change-Id: I5afe34461fdb764b8f9759b0b8d894f72532ecf1 Reviewed-on: https://go-review.googlesource.com/c/website/+/605175 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-08-06internal/history: document Go 1.22.6 and 1.21.13 releasesDavid Chase
Change-Id: If5481efb371aad0c61c4d0a0aec4ecbb8ebd3600 Reviewed-on: https://go-review.googlesource.com/c/website/+/603455 Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-08-06internal/history: catch empty non-nil fix summaries in TestReleasesDmitri Shuralyov
When there are no security fixes (or no bug fixes) in a given release, it's represented with a nil *FixSummary. Since it also may reasonably be represented with an empty FixSummary, add a test to enforce one of the two possible styles is consistently chosen. The template handles an empty non-nil *FixSummary as a very generic "there were some fixes" text, which is never what we want. Change-Id: I96ac7cdf37ec7a8406f31500024150df422730bb Reviewed-on: https://go-review.googlesource.com/c/website/+/603495 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-07-10internal/history: delete duplicate package commentDmitri Shuralyov
CL 296429 added history.go with a package comment even though there was one in release.go. Drop one of the two, keeping one that sounds slightly better and is located in the more typical place-a .go file whose name is the same as the package name. Change-Id: I31ab5ee4bc9fa02aaf98c0d399ae7d212f1fd2bc Reviewed-on: https://go-review.googlesource.com/c/website/+/473236 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Rhys Hiltner <rhys.hiltner@gmail.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>