[jira] [Updated] (AURORA-1244) Bad layout on Update Events table when long message is present

2015-04-03 Thread Joshua Cohen (JIRA)

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

Joshua Cohen updated AURORA-1244:
-
Attachment: Screen Shot 2015-04-03 at 10.54.15 AM.png

Attaching screenshot showing this issue in the wild.

 Bad layout on Update Events table when long message is present
 --

 Key: AURORA-1244
 URL: https://issues.apache.org/jira/browse/AURORA-1244
 Project: Aurora
  Issue Type: Bug
  Components: UI
Reporter: Joshua Cohen
Priority: Minor
 Attachments: Screen Shot 2015-04-03 at 10.54.15 AM.png


 Now that we include the message in the Update Events table, it has the 
 potential to cause the other columns to get squished. We should set explicit 
 widths on the columns to ensure that the message is wrapped, rather than, 
 e.g., the date.



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


[jira] [Resolved] (AURORA-316) in health_check_config allow override for uri and expected_response

2015-04-03 Thread brian wickman (JIRA)

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

brian wickman resolved AURORA-316.
--
Resolution: Fixed
  Assignee: Brian Brazil

{noformat}
commit 27a602d2c9efdd1cd2591c9c754f086c04ad0eb9
Author: Brian Brazil brian.bra...@boxever.com
Date:   Fri Apr 3 15:33:05 2015 -0700

Make health check configurable

This allows the endpoint, expected response
and expected response code to be configured by the user.

Testing Done:
Unittests added and manurally verified in vagrant enviroment.

Bugs closed: AURORA-316

Reviewed at https://reviews.apache.org/r/32295/
{noformat}

 in health_check_config allow override for uri and expected_response 
 

 Key: AURORA-316
 URL: https://issues.apache.org/jira/browse/AURORA-316
 Project: Aurora
  Issue Type: Task
  Components: Executor
Reporter: alexius ludeman
Assignee: Brian Brazil

 currently http health checks expect the health check to be located at 
 /health, where the body content somewhere contains ok.
 I'd like to see two additional fields parameters added to the 
 HealthCheckConfig object:
 - 'uri': i.e. /my/health/check/location
 - 'expected_response i.e. HAPPY
 http://aurora.incubator.apache.org/documentation/latest/configurationreference/#healthcheckconfig-objects



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