ocket8888
ocket8888
Checking this code: ```python3 from github.GithubObject import NotSet ``` with Pyright version 1.1.225 fails with the error "NotSet" is unknown import symbol. The definition of `NotSet` from `GithubObject.py` is ```python3...
Currently, we use a ton of "global" Parameters to configure large-scale settings for ATC instances. Not only are many of these undocumented, but they are by nature prone to human...
This just removes some imports that were never used from some Java files. ## Which Traffic Control components are affected by this PR? - Traffic Router ## What is the...
## This Bug Report affects these Traffic Control components: - Traffic Control Cache Config (T3C, formerly ORT) ## Current behavior: Regardless of any passed `-R`/`--trafficserver-home` value, the call `t3c-apply` makes...
This adds the ability to common grid controllers to toggle "sensitive" data columns on and off. It doesn't make use of it yet, though. This also fixes an issue where...
This PR modifies the packages - `github.com/apache/trafficcontrol/lib/go-atscfg` - `github.com/apache/trafficcontrol/lib/go-log` - `github.com/apache/trafficcontrol/lib/go-rfc` - `github.com/apache/trafficcontrol/lib/go-util` This PR ensures that each modified package - Has a GoDoc comment for the package, and that...
## This Bug Report affects these Traffic Control components: - Traffic Portal (experimental v2) ## Current behavior: Non-multi-row context menu items on tables in TPv2 are not disabled when multiple...
## What does this PR (Pull Request) do? - [x] This PR is not related to any Issue Removes UnderscoreJS (`_.js`) from the Traffic Portal dependencies and codebase. ## Which...
## This Bug Report affects these Traffic Control components: - Traffic Ops ## Current behavior: If you make a `POST` request to `/consistenthash` (any version) with a request body that...