aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/insert_module.go
AgeCommit message (Expand)Author
2020-09-30internal/postgres: delete LegacyGetPackagesInModuleJulie Qiu
2020-09-30internal/postgres: rename LegacyGetModuleLicenses to getModuleLicensesJulie Qiu
2020-09-29internal/postgres: read and write source filesJonathan Amsterdam
2020-09-21internal/postgres: rename variable versionJulie Qiu
2020-09-09internal/postgres: rename insertPackages to legacyInsertPackagesJulie Qiu
2020-09-09internal/postgres: write to imports_unique using m.UnitsJulie Qiu
2020-09-02internal: remove Unit.PackageJulie Qiu
2020-09-02internal: move Unit.Package.Documentation to Unit.DocumentationJulie Qiu
2020-08-31internal: delete DirectoryMeta.V1PathJulie Qiu
2020-08-31internal: remove VersionType from ModuleInfoJulie Qiu
2020-08-28internal/postgres: rename GetPackagesInDirectory to GetPackagesInUnitJulie Qiu
2020-08-28internal/postgres: rename insertDirectories to insertUnitsJulie Qiu
2020-08-28internal: rename Module.Directories to Module.UnitsJulie Qiu
2020-08-28internal/postgres: add WithImports fieldset to GetDirectoryJulie Qiu
2020-08-26internal/postgres: enforce redistributability and allow bypass for searchJonathan Amsterdam
2020-08-25internal,internal/postgres: remove non-redist data on readJonathan Amsterdam
2020-08-19internal/postgres: use transaction in db.DeleteModuleShaquille Que
2020-08-19internal/postgres: don't insert a documentation row for non-redistributable p...Jonathan Amsterdam
2020-08-19internal/postgres: move orderByLatest to path.goMiguel Acero
2020-08-18internal/postgres: don't insert contents of non-redistributable licensesJonathan Amsterdam
2020-08-13internal/postgres: populate modules.incompatible fieldMiguel Acero
2020-08-06internal/postgres,etc.: support bypassing license restrictionsJonathan Amsterdam
2020-07-31internal/postgres: treat a zero commit time as a bad moduleJonathan Amsterdam
2020-07-27internal/postgres: do not save zero-length readmesAmarjeet Anand
2020-07-07internal: delete insert-directories experimentJulie Qiu
2020-07-07internal: use safehtml for doc fieldsJonathan Amsterdam
2020-06-29internal/postgres: remove module from version_map in DeleteModuleBharath Thiruveedula
2020-06-16internal: rename GetPackagesInModule to LegacyGetPackagesInModuleJulie Qiu
2020-06-16internal: rename GetModuleLicenses to LegacyGetModuleLicensesJulie Qiu
2020-06-12internal/postgres: disable memory loggingJonathan Amsterdam
2020-06-10internal/postgres: upsert module dataJonathan Amsterdam
2020-06-09internal/postgres: move bulk inserts out of loopsJonathan Amsterdam
2020-06-08internal: prefix legacy structs with LegacyJulie Qiu
2020-06-04internal/postgres: log memory usageJonathan Amsterdam
2020-06-04internal/postgres: lock latest-version changes by module pathJonathan Amsterdam
2020-06-04internal/postgres: makeValidUnicode only copies if necessaryJonathan Amsterdam
2020-06-02internal/postgres: move latest-version insertions lastJonathan Amsterdam
2020-06-02internal/database: Transact supports any isolation levelJonathan Amsterdam
2020-06-01internal/postgres: ensure doc HTML is valid UTF-8Jonathan Amsterdam
2020-05-21internal/postgres: run DeleteModule in a transactionJonathan Amsterdam
2020-05-21internal/postgres: insert module with serializable transactionJonathan Amsterdam
2020-05-20internal/postgres: return error from TransactJonathan Amsterdam
2020-04-30internal/postgres: delete module from imports_uniqueJonathan Amsterdam
2020-04-29internal/postgres: support for getting path infoJonathan Amsterdam
2020-04-29internal/worker: add timings to FetchAndUpdateStateJulie Qiu
2020-04-29internal/postgres: only UpsertSearchDocuments if isLatestJulie Qiu
2020-04-29internal: add traces fetch processJulie Qiu
2020-04-29internal/postgres: remove DeleteModule from InsertModuleJulie Qiu
2020-04-23internal/postgres: upsert search documents in same transactionJonathan Amsterdam
2020-04-23internal/postgres: replace "version" with "module" in some messagesJonathan Amsterdam