[jira] [Commented] (WEEX-267) monitor the frequency of module invoke

2018-03-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16418365#comment-16418365
 ] 

ASF GitHub Bot commented on WEEX-267:
-

Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/1090


> monitor the frequency of module invoke
> --
>
> Key: WEEX-267
> URL: https://issues.apache.org/jira/browse/WEEX-267
> Project: Weex
>  Issue Type: Improvement
>  Components: iOS
>Reporter: xingZhang
>Assignee: xingZhang
>Priority: Major
>
> add an extra method for monitor protocol instead of commit the frequency of 
> module usage in monitor alarm



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-267) monitor the frequency of module invoke

2018-03-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417271#comment-16417271
 ] 

ASF GitHub Bot commented on WEEX-267:
-

Github user weex-bot commented on the issue:

https://github.com/apache/incubator-weex/pull/1090
  






  

  
  Messages

  
  
  :book:
  has no jsfm file changed.

  

  :book:
  jsfm test finished.

  




  Generated by :no_entry_sign: http://github.com/danger/danger-js/;>dangerJS




> monitor the frequency of module invoke
> --
>
> Key: WEEX-267
> URL: https://issues.apache.org/jira/browse/WEEX-267
> Project: Weex
>  Issue Type: Improvement
>  Components: iOS
>Reporter: xingZhang
>Assignee: xingZhang
>Priority: Major
>
> add an extra method for monitor protocol instead of commit the frequency of 
> module usage in monitor alarm



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-267) monitor the frequency of module invoke

2018-03-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417232#comment-16417232
 ] 

ASF GitHub Bot commented on WEEX-267:
-

Github user CYJB commented on a diff in the pull request:

https://github.com/apache/incubator-weex/pull/1090#discussion_r177723438
  
--- Diff: ios/sdk/WeexSDK/Sources/Protocol/WXAppMonitorProtocol.h ---
@@ -54,4 +54,8 @@
 
 - (void)commitAppMonitorAlarm:(NSString *)pageName monitorPoint:(NSString 
*)monitorPoint success:(BOOL)success errorCode:(NSString *)errorCode 
errorMsg:(NSString *)errorMsg arg:(NSString *)arg;
 
+@optional
+
+- (void)commitMonitorWithPage:(NSString *)pageName withPoint:(NSString 
*)monitorPoint withArgs:(NSDictionary *)args;
--- End diff --

Yes, that is better


> monitor the frequency of module invoke
> --
>
> Key: WEEX-267
> URL: https://issues.apache.org/jira/browse/WEEX-267
> Project: Weex
>  Issue Type: Improvement
>  Components: iOS
>Reporter: xingZhang
>Assignee: xingZhang
>Priority: Major
>
> add an extra method for monitor protocol instead of commit the frequency of 
> module usage in monitor alarm



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-267) monitor the frequency of module invoke

2018-03-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417223#comment-16417223
 ] 

ASF GitHub Bot commented on WEEX-267:
-

Github user acton393 commented on a diff in the pull request:

https://github.com/apache/incubator-weex/pull/1090#discussion_r177722055
  
--- Diff: ios/sdk/WeexSDK/Sources/Protocol/WXAppMonitorProtocol.h ---
@@ -54,4 +54,8 @@
 
 - (void)commitAppMonitorAlarm:(NSString *)pageName monitorPoint:(NSString 
*)monitorPoint success:(BOOL)success errorCode:(NSString *)errorCode 
errorMsg:(NSString *)errorMsg arg:(NSString *)arg;
 
+@optional
+
+- (void)commitMonitorWithPage:(NSString *)pageName withPoint:(NSString 
*)monitorPoint withArgs:(NSDictionary *)args;
--- End diff --

maybe
` - (void)commitMonitorWithPage:(NSString *)pageName monitorPoint:(NSString 
*)monitorPoint args:(NSDictionary *)args   `
 is better?


> monitor the frequency of module invoke
> --
>
> Key: WEEX-267
> URL: https://issues.apache.org/jira/browse/WEEX-267
> Project: Weex
>  Issue Type: Improvement
>  Components: iOS
>Reporter: xingZhang
>Assignee: xingZhang
>Priority: Major
>
> add an extra method for monitor protocol instead of commit the frequency of 
> module usage in monitor alarm



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (WEEX-267) monitor the frequency of module invoke

2018-03-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417222#comment-16417222
 ] 

ASF GitHub Bot commented on WEEX-267:
-

GitHub user CYJB opened a pull request:

https://github.com/apache/incubator-weex/pull/1090

[WEEX-267][ios]monitor the frequency of module invoke

Add new optional method for module invoke monitor, do not use alarm anymore.

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

$ git pull https://github.com/CYJB/incubator-weex WEEX-267

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

https://github.com/apache/incubator-weex/pull/1090.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 #1090


commit 2c17b279c43a6e8d0b802f20c9f3db9b4d7ee769
Author: CYJB 
Date:   2018-03-28T11:43:32Z

[WEEX-267][ios]monitor the frequency of module invoke

Add new optional method for module invoke monitor, do not use alarm anymore.




> monitor the frequency of module invoke
> --
>
> Key: WEEX-267
> URL: https://issues.apache.org/jira/browse/WEEX-267
> Project: Weex
>  Issue Type: Improvement
>  Components: iOS
>Reporter: xingZhang
>Assignee: xingZhang
>Priority: Major
>
> add an extra method for monitor protocol instead of commit the frequency of 
> module usage in monitor alarm



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] incubator-weex-site pull request #127: [iOS] edit devTool doc en && cn

2018-03-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex-site/pull/127


---


[GitHub] incubator-weex-site pull request #128: update the doc refer to downgrade.

2018-03-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex-site/pull/128


---


[jira] [Commented] (WEEX-267) monitor the frequency of module invoke

2018-03-28 Thread Shaojun Yang (JIRA)

[ 
https://issues.apache.org/jira/browse/WEEX-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16417181#comment-16417181
 ] 

Shaojun Yang commented on WEEX-267:
---

Add new protocol method commitCommonMonitor:monitorPoint:args: to commit common 
monitor.

> monitor the frequency of module invoke
> --
>
> Key: WEEX-267
> URL: https://issues.apache.org/jira/browse/WEEX-267
> Project: Weex
>  Issue Type: Improvement
>  Components: iOS
>Reporter: xingZhang
>Assignee: xingZhang
>Priority: Major
>
> add an extra method for monitor protocol instead of commit the frequency of 
> module usage in monitor alarm



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Podling Report Reminder - April 2018

2018-03-28 Thread johndament
Dear podling,

This email was sent by an automated system on behalf of the Apache
Incubator PMC. It is an initial reminder to give you plenty of time to
prepare your quarterly board report.

The board meeting is scheduled for Wed, 18 April 2018, 10:30 am PDT.
The report for your podling will form a part of the Incubator PMC
report. The Incubator PMC requires your report to be submitted 2 weeks
before the board meeting, to allow sufficient time for review and
submission (Wed, April 04).

Please submit your report with sufficient time to allow the Incubator
PMC, and subsequently board members to review and digest. Again, the
very latest you should submit your report is 2 weeks prior to the board
meeting.

Thanks,

The Apache Incubator PMC

Submitting your Report

--

Your report should contain the following:

*   Your project name
*   A brief description of your project, which assumes no knowledge of
the project or necessarily of its field
*   A list of the three most important issues to address in the move
towards graduation.
*   Any issues that the Incubator PMC or ASF Board might wish/need to be
aware of
*   How has the community developed since the last report
*   How has the project developed since the last report.
*   How does the podling rate their own maturity.

This should be appended to the Incubator Wiki page at:

https://wiki.apache.org/incubator/April2018

Note: This is manually populated. You may need to wait a little before
this page is created from a template.

Mentors
---

Mentors should review reports for their project(s) and sign them off on
the Incubator wiki page. Signing off reports shows that you are
following the project - projects that are not signed may raise alarms
for the Incubator PMC.

Incubator PMC


[GitHub] incubator-weex-site pull request #128: update the doc refer to downgrade.

2018-03-28 Thread boboning
GitHub user boboning opened a pull request:

https://github.com/apache/incubator-weex-site/pull/128

update the doc refer to downgrade.

There is someting to update about weex  downgrade., including why and how 
to perform.

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

$ git pull https://github.com/boboning/incubator-weex-site master

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

https://github.com/apache/incubator-weex-site/pull/128.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 #128


commit 877753bd1d26e665222ab70568decf145cd6c94a
Author: boboning 
Date:   2018-03-28T10:03:59Z

update the doc refer to downgrade.




---


[GitHub] incubator-weex-site pull request #127: [iOS] edit devTool doc en && cn

2018-03-28 Thread lucky-chen
GitHub user lucky-chen opened a pull request:

https://github.com/apache/incubator-weex-site/pull/127

[iOS] edit devTool doc en && cn

- edit devTool doc
  - en
  - cn

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

$ git pull https://github.com/lucky-chen/incubator-weex-site master

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

https://github.com/apache/incubator-weex-site/pull/127.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 #127


commit bc431eba74182914a8cd6ade49d9128e2124f7a4
Author: zhongcang 
Date:   2018-03-28T10:03:21Z

[iOS] edit devtoll guide doc cn&

commit ecf00c1697fc836371c86acfa8ecbf4bbaff1a76
Author: zhongcang 
Date:   2018-03-28T10:04:56Z

[iOS] edit devtoll doc en




---


[jira] [Updated] (WEEX-267) monitor the frequency of module invoke

2018-03-28 Thread xingZhang (JIRA)

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

xingZhang updated WEEX-267:
---
Description: add an extra method for monitor protocol instead of commit the 
frequency of module usage in monitor alarm

> monitor the frequency of module invoke
> --
>
> Key: WEEX-267
> URL: https://issues.apache.org/jira/browse/WEEX-267
> Project: Weex
>  Issue Type: Improvement
>  Components: iOS
>Reporter: xingZhang
>Assignee: xingZhang
>Priority: Major
>
> add an extra method for monitor protocol instead of commit the frequency of 
> module usage in monitor alarm



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] incubator-weex-site pull request #126: Update css-units.md

2018-03-28 Thread varunsob
Github user varunsob commented on a diff in the pull request:

https://github.com/apache/incubator-weex-site/pull/126#discussion_r177655427
  
--- Diff: source/wiki/css-units.md ---
@@ -8,4 +8,50 @@ version: 2.1
 
 
 
-Work in progresss.
+## CSS `color` units
+
+```css
+.classA {
+  /* 3-chars hex */
+  color: #0f0;
+  /* 6-chars hex */
+  color: #00ff00;
+  /* rgba */
+  color: rgb(255, 0, 0);
+  /* rgba */
+  color: rgba(255, 0, 0, 0.5);
+  /* transparent */
+  color: transparent;
+  /* Basic color keywords */
+  color: orange;
+  /* Extended color keywords */
+  color: darkgray;
+}
+```
+
+## Notes
+
+* Not support `hsl()`, `hsla()`, `currentColor`, or 8-character 
hexadecimal color.
+
+* Performance of `rgb(a,b,c)` or `rgba(a,b,c,d)` is much worse than other 
color formats, please select the appropriate color format.
+
+build-in color name you can see [Color Names](./color-names.html).
+
+## CSS `length` units
+
+In weex we only support `px` length units., and it will resolve to a 
numeric type in the JavaScript runtime and native renderer.
--- End diff --

. and , shouldn't be together. We can rephrase it to following - 
In weex we only support `px` length units. It will resolve to a numeric 
type in the JavaScript runtime and native renderer.


---


[GitHub] incubator-weex-site pull request #126: Update css-units.md

2018-03-28 Thread erha19
GitHub user erha19 opened a pull request:

https://github.com/apache/incubator-weex-site/pull/126

Update css-units.md

Add css-units document

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

$ git pull https://github.com/erha19/incubator-weex-site patch-3

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

https://github.com/apache/incubator-weex-site/pull/126.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 #126






---