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
/
fetchdatasource
Age
Commit message (
Expand
)
Author
2026-03-30
internal/api: implement package imported-by endpoint
Ethan Lee
2026-03-26
internal: consolidate build context and unit resolution logic
Ethan Lee
2026-03-26
internal/api: implement package symbols 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-20
internal: conditionally return documentation in GetUnit
Ethan Lee
2026-02-23
frontend: fix loading stdlib in direct_proxy mode
Ethan Lee
2025-04-17
internal/fetchdatasource: check for error earlier
Jonathan Amsterdam
2024-04-16
all: fix function names in comment
cuishuang
2024-02-06
internal/fetch: split FetchModule in two
Michael Matloob
2024-01-23
internal: move UnitMeta.IsRedistributable to Unit
Michael Matloob
2023-08-31
all: skip tests that can't run on wasm platforms
Michael Matloob
2023-08-30
internal/lru: add a really simple LRU cache implementation
Michael Matloob
2023-08-10
cmd/pkgsite: more changes to use local stdlib
Michael Matloob
2023-07-06
internal/testenv: add and use MustHaveExternalNetwork function
Michael Matloob
2023-04-14
internal/fetchdatasource: remove arbitrary test timeout
Rob Findley
2023-03-15
cmd/pkgsite: hide irrelevant content in local mode; add quick links
Robert Findley
2023-03-14
cmd/pkgsite: add multi-module support, invalidation, and search
Robert Findley
2022-01-05
internal/fetchdatasource: add directory information
Jonathan Amsterdam
2021-10-28
many: cmd/pkgsite embeds static assets
Jonathan Amsterdam
2021-09-09
internal/fetchdatasource: fix test to work on macs
Jonathan Amsterdam
2021-09-07
cmd/pkgsite,internal: serve source
Jonathan Amsterdam
2021-09-07
internal/fetch: get source info from module getter
Jonathan Amsterdam
2021-09-03
internal/fetchdatasource: cache resolved latest version
Jonathan Amsterdam
2021-09-01
internal/{worker/fetch}: include DB activity in load-shedding
Jonathan Amsterdam
2021-08-26
cmd/pkgsite: support the module cache
Jonathan Amsterdam
2021-08-26
internal/fetchdatasource: handle build contexts properly
Jonathan Amsterdam
2021-08-26
internal/fetchdatasource: GetUnitMeta returns NotFound on missing package
Jonathan Amsterdam
2021-08-26
internal/fetchdatasource: ignore latest-version errors
Jonathan Amsterdam
2021-08-25
internal/fetchdatasource: rename from datasource
Jonathan Amsterdam