1. 21584e3 internal/worker: add timings to FetchAndUpdateState by Julie Qiu · 4 years ago
  2. 346216c internal/worker: refactor FetchAndUpdateState and log DB errors by Julie Qiu · 4 years ago
  3. fdecf11 internal/worker: replace fetchAndInsertModule with FetchAndUpdateState in tests by Julie Qiu · 4 years ago
  4. ce4a7fc migrations: add an index to imports_unique by Jonathan Amsterdam · 4 years ago
  5. a7b91d8 internal/postgres: refactor upsert version state by Julie Qiu · 4 years ago
  6. 57b5ee4 internal/postgres: use InsertModule instead of saveModule in postgres tests by Julie Qiu · 4 years ago
  7. 4dd7ccc internal/database: add struct support by Jonathan Amsterdam · 4 years ago
  8. e8b8293 internal/postgres: read/write module_version_states.num_packages by Julie Qiu · 4 years ago
  9. e2a7746 internal/postgres: only UpsertSearchDocuments if isLatest by Julie Qiu · 4 years ago
  10. 7868b34 internal: add traces fetch process by Julie Qiu · 4 years ago
  11. d1f55f5 internal/postgres: remove DeleteModule from InsertModule by Julie Qiu · 4 years ago
  12. b6e6498 internal/postgres: sort packageVersionStates by Julie Qiu · 4 years ago
  13. 9aba722 migrations: add module_version_states.status index by Julie Qiu · 4 years ago
  14. 116b4c4 internal/postgres: store excluded prefixes in memory by Jonathan Amsterdam · 4 years ago
  15. 34a0e6a internal/frontend: update Google Tag Manager tag ID by Andrew Bonventre · 4 years ago
  16. 462c798 internal/derrors: rename 60x package errors by Julie Qiu · 4 years ago
  17. 930eff2 internal/postgres: upsert search documents in same transaction by Jonathan Amsterdam · 4 years ago
  18. 97e6cdd internal/postgres: replace "version" with "module" in some messages by Jonathan Amsterdam · 4 years ago
  19. 19794c8 all: rename module to golang.org/x/pkgsite by Julie Qiu · 4 years, 1 month ago
  20. 5599c55 internal/postgres: do not delete package version states by Julie Qiu · 4 years ago
  21. 2a8c311 migrations: add module_version_states.num_packages index by Julie Qiu · 4 years ago
  22. 0cced4a migrations: add num_packages column to module_version_states by Julie Qiu · 4 years ago
  23. 8092390 migrations: add index on package_version_states(module_path, version) by Julie Qiu · 4 years ago
  24. cda440f internal/postgres: delete unused code by Julie Qiu · 4 years ago
  25. a0a7578 internal/frontend: the copy button puts the path on the clipboard by Jonathan Amsterdam · 4 years, 1 month ago
  26. edfe7a8 internal/worker: run status page queries in parallel by Jonathan Amsterdam · 4 years, 1 month ago
  27. bf4620d internal/postgres: log errors from deleting package_version_states by Julie Qiu · 4 years, 1 month ago
  28. 371f7b3 internal/fetch: add experiment InsertPlaygroundLinks by Julie Qiu · 4 years, 1 month ago
  29. 9ac5b09 internal/postgres: sort values for documentation, readme, and package_imports by Julie Qiu · 4 years, 1 month ago
  30. 3841e59 internal/postgres: use BulkInsertReturning instead of getPathIDs by Julie Qiu · 4 years, 1 month ago
  31. 2a4e864 internal/xcontent: fix staticcheck error SA1029 by Julie Qiu · 4 years, 1 month ago
  32. f6468b9 internal/xcontext,worker: detach context for fetch by Jonathan Amsterdam · 4 years, 1 month ago
  33. 195c752 internal/fetch: log source info error at Info level by Jonathan Amsterdam · 4 years, 1 month ago
  34. 48c5ef6 internal/queue: change task IDs more frequently by Jonathan Amsterdam · 4 years, 1 month ago
  35. 8791d3a internal: fix experiments for worker by Julie Qiu · 4 years, 1 month ago
  36. b05b0bb internal/postgres: fix invalid byte seq for readme contents by Julie Qiu · 4 years, 1 month ago
  37. a67aa75 internal/postgres: fix deadlock on package_imports by Julie Qiu · 4 years, 1 month ago
  38. 83419ea internal/log: log active experiments by Jonathan Amsterdam · 4 years, 1 month ago
  39. 26de002 internal/database: support returning values from a bulk insert by Jonathan Amsterdam · 4 years, 1 month ago
  40. 890b9ef migrations: add index to paths.module_id by Julie Qiu · 4 years, 1 month ago
  41. ae04dfa all.bash: use unparam by Julie Qiu · 4 years, 1 month ago
  42. 75c81ce internal/fetch: rename FetchVersion to FetchModule by Julie Qiu · 4 years, 1 month ago
  43. 4ef67a5 internal/worker: make log messages clearer by Julie Qiu · 4 years, 1 month ago
  44. 940aaae migrations: add indexes to version_map by Jonathan Amsterdam · 4 years, 1 month ago
  45. 2db72a9 migrations: add idx_modules_series_path by Julie Qiu · 4 years, 1 month ago
  46. 4248b53 migrations: remove USING btree in 000001 by Julie Qiu · 4 years, 1 month ago
  47. 486812a migrations: fix typo in 000010 down.sql by Julie Qiu · 4 years, 1 month ago
  48. 41e4c5c migrations: add index for packages(module_path, version) by Julie Qiu · 4 years, 1 month ago
  49. f82f4b1 internal/postgres: change version_map.module_id insert by Julie Qiu · 4 years, 1 month ago
  50. 7d2a6cf internal/database: log transaction start and end by Jonathan Amsterdam · 4 years, 1 month ago
  51. f3d7078 internal/database: support bulk updates by Jonathan Amsterdam · 4 years, 1 month ago
  52. e90fb1c internal/postgres: insert into paths, readmes, documentation, package_imports by Julie Qiu · 4 years, 1 month ago
  53. 8c9ef27 cmd/worker: add experiment middleware by Julie Qiu · 4 years, 1 month ago
  54. 89102d6 go.mod: update go-cmp by Jonathan Amsterdam · 4 years, 1 month ago
  55. df4215d cloudbuild.yaml: let Google Cloud Build run our CI script by Jonathan Amsterdam · 4 years, 1 month ago
  56. f662132 internal/worker: replace populate-search-docs with repopulate-search-docs by Jonathan Amsterdam · 4 years, 1 month ago
  57. a30bfc6 internal/worker: refactor most handlers to return error by Jonathan Amsterdam · 4 years, 1 month ago
  58. 503dde6 internal/postgres: insert module_id and refactor saveModule by Julie Qiu · 4 years, 1 month ago
  59. 682e446 internal/postgres: fix misspelling of preceded by Julie Qiu · 4 years, 1 month ago
  60. 92b94c6 internal/worker: rename fetchAndInsertVersion to fetchAndInsertModule by Julie Qiu · 4 years, 1 month ago
  61. f196ca8 internal/fetch: update FetchVersion to return directories by Julie Qiu · 4 years, 1 month ago
  62. ba9b582 internal/postgres: change search tokens by Jonathan Amsterdam · 4 years, 1 month ago
  63. 86348f6 internal/database: use the DB for inside a transaction as well as out by Jonathan Amsterdam · 4 years, 1 month ago
  64. 90861f0 internal/fetch: add playground links for examples by Sameer Ajmani · 4 years, 1 month ago
  65. b3c0315 internal/posgres: export generatePathTokens by Jonathan Amsterdam · 4 years, 1 month ago
  66. 99709dc Revert "internal/fetch: add playground links for examples" by Sameer Ajmani · 4 years, 1 month ago
  67. 4a41701 internal/fetch: add playground links for examples by Sameer Ajmani · 4 years, 1 month ago
  68. 2de2e4c migrations: rename readme.filename to readme.file_path by Julie Qiu · 4 years, 1 month ago
  69. ebef037 migrations: add a text config for path tokens by Jonathan Amsterdam · 4 years, 1 month ago
  70. d31f748 migrations: remove golang text configuration by Jonathan Amsterdam · 4 years, 1 month ago
  71. 56ebedf internal/fetch: rewrite tests by Julie Qiu · 4 years, 1 month ago
  72. 3157328 internal/middleware: fix CSP by Julie Qiu · 4 years, 1 month ago
  73. 0ab0da4 migrations: fix missing comma in 000007 by Julie Qiu · 4 years, 1 month ago
  74. a0c5a48 internal/worker: fix missing sourceClient initialization by Julie Qiu · 4 years, 1 month ago
  75. 3b4ad75 content,internal/middleware: remove Feedback API by Julie Qiu · 4 years, 1 month ago
  76. 106e619 migrations: add readme, documentation and package_imports tables by Julie · 4 years, 1 month ago
  77. ec20e48 migrations: add module_id columns by Julie · 4 years, 1 month ago
  78. b4198e5 internal/middleware: set SameSite on temp godoc cookie to Lax by Andrew Bonventre · 4 years, 1 month ago
  79. 8fdbc71 internal/fetch: update logic for extractReadmeFromZip by Julie Qiu · 4 years, 1 month ago
  80. fbbdc90 internal/proxy: delete license testadata by Julie Qiu · 4 years, 1 month ago
  81. a74eb69 internal/proxy: deprecate defaultModules by Julie Qiu · 4 years, 1 month ago
  82. 9295275 internal/proxy: move testdata specific to fetch package by Julie Qiu · 4 years, 1 month ago
  83. 22f8a93 internal/proxy: deprecate TestVersion in favor of TestModule by Julie Qiu · 4 years, 1 month ago
  84. 2b9143d internal/proxy: move testdata to testdata.go by Julie Qiu · 4 years, 1 month ago
  85. 5e08f80 internal/proxy: remove unused testdata by Julie Qiu · 4 years, 1 month ago
  86. bdcbfe0 internal/source: add Client by Julie Qiu · 4 years, 1 month ago
  87. 14287ce .gitignore: remove terraform by Julie Qiu · 4 years, 1 month ago
  88. 8eb0723 README.md: remove gopher img by Julie Qiu · 4 years, 1 month ago
  89. b1c0533 internal/middleware: update SecureHeaders to relax nonce matching rule by Andrew Bonventre · 4 years, 1 month ago
  90. d4851b4 content: update header and footer content by Julie Qiu · 4 years, 2 months ago
  91. 9ec0355 discovery: tweak godoc.org URL middleware to use placeholder by Andrew Bonventre · 4 years, 1 month ago
  92. 6b8aeaf scripts: add migrate_db.sh by Julie Qiu · 4 years, 1 month ago
  93. ca140e3 internal/postgres: clean up logic of UpsertSearchDocument by Jonathan Amsterdam · 4 years, 1 month ago
  94. f55f7d8 migrations: set B weight to 1 by Jonathan Amsterdam · 4 years, 1 month ago
  95. 1652832 migrations: redo search config by Jonathan Amsterdam · 4 years, 1 month ago
  96. b6f4bcd migrations: add paths table by Jonathan Amsterdam · 4 years, 1 month ago
  97. 7d8690c internal/middleware: remove superfluous http.StatusForbidden by Julie Qiu · 4 years, 1 month ago
  98. 28f2ccb Revert "content: add pkg.go.dev/about" by Julie Qiu · 4 years, 1 month ago
  99. d55ca17 all.bash: add mvdan.cc/unparam by Julie Qiu · 4 years, 1 month ago
  100. 7796a18 discovery: add UI for “Back to godoc.org” button by Andrew Bonventre · 4 years, 2 months ago