[GitHub] [trafficcontrol] rawlinp opened a new pull request, #7124: Do not include non-TR profile params in CRConfig "config" section

2022-10-11 Thread GitBox
rawlinp opened a new pull request, #7124: URL: https://github.com/apache/trafficcontrol/pull/7124 Instead of querying all profile parameters with the config file "CRConfig.json" for any servers of any type that belong to a given CDN, query only profile params assigned to profiles of

[GitHub] [trafficcontrol] rawlinp opened a new pull request, #7123: Add missing TR profile parameters to docs, correct interval units

2022-10-11 Thread GitBox
rawlinp opened a new pull request, #7123: URL: https://github.com/apache/trafficcontrol/pull/7123 Fixes #6670. ## Which Traffic Control components are affected by this PR? - Documentation ## What is the best way to verify this PR? Build and

[GitHub] [trafficcontrol] rawlinp opened a new pull request, #7122: Minor TM refactor to simplify statecombiner logic

2022-10-11 Thread GitBox
rawlinp opened a new pull request, #7122: URL: https://github.com/apache/trafficcontrol/pull/7122 This does not actually change the behavior in any way -- it just simplifies the logic by removing a hard-coded boolean parameter. ## Which Traffic Control components

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7079: Assign multiple servers to a capability

2022-10-11 Thread GitBox
ocket commented on code in PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r992828648 ## traffic_ops/traffic_ops_golang/server/servers_server_capability.go: ## @@ -453,77 +443,178 @@ func AssignMultipleServerCapabilities(w http.ResponseWriter,

[GitHub] [trafficcontrol] ocket8888 closed issue #6021: TP: click on change log entry to view in its entirety

2022-10-11 Thread GitBox
ocket closed issue #6021: TP: click on change log entry to view in its entirety URL: https://github.com/apache/trafficcontrol/issues/6021 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [trafficcontrol] ocket8888 merged pull request #7087: TP Allow Change Logs to be "expanded" to see the whole message.

2022-10-11 Thread GitBox
ocket merged PR #7087: URL: https://github.com/apache/trafficcontrol/pull/7087 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] ocket8888 merged pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-11 Thread GitBox
ocket merged PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] ocket8888 merged pull request #7104: TP fix child DS tables not loading

2022-10-11 Thread GitBox
ocket merged PR #7104: URL: https://github.com/apache/trafficcontrol/pull/7104 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7104: TP fix child DS tables not loading

2022-10-11 Thread GitBox
ocket commented on code in PR #7104: URL: https://github.com/apache/trafficcontrol/pull/7104#discussion_r992811269 ## traffic_portal/app/src/common/modules/table/serviceCategoryDeliveryServices/table.serviceCategoryDeliveryServices.tpl.html: ## @@ -26,7 +26,6 @@

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-11 Thread GitBox
ocket commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r992808824 ## traffic_portal/test/integration/CommonUtils/API.ts: ## @@ -296,7 +296,7 @@ export class API { const rand = () =>

[GitHub] [trafficcontrol] ocket8888 opened a new pull request, #7121: Obscure sensitive Traffic Portal table fields

2022-10-11 Thread GitBox
ocket opened a new pull request, #7121: URL: https://github.com/apache/trafficcontrol/pull/7121 Implements changes to TP tables to hide potentially sensitive fields behind a checkbox setting. To make things easier, I also eliminated a few tables that could be reproduced as filters on

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-11 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r992745127 ## traffic_portal/test/integration/CommonUtils/API.ts: ## @@ -296,7 +296,7 @@ export class API { const rand = () =>

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7068: Renamed rascal to tm/traffic_monitor

2022-10-11 Thread GitBox
ocket commented on code in PR #7068: URL: https://github.com/apache/trafficcontrol/pull/7068#discussion_r992738599 ## traffic_ops/app/db/migrations/2022100610190300_update_rascal_to_traffic_monitor.up.sql: ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7045: Run tests against Apache Traffic Server 9.1

2022-10-11 Thread GitBox
ocket commented on code in PR #7045: URL: https://github.com/apache/trafficcontrol/pull/7045#discussion_r992733727 ## .github/actions/repo-info/action.yml: ## @@ -25,7 +25,7 @@ inputs: description: 'The owners github repository ie, "trafficcontrol"' required: true

[GitHub] [trafficcontrol] ocket8888 merged pull request #7115: Update TO v5 API tests `TestAPIBase` to API v5

2022-10-11 Thread GitBox
ocket merged PR #7115: URL: https://github.com/apache/trafficcontrol/pull/7115 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-11 Thread GitBox
ocket commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r992729491 ## traffic_portal/test/integration/CommonUtils/API.ts: ## @@ -296,7 +296,7 @@ export class API { const rand = () =>

[GitHub] [trafficcontrol] rimashah25 commented on a diff in pull request #7068: Renamed rascal to tm/traffic_monitor

2022-10-11 Thread GitBox
rimashah25 commented on code in PR #7068: URL: https://github.com/apache/trafficcontrol/pull/7068#discussion_r992730551 ## traffic_ops/app/db/migrations/2022100610190300_update_rascal_to_traffic_monitor.up.sql: ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7050: Add configuration setting for TO client request timeout

2022-10-11 Thread GitBox
ocket commented on code in PR #7050: URL: https://github.com/apache/trafficcontrol/pull/7050#discussion_r992726936 ## infrastructure/ansible/roles/traffic_stats/templates/traffic_stats.cfg.j2: ## @@ -15,6 +15,7 @@ "toUser": "{{ ts_toUser }}", "toPasswd":

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7118: Remove ASN from servers

2022-10-11 Thread GitBox
ocket commented on code in PR #7118: URL: https://github.com/apache/trafficcontrol/pull/7118#discussion_r992723542 ## traffic_ops/traffic_ops_golang/deliveryservice/keys_test.go: ## @@ -2260,6 +2261,7 @@ func TestVerifyAndEncodeCertificateSelfSignedX509v1(t *testing.T) {

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7079: Assign multiple servers to a capability

2022-10-11 Thread GitBox
ocket commented on code in PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r987141091 ## docs/source/glossary.rst: ## @@ -414,6 +414,10 @@ Glossary .. seealso:: For a more complete description of Roles, see the :ref:`roles`

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7068: Renamed rascal to tm/traffic_monitor

2022-10-11 Thread GitBox
ocket commented on code in PR #7068: URL: https://github.com/apache/trafficcontrol/pull/7068#discussion_r992701613 ## traffic_ops/app/db/migrations/2022100610190300_update_rascal_to_traffic_monitor.up.sql: ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7068: Renamed rascal to tm/traffic_monitor

2022-10-11 Thread GitBox
ocket commented on code in PR #7068: URL: https://github.com/apache/trafficcontrol/pull/7068#discussion_r992700325 ## traffic_ops/traffic_ops_golang/server/servers.go: ## @@ -856,6 +856,12 @@ func getServers(h http.Header, params map[string]string, tx *sqlx.Tx, user *auth

[GitHub] [trafficcontrol] github-code-scanning[bot] commented on a diff in pull request #7079: Assign multiple servers to a capability

2022-10-11 Thread GitBox
github-code-scanning[bot] commented on code in PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r992589196 ## traffic_ops/traffic_ops_golang/server/servers_server_capability.go: ## @@ -453,77 +443,178 @@ } defer inf.Close() -

[GitHub] [trafficcontrol] traeak closed pull request #7090: t3c/parentdotconfig: enforce mso.parent_retry ds parameter

2022-10-11 Thread GitBox
traeak closed pull request #7090: t3c/parentdotconfig: enforce mso.parent_retry ds parameter URL: https://github.com/apache/trafficcontrol/pull/7090 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [trafficcontrol] traeak commented on pull request #7090: t3c/parentdotconfig: enforce mso.parent_retry ds parameter

2022-10-11 Thread GitBox
traeak commented on PR #7090: URL: https://github.com/apache/trafficcontrol/pull/7090#issuecomment-1274942317 opted to just document the peculiarities. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [trafficcontrol] traeak opened a new pull request, #7120: For parent_retry docs explain parent_retry deprecation

2022-10-11 Thread GitBox
traeak opened a new pull request, #7120: URL: https://github.com/apache/trafficcontrol/pull/7120 The t3c logic currently ignores the `parent_retry` ds parameter and instead examines the use of parameters - max_simple_retries - simple_server_retry_responses -

[GitHub] [trafficcontrol] Xuanteo opened a new issue, #7119: Deploy project on docker swarm environment get error

2022-10-11 Thread GitBox
Xuanteo opened a new issue, #7119: URL: https://github.com/apache/trafficcontrol/issues/7119 ## This Bug Report affects these Traffic Control components: - Traffic Control Cache Config (`t3c`, formerly ORT) - Traffic Control Health Client (t3c-health-client) -

[GitHub] [trafficcontrol] srijeet0406 opened a new pull request, #7118: Remove ASN from servers

2022-10-10 Thread GitBox
srijeet0406 opened a new pull request, #7118: URL: https://github.com/apache/trafficcontrol/pull/7118 This PR is not related to any issue. It removes the previously added (in https://github.com/apache/trafficcontrol/pull/7023) `asns` field from the `server` struct. ##

[GitHub] [trafficcontrol] TaylorCFrey commented on a diff in pull request #7050: Add configuration setting for TO client request timeout

2022-10-10 Thread GitBox
TaylorCFrey commented on code in PR #7050: URL: https://github.com/apache/trafficcontrol/pull/7050#discussion_r991675941 ## infrastructure/ansible/roles/traffic_stats/templates/traffic_stats.cfg.j2: ## @@ -15,6 +15,7 @@ "toUser": "{{ ts_toUser }}", "toPasswd":

[GitHub] [trafficcontrol] zrhoffman merged pull request #7117: Remove unused TR profile params from docs

2022-10-10 Thread GitBox
zrhoffman merged PR #7117: URL: https://github.com/apache/trafficcontrol/pull/7117 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] rawlinp opened a new pull request, #7117: Remove unused TR profile params from docs

2022-10-10 Thread GitBox
rawlinp opened a new pull request, #7117: URL: https://github.com/apache/trafficcontrol/pull/7117 These "TR profile parameters" do not actually exist. ## Which Traffic Control components are affected by this PR? - Documentation ## What is the best way to

[GitHub] [trafficcontrol] rimashah25 commented on pull request #7079: Assign multiple servers to a capability

2022-10-10 Thread GitBox
rimashah25 commented on PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#issuecomment-1273536182 > Sorry just seeing this, where are those checks? I usually do a POST followed by a GET to make sure whether or not the operation actually went through to the database or

[GitHub] [trafficcontrol] srijeet0406 commented on a diff in pull request #7079: Assign multiple servers to a capability

2022-10-10 Thread GitBox
srijeet0406 commented on code in PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r991409061 ## traffic_ops/traffic_ops_golang/server/servers_server_capability.go: ## @@ -453,77 +454,166 @@ func AssignMultipleServerCapabilities(w

[GitHub] [trafficcontrol] rimashah25 commented on a diff in pull request #7079: Assign multiple servers to a capability

2022-10-10 Thread GitBox
rimashah25 commented on code in PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r991381409 ## traffic_ops/traffic_ops_golang/server/servers_server_capability.go: ## @@ -453,77 +454,166 @@ func AssignMultipleServerCapabilities(w http.ResponseWriter,

[GitHub] [trafficcontrol] rimashah25 commented on a diff in pull request #7079: Assign multiple servers to a capability

2022-10-10 Thread GitBox
rimashah25 commented on code in PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r991379510 ## docs/source/api/v4/multiple_servers_capabilities.rst: ## @@ -0,0 +1,190 @@ +.. +.. +.. Licensed under the Apache License, Version 2.0 (the "License"); +..

[GitHub] [trafficcontrol] rimashah25 commented on a diff in pull request #7079: Assign multiple servers to a capability

2022-10-10 Thread GitBox
rimashah25 commented on code in PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r991379034 ## traffic_ops/traffic_ops_golang/server/servers_server_capability.go: ## @@ -443,8 +444,8 @@ func getDSTenantIDsByIDs(tx *sqlx.Tx, dsIDs []int64)

[GitHub] [trafficcontrol] jhg03a commented on issue #2388: Global DNS TTL adjustment

2022-10-09 Thread GitBox
jhg03a commented on issue #2388: URL: https://github.com/apache/trafficcontrol/issues/2388#issuecomment-1272605234 It probably wouldn't need to touch the actual ds, but rather just interpose itself as a higher priority value. -- This is an automated message from the Apache Git Service.

[GitHub] [trafficcontrol] mitchell852 commented on issue #2388: Global DNS TTL adjustment

2022-10-09 Thread GitBox
mitchell852 commented on issue #2388: URL: https://github.com/apache/trafficcontrol/issues/2388#issuecomment-1272604428 @jhg03a - what exactly does this sql query look like? update the ttl on all delivery services to X? if that was performed how would you revert that? -- This is an

[GitHub] [trafficcontrol] villajo closed pull request #6803: Documentation fixes

2022-10-08 Thread GitBox
villajo closed pull request #6803: Documentation fixes URL: https://github.com/apache/trafficcontrol/pull/6803 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [trafficcontrol] zrhoffman merged pull request #7106: Refactor Server ID Status Tests

2022-10-07 Thread GitBox
zrhoffman merged PR #7106: URL: https://github.com/apache/trafficcontrol/pull/7106 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] zrhoffman merged pull request #7109: Remove dnssec optimization flags from Traffic Router

2022-10-07 Thread GitBox
zrhoffman merged PR #7109: URL: https://github.com/apache/trafficcontrol/pull/7109 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] srijeet0406 merged pull request #7116: Use Topology type parameter for Topology API TestCase

2022-10-07 Thread GitBox
srijeet0406 merged PR #7116: URL: https://github.com/apache/trafficcontrol/pull/7116 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7116: Use Topology type parameter for Topology API TestCase

2022-10-07 Thread GitBox
zrhoffman commented on code in PR #7116: URL: https://github.com/apache/trafficcontrol/pull/7116#discussion_r990491005 ## traffic_ops/testing/api/utils/utils.go: ## @@ -134,10 +144,31 @@ type V5TestData struct { Expectations []CkReqFunc } +type clientSession

[GitHub] [trafficcontrol] ericholguin commented on a diff in pull request #7116: Use Topology type parameter for Topology API TestCase

2022-10-07 Thread GitBox
ericholguin commented on code in PR #7116: URL: https://github.com/apache/trafficcontrol/pull/7116#discussion_r990485503 ## traffic_ops/testing/api/utils/utils.go: ## @@ -134,10 +144,31 @@ type V5TestData struct { Expectations []CkReqFunc } +type clientSession

[GitHub] [trafficcontrol] zrhoffman opened a new pull request, #7116: Use Topology type parameter for Topology API TestCase

2022-10-07 Thread GitBox
zrhoffman opened a new pull request, #7116: URL: https://github.com/apache/trafficcontrol/pull/7116 This PR uses type parameters to introduce struct type safety into the API test cases where, before Go 1.18, interfaces would need to be used. ## Which Traffic Control

[GitHub] [trafficcontrol] zrhoffman opened a new pull request, #7115: Update TO v5 API tests `TestAPIBase` to API v5

2022-10-07 Thread GitBox
zrhoffman opened a new pull request, #7115: URL: https://github.com/apache/trafficcontrol/pull/7115 The `TestAPIBase` constant in the Traffic Ops v5 API tests references TO API v4:

[GitHub] [trafficcontrol] srijeet0406 commented on a diff in pull request #7079: Assign multiple servers to a capability

2022-10-07 Thread GitBox
srijeet0406 commented on code in PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r990344181 ## docs/source/api/v4/multiple_servers_capabilities.rst: ## @@ -0,0 +1,190 @@ +.. +.. +.. Licensed under the Apache License, Version 2.0 (the "License"); +..

[GitHub] [trafficcontrol] ericholguin opened a new pull request, #7114: Refactor Snapshot Tests

2022-10-07 Thread GitBox
ericholguin opened a new pull request, #7114: URL: https://github.com/apache/trafficcontrol/pull/7114 This PR refactors **v5/snapshot_test.go**, **v4/snapshot_test.go**, **v3/snapshot_test.go**, in order to make tests more granular, providing transparency on what is being tested

[GitHub] [trafficcontrol] zrhoffman opened a new issue, #7113: Assigning a new Server Server capability changes SSC order for that Server

2022-10-07 Thread GitBox
zrhoffman opened a new issue, #7113: URL: https://github.com/apache/trafficcontrol/issues/7113 ## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Ops - Traffic Portal ## Steps taken 1.

[GitHub] [trafficcontrol] zrhoffman commented on pull request #7045: Run tests against Apache Traffic Server 9.1

2022-10-07 Thread GitBox
zrhoffman commented on PR #7045: URL: https://github.com/apache/trafficcontrol/pull/7045#issuecomment-127178 Rebased to fix a changelog merge conflict -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [trafficcontrol] ocket8888 closed issue #6947: Documentation for cdns/{{name}}/federations is missing a property

2022-10-07 Thread GitBox
ocket closed issue #6947: Documentation for cdns/{{name}}/federations is missing a property URL: https://github.com/apache/trafficcontrol/issues/6947 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [trafficcontrol] ocket8888 merged pull request #7112: fix : Documentation for cdns/{{name}}/federations is missing a property

2022-10-07 Thread GitBox
ocket merged PR #7112: URL: https://github.com/apache/trafficcontrol/pull/7112 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] everly-gif commented on issue #6947: Documentation for cdns/{{name}}/federations is missing a property

2022-10-07 Thread GitBox
everly-gif commented on issue #6947: URL: https://github.com/apache/trafficcontrol/issues/6947#issuecomment-1271599467 Made PR #7112 please have a look. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [trafficcontrol] everly-gif opened a new pull request, #7112: fix : Documentation for cdns/{{name}}/federations is missing a property

2022-10-07 Thread GitBox
everly-gif opened a new pull request, #7112: URL: https://github.com/apache/trafficcontrol/pull/7112 ### Closes: #6947 ## Which Traffic Control components are affected by this PR? - Documentation ## What is the best way to verify this PR?

[GitHub] [trafficcontrol] everly-gif commented on issue #6947: Documentation for cdns/{{name}}/federations is missing a property

2022-10-07 Thread GitBox
everly-gif commented on issue #6947: URL: https://github.com/apache/trafficcontrol/issues/6947#issuecomment-1271511447 Hi, I would like to work on this issue, please assign it to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [trafficcontrol] rimashah25 commented on pull request #7099: Delivery Service Active Flag Rework

2022-10-06 Thread GitBox
rimashah25 commented on PR #7099: URL: https://github.com/apache/trafficcontrol/pull/7099#issuecomment-1270847030 Tested the API tests locally, all work (v3/v4/v5) fine. Yet to test DS DSRs creation with API v5 curl cmds. -- This is an automated message from the Apache Git Service. To

[GitHub] [trafficcontrol] shamrickus commented on a diff in pull request #7104: TP fix child DS tables not loading

2022-10-06 Thread GitBox
shamrickus commented on code in PR #7104: URL: https://github.com/apache/trafficcontrol/pull/7104#discussion_r989386984 ## traffic_portal/app/src/common/modules/table/serviceCategoryDeliveryServices/table.serviceCategoryDeliveryServices.tpl.html: ## @@ -26,7 +26,6 @@

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7109: Remove dnssec optimization flags from Traffic Router

2022-10-06 Thread GitBox
zrhoffman commented on code in PR #7109: URL: https://github.com/apache/trafficcontrol/pull/7109#discussion_r989385185 ## traffic_router/core/src/main/java/org/apache/traffic_control/traffic_router/core/dns/ZoneManager.java: ## @@ -527,7 +527,7 @@ private static void

[GitHub] [trafficcontrol] shamrickus merged pull request #7102: Tpv2 server fix

2022-10-06 Thread GitBox
shamrickus merged PR #7102: URL: https://github.com/apache/trafficcontrol/pull/7102 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] shamrickus commented on pull request #7102: Tpv2 server fix

2022-10-06 Thread GitBox
shamrickus commented on PR #7102: URL: https://github.com/apache/trafficcontrol/pull/7102#issuecomment-1270546381 In that case we should make it do something other than `npm ci` (which also blows away node_modules on the host system I might add), but that's not relevant to this PR. --

[GitHub] [trafficcontrol] rimashah25 commented on a diff in pull request #7068: Renamed rascal to tm/traffic_monitor

2022-10-06 Thread GitBox
rimashah25 commented on code in PR #7068: URL: https://github.com/apache/trafficcontrol/pull/7068#discussion_r989378882 ## traffic_ops/traffic_ops_golang/deliveryservice/capacity.go: ## @@ -249,7 +249,7 @@ JOIN server as s ON s.profile = pr.id JOIN cdn as c ON c.id = s.cdn_id

[GitHub] [trafficcontrol] rimashah25 commented on a diff in pull request #7068: Renamed rascal to tm/traffic_monitor

2022-10-06 Thread GitBox
rimashah25 commented on code in PR #7068: URL: https://github.com/apache/trafficcontrol/pull/7068#discussion_r989371625 ## traffic_ops/traffic_ops_golang/server/servers.go: ## @@ -856,6 +856,12 @@ func getServers(h http.Header, params map[string]string, tx *sqlx.Tx, user *auth

[GitHub] [trafficcontrol] rimashah25 closed issue #5782: There is a vulnerability in log4j 1.2.17 ,upgrade recommended

2022-10-06 Thread GitBox
rimashah25 closed issue #5782: There is a vulnerability in log4j 1.2.17 ,upgrade recommended URL: https://github.com/apache/trafficcontrol/issues/5782 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [trafficcontrol] rimashah25 commented on issue #5782: There is a vulnerability in log4j 1.2.17 ,upgrade recommended

2022-10-06 Thread GitBox
rimashah25 commented on issue #5782: URL: https://github.com/apache/trafficcontrol/issues/5782#issuecomment-1270503537 We have updated log4j to 2.17.1 (PR: #6390, #6438, #6445) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989325834 ## CHANGELOG.md: ## @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989324166 ## traffic_portal/app/src/common/modules/form/deliveryService/form.deliveryService.DNS.tpl.html: ## @@ -475,6 +475,26 @@ Previous Value

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989319187 ## traffic_ops/app/db/migrations/2022100210472946_ds_regional.up.sql: ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
ocket commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989294749 ## CHANGELOG.md: ## @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
ocket commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989293452 ## traffic_ops/app/db/migrations/2022100210472946_ds_regional.up.sql: ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
ocket commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989293452 ## traffic_ops/app/db/migrations/2022100210472946_ds_regional.up.sql: ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989277863 ## docs/source/overview/delivery_services.rst: ## @@ -505,6 +505,9 @@ Max Origin Connections -- The maximum number of TCP connections

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989260025 ## traffic_ops/app/db/migrations/2022100210472946_ds_regional.up.sql: ## @@ -0,0 +1,30 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989252029 ## CHANGELOG.md: ## @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
ocket commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r989135302 ## CHANGELOG.md: ## @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -

[GitHub] [trafficcontrol] zrhoffman commented on pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-06 Thread GitBox
zrhoffman commented on PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#issuecomment-1270196692 Added the Regional field to Traffic Portal v1 in 9b4c1f3f2e -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [trafficcontrol] ocket8888 commented on pull request #7102: Tpv2 server fix

2022-10-06 Thread GitBox
ocket commented on PR #7102: URL: https://github.com/apache/trafficcontrol/pull/7102#issuecomment-1270168821 no, the developer environment is for development, so using the development angular server seems more appropriate to me. -- This is an automated message from the Apache Git

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-05 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r988438970 ## traffic_ops/app/db/migrations/2022100210472946_ds_regional.up.sql: ## @@ -0,0 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-05 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r988438970 ## traffic_ops/app/db/migrations/2022100210472946_ds_regional.up.sql: ## @@ -0,0 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-05 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r988409168 ## traffic_ops/app/db/migrations/2022100210472946_ds_regional.up.sql: ## @@ -0,0 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [trafficcontrol] zrhoffman commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-05 Thread GitBox
zrhoffman commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r988402881 ## traffic_ops/app/db/migrations/2022100210472946_ds_regional.up.sql: ## @@ -0,0 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [trafficcontrol] github-code-scanning[bot] commented on a diff in pull request #7079: Assign multiple servers to a capability

2022-10-05 Thread GitBox
github-code-scanning[bot] commented on code in PR #7079: URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r988365003 ## traffic_ops/traffic_ops_golang/server/servers_server_capability.go: ## @@ -453,77 +454,167 @@ } defer inf.Close() -

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7104: TP fix child DS tables not loading

2022-10-05 Thread GitBox
ocket commented on code in PR #7104: URL: https://github.com/apache/trafficcontrol/pull/7104#discussion_r988359735 ## traffic_portal/app/src/common/modules/table/topologyDeliveryServices/table.topologyDeliveryServices.tpl.html: ## @@ -26,7 +26,6 @@

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #7111: Delivery Service Regional field: Optionally make Max Origin Connections per Cache Group

2022-10-05 Thread GitBox
ocket commented on code in PR #7111: URL: https://github.com/apache/trafficcontrol/pull/7111#discussion_r988299783 ## traffic_ops/app/db/migrations/2022100210472946_ds_regional.up.sql: ## @@ -0,0 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [trafficcontrol] ocket8888 merged pull request #7075: Add Last Updated field to Traffic Portal

2022-10-05 Thread GitBox
ocket merged PR #7075: URL: https://github.com/apache/trafficcontrol/pull/7075 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] ericholguin commented on issue #6801: Requesting `/servers/{{ID}}/deliveryservices` where `ID` is non-existent causes Internal Server Error

2022-10-05 Thread GitBox
ericholguin commented on issue #6801: URL: https://github.com/apache/trafficcontrol/issues/6801#issuecomment-1265761357 I think this should be reopened it is a separate issue from #6691 error.log shows: ``` ERROR: api.go:263: 2022-10-03T16:55:00.5425Z: [::1]:54360 querying CDN

[GitHub] [trafficcontrol] ocket8888 merged pull request #7103: ATC Collaborators for October 2022

2022-10-01 Thread GitBox
ocket merged PR #7103: URL: https://github.com/apache/trafficcontrol/pull/7103 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] asf-ci opened a new pull request, #7103: ATC Collaborators for October 2022

2022-10-01 Thread GitBox
asf-ci opened a new pull request, #7103: URL: https://github.com/apache/trafficcontrol/pull/7103 This PR uses [`.asf.yaml`](https://s.apache.org/asfyamltriage) to assign the GitHub [Triage

[GitHub] [trafficcontrol] zrhoffman commented on pull request #7100: Traffic Router tests GHA: Include integration tests

2022-09-30 Thread GitBox
zrhoffman commented on PR #7100: URL: https://github.com/apache/trafficcontrol/pull/7100#issuecomment-1263985694 Switched back to the old annotations we were using that echoes annotations instead of using the API (I wish more of them did that) in 7483eaa032 -- This is an automated

[GitHub] [trafficcontrol] github-code-scanning[bot] commented on a diff in pull request #7102: Tpv2 server fix

2022-09-30 Thread GitBox
github-code-scanning[bot] commented on code in PR #7102: URL: https://github.com/apache/trafficcontrol/pull/7102#discussion_r984908529 ## experimental/traffic-portal/server.ts: ## @@ -198,10 +196,18 @@ return;

[GitHub] [trafficcontrol] ocket8888 opened a new pull request, #7102: Tpv2 server fix

2022-09-30 Thread GitBox
ocket opened a new pull request, #7102: URL: https://github.com/apache/trafficcontrol/pull/7102 Fixed the TPv2 server not running as intended. It also now handles more gracefully the common case of bind permissions being denied on port 80 when running in SSL mode. Instead of the

[GitHub] [trafficcontrol] ocket8888 commented on pull request #7100: Traffic Router tests GHA: Include integration tests

2022-09-30 Thread GitBox
ocket commented on PR #7100: URL: https://github.com/apache/trafficcontrol/pull/7100#issuecomment-1263932500 So you're saying that once this is merged it'll add annotations? Lemme check that out. Or, well, at least check if the warning and error go away. -- This is an

[GitHub] [trafficcontrol] zrhoffman commented on pull request #7100: Traffic Router tests GHA: Include integration tests

2022-09-30 Thread GitBox
zrhoffman commented on PR #7100: URL: https://github.com/apache/trafficcontrol/pull/7100#issuecomment-1263910426 But we can get annotations on PRs. See the annotations generated from the PR I linked above: https://github.com/apache/unomi/actions/runs/3129456290 -- This is an automated

[GitHub] [trafficcontrol] ocket8888 commented on pull request #7100: Traffic Router tests GHA: Include integration tests

2022-09-30 Thread GitBox
ocket commented on PR #7100: URL: https://github.com/apache/trafficcontrol/pull/7100#issuecomment-1263905693 Well if we can't get annotations on PRs, why have the step for converting JUnit to annotations? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [trafficcontrol] zrhoffman commented on pull request #7100: Traffic Router tests GHA: Include integration tests

2022-09-30 Thread GitBox
zrhoffman commented on PR #7100: URL: https://github.com/apache/trafficcontrol/pull/7100#issuecomment-1263899975 > Also it's not caching Maven dependencies because it can't find the directory at the end of the run: > > > Warning: Path Validation Error: Path(s) specified in the action

[GitHub] [trafficcontrol] zrhoffman commented on pull request #7100: Traffic Router tests GHA: Include integration tests

2022-09-30 Thread GitBox
zrhoffman commented on PR #7100: URL: https://github.com/apache/trafficcontrol/pull/7100#issuecomment-1263896968 > I'm still seeing the same annotations in the latest run on that JUnit-to-annotation conversion. I think that that is because the *mikepenz/action-junit-report* action is

[GitHub] [trafficcontrol] ocket8888 commented on pull request #7100: Traffic Router tests GHA: Include integration tests

2022-09-30 Thread GitBox
ocket commented on PR #7100: URL: https://github.com/apache/trafficcontrol/pull/7100#issuecomment-1263853338 I'm still seeing the same annotations in the latest run on that JUnit-to-annotation conversion. Also it's not caching Maven dependencies because it can't find the

[GitHub] [trafficcontrol] jhg03a opened a new issue, #7101: Traffic portal values should be loaded on click versus on page load

2022-09-30 Thread GitBox
jhg03a opened a new issue, #7101: URL: https://github.com/apache/trafficcontrol/issues/7101 ## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Portal ## Current behavior: Right now when

[GitHub] [trafficcontrol] rimashah25 commented on pull request #7075: Add Last Updated field to Traffic Portal

2022-09-30 Thread GitBox
rimashah25 commented on PR #7075: URL: https://github.com/apache/trafficcontrol/pull/7075#issuecomment-1263765624 I see the `Last Updated` field in the form correctly ![image](https://user-images.githubusercontent.com/22248619/193310803-9433129e-cc32-4f19-a5fd-84c6e3cc0654.png) but in

[GitHub] [trafficcontrol] ocket8888 merged pull request #7084: TP fix filtering on Delivery Service "Targets For" column

2022-09-30 Thread GitBox
ocket merged PR #7084: URL: https://github.com/apache/trafficcontrol/pull/7084 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [trafficcontrol] zrhoffman opened a new pull request, #7100: Traffic Router tests GHA: Inclue integration tests

2022-09-30 Thread GitBox
zrhoffman opened a new pull request, #7100: URL: https://github.com/apache/trafficcontrol/pull/7100 This Pull Request * renames the [*Traffic Router Unit Tests*](https://github.com/apache/trafficcontrol/actions/workflows/tr.unit.tests.yaml) workflow to [*Traffic Router

<    5   6   7   8   9   10   11   12   13   14   >