5 Commits

Author SHA1 Message Date
Zac Bergquist 7baa71d12c Clean up some utils (#57423)
- Remove some unused code
- Move some code that is only used once to the calling package
- Use testify assertions for checking the presence of files/directories
2025-08-01 18:42:18 +00:00
Noah Stride de0d9f4323 Convert more lib packages to slog. (#47787)
* Convert `lib/observability` to `slog` from `logrus`

* Inject slog into `lib/observability`

* Convert `lib/release` to slog

* Migrate to `slog` in `lib/cgroup`

* Fix missed variable

* Convert `lib/auth/join` to slog

* Fix missing logutils import

* Ignore sloglint

* Convert `lib/auditd` to Slog

* Switch `lib/player` to use `slog`
2024-10-24 11:22:36 +00:00
fheinecke b178b8b732 Updated Teleport codebase to AGPL3 license (#35259)
Signed-off-by: Fred Heinecke <fred.heinecke@goteleport.com>
2023-12-01 17:48:14 +00:00
rosstimothy d5a796c056 Enable testify lint (#34222)
Updates our golangci-lint configuration to enable testifylint and
fixes all issues found.

Bump e ref to include gravitational/teleport.e#2567
2023-11-06 20:38:38 +00:00
matheus 78a83b0b64 Add ListReleases and GetLicense endpoints (#19565)
* Add GetReleases and GetLicense methods

Co-authored-by: Michelle Bergquist <11967646+michellescripts@users.noreply.github.com>
2023-01-03 12:52:22 +00:00