Commit Graph

7 Commits

Author SHA1 Message Date
Mathias Fredriksson 4e442040f7
feat(coderd/httpmw): log `start` timestamp for http requests (#9776) 2023-09-27 14:39:22 +03:00
Kyle Carberry 22e781eced
chore: add /v2 to import module path (#9072)
* chore: add /v2 to import module path

go mod requires semantic versioning with versions greater than 1.x

This was a mechanical update by running:
```
go install github.com/marwan-at-work/mod/cmd/mod@latest
mod upgrade
```

Migrate generated files to import /v2

* Fix gen
2023-08-18 18:55:43 +00:00
Dean Sheather 15f8967a8a
feat: tracing improvements (#4988) 2022-11-29 07:22:10 +10:00
Kyle Carberry 9bc0d06aa0
fix: Install Terraform once and only log >=500 (#4339)
Fixes #4302.
2022-10-03 15:19:02 -05:00
Colin Adler b340634aaa
feat: add rbac tracing (#4093) 2022-09-16 18:32:15 +00:00
Steven Masley 9ab437d6e2
feat: Add serving applications on subdomains and port-based proxying (#3753)
Co-authored-by: Dean Sheather <dean@deansheather.com>
2022-09-14 03:31:33 +10:00
Jon Ayers 053fe6ff61
feat: add panic recovery middleware (#3687) 2022-08-29 17:00:52 -05:00