| Age | Commit message (Expand) | Author |
| 2020-03-27 | content,internal/frontend,internal/postgres: group versions by series | Rob Findley |
| 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/postgres: don't log the query for bulk insert | Rob Findley |
| 2020-03-27 | internal/proxy,internal/postgres: overwrite versions on fetch | Rob Findley |
| 2020-03-27 | internal/postgres: sort licenses in order of proximity | 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/fetch: render initial package documentation | Dmitri Shuralyov |
| 2020-03-27 | internal/frontend,internal/postgres: fetch documentation | Julie Qiu |
| 2020-03-27 | internal: add packages.DocumentationHTML and write to postgres | Julie Qiu |
| 2020-03-27 | internal/postgres: optimize search query | 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: use version_type from the versions table | Rob Findley |
| 2020-03-27 | internal/fetch: do not insert modules with 0 packages | Julie Qiu |
| 2020-03-27 | internal/frontend: add a 404 page for missing packages | 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 | 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 | internal: remove "returned error" from error messages | Julie Qiu |
| 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 | internal/fetch,internal/postgres: fix no packages error and error messages di... | 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/postgres: implement InsertDocuments and Search | Julie Qiu |
| 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: check parsing errors & fix patch parsing | Channing Kimble-Brown |
| 2020-03-27 | internal/fetch, internal/postgres: ingest package suffix | Channing Kimble-Brown |
| 2020-03-27 | internal/postgres: add GetTaggedVersions and GetPseudoVersions | Channing Kimble-Brown |
| 2020-03-27 | content/static/html, internal/frontend, internal/postgres: fix package header | Channing Kimble-Brown |
| 2020-03-27 | internal/postgres: close prepared statement in InsertVersion | Julie Qiu |
| 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 | internal/frontend: display READMEs written in markdown as HTML | Julie Qiu |
| 2020-03-27 | internal/postgres,internal/fetch: implement read/write packages | Julie Qiu |
| 2020-03-27 | cmd,internal,migrations: rename series and module name to path | Julie Qiu |
| 2020-03-27 | internal/cron: create proxy index cron | Julie Qiu |
| 2020-03-27 | internal/postgres: update InsertVersion error message | Julie Qiu |