aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/postgres.go
AgeCommit message (Expand)Author
2020-03-27content,internal/frontend,internal/postgres: group versions by seriesRob Findley
2020-03-27internal/postgres: support bulk inserts exceeding 65535 paramsRob Findley
2020-03-27discovery: deprecate the fetch service in favor of appengine tasksRob Findley
2020-03-27internal/postgres: don't log the query for bulk insertRob Findley
2020-03-27internal/proxy,internal/postgres: overwrite versions on fetchRob Findley
2020-03-27internal/postgres: sort licenses in order of proximityRob Findley
2020-03-27internal/license: refactor into a single license packageRob Findley
2020-03-27internal/frontend: sort packages by path in module viewJulie Qiu
2020-03-27internal/fetch: render initial package documentationDmitri Shuralyov
2020-03-27internal/frontend,internal/postgres: fetch documentationJulie Qiu
2020-03-27internal: add packages.DocumentationHTML and write to postgresJulie Qiu
2020-03-27internal/postgres: optimize search queryJulie Qiu
2020-03-27cmd/cron,internal/postgres: retry dropped versionsJulie Qiu
2020-03-27discovery: add handling for non-redistributable packagesRob Findley
2020-03-27internal/frontend,internal/postgres: display latest package if version is emptyJulie Qiu
2020-03-27internal/postgres: use version_type from the versions tableRob Findley
2020-03-27internal/fetch: do not insert modules with 0 packagesJulie Qiu
2020-03-27internal/frontend: add a 404 page for missing packagesRob Findley
2020-03-27internal: add Version.ReadmeFilePath, rename ReadMe to ReadmeContentsJulie Qiu
2020-03-27discovery: increase the truthiness of our internal typesRob Findley
2020-03-27discovery: remove internal.Module and internal.SeriesRob Findley
2020-03-27internal/frontend: implement package imported by detailsJulie Qiu
2020-03-27internal/frontend: implement package imports detailsJulie Qiu
2020-03-27internal/fetch,internal/postgres: implement package importsJulie Qiu
2020-03-27internal/postgres: add a GetLicenses method to DBRob Findley
2020-03-27internal/postgres: replace grpc.Status usage with derrors packageRob Findley
2020-03-27internal/postgres: implement bulkInsert and use to insert packagesJulie Qiu
2020-03-27discovery: add multiple license supportRob Findley
2020-03-27internal: remove "returned error" from error messagesJulie Qiu
2020-03-27content,internal/frontend,internal/postgres: create module pageJulie Qiu
2020-03-27internal/postgres: fix strconv.Atoi invalid syntax errorJulie Qiu
2020-03-27internal/fetch,internal/postgres: fix no packages error and error messages di...Julie Qiu
2020-03-27discovery: add a timeout for client requestsRob Findley
2020-03-27content, internal/frontend, internal/postgres: add ability to render versions...Channing Kimble-Brown
2020-03-27internal/postgres: implement InsertDocuments and SearchJulie Qiu
2020-03-27internal/postgres: get all versions with the same series name and package suffixChanning Kimble-Brown
2020-03-27internal/postgres: fix errors in GetLatestPackageForPathsJulie Qiu
2020-03-27internal/postgres: check parsing errors & fix patch parsingChanning Kimble-Brown
2020-03-27internal/fetch, internal/postgres: ingest package suffixChanning Kimble-Brown
2020-03-27internal/postgres: add GetTaggedVersions and GetPseudoVersionsChanning Kimble-Brown
2020-03-27content/static/html, internal/frontend, internal/postgres: fix package headerChanning Kimble-Brown
2020-03-27internal/postgres: close prepared statement in InsertVersionJulie Qiu
2020-03-27internal/postgres, internal/fetch, internal/frontend: check module path is validChanning Kimble-Brown
2020-03-27internal/postgres: add GetLatestPackageForPathsChanning Kimble-Brown
2020-03-27internal/postgres: insert version_type and semver fields, add GetLatestPackageChanning Kimble-Brown
2020-03-27internal/frontend: display READMEs written in markdown as HTMLJulie Qiu
2020-03-27internal/postgres,internal/fetch: implement read/write packagesJulie Qiu
2020-03-27cmd,internal,migrations: rename series and module name to pathJulie Qiu
2020-03-27internal/cron: create proxy index cronJulie Qiu
2020-03-27internal/postgres: update InsertVersion error messageJulie Qiu