summaryrefslogtreecommitdiffhomepage
path: root/tsweb/tsweb_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-11-20tsweb: change RequestID format to have a date in itBrad Fitzpatrick1-0/+22
2024-08-12tsweb: fix TestStdHandler_ConnectionClosedDuringBody flake (#13046)Paul Scott1-11/+12
2024-08-03tsweb: mark TestStdHandler_ConnectionClosedDuringBody flakyMaisem Ali1-0/+2
2024-07-29tsweb: add QuietLogging option (#12838)Paul Scott1-0/+56
2024-07-25tsweb: Add MiddlewareStack func to apply lists of Middleware (#12907)Paul Scott1-0/+38
2024-07-24tsweb: log all cancellations as 499s (#12894)Paul Scott1-1/+186
2024-07-19tsweb: log cancelled requests as 499Paul Scott1-0/+76
2024-07-18tsweb: swallow panicsPaul Scott1-17/+97
2024-07-16tsweb: log once per requestPaul Scott1-39/+142
2024-07-15tsweb: fix TestStdHandler_panic flakePaul Scott1-9/+3
2024-07-15tsweb: add stack trace to panic error msgPaul Scott1-0/+78
2024-06-26tsweb: accept a function to call before request handlingAnton Tolchanov1-1/+16
2024-05-31tsweb: rename AccessLogRecord's When to TimeMarwan Sulaiman1-21/+21
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
2024-03-04tsweb: add more test cases for TestCleanRedirectURL (#11331)Chris Palmer1-1/+9
2024-02-28tsweb: allow empty redirect URL in CleanRedirectURL (#11295)Andrew Lytvynov1-28/+33
2024-02-07tsweb: normalize passkey identities in bucketed statsTom DNetto1-0/+1
2024-02-07tsweb: normalize common StableID's in bucketed stats, export as LabelMapTom DNetto1-0/+2
2024-02-07tsweb: replace domains/emails in paths when bucketing statsTom DNetto1-0/+3
2024-02-06tsweb: implementing bucketed statistics for started/finished countsTom DNetto1-0/+28
2024-01-19tsweb: add a helper to validate redirect URLsDavid Anderson1-0/+51
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai1-7/+7
2023-11-30tsweb: propagate RequestID via context and entire requestMarwan Sulaiman1-88/+46
2023-08-16tsweb: add request ID for errorsAdrian Dewhurst1-7/+231
2023-07-06tstest: prepare for Clock API changesAdrian Dewhurst1-17/+17
2023-04-11tsweb: move varz handler(s) into separate modulesAnton Tolchanov1-363/+0
2023-04-11prober: migrate to Prometheus metric libraryAnton Tolchanov1-17/+0
2023-03-04all: use tstest.Replace moreMaisem Ali1-6/+4
2023-02-01fixup! util/vizerror: add new package for visible errorsWill Norris1-1/+0
2023-02-01fixup! util/vizerror: add new package for visible errorsWill Norris1-1/+19
2023-02-01fixup! util/vizerror: add new package for visible errorsWill Norris1-0/+18
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-22tsweb: export version metrics to PrometheusAnton Tolchanov1-0/+6
2022-11-18tsweb: cache prometheus metric names & typesAnton Tolchanov1-4/+4
2022-11-18tsweb: avoid dashes in Prometheus metric namesAnton Tolchanov1-0/+6
2022-10-10tsweb: sort top-level expvars after removing type prefixesBrad Fitzpatrick1-0/+28
2022-10-10tsweb: remove allocs introduced by earlier changeBrad Fitzpatrick1-0/+17
2022-10-09tsweb: sort varz by name after stripping prefix (#5778)Hasnain Lakhani1-14/+61
2022-10-04tsweb: allow HTTPError to unwrap errorsWill Norris1-0/+8
2022-09-23tsweb: consider 304s as successful for quiet loggingMihai Parparita1-1/+1
2022-07-11tsweb: add Float expvar support in varzDenton Gentry1-0/+28
2022-06-08tsweb: implement interceptor for error page presentationTom DNetto1-6/+27
2022-06-05tsweb: fix Port80Handler redirect to https with FQDN unsetBrad Fitzpatrick1-0/+42
2022-05-04tsweb: remove JSONHandlerFuncBrad Fitzpatrick1-0/+28
2022-03-21tsweb: add PrometheusVar, for vars that want to output varz themselves.David Anderson1-0/+18
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-6/+6
2021-08-12tsweb: make VarzHandler support untyped expvar.Maps for compatibilityBrad Fitzpatrick1-10/+12
2021-08-12tsweb: make VarzHandler support expvar.Funcs returning ints/floatsBrad Fitzpatrick1-1/+7
2021-08-11tsweb: make VarzHandler capable of walking structs with reflectBrad Fitzpatrick1-1/+100