[GitHub] incubator-trafficcontrol pull request #434: org tenancy - add tenant name to...

2017-04-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/434 --- 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, or if

[GitHub] incubator-trafficcontrol pull request #434: org tenancy - add tenant name to...

2017-04-18 Thread orifinkelman
Github user orifinkelman commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/434#discussion_r111923046 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -281,11 +284,14 @@ sub current { if ( _ldap($self) ) {

[GitHub] incubator-trafficcontrol pull request #434: org tenancy - add tenant name to...

2017-04-11 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/434#discussion_r110946789 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -281,11 +284,14 @@ sub current { if ( _ldap($self) ) {

[GitHub] incubator-trafficcontrol pull request #434: org tenancy - add tenant name to...

2017-04-09 Thread orifinkelman
Github user orifinkelman commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/434#discussion_r110540333 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -281,11 +284,14 @@ sub current { if ( _ldap($self) ) {

[GitHub] incubator-trafficcontrol pull request #434: org tenancy - add tenant name to...

2017-04-06 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/434#discussion_r110308097 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -330,6 +336,7 @@ sub current { "phoneNumber"

[GitHub] incubator-trafficcontrol pull request #434: org tenancy - add tenant name to...

2017-04-06 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/434#discussion_r110307660 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -98,6 +98,7 @@ sub index { "stateOrProvince" =>

[GitHub] incubator-trafficcontrol pull request #434: org tenancy - add tenant name to...

2017-04-06 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/434#discussion_r110307744 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -69,7 +69,7 @@ sub index { my $dbh; if ( defined $username ) {

[GitHub] incubator-trafficcontrol pull request #434: org tenancy - add tenant name to...

2017-04-06 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/434#discussion_r110308262 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -134,6 +135,7 @@ sub show { "stateOrProvince" =>

[GitHub] incubator-trafficcontrol pull request #434: org tenancy - add tenant name to...

2017-04-06 Thread orifin
GitHub user orifin opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/434 org tenancy - add tenant name to user api Add the tenant name as "tenant" to the user api. Changed the following routes: /users/ /users/:id /user/current