[jira] [Commented] (CB-9196) Clean up Medic CLI

2015-06-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14590875#comment-14590875
 ] 

ASF subversion and git services commented on CB-9196:
-

Commit 8d6a66bfee336d8e90d7130f600d127c2bcfd575 in cordova-medic's branch 
refs/heads/master from [~dblotsky]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-medic.git;h=8d6a66b ]

CB-9196 Adding JSHint config for medic. Making medic-log return an error code.
Making medic-clean --exclude repeatable. Making medic-clean take a target
directory. Fixing JSHint-detected errors.


 Clean up Medic CLI
 --

 Key: CB-9196
 URL: https://issues.apache.org/jira/browse/CB-9196
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
Priority: Minor
  Labels: improvement, medic
   Original Estimate: 3h
  Remaining Estimate: 3h

 Clean up medic CLI with the following tasks:
 - medic-log should return an error code (but not flunk the build) when it 
 can't get logs
 - medic-clean should take a target argument
 - medic-clean's --exclude argument should be repeatable
 - medic should have JSHint



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9196) Clean up Medic CLI

2015-06-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14590876#comment-14590876
 ] 

ASF GitHub Bot commented on CB-9196:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-medic/pull/56


 Clean up Medic CLI
 --

 Key: CB-9196
 URL: https://issues.apache.org/jira/browse/CB-9196
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
Priority: Minor
  Labels: improvement, medic
   Original Estimate: 3h
  Remaining Estimate: 3h

 Clean up medic CLI with the following tasks:
 - medic-log should return an error code (but not flunk the build) when it 
 can't get logs
 - medic-clean should take a target argument
 - medic-clean's --exclude argument should be repeatable
 - medic should have JSHint



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9196) Clean up Medic CLI

2015-06-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14589372#comment-14589372
 ] 

ASF GitHub Bot commented on CB-9196:


GitHub user dblotsky opened a pull request:

https://github.com/apache/cordova-medic/pull/56

CB-9196 Medic cleanup

CB-9196 Adding JSHint config for medic. Making medic-log return an error 
code. Making `medic-clean`'s `--exclude` flag repeatable. Making `medic-clean` 
take a target directory. Fixing JSHint-detected errors.

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

$ git pull https://github.com/MSOpenTech/cordova-medic CB-9196

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

https://github.com/apache/cordova-medic/pull/56.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 #56


commit e145e0fae5d2316e341c1b3deb808c383d17612b
Author: Dmitry Blotsky dmitry.blot...@gmail.com
Date:   2015-06-17T06:24:16Z

CB-9196 Adding JSHint config for medic. Making medic-log return an error 
code.
Making medic-clean --exclude repeatable. Making medic-clean take a target
directory. Fixing JSHint-detected errors.




 Clean up Medic CLI
 --

 Key: CB-9196
 URL: https://issues.apache.org/jira/browse/CB-9196
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
Priority: Minor
  Labels: improvement, medic
   Original Estimate: 3h
  Remaining Estimate: 3h

 Clean up medic CLI with the following tasks:
 - medic-log should return an error code (but not flunk the build) when it 
 can't get logs
 - medic-clean should take a target argument
 - medic-clean's --exclude argument should be repeatable
 - medic should have JSHint



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-9196) Clean up Medic CLI

2015-06-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14589899#comment-14589899
 ] 

ASF GitHub Bot commented on CB-9196:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-medic/pull/56#issuecomment-112836441
  
LGTM


 Clean up Medic CLI
 --

 Key: CB-9196
 URL: https://issues.apache.org/jira/browse/CB-9196
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Medic
Reporter: Dmitry Blotsky
Assignee: Dmitry Blotsky
Priority: Minor
  Labels: improvement, medic
   Original Estimate: 3h
  Remaining Estimate: 3h

 Clean up medic CLI with the following tasks:
 - medic-log should return an error code (but not flunk the build) when it 
 can't get logs
 - medic-clean should take a target argument
 - medic-clean's --exclude argument should be repeatable
 - medic should have JSHint



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org