pkgsite/internal/testing
Jonathan Amsterdam 463d7c943f internal/postgres: support module@version exclusions
Allow a specific module@version to be excluded. Previously, only entire
module paths or path prefixes (at every version) could be excluded.

This will allow us to exclude specific versions that we can't process,
because they are too large for instance.

A necessary part of the change is adding a version argument to
the IsExcluded method. While we are there, we drop the error return
value, since it's always nil.

Change-Id: I68fd1c8f66ee654e56bd7dcf230a88959b32bbc8
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/565815
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
kokoro-CI: kokoro <noreply+kokoro@google.com>
2024-02-21 20:50:14 +00:00
..
fakedatasource internal/postgres: support module@version exclusions 2024-02-21 20:50:14 +00:00
htmlcheck internal/testing/htmlcheck: replace use of cascadia in In 2023-11-15 18:15:48 +00:00
integration internal/testing/htmlcheck: replace use of cascadia in In 2023-11-15 18:15:48 +00:00
pagecheck static/frontend: added fix for screen reader to announce complete info. 2023-09-07 20:19:31 +00:00
sample internal: move UnitMeta.IsRedistributable to Unit 2024-01-23 15:28:52 +00:00
testhelper