aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2026-03-19internal: instantiate v1/package/{path} endpointEthan Lee
2026-03-18internal/api: tweaksJonathan Amsterdam
2026-03-18internal/api: implement query parameter parsing for apiEthan Lee
2026-03-17all: fix minmaxHana Kim
2026-03-17internal/vuln: add convertFileURLPath on WindowsMichael Matloob
2026-03-13all: fix mapsloopHana Kim
2026-03-13all: fix inlineHana Kim
2026-03-13all: fix forvarHana Kim
2026-03-13all: fix fmtappendfHana Kim
2026-03-12internal/postgres: clean up duplicated comments in upsertSymbolSearchDocumentsEthan Lee
2026-03-12devtools/cmd/seeddb, internal/database: reduce contention and increase retriesHana Kim
2026-03-12static: display output container for runnable examplesHana Kim
2026-03-11internal/api: add error typeEthan Lee
2026-03-06internal/api: define new API typesEthan Lee
2026-03-05internal/database: remove sawRetries logic from TestTransactSerializableEthan Lee
2026-03-04internal/config: reduce default max idle SQL connectionsMichael Pratt
2026-02-25internal/queue: move InMemory queue to its own packageJean Barkhuysen
2026-02-24internal/worker: add an option for in-process periodic poll/enqueue-ingJean Barkhuysen
2026-02-23internal/database: set db connection pool limitsHana Kim
2026-02-23frontend: fix loading stdlib in direct_proxy modeEthan Lee
2026-02-20internal/licenses: update custom license exception for skipper.lreEthan Lee
2026-02-18internal/frontend: fix typo in test nameOleksandr Redko
2026-02-18internal/godoc: remove parser.ParseDir usage in encode_testEthan Lee
2026-02-12internal/licenses: add COPYING.LESSER to recognized license filenamesEthan Lee
2026-02-06internal/godoc/dochtml: use natural sorting for itemsEgon Elbre
2026-02-03internal/postgres: optimize unit metadata lookup for unknown module pathsEthan Lee
2026-01-16internal/natural: add natural sort orderEgon Elbre
2026-01-15internal/frontend: add module and package metadata to codewiki linkEthan Lee
2026-01-01internal/frontend: add attribution params to CodeWiki linkEthan Lee
2025-12-30internal/frontend: remove logging for http.StatusNotFoundEthan Lee
2025-12-22internal/dcensus: add metrics for codewiki link usageEthan Lee
2025-12-20internal/frontend: add CodeWiki link support to pkgsiteEthan Lee
2025-12-15internal/fetch: add runtimesecret and simd goexperimentsSean Liao
2025-12-14internal/godoc: smarter import path resolutionSean Liao
2025-12-08internal/licenses: allow overriding links to licensesSean Liao
2025-12-08internal/godoc: add unit test for TestDecodeBasicLitEthan Lee
2025-11-28internal/postgres: fix %q verb uses with wrong typeDmitri Shuralyov
2025-11-20internal/frontend: add additional pprof memory handlersEthan Lee
2025-11-18internal/godoc: fix codec generation testRob Findley
2025-11-17Revert "internal/postgres: utilize num_imports column in insert_module"Ethan Lee
2025-11-13internal/postgres: utilize num_imports column in insert_moduleEthan Lee
2025-11-13internal/postgres: use JOINs in GetModuleVersionsToClean queryEthan Lee
2025-11-13internal/testing: avoid data race to NonRedistributableLicenseRob Findley
2025-11-10internal/postgres: remove the exclusive lock in upsertPathRob Findley
2025-11-05internal/frontend/fetchserver: add test for "synctest" shortcutFelix Stein
2025-11-05internal/config/serverconfig: randomly pick two DBs from same envHongxiang Jiang
2025-11-05internal/postgres: exclude internal packages when doing shortcut resolutionNicholas S. Husin
2025-10-29add github.com/cdktf/cdktf-provider-google-go/google/v16 to skip-symbolsEthan Lee
2025-10-28all: remove code for the decommissioned beta environmentNicholas S. Husin
2025-10-23all: fix some commentscuishuang