[jira] [Created] (TC-173) API on port 3333 doesn't start if 443 is first in server.xml

2017-02-28 Thread Hank Beatty (JIRA)
Hank Beatty created TC-173: -- Summary: API on port doesn't start if 443 is first in server.xml Key: TC-173 URL: https://issues.apache.org/jira/browse/TC-173 Project: Traffic Control Issue

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread dangogh
Github user dangogh commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103572789 --- Diff: traffic_ops/app/t/api/1.2/tenant.t --- @@ -0,0 +1,156 @@ +package main; +# +# +# Licensed under the Apache

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103570488 --- Diff: traffic_ops/app/lib/API/Tenant.pm --- @@ -0,0 +1,225 @@ +package API::Tenant; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol issue #293: WIP Do Not Merge - Add Json in response...

2017-02-28 Thread dg4prez
Github user dg4prez commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/293 Closing in favor of https://github.com/apache/incubator-trafficcontrol/pull/308 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] incubator-trafficcontrol issue #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/322 TO DO list (10x Jeremy!) remove uid & gid from the add: will do in a future commit true\false in the API Verify no dependancy for a deleted tenant --- If your

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103548618 --- Diff: traffic_ops/app/t/api/1.2/tenant.t --- @@ -0,0 +1,156 @@ +package main; +# +# +# Licensed under the Apache

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103548560 --- Diff: traffic_ops/app/lib/API/Tenant.pm --- @@ -0,0 +1,225 @@ +package API::Tenant; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103548284 --- Diff: traffic_ops/app/lib/API/Tenant.pm --- @@ -0,0 +1,225 @@ +package API::Tenant; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103548305 --- Diff: traffic_ops/app/lib/API/Tenant.pm --- @@ -0,0 +1,225 @@ +package API::Tenant; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103548224 --- Diff: traffic_ops/app/lib/API/Tenant.pm --- @@ -0,0 +1,225 @@ +package API::Tenant; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103547967 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -218,6 +218,118 @@ sub update { } +# Create +sub create {

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103547425 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -218,6 +218,118 @@ sub update { } +# Create +sub create {

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103547240 --- Diff: traffic_ops/app/t/api/1.2/tenant.t --- @@ -0,0 +1,156 @@ +package main; +# +# +# Licensed under the Apache

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103547046 --- Diff: traffic_ops/app/lib/API/Tenant.pm --- @@ -0,0 +1,225 @@ +package API::Tenant; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103531624 --- Diff: traffic_ops/app/lib/API/Tenant.pm --- @@ -0,0 +1,225 @@ +package API::Tenant; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103534500 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -218,6 +218,118 @@ sub update { } +# Create +sub create {

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103532374 --- Diff: traffic_ops/app/lib/API/Tenant.pm --- @@ -0,0 +1,225 @@ +package API::Tenant; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #322: Adding tenancy to the database

2017-02-28 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/322#discussion_r103534303 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -218,6 +218,118 @@ sub update { } +# Create +sub create {

[GitHub] incubator-trafficcontrol issue #321: Adding tenancy to the database

2017-02-28 Thread nir-sopher
Github user nir-sopher commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/321 Closing the PR as the content would be added by another PR --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] incubator-trafficcontrol pull request #320: Add Traffic Monitor 2.0 /publish...

2017-02-28 Thread rob05c
GitHub user rob05c opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/320 Add Traffic Monitor 2.0 /publish/Stats 95th percentile cache poll time Also changes polling to be slightly under the target time, and fixes a global variable potential threadsafety

[jira] [Commented] (TC-164) Creating a delivery service results in dbix error

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888290#comment-15888290 ] ASF GitHub Bot commented on TC-164: --- Github user mitchell852 closed the pull request at:

[jira] [Commented] (TC-164) Creating a delivery service results in dbix error

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15888288#comment-15888288 ] ASF GitHub Bot commented on TC-164: --- Github user mitchell852 commented on the issue:

[GitHub] incubator-trafficcontrol issue #309: [TC-164-Backport] - $self needs to be p...

2017-02-28 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/309 @knutsel - yes, I agree jan...but...$self is not what it appears to be in this case as the parent method is being called from the UI namespace AND the API namespace. --- If