Sign in
go
/
pkgsite
/
HEAD
e0bd492
internal/fetch,godoc: handle lint exceptions
by Jonathan Amsterdam
· 4 days ago
master
6b577b4
all: fix printf(var) mistake detected by latest printf checker
by Tim King
· 4 days ago
0709f9d
internal/godoc/codec: improve documentation
by Jonathan Amsterdam
· 5 days ago
1551f08
internal/postgres: insert module path even if not a package
by Jonathan Amsterdam
· 9 days ago
f5afe02
several: use stdlib functions
by Jonathan Amsterdam
· 10 days ago
6851d87
go.mod: upgrade to go 1.23
by Jonathan Amsterdam
· 9 days ago
676c19e
all: get all.bash to work
by Jonathan Amsterdam
· 2 weeks ago
9b36df4
Revert "static/frontend: made cancel button in search field keyboard accessible"
by Jonathan Amsterdam
· 2 weeks ago
1dda386
devtools/cmd/seeddb: limit concurrency
by Jonathan Amsterdam
· 3 weeks ago
fca1531
internal/godoc/dochtml/internal/render: move tests to txtar
by Jonathan Amsterdam
· 3 weeks ago
7be9f26
internal/godoc/dochtml: add comments
by Jonathan Amsterdam
· 3 weeks ago
53b9917
internal/godoc/dochtml/internal/render: ensure unique heading ids
by Joseph Shin
· 6 months ago
71f98d5
internal/godoc/dochtml/internal/render: properly handle multi-line comments
by Joseph Shin
· 4 months ago
a03e71d
various: upgrade to go 1.23 containers
by Jonathan Amsterdam
· 3 weeks ago
da7af58
go.mod: update golang.org/x dependencies
by Gopher Robot
· 5 weeks ago
9ad9fa3
static/frontend: always show links in readme files
by Moritz Poldrack
· 3 months ago
557c002
cmd/pkgsite: fix setting gorepo flag
by Michael Matloob
· 7 weeks ago
3166cf6
tests/screentest: delete flaky screentest
by Tatiana Bradley
· 8 weeks ago
2f8c8d5
go.mod: update golang.org/x dependencies
by Gopher Robot
· 9 weeks ago
69a9d00
LICENSE: update per Google Legal
by Russ Cox
· 8 weeks ago
763ccd4
internal/vuln,static/frontend: display custom versions on vuln pages
by Tatiana Bradley
· 9 weeks ago
bdc5daf
tests/screentest: add test for vuln with custom_ranges
by Tatiana Bradley
· 9 weeks ago
7ff09bc
static/frontend: condense display of vuln chips
by Tatiana Bradley
· 9 weeks ago
5077860
tests/screentest: fix module-with-one-vuln screentest
by Tatiana Bradley
· 8 weeks ago
30d9315
static/frontend: condense vuln display on module pages
by Tatiana Bradley
· 2 months ago
d8c29b8
go.mod: update golang.org/x dependencies
by Gopher Robot
· 3 months ago
f20ba84
static/frontend/vuln,internal/osv: display info about unreviewed meaning on vuln page
by Tatiana Bradley
· 4 months ago
324f499
tests: update vuln testdata to pull in review_status
by Tatiana Bradley
· 4 months ago
7c9c894
all.bash: check that minified css files are unchanged
by Jonathan Amsterdam
· 4 months ago
03e325a
ran `npm audit fix`
by Jonathan Amsterdam
· 4 months ago
3eb0e7a
static/frontend: position pilcrow right next to h4 header text
by Joseph Shin
· 4 months ago
62f6d87
go.mod: update golang.org/x dependencies
by Gopher Robot
· 4 months ago
87c4152
static/frontend: ensure page content fits across >= 320 CSS pixels
by Luc Talatinian
· 5 months ago
41da83f
internal/{frontend,vuln}: display affected modules
by Tatiana Bradley
· 5 months ago
a3b6cd3
static/frontend/vuln: fix credits list display
by Tatiana Bradley
· 5 months ago
8a39a0c
tests/screentest: add a test for a vuln with no affected packages
by Tatiana Bradley
· 5 months ago
60fcee7
internal/osv,static/frontend/vuln: add a chip for standard library vulns
by Tatiana Bradley
· 5 months ago
82c4442
static/frontend/vuln: display (withdrawn) instead of vuln details
by Tatiana Bradley
· 5 months ago
039f943
static/frontend/vuln: add withdrawn chip for vulns
by Tatiana Bradley
· 5 months ago
ddbbf7b
static/frontend/vuln: add withdrawn time for vulns
by Tatiana Bradley
· 5 months ago
a4e5888
test/screentest: add withdrawn vuln and update screentests
by Tatiana Bradley
· 5 months ago
6631f54
all: fix function names in comment
by cuishuang
· 5 months ago
12f7c87
static/frontend: use single quotes for strings
by Dmitri Shuralyov
· 5 months ago
493d85e
golang/pkgsite: improve hostname verification to ensure origin before setting cookie
by Aviv Keller
· 6 months ago
29d7d25
frontend: display unexported vulnerable symbols
by Jonathan Amsterdam
· 6 months ago
b8abe08
internal/postgres: exclusions should be case insensitive
by Robert Findley
· 5 months ago
599abd8
go.mod: update golang.org/x dependencies
by Gopher Robot
· 5 months ago
ea43129
worker: minor improvements to main page
by Jonathan Amsterdam
· 6 months ago
acdeec6
worker: display request state on main page
by Jonathan Amsterdam
· 6 months ago
d520175
go.mod: update golang.org/x dependencies
by Gopher Robot
· 6 months ago
5d14efb
tests/screentest: fix bug in script
by Jonathan Amsterdam
· 6 months ago
310335a
all: run go mod tidy
by Michael Matloob
· 6 months ago
df601fe
internal/middleware,etc.: store requests
by Jonathan Amsterdam
· 6 months ago
d223bbd
internal/worker: improve template-parsing code
by Jonathan Amsterdam
· 6 months ago
31c5c2a
internal/postgres: speed up imported-by counts
by Jonathan Amsterdam
· 6 months ago
f5332ac
internal/worker: improve home and debug pages
by Jonathan Amsterdam
· 7 months ago
35a4ec4
devtools/cmd/dumpdoc: add symbol doc
by Jonathan Amsterdam
· 7 months ago
70d3c43
internal/frontend,static/frontend: remove styleguide
by Jonathan Amsterdam
· 7 months ago
9b2cbf6
devtools/cmd/dumpdoc: tool for writing out package documentation
by Jonathan Amsterdam
· 8 months ago
094b90f
internal/worker: add batch param to update-imported-by-count route
by Jonathan Amsterdam
· 7 months ago
463d7c9
internal/postgres: support module@version exclusions
by Jonathan Amsterdam
· 7 months ago
375600c
internal/fetch: treat go.mod parse failure as BadModule
by Jonathan Amsterdam
· 7 months ago
424156b
internal/godoc: increase max imports per package
by Jonathan Amsterdam
· 7 months ago
e18d781
internal/worker: fetch returns 404 on m@v
by Jonathan Amsterdam
· 7 months ago
71f709a
internal/stdlib: remove support for special branches
by Jonathan Amsterdam
· 8 months ago
fa961d1
internal/fetch: handle error in root package
by Jonathan Amsterdam
· 7 months ago
92ac56e
go.mod: update golang.org/x dependencies
by Gopher Robot
· 7 months ago
c85e0a8
cmd: split the cmd/pkgsite server building logic to a new package
by Michael Matloob
· 7 months ago
8984be2
internal/fetch: close directory file in defer in extractReadme
by Michael Matloob
· 7 months ago
299e4ee
internal/fetch: remove comment that is no longer relevant.
by Michael Matloob
· 7 months ago
1378892
internal/fetch: split FetchModule in two
by Michael Matloob
· 7 months ago
f26e1ab
internal/fetch: split extractReadme from extractReadmes
by Michael Matloob
· 7 months ago
c7eaeb8
internal: move UnitMeta.IsRedistributable to Unit
by Michael Matloob
· 8 months ago
506adfe
internal: move UnitMeta.Licenses to Unit
by Michael Matloob
· 8 months ago
24c36df
devtools/cmd/db: show waiting queries
by Jonathan Amsterdam
· 8 months ago
9bc5594
deploy,devtools: update go version
by Hana (Hyang-Ah) Kim
· 8 months ago
f8a3afa
deploy: use `docker compose` (V2)
by Hana (Hyang-Ah) Kim
· 8 months ago
ef00dbe
go.mod: update golang.org/x dependencies
by Gopher Robot
· 8 months ago
8b25f91
cmd/pkgsite: fix case where we don't have runtime.GOROOT()
by Michael Matloob
· 8 months ago
a0bbdd6
internal/tests/deps: skip test if we can't run go command
by Michael Matloob
· 8 months ago
eb2fcc3
internal/tests/deps: add more information to error message
by Michael Matloob
· 8 months ago
e232f56
devtools/cmd/wait_available: add timeout flag
by Michael Matloob
· 8 months ago
475d4c5
third_party/wait-for-it: replace with a simple go program
by Michael Matloob
· 9 months ago
aba4657
package-lock.json: upgrade to fix vuln
by Jonathan Amsterdam
· 9 months ago
70c492b
third_party: delete autoComplete.js
by Michael Matloob
· 9 months ago
254ae6f
cmd/pkgsite,internal/fetch: improve startup experience
by Michael Matloob
· 9 months ago
4356cea
internal/tests: add a dependency test for cmd/pkgsite
by Michael Matloob
· 9 months ago
c63424d
internal: move templatecheck tests to their own package
by Michael Matloob
· 9 months ago
b2a01f8
internal/proxy/proxytest: use standard transport
by Michael Matloob
· 9 months ago
8d0563a
internal/frontend: remove use of goldmark for readme rendering
by Michael Matloob
· 9 months ago
9ad9de4
internal/frontend: generate https autolinks by default
by Michael Matloob
· 9 months ago
e7538de
internal/frontend: replace styleguide rendering with markdown package
by Michael Matloob
· 9 months ago
a1db965
internal/postgres: delete dead code depending on goldmark
by Michael Matloob
· 9 months ago
1c81b52
internal/frontend: switch from goldmark to markdown
by Michael Matloob
· 9 months ago
7246abc
internal/frontend: use GFM features in markdown parser
by Michael Matloob
· 9 months ago
035a41c
internal/frontend: handle emph and strong in rewriteLinks
by Michael Matloob
· 9 months ago
56a70e8
internal/frontend: change id generation to use parsed markdown text
by Michael Matloob
· 9 months ago
00698da
internal/frontend: replace bluemonday with the simple sanitizer
by Michael Matloob
· 9 months ago
a7abb35
internal/sanitizer: be more flexible with what we allow
by Michael Matloob
· 9 months ago
691780b
internal/frontend: write version of ProcessReadme with rsc.io/markdown
by Michael Matloob
· 9 months ago
Next »