aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/postgres_test.go
AgeCommit message (Expand)Author
2025-07-21internal/database: allow running db tests under different db nameJean Barkhuysen
2023-08-23all: remove arbitrary hard-coded timeouts in testsBryan C. Mills
2021-09-10internal/postgres: get DB user infoJonathan Amsterdam
2021-02-19internal/postgres: disable poller during postgres testsJonathan Amsterdam
2021-02-17internal/sample: improve treatment of sample licensesJonathan Amsterdam
2021-02-17internal/postgres: remove parallelism for testsJonathan Amsterdam
2021-02-12internal/postgres: parallelize testsJonathan Amsterdam
2020-12-17internal/postgres: method to compute index timestamp for latency metricJonathan Amsterdam
2020-03-27internal/database, internal/testing/dbtest: site-agnostic DB functionalityJonathan Amsterdam
2020-03-27internal/postgres: have db functions return error contextJonathan Amsterdam
2020-03-27internal/postgres: rename XXXContext to XXXJonathan Amsterdam
2020-03-27internal/postgres: make sql.DB a regular fieldJonathan Amsterdam
2020-03-27internal/postgres: fix a few places where rows were not closedRob Findley
2020-03-27internal: move Package.SeriesPath field to methodRob Findley
2020-03-27internal/postgres: reorganize packageJulie Qiu
2020-03-27content,internal: add support for standard library packagesJulie Qiu
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/license: refactor into a single license packageRob Findley
2020-03-27internal/frontend: sort packages by path in module viewJulie Qiu
2020-03-27internal/frontend,internal/postgres: fetch documentationJulie 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: isolate DB tests to separate databasesRob Findley
2020-03-27internal/postgres: use version_type from the versions tableRob 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-27internal/postgres: update postgres.Search to use vw_search_resultsJulie Qiu
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-27content,internal/frontend,internal/postgres: create module pageJulie Qiu
2020-03-27internal/postgres: fix strconv.Atoi invalid syntax errorJulie 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/frontend,internal/postgres: implement fetchSearchPageJulie Qiu
2020-03-27internal/postgres: use microsecond precision for time in testsRob Findley
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: add GetTaggedVersions and GetPseudoVersionsChanning Kimble-Brown
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-27discovery: make small improvements for developer ergonomicsAndrew Bonventre