[GitHub] incubator-trafficcontrol pull request #325: Adding an experimental go based ...

2017-03-01 Thread nir-sopher
GitHub user nir-sopher opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/325 Adding an experimental go based rest API for Traffic Ops This module it provides a server creating a RESTful API towards Traffic-Ops DB. It was created in order to POC

[GitHub] incubator-trafficcontrol pull request #324: Traffic ops experimental go api

2017-03-01 Thread nir-sopher
Github user nir-sopher closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/324 --- 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 issue #324: Traffic ops experimental go api

2017-03-01 Thread nir-sopher
Github user nir-sopher commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/324 Will readd again. Sorry fo the mess --- 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

[GitHub] incubator-trafficcontrol pull request #324: Traffic ops experimental go api

2017-03-01 Thread nir-sopher
GitHub user nir-sopher opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/324 Traffic ops experimental go api This module it provides a server creating a RESTful API towards Traffic-Ops DB. It was created in order to POC the concept of API Gateway

[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

[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

[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

[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

[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

[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

[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

[jira] (TC-104) httpsPort key is missing in the CRConfig contentRouters section for 1.8

2017-01-30 Thread Nir Sopher (JIRA)
Title: Message Title Nir Sopher commented on TC-104

[GitHub] incubator-trafficcontrol issue #230: Allowing variables in traffic-server's ...

2017-01-25 Thread nir-sopher
Github user nir-sopher commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/230 Cool! I was started to look for a way to integrate the 2. Thank you! Nir On Wed, Jan 25, 2017 at 7:16 PM, Jeremy Mitchell <notificati...@github.com>

[GitHub] incubator-trafficcontrol pull request #230: Allowing variables in traffic-se...

2017-01-25 Thread nir-sopher
GitHub user nir-sopher opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/230 Allowing variables in traffic-server's profile derived parameters Supporting __CACHE_IPV4__, __CACHE_IPV6__. Adding additional variables should be even more simple and safe

[jira] [Created] (TC-121) Parametrized traffic-server configuration

2017-01-25 Thread Nir Sopher (JIRA)
Nir Sopher created TC-121: - Summary: Parametrized traffic-server configuration Key: TC-121 URL: https://issues.apache.org/jira/browse/TC-121 Project: Traffic Control Issue Type: Improvement

[GitHub] incubator-trafficcontrol pull request #149: Developer guide documentation fi...

2017-01-02 Thread nir-sopher
GitHub user nir-sopher opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/149 Developer guide documentation fixes This pull request comes to clear a few issues we encountered while creating a development environment for traffic-control v1.7 over

[GitHub] incubator-trafficcontrol pull request #136: Administrator's Guide Typos Fixe...

2016-12-13 Thread nir-sopher
GitHub user nir-sopher opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/136 Administrator's Guide Typos Fixes Typos fixes in the Admin guide: traffic-ops, traffic-router and traffic-stats You can merge this pull request into a Git repository

<    1   2   3