index
:
go-x-pkgsite
main
revert-to-dirmodgetter
Fork of golang.org/x/pkgsite with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
postgres
/
requeue.go
Age
Commit message (
Expand
)
Author
2023-08-25
internal/config: separate config initialization into serverconfig
Michael Matloob
2022-11-15
all: convert interface{} to any
Hana (Hyang-Ah) Kim
2022-04-04
all: fix typos
Dan Kortschak
2021-07-14
internal/config: use pkgsite internal/log package
Julie Qiu
2021-07-13
internal/postgres: reprocess modules in search_documents
Julie Qiu
2021-07-13
internal/postgres: remove latest logic from reprocess query
Julie Qiu
2021-05-27
Revert "internal/postgres: process new modules in arrival order"
Jonathan Amsterdam
2021-05-10
internal/postgres: process new modules in arrival order
Jonathan Amsterdam
2021-04-28
internal/{postgres,worker}: only reprocess release version
Julie Qiu
2021-02-12
internal/postgres: add a stack to all wrapped errors
Jonathan Amsterdam
2021-01-26
internal/postgres,worker: reprocess latest versions
Julie Qiu
2020-11-17
internal/postgres: remove arg from next-fetch query
Jonathan Amsterdam
2020-11-12
internal/postgres: switch to alternative fetch ordering
Jonathan Amsterdam
2020-09-29
internal/postgres: enqueue modules in a random order
Jonathan Amsterdam
2020-09-29
internal/postgres: change requeue ordering for GKE
Jonathan Amsterdam
2020-09-23
internal/postgres: make large modules limit configurable
Jonathan Amsterdam
2020-09-09
internal/database: change Exec to return rows affected
Jonathan Amsterdam
2020-09-02
internal/postgres: do not reprocess 490s and 491s
Julie Qiu
2020-08-20
Revert "internal/postgres: update module status in version_map when reprocess...
Shaquille Que
2020-08-19
internal/postgres: don't read module_version_states.incompatible
Jonathan Amsterdam
2020-08-18
internal/postgres: update module status in version_map when reprocessing
Shaquille Que
2020-08-17
internal/postgres: populate module_version_states.incompatible field
Miguel Acero
2020-07-30
internal/postgres: treat new modules like large modules
Jonathan Amsterdam
2020-07-20
internal: reprocess modules with DBModuleInsertInvalid status
Julie Qiu
2020-07-16
internal/derrors: rename ToHTTPStatus to ToStatus
Julie Qiu
2020-06-26
internal/postgres: get next modules to fetch in one query
Jonathan Amsterdam
2020-06-22
internal/postgres: reorganize GetNextModulesToFetch
Jonathan Amsterdam
2020-05-28
internal/postgres: add requeue limit for large modules
Julie Qiu
2020-05-26
internal/postgres: fix requeue bug
Julie Qiu
2020-05-13
internal/postgres: tweak log for reprocessing
Julie Qiu
2020-04-30
internal/postgres: change reprocessing logic
Julie Qiu