[jira] [Updated] (TC-41) Traffic Ops route returns 500 Internal Error

2016-11-14 Thread Dewayne Richardson (JIRA)

 [ 
https://issues.apache.org/jira/browse/TC-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dewayne Richardson updated TC-41:
-
Description: 
GET /aadata/ProfileParameter/cachegroup/all fails with 500 Internal Error

Fails with Traffic Ops Error:


Traffic Ops fatal error occurred while processing your request. 
Error at line 242 ( while ( my $row = $rs->next ) {) 
DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st 
execute failed: Unknown column 'cachegroup' in 'where clause' [for Statement 
"SELECT me.id, me.name, me.config_file, me.value, me.last_updated, me.secure, 
profile.name FROM parameter me LEFT JOIN profile_parameter profile_parameters_2 
ON profile_parameters_2.parameter = me.id LEFT JOIN profile profile ON 
profile.id = profile_parameters_2.profile WHERE ( cachegroup IS NULL ) GROUP BY 
me.id, me.name, me.config_file, me.value, me.last_updated, me.secure, 
profile.name"] at /opt/traffic_ops/app/lib/UI/Cdn.pm line 242

  was:GET /aadata/ProfileParameter/cachegroup/all fails with 500 Internal Error


> Traffic Ops route returns 500 Internal Error
> 
>
> Key: TC-41
> URL: https://issues.apache.org/jira/browse/TC-41
> Project: Traffic Control
>  Issue Type: Bug
>  Components: Traffic Ops
>Affects Versions: 1.8.0, 2.0.0
>Reporter: Dewayne Richardson
>Priority: Minor
> Fix For: 1.8.0, 2.0.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> GET /aadata/ProfileParameter/cachegroup/all fails with 500 Internal Error
> Fails with Traffic Ops Error:
> Traffic Ops fatal error occurred while processing your request. 
> Error at line 242 ( while ( my $row = $rs->next ) {) 
> DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st 
> execute failed: Unknown column 'cachegroup' in 'where clause' [for Statement 
> "SELECT me.id, me.name, me.config_file, me.value, me.last_updated, me.secure, 
> profile.name FROM parameter me LEFT JOIN profile_parameter 
> profile_parameters_2 ON profile_parameters_2.parameter = me.id LEFT JOIN 
> profile profile ON profile.id = profile_parameters_2.profile WHERE ( 
> cachegroup IS NULL ) GROUP BY me.id, me.name, me.config_file, me.value, 
> me.last_updated, me.secure, profile.name"] at 
> /opt/traffic_ops/app/lib/UI/Cdn.pm line 242



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TC-41) Traffic Ops route returns 500 Internal Error

2016-11-14 Thread Dewayne Richardson (JIRA)
Dewayne Richardson created TC-41:


 Summary: Traffic Ops route returns 500 Internal Error
 Key: TC-41
 URL: https://issues.apache.org/jira/browse/TC-41
 Project: Traffic Control
  Issue Type: Bug
  Components: Traffic Ops
Affects Versions: 1.8.0, 2.0.0
Reporter: Dewayne Richardson
Priority: Minor
 Fix For: 1.8.0, 2.0.0


GET /aadata/ProfileParameter/cachegroup/all fails with 500 Internal Error



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TC-42) Traffic Ops - Manage SSL keys screen scrolls with background

2016-11-14 Thread David Neuman (JIRA)
David Neuman created TC-42:
--

 Summary: Traffic Ops - Manage SSL keys screen scrolls with 
background
 Key: TC-42
 URL: https://issues.apache.org/jira/browse/TC-42
 Project: Traffic Control
  Issue Type: Bug
  Components: Traffic Ops
Affects Versions: 1.8.0
Reporter: David Neuman
Assignee: David Neuman
Priority: Minor
 Fix For: 2.0.1


If a user goes to deliveryservices -> manage SSL Keys -> Paste Existing keys on 
a smaller screen (like a laptop screen) and keys already exist, the user need 
to scroll to get to the "Load Keys" or "Close" buttons.  When the user attempts 
to scroll on this page, the page behind scrolls as well.  This makes it so the 
user cannot access the "Load Keys" or "Close" buttons without tabbing through 
the fields and trying to guess which button they are on. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TC-42) Traffic Ops - Manage SSL keys screen scrolls with background

2016-11-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TC-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664660#comment-15664660
 ] 

ASF GitHub Bot commented on TC-42:
--

GitHub user dneuman64 opened a pull request:

https://github.com/apache/incubator-trafficcontrol/pull/78

TC-42: Lock the sslkeys screen to prevent scrolling issue

This fixes [TC-42](https://issues.apache.org/jira/browse/TC-42)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dneuman64/incubator-trafficcontrol TC-42

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-trafficcontrol/pull/78.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #78


commit 2a4d824b0f5fc67910ef2eda126c681a19c5b0bc
Author: Dave Neuman 
Date:   2016-11-14T18:40:11Z

lock the sslkeys screen to prevent scrolling issue. This fixes: TC-42




> Traffic Ops - Manage SSL keys screen scrolls with background
> 
>
> Key: TC-42
> URL: https://issues.apache.org/jira/browse/TC-42
> Project: Traffic Control
>  Issue Type: Bug
>  Components: Traffic Ops
>Affects Versions: 1.8.0
>Reporter: David Neuman
>Assignee: David Neuman
>Priority: Minor
> Fix For: 2.0.1
>
>
> If a user goes to deliveryservices -> manage SSL Keys -> Paste Existing keys 
> on a smaller screen (like a laptop screen) and keys already exist, the user 
> need to scroll to get to the "Load Keys" or "Close" buttons.  When the user 
> attempts to scroll on this page, the page behind scrolls as well.  This makes 
> it so the user cannot access the "Load Keys" or "Close" buttons without 
> tabbing through the fields and trying to guess which button they are on. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TC-40) Traffic Ops UI Tools.DB Dump doesn't work

2016-11-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TC-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664829#comment-15664829
 ] 

ASF GitHub Bot commented on TC-40:
--

Github user mitchell852 commented on the issue:

https://github.com/apache/incubator-trafficcontrol/pull/79
  
https://issues.apache.org/jira/browse/TC-40


> Traffic Ops UI Tools.DB Dump doesn't work
> -
>
> Key: TC-40
> URL: https://issues.apache.org/jira/browse/TC-40
> Project: Traffic Control
>  Issue Type: Bug
>  Components: Traffic Ops
>Affects Versions: 2.0.0
> Environment: "psql" branch
>Reporter: Dewayne Richardson
>Priority: Minor
> Fix For: 2.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (TC-16) traffic_ops/experimental go imports reference old github.com/Comcast repo

2016-11-14 Thread Dan Kirkwood (JIRA)

 [ 
https://issues.apache.org/jira/browse/TC-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Kirkwood resolved TC-16.

Resolution: Fixed
  Assignee: Dan Kirkwood

> traffic_ops/experimental go imports reference old github.com/Comcast repo
> -
>
> Key: TC-16
> URL: https://issues.apache.org/jira/browse/TC-16
> Project: Traffic Control
>  Issue Type: Task
>  Components: Traffic Ops
>Affects Versions: 3.0
>Reporter: Dan Kirkwood
>Assignee: Dan Kirkwood
>Priority: Trivial
>
> Easy to find and fix:
> {quote}
> $ grep -ril github.com/Comcast/traffic_control traffic_ops/experimental/ | wc 
> -l
> 46
> {quote}
> Should import from the apache incubator project.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TC-16) traffic_ops/experimental go imports reference old github.com/Comcast repo

2016-11-14 Thread Brian Luke (JIRA)

[ 
https://issues.apache.org/jira/browse/TC-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665207#comment-15665207
 ] 

Brian Luke commented on TC-16:
--

Completed and submitted in PR#68

> traffic_ops/experimental go imports reference old github.com/Comcast repo
> -
>
> Key: TC-16
> URL: https://issues.apache.org/jira/browse/TC-16
> Project: Traffic Control
>  Issue Type: Task
>  Components: Traffic Ops
>Affects Versions: 3.0
>Reporter: Dan Kirkwood
>Priority: Trivial
>
> Easy to find and fix:
> {quote}
> $ grep -ril github.com/Comcast/traffic_control traffic_ops/experimental/ | wc 
> -l
> 46
> {quote}
> Should import from the apache incubator project.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TC-40) Traffic Ops UI Tools.DB Dump doesn't work

2016-11-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TC-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664851#comment-15664851
 ] 

ASF GitHub Bot commented on TC-40:
--

Github user dewrich closed the pull request at:

https://github.com/apache/incubator-trafficcontrol/pull/74


> Traffic Ops UI Tools.DB Dump doesn't work
> -
>
> Key: TC-40
> URL: https://issues.apache.org/jira/browse/TC-40
> Project: Traffic Control
>  Issue Type: Bug
>  Components: Traffic Ops
>Affects Versions: 2.0.0
> Environment: "psql" branch
>Reporter: Dewayne Richardson
>Priority: Minor
> Fix For: 2.0.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TC-42) Traffic Ops - Manage SSL keys screen scrolls with background

2016-11-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/TC-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15664934#comment-15664934
 ] 

ASF GitHub Bot commented on TC-42:
--

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-trafficcontrol/pull/78


> Traffic Ops - Manage SSL keys screen scrolls with background
> 
>
> Key: TC-42
> URL: https://issues.apache.org/jira/browse/TC-42
> Project: Traffic Control
>  Issue Type: Bug
>  Components: Traffic Ops
>Affects Versions: 1.8.0
>Reporter: David Neuman
>Assignee: David Neuman
>Priority: Minor
> Fix For: 2.0.1
>
>
> If a user goes to deliveryservices -> manage SSL Keys -> Paste Existing keys 
> on a smaller screen (like a laptop screen) and keys already exist, the user 
> need to scroll to get to the "Load Keys" or "Close" buttons.  When the user 
> attempts to scroll on this page, the page behind scrolls as well.  This makes 
> it so the user cannot access the "Load Keys" or "Close" buttons without 
> tabbing through the fields and trying to guess which button they are on. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)