[GitHub] incubator-trafficcontrol pull request #509: [TC-64] - adds the ability to un...

2017-04-24 Thread mitchell852
GitHub user mitchell852 opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/509 [TC-64] - adds the ability to unlink profiles from parameters You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (TC-64) TO experimental SPA application

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982324#comment-15982324 ] ASF GitHub Bot commented on TC-64: -- GitHub user mitchell852 opened a pull request:

[GitHub] incubator-trafficcontrol pull request #508: Adding KEYS required for release

2017-04-24 Thread limited
GitHub user limited opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/508 Adding KEYS required for release (cherry picked from commit b3885f73e4c518b45368ecbdb9d730826b2bad06) You can merge this pull request into a Git repository by running: $ git

[GitHub] incubator-trafficcontrol pull request #507: [BACKPORT] add dates for 1.7.0 a...

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

[jira] [Updated] (TC-248) Importing and exporting profiles does not work as expected

2017-04-24 Thread Robert Scrimo (JIRA)
[ https://issues.apache.org/jira/browse/TC-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scrimo updated TC-248: - Description: Centos 7.2; Profile is attached. Issue was confirmed in latest staging build

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r113050424 --- Diff: traffic_ops/app/db/seeds.sql --- @@ -22,6 +22,257 @@ insert into role (id, name, description, priv_level) values (5,

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r113049926 --- Diff: traffic_ops/app/db/seeds.sql --- @@ -22,6 +22,257 @@ insert into role (id, name, description, priv_level) values (5,

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r113049468 --- Diff: traffic_ops/app/db/migrations/2017040601_create_capabilities_and_roles.sql --- @@ -0,0 +1,89 @@ +/* + +

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r113049164 --- Diff: traffic_ops/app/db/migrations/2017040601_create_capabilities_and_roles.sql --- @@ -0,0 +1,89 @@ +/* + +

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r113056228 --- Diff: traffic_ops/app/lib/TrafficOpsRoutes.pm --- @@ -657,6 +657,23 @@ sub api_routes { # Supports ?orderby=key

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r113053856 --- Diff: traffic_ops/app/lib/API/ApiCapability.pm --- @@ -0,0 +1,258 @@ +package API::ApiCapability; +# +# +#

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r113053641 --- Diff: traffic_ops/app/lib/API/ApiCapability.pm --- @@ -0,0 +1,258 @@ +package API::ApiCapability; +# +# +#

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r113056848 --- Diff: traffic_ops/app/lib/API/ApiCapability.pm --- @@ -0,0 +1,258 @@ +package API::ApiCapability; +# +# +#

[GitHub] incubator-trafficcontrol pull request #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/435#discussion_r113052674 --- Diff: traffic_ops/app/db/seeds.sql --- @@ -22,6 +22,257 @@ insert into role (id, name, description, priv_level) values (5,

[jira] [Updated] (TC-248) Importing and exporting profiles does not work as expected

2017-04-24 Thread Robert Scrimo (JIRA)
[ https://issues.apache.org/jira/browse/TC-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scrimo updated TC-248: - Summary: Importing and exporting profiles does not work as expected (was: Importing and Exporting does not

[jira] [Updated] (TC-247) Upgrading Traffic Ops via yum, goose is failing to execute

2017-04-24 Thread Robert Scrimo (JIRA)
[ https://issues.apache.org/jira/browse/TC-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scrimo updated TC-247: - Summary: Upgrading Traffic Ops via yum, goose is failing to execute (was: Upgrading via Traffic Ops via yum,

[jira] [Closed] (TC-246) Updating Steering targets fails

2017-04-24 Thread Derek Gelinas (JIRA)
[ https://issues.apache.org/jira/browse/TC-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Derek Gelinas closed TC-246. > Updating Steering targets fails > --- > > Key: TC-246 >

[jira] [Resolved] (TC-246) Updating Steering targets fails

2017-04-24 Thread Derek Gelinas (JIRA)
[ https://issues.apache.org/jira/browse/TC-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Derek Gelinas resolved TC-246. -- Resolution: Fixed > Updating Steering targets fails > --- > >

[jira] [Closed] (TC-181) Fancybox software in web_deps.txt is unavailable at specificed URL

2017-04-24 Thread Robert Scrimo (JIRA)
[ https://issues.apache.org/jira/browse/TC-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scrimo closed TC-181. > Fancybox software in web_deps.txt is unavailable at specificed URL >

[jira] [Resolved] (TC-181) Fancybox software in web_deps.txt is unavailable at specificed URL

2017-04-24 Thread Robert Scrimo (JIRA)
[ https://issues.apache.org/jira/browse/TC-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Scrimo resolved TC-181. -- Resolution: Fixed Fix Version/s: 2.1.0 2.0.0 > Fancybox software in web_deps.txt

[jira] [Created] (TC-247) Upgrading via Traffic Ops via yum, goose is failing to execute

2017-04-24 Thread Robert Scrimo (JIRA)
Robert Scrimo created TC-247: Summary: Upgrading via Traffic Ops via yum, goose is failing to execute Key: TC-247 URL: https://issues.apache.org/jira/browse/TC-247 Project: Traffic Control

[jira] [Commented] (TC-246) Updating Steering targets fails

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

[GitHub] incubator-trafficcontrol pull request #505: [TC-246] validation needs to che...

2017-04-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/505 --- 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 #506: removed questions from postinsta...

2017-04-24 Thread dewrich
GitHub user dewrich opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/506 removed questions from postinstall and added them to seeds_demo.sql You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (TC-246) Updating Steering targets fails

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981815#comment-15981815 ] ASF GitHub Bot commented on TC-246: --- GitHub user dg4prez opened a pull request:

[GitHub] incubator-trafficcontrol pull request #505: [TC-246] validation needs to che...

2017-04-24 Thread dg4prez
GitHub user dg4prez opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/505 [TC-246] validation needs to check CDN, not profile When modifying steering weights or assignments in the UI, the operation fails as we are checking the profile name associated

[jira] [Created] (TC-246) Updating Steering targets fails

2017-04-24 Thread Derek Gelinas (JIRA)
Derek Gelinas created TC-246: Summary: Updating Steering targets fails Key: TC-246 URL: https://issues.apache.org/jira/browse/TC-246 Project: Traffic Control Issue Type: Bug

[GitHub] incubator-trafficcontrol pull request #370: Adding a "create user" to the ap...

2017-04-24 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/370#discussion_r113034286 --- Diff: traffic_ops/app/t/api/1.2/user_admin.t --- @@ -0,0 +1,126 @@ +package main; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #370: Adding a "create user" to the ap...

2017-04-24 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/370#discussion_r113034309 --- Diff: traffic_ops/app/t/api/1.2/user_admin.t --- @@ -0,0 +1,126 @@ +package main; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #370: Adding a "create user" to the ap...

2017-04-24 Thread nir-sopher
Github user nir-sopher commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/370#discussion_r113028771 --- Diff: traffic_ops/app/lib/API/User.pm --- @@ -226,6 +226,120 @@ sub update { } +# Create +sub create {

[GitHub] incubator-trafficcontrol issue #435: Authorization model

2017-04-24 Thread mitchell852
Github user mitchell852 commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/435 Hi @naamashoresh - I'm sorry to make you do this but can you reconcile your seeds.sql file? You might have to do a rebase as seeds.sql has changes significantly since you

[GitHub] incubator-trafficcontrol pull request #498: moves demo data out of seeds fil...

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

[jira] [Resolved] (TC-245) Remove index.html from request path

2017-04-24 Thread Jeff Elsloo (JIRA)
[ https://issues.apache.org/jira/browse/TC-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Elsloo resolved TC-245. Resolution: Fixed Assignee: Jeff Elsloo > Remove index.html from request path >

[jira] [Closed] (TC-245) Remove index.html from request path

2017-04-24 Thread Jeff Elsloo (JIRA)
[ https://issues.apache.org/jira/browse/TC-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Elsloo closed TC-245. -- > Remove index.html from request path > --- > > Key: TC-245 >

[jira] [Commented] (TC-245) Remove index.html from request path

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

[GitHub] incubator-trafficcontrol pull request #504: [TC-245] Remove index.html from ...

2017-04-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/504 --- 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 #370: Adding a "create user" to the ap...

2017-04-24 Thread mitchell852
Github user mitchell852 commented on a diff in the pull request: https://github.com/apache/incubator-trafficcontrol/pull/370#discussion_r113004733 --- Diff: traffic_ops/app/t/api/1.2/user_admin.t --- @@ -0,0 +1,126 @@ +package main; +# +# +# Licensed under the

[GitHub] incubator-trafficcontrol pull request #503: add dates for 1.7.0 and 1.8.0 re...

2017-04-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/503 --- 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 #504: [TC-245] Remove index.html from ...

2017-04-24 Thread elsloo
GitHub user elsloo opened a pull request: https://github.com/apache/incubator-trafficcontrol/pull/504 [TC-245] Remove index.html from Traffic Router. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (TC-245) Remove index.html from request path

2017-04-24 Thread Jeff Elsloo (JIRA)
Jeff Elsloo created TC-245: -- Summary: Remove index.html from request path Key: TC-245 URL: https://issues.apache.org/jira/browse/TC-245 Project: Traffic Control Issue Type: Improvement

[jira] [Resolved] (TC-243) TO postinstall connection to remote db not working

2017-04-24 Thread Dan Kirkwood (JIRA)
[ https://issues.apache.org/jira/browse/TC-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Kirkwood resolved TC-243. - Resolution: Fixed > TO postinstall connection to remote db not working >

[GitHub] incubator-trafficcontrol pull request #501: revert remap back to servers sco...

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

[jira] [Commented] (TC-115) ATS sometimes does not reload the config while receiving a "traffic_line -x"

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981071#comment-15981071 ] ASF GitHub Bot commented on TC-115: --- Github user weifensh commented on the issue:

[GitHub] incubator-trafficcontrol issue #379: Reverse schema gaps

2017-04-24 Thread nir-sopher
Github user nir-sopher commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/379 This PR became old and might be irrelevant. Closing it --- 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 #379: Reverse schema gaps

2017-04-24 Thread nir-sopher
Github user nir-sopher closed the pull request at: https://github.com/apache/incubator-trafficcontrol/pull/379 --- 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

[jira] [Commented] (TC-184) Tenant Hierarchy

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TC-184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981028#comment-15981028 ] ASF GitHub Bot commented on TC-184: --- Github user nir-sopher commented on the issue:

[GitHub] incubator-trafficcontrol issue #433: [TC-184] Tenancy validation for resourc...

2017-04-24 Thread nir-sopher
Github user nir-sopher commented on the issue: https://github.com/apache/incubator-trafficcontrol/pull/433 Following a discussion with @mitchell852 I'm closing this PR. New PR will be provided, supplying an API that supports tenants table caching to reduce calls to DB when the API