You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/04/28 02:51:23 UTC

[1/2] incubator-weex git commit: * [test] add dingding bot

Repository: incubator-weex
Updated Branches:
  refs/heads/0.12-dev 8dedea50d -> 77ac09175


* [test] add dingding bot


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ef17058a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ef17058a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ef17058a

Branch: refs/heads/0.12-dev
Commit: ef17058adf7e8b1bdc50d196df7662bd9d790d58
Parents: cf755d4
Author: sospartan <so...@apache.org>
Authored: Wed Apr 26 16:34:19 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Wed Apr 26 16:34:19 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ef17058a/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 56a7a91..4d64a45 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,4 +61,6 @@ cache:
 script:
   - source test/ci-funcs.sh
   - runJSTest $TEST_SUITE
+notifications:
+  webhooks: https://oapi.dingtalk.com/robot/send?access_token=553a6d23676da61499b0001a8e28d4436be776f5642fff9259f5c946ffac45d2
   


[2/2] incubator-weex git commit: Merge branch '0.12-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into 0.12-dev

Posted by so...@apache.org.
Merge branch '0.12-dev' of https://git-wip-us.apache.org/repos/asf/incubator-weex into 0.12-dev


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/77ac0917
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/77ac0917
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/77ac0917

Branch: refs/heads/0.12-dev
Commit: 77ac09175baa227e4b363ee1507df62f14e4a2db
Parents: ef17058 8dedea5
Author: sospartan <so...@apache.org>
Authored: Fri Apr 28 10:51:06 2017 +0800
Committer: sospartan <so...@apache.org>
Committed: Fri Apr 28 10:51:06 2017 +0800

----------------------------------------------------------------------
 android/sdk/libs/armeabi/libweexjsc.so          | Bin 7815820 -> 7652256 bytes
 .../java/com/taobao/weex/WXSDKInstance.java     |   5 +
 .../java/com/taobao/weex/dom/WXDomObject.java   |  51 ++--
 .../taobao/weex/dom/WXRecyclerDomObject.java    |   8 +-
 .../main/java/com/taobao/weex/dom/WXStyle.java  | 161 ++++++++++-
 .../weex/dom/action/GetComponentRectAction.java |  29 +-
 .../taobao/weex/ui/component/WXScroller.java    |  16 +-
 .../java/com/taobao/weex/utils/WXUtils.java     |  60 +++-
 package.json                                    |   1 +
 test/pages/attributes/compositing.vue           |  89 ++++++
 test/pages/css/border.vue                       | 283 +++++++++++++++++++
 test/screenshot/border-ios.png                  | Bin 0 -> 168396 bytes
 test/screenshot/compositing-ios.png             | Bin 0 -> 228661 bytes
 test/scripts/attributes/compositing.test.js     |  63 +++++
 test/scripts/css/border.test.js                 |  63 +++++
 test/scripts/util.js                            |  33 +++
 16 files changed, 806 insertions(+), 56 deletions(-)
----------------------------------------------------------------------