| Age | Commit message (Expand) | Author |
| 2025-07-21 | internal/database: allow running db tests under different db name | Jean Barkhuysen |
| 2023-08-23 | all: remove arbitrary hard-coded timeouts in tests | Bryan C. Mills |
| 2021-09-10 | internal/postgres: get DB user info | Jonathan Amsterdam |
| 2021-02-19 | internal/postgres: disable poller during postgres tests | Jonathan Amsterdam |
| 2021-02-17 | internal/sample: improve treatment of sample licenses | Jonathan Amsterdam |
| 2021-02-17 | internal/postgres: remove parallelism for tests | Jonathan Amsterdam |
| 2021-02-12 | internal/postgres: parallelize tests | Jonathan Amsterdam |
| 2020-12-17 | internal/postgres: method to compute index timestamp for latency metric | Jonathan Amsterdam |
| 2020-03-27 | internal/database, internal/testing/dbtest: site-agnostic DB functionality | Jonathan Amsterdam |
| 2020-03-27 | internal/postgres: have db functions return error context | Jonathan Amsterdam |
| 2020-03-27 | internal/postgres: rename XXXContext to XXX | Jonathan Amsterdam |
| 2020-03-27 | internal/postgres: make sql.DB a regular field | Jonathan Amsterdam |
| 2020-03-27 | internal/postgres: fix a few places where rows were not closed | Rob Findley |
| 2020-03-27 | internal: move Package.SeriesPath field to method | Rob Findley |
| 2020-03-27 | internal/postgres: reorganize package | Julie Qiu |
| 2020-03-27 | content,internal: add support for standard library packages | Julie Qiu |
| 2020-03-27 | internal/postgres: support bulk inserts exceeding 65535 params | Rob Findley |
| 2020-03-27 | discovery: deprecate the fetch service in favor of appengine tasks | Rob Findley |
| 2020-03-27 | internal/license: refactor into a single license package | Rob Findley |
| 2020-03-27 | internal/frontend: sort packages by path in module view | Julie Qiu |
| 2020-03-27 | internal/frontend,internal/postgres: fetch documentation | Julie Qiu |
| 2020-03-27 | cmd/cron,internal/postgres: retry dropped versions | Julie Qiu |
| 2020-03-27 | discovery: add handling for non-redistributable packages | Rob Findley |
| 2020-03-27 | internal/frontend,internal/postgres: display latest package if version is empty | Julie Qiu |
| 2020-03-27 | internal/postgres: isolate DB tests to separate databases | Rob Findley |
| 2020-03-27 | internal/postgres: use version_type from the versions table | Rob Findley |
| 2020-03-27 | internal: add Version.ReadmeFilePath, rename ReadMe to ReadmeContents | Julie Qiu |
| 2020-03-27 | discovery: increase the truthiness of our internal types | Rob Findley |
| 2020-03-27 | internal/postgres: update postgres.Search to use vw_search_results | Julie Qiu |
| 2020-03-27 | discovery: remove internal.Module and internal.Series | Rob Findley |
| 2020-03-27 | internal/frontend: implement package imported by details | Julie Qiu |
| 2020-03-27 | internal/frontend: implement package imports details | Julie Qiu |
| 2020-03-27 | internal/fetch,internal/postgres: implement package imports | Julie Qiu |
| 2020-03-27 | internal/postgres: add a GetLicenses method to DB | Rob Findley |
| 2020-03-27 | internal/postgres: replace grpc.Status usage with derrors package | Rob Findley |
| 2020-03-27 | internal/postgres: implement bulkInsert and use to insert packages | Julie Qiu |
| 2020-03-27 | discovery: add multiple license support | Rob Findley |
| 2020-03-27 | content,internal/frontend,internal/postgres: create module page | Julie Qiu |
| 2020-03-27 | internal/postgres: fix strconv.Atoi invalid syntax error | Julie Qiu |
| 2020-03-27 | discovery: add a timeout for client requests | Rob Findley |
| 2020-03-27 | content, internal/frontend, internal/postgres: add ability to render versions... | Channing Kimble-Brown |
| 2020-03-27 | internal/frontend,internal/postgres: implement fetchSearchPage | Julie Qiu |
| 2020-03-27 | internal/postgres: use microsecond precision for time in tests | Rob Findley |
| 2020-03-27 | internal/postgres: get all versions with the same series name and package suffix | Channing Kimble-Brown |
| 2020-03-27 | internal/postgres: fix errors in GetLatestPackageForPaths | Julie Qiu |
| 2020-03-27 | internal/postgres: add GetTaggedVersions and GetPseudoVersions | Channing Kimble-Brown |
| 2020-03-27 | internal/postgres, internal/fetch, internal/frontend: check module path is valid | Channing Kimble-Brown |
| 2020-03-27 | internal/postgres: add GetLatestPackageForPaths | Channing Kimble-Brown |
| 2020-03-27 | internal/postgres: insert version_type and semver fields, add GetLatestPackage | Channing Kimble-Brown |
| 2020-03-27 | discovery: make small improvements for developer ergonomics | Andrew Bonventre |