[GitHub] incubator-trafficcontrol pull request #141: [Please Review] [TC-32] Addition...

2016-12-23 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/141#discussion_r93786024 --- Diff: traffic_ops/app/lib/UI/ConfigFiles.pm --- @@ -312,6 +312,9 @@ sub param_data { if ( $row->parameter->n

[GitHub] incubator-trafficcontrol pull request #141: [Please Review] [TC-32] Addition...

2016-12-23 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/141#discussion_r93779696 --- Diff: traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm --- @@ -0,0 +1,1959 @@ +package API::Configs::ApacheTrafficServer

[GitHub] incubator-trafficcontrol pull request #141: [Please Review] [TC-32] Addition...

2016-12-22 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/141#discussion_r93661807 --- Diff: traffic_ops/app/lib/Schema/Result/DeliveryServiceInfoForCdnList.pm --- @@ -0,0 +1,101 @@ + +# +# +# Licensed

[GitHub] incubator-trafficcontrol pull request #141: [Please Review] [TC-32] Addition...

2016-12-22 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/141#discussion_r93649730 --- Diff: traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm --- @@ -0,0 +1,1959 @@ +package API::Configs::ApacheTrafficServer

[GitHub] incubator-trafficcontrol pull request #141: [Please Review] [TC-32] Addition...

2016-12-22 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/141#discussion_r93647261 --- Diff: traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm --- @@ -0,0 +1,1959 @@ +package API::Configs::ApacheTrafficServer

[GitHub] incubator-trafficcontrol pull request #141: [Please Review] [TC-32] Addition...

2016-12-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/141#discussion_r93565394 --- Diff: traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm --- @@ -0,0 +1,1959 @@ +package API::Configs::ApacheTrafficServer

[GitHub] incubator-trafficcontrol pull request #141: [Please Review] [TC-32] Addition...

2016-12-21 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/141#discussion_r93525547 --- Diff: traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm --- @@ -0,0 +1,1959 @@ +package API::Configs::ApacheTrafficServer

[GitHub] incubator-trafficcontrol pull request #142: [PSQL] - removes expensive disti...

2016-12-20 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/142 [PSQL] - removes expensive distinct from query You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852/incubator

[GitHub] incubator-trafficcontrol pull request #140: [TC-75] - adds cdn and cachegrou...

2016-12-19 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/140 [TC-75] - adds cdn and cachegroup filters to api/1.2/servers You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

[GitHub] incubator-trafficcontrol issue #131: [TC-66] - Stores, diffs and fetches CRC...

2016-12-13 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/131 files were merged but asfgit didn't feel like closing this PR so I will do so manually. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] incubator-trafficcontrol pull request #131: [TC-66] - Stores, diffs and fetc...

2016-12-13 Thread mitchell852
Github user mitchell852 closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/131 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-trafficcontrol pull request #131: [TC-66] - Stores, diffs and fetc...

2016-12-12 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/131#discussion_r92041791 --- Diff: traffic_ops/app/db/migrations/2016120800_alter_cdn_name_not_null.sql --- @@ -0,0 +1,23

[GitHub] incubator-trafficcontrol pull request #131: [TC-66] - Stores, diffs and fetc...

2016-12-09 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/131#discussion_r91789262 --- Diff: traffic_ops/app/lib/UI/Topology.pm --- @@ -554,52 +554,30 @@ sub gen_crconfig_json { return ($data_obj

[GitHub] incubator-trafficcontrol pull request #131: [TC-66] - Stores, diffs and fetc...

2016-12-09 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/131 [TC-66] - Stores, diffs and fetches CRConfig.json from the db instead of the file system This is one step toward making TO HA capable (highly-available) You can merge

[GitHub] incubator-trafficcontrol pull request #127: [TC-52] Integration Tests for Tr...

2016-12-08 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/127#discussion_r91540680 --- Diff: traffic_ops/app/lib/API/Deliveryservice.pm --- @@ -295,7 +295,7 @@ sub update { my @response

[GitHub] incubator-trafficcontrol pull request #127: [TC-52] Integration Tests for Tr...

2016-12-07 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/127#discussion_r91391206 --- Diff: traffic_ops/app/lib/API/Deliveryservice.pm --- @@ -295,7 +295,7 @@ sub update { my @response

[GitHub] incubator-trafficcontrol pull request #129: [EXP] adds placeholder functiona...

2016-12-07 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/129 [EXP] adds placeholder functionality for experimental TO UI You can merge this pull request into a Git repository by running: $ git pull https://github.com/mitchell852

<    1   2   3   4   5