index
:
go-x-pkgsite
main
revert-to-dirmodgetter
Fork of golang.org/x/pkgsite with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
frontend
/
server.go
Age
Commit message (
Expand
)
Author
5 days
internal/frontend: add v1/search endpoint
Ethan Lee
5 days
internal/api: refactor error handling to increase consistency
Ethan Lee
13 days
internal/api: consolidate error response handling for all handlers
Ethan Lee
2026-03-30
internal/api: implement vulnerabilities endpoint
Ethan Lee
2026-03-30
internal/api: implement package imported-by endpoint
Ethan Lee
2026-03-26
internal/api: implement package symbols endpoint
Ethan Lee
2026-03-24
internal/api: implement search endpoint
Ethan Lee
2026-03-24
internal/api: implement module packages endpoint
Ethan Lee
2026-03-23
internal/api: implement module versions endpoint
Ethan Lee
2026-03-19
internal/api: implement module metadata endpoint
Ethan Lee
2026-03-19
internal: instantiate v1/package/{path} endpoint
Ethan Lee
2026-01-15
internal/frontend: add module and package metadata to codewiki link
Ethan Lee
2025-12-22
internal/dcensus: add metrics for codewiki link usage
Ethan Lee
2025-12-20
internal/frontend: add CodeWiki link support to pkgsite
Ethan Lee
2025-11-20
internal/frontend: add additional pprof memory handlers
Ethan Lee
2025-06-24
Revert "internal/frontend: recycle database connections every 5m"
Robert Findley
2025-06-23
internal/frontend: recycle database connections every 5m
Rob Findley
2025-05-30
internal/frontend: add a go doc mode to suppress some UI elements
Michael Matloob
2025-05-08
internal/frontend: handle file paths with spaces
Sean Liao
2025-02-06
internal/frontend: register POST paths for playground fmt and compile
Sean Liao
2024-09-30
internal/frontend: require GET for most routes
Jonathan Amsterdam
2024-02-26
internal/frontend,static/frontend: remove styleguide
Jonathan Amsterdam
2023-12-19
internal: move templatecheck tests to their own package
Michael Matloob
2023-11-08
internal/frontend: add OpenSearch
Steve Wills
2023-08-29
internal/frontend: inject *http.Client for deps.dev requests
Michael Matloob
2023-08-25
cmd/frontend: move typescript compile watching into main
Michael Matloob
2023-08-21
internal/frontend: separate fetch and 404 logic into fetchserver
Michael Matloob
2023-08-15
internal/frontend: move urlinfo to its own package
Michael Matloob
2023-08-15
internal/frontend: move base types to their own packages
Michael Matloob
2023-08-04
internal/frontend: remove dependency on cloud error reporting client
Michael Matloob
2023-08-04
internal/middleware: move stats to its own package
Michael Matloob
2023-08-04
internal/frontend: add an interface for creating request caches
Michael Matloob
2023-03-15
cmd/pkgsite: hide irrelevant content in local mode; add quick links
Robert Findley
2023-03-08
internal/frontend, internal/vulns: isolate references to x/vuln repo
Tatiana Bradley
2023-02-22
internal,static: upgrade esbuild
Jamal Carvalho
2022-11-15
all: convert interface{} to any
Hana (Hyang-Ah) Kim
2022-10-21
internal/frontend: address problems flagged by staticcheck
Hana (Hyang-Ah) Kim
2022-10-19
internal/frontend: use frontend.searchMode to determine route tag
Jamal Carvalho
2022-10-13
internal/frontend: add separate tag route for search page types
Jamal Carvalho
2022-10-04
internal/frontend: fix vuln page cache handler
Jamal Carvalho
2022-09-28
internal/frontend: add vuln pages to redis cache
Jamal Carvalho
2022-09-21
internal/frontend: copy search mode when replacing basepage
Jamal Carvalho
2022-09-20
internal/frontend: refactor serveSearch for testing
Jonathan Amsterdam
2022-08-16
internal,static: create vulndb portal landing page
Jamal Carvalho
2022-06-30
internal: re-enable staticcheck SA1019
Jamal Carvalho
2022-02-01
internal/frontend: redirect /vuln to /vuln/list
Jonathan Amsterdam
2021-11-22
internal/frontend: add cgoup memory info
Jonathan Amsterdam
2021-11-22
pkgsite: add /about page, copied from go.dev/about
Russ Cox
2021-11-19
internal/frontend: add memory stats to debug handler
Jonathan Amsterdam
2021-11-19
internal/frontend: require header value for debug pages
Jonathan Amsterdam
[next]