Andrew Lytvynov
Andrew Lytvynov
## Details https://goteleport.com/teleport/docs/admin-guide/ has no mention on cluster labels added in 5.0 The only "public docs" are https://github.com/gravitational/teleport/blob/master/CHANGELOG.md#cluster-labels ### Category - [x] New Feature - [ ] Improve Existing -...
Update [wasPrEverApproved](https://github.com/tailscale/ToBeReviewedBot/blob/9d3965af0d3c351cb7a61ef8cf3b69b618fa076d/main.go#L102) to ignore comments from the PR author.
This could be some direct check, or at least an [org membership check](https://docs.github.com/en/rest/orgs/members?apiVersion=2022-11-28#check-organization-membership-for-a-user).
https://github.com/tailscale/ToBeReviewedBot/blob/9d3965af0d3c351cb7a61ef8cf3b69b618fa076d/main.go#L74 creates an API query including the PR title. We need to 1. escape the title in the query to avoid producing fake results 2. truncate the title to avoid...
When the client is disconnected from control for any reason (typically just turned off), we should still attempt to update if auto-updates are enabled. This may help users who turn...
### What are you trying to do? When Tailscale is disabled, we should still respect the auto-update setting. ### How should we solve this? _No response_ ### What is the...
## problems We're sitting on >500 Go module dependencies right now, with >500k lines of code. Large dependency trees have problems: - binary size increase (`teleport` is 67MB) - risk...