Re: List volume and issue tracking

2018-04-08 Thread Minxuan Zhuang
+1 On Sun, Apr 8, 2018 at 3:08 PM, shang zonghai wrote: > +1 > > Kind regards, > yiji >

dubbo samples project

2018-05-21 Thread Minxuan Zhuang
Hi all: I'm writing to tell you that I have made a dubbo-sample project to collect the examples of dubbo usage. At present, there are

dubbo samples project

2018-05-21 Thread Minxuan Zhuang
Hi all: I'm writing to tell you that I have made a dubbo-sample project to collect the examples of dubbo usage. At present, there are 19 samples, the github address is https://github.com/dubbo/dubbo-samples, Welcome to submit your code to this project.

plan to do some transformation on dubbo admin and dubbo monitor

2018-06-07 Thread Minxuan Zhuang
Hi community: the recent version of dubbo admin is quite old, it has some problems: * it cannot compile and run in JDK 8 * the dependency of webX is out of date * the dubbo admin and dubbo monitor are two separated projects and hasn't update for a long time. for these reasons, I'm consider

Re: plan to do some transformation on dubbo admin and dubbo monitor

2018-06-15 Thread Minxuan Zhuang
t; > > > On Fri, Jun 8, 2018 at 1:05 PM, Huxing Zhang wrote: > > > > > On Fri, Jun 8, 2018 at 11:57 AM, Minxuan Zhuang > > > wrote: > > > > Hi community: > > > > > > > > the recent version of dubbo admin is quite old, it has some problems: &g

Re: plan to do some transformation on dubbo admin and dubbo monitor

2018-06-15 Thread Minxuan Zhuang
do you think, Minxuan? > > On Fri, Jun 15, 2018 at 4:25 PM Minxuan Zhuang > wrote: > > > Hi community: > > I've done the first step: change framework from webx to spring > > boot2.0. Now it can compile and run under JDK8, next, I'll follow the >

[Discuss] new version of dubbo ops

2018-07-04 Thread Minxuan Zhuang
Hi,Community: Previously, I changed Dubbo ops back end framework from webx into spring boots. Now I have some suggestions about what to do next: Two ultimate goals: 1. Make Dubbo admin and Dubbo ops to be a project 2. change the front end frame to the popular bootstrap+Vue.js The new version o

Re: Proposal for Dubbo 3.0

2018-07-12 Thread Minxuan Zhuang
Hi Thank you for being interested in Dubbo monitor, If you unregister a a consumer, the monitor will get the information Immediately, you can try this by the steps below: 1. start a zookeeper 2 start Dubbo monitor by running MonitorStarter.java 3. download dubbo samples here

Re: [Discuss] IP clearance remaining issues

2018-08-06 Thread Minxuan Zhuang
I'll follow the instruction about incubator-dubbo-ops during the refactoring On Tue, Aug 7, 2018 at 11:24 AM Jerrick Zhu wrote: > On Tue, Jul 17, 2018 at 12:54 PM Huxing Zhang wrote: > > > Hi All, > > > > A lot of work for IP clearance has been done before[1], especially in > > the core reposit

Re: Proposal for moving dubbo-rpc-xxx dubbo-serialization-xxx dubbo-remoting-xxx and dubbo-registry-xxx to dubbo ecosystem

2018-08-16 Thread Minxuan Zhuang
+1 dubbo ecosystem has more and more components, so dubbo core can keep simple and focus On Thu, Aug 16, 2018 at 4:58 PM wu tianbiao wrote: > +1, UT is really time-consuming > > +1, Dubbo should be modular, like “Extension Loader” maybe very popular. > > > > Consider “git submodule” > > > > 发送自

reconstruction of dubbo ops

2018-08-16 Thread Minxuan Zhuang
Hi community: I've commit a pull request: https://github.com/apache/incubator-dubbo-ops/pull/87 this is a reconstruction of dubbo Ops,the structure looks like: dubbo-admin ---dubbo-ops-frontend ---dubbo-ops-backend the front end is based on Vuetify and generat

Re: reconstruction of dubbo ops

2018-08-18 Thread Minxuan Zhuang
or others to play with it? Because not every > > one is familiar with those techniques. > > Is there any plan of next steps? > > > > I think it will be better if you can share your ideas to the > > community, so that more people can get involved. > > > > On Thu, Au

current status of dubbo ops

2018-09-10 Thread Minxuan Zhuang
dubbo ops is under refactoring, here is some progress status: 1 the current working branch is *develop*, 2 the monitor and registry module have been removed 3 prototype of 'service search' and 'routing rule' are accomplished 4. new readme about how to build the front end and back end if you are in

Re: current status of dubbo ops

2018-09-13 Thread Minxuan Zhuang
h it to here or github for further discussion once finished. > > 1. https://github.com/apache/incubator-dubbo/tree/dev-metadata > 2. https://github.com/apache/incubator-dubbo/pull/2468 > > Best regards, > Jun > > > On 10 Sep 2018, at 23:36, Minxuan Zhuang wrote: > > >

Re: current status of dubbo ops

2018-09-17 Thread Minxuan Zhuang
trol module. > > > -- > 在 2018年9月10日,下午11:36,Minxuan Zhuang 写道: > > dubbo ops is under refactoring, here is some progress status: > 1 the current working branch is *develop*, > 2 the monitor and registry module have been removed > 3 prototype of &

Re: Improve yaml editor for ops

2018-09-26 Thread Minxuan Zhuang
thanks for this, the codemirror component has some flaw, I'll try this On Thu, Sep 27, 2018 at 11:42 AM 马金凯 wrote: > I added ace-editor into components/AceEditor.vue(Actual cases refer to > access control module.) > > > https://github.com/apache/incubator-dubbo-ops/issues/108#issuecomment-424947

Re: current status of dubbo ops

2018-09-30 Thread Minxuan Zhuang
control module has submitted PR. > Use yaml configuration > Create/Edit/Delete/Search features > Using brace to edit yaml content > > Here is PR: https://github.com/apache/incubator-dubbo-ops/pull/117 > > > ---------- >

add swagger support to dubbo ops

2018-10-17 Thread Minxuan Zhuang
I've add simple swagger support to restful controller through this commit, once the project is deployed, you can find restful api information on page "http://localhost:8080/swagger-ui.html/";

Re: add swagger support to dubbo ops

2018-10-17 Thread Minxuan Zhuang
bbo > admin? > > Thanks, > -Ian. > > On Wed, Oct 17, 2018 at 4:46 PM 马金凯 wrote: > > > Awsome. it will be very convenient for users using the API. > > > > > > ---------- > > 发件人:Minxuan Zh

preview of new dubbo ops

2018-11-04 Thread Minxuan Zhuang
Hi community: I've deployed new dubbo ops at http://47.91.207.147, please try it and give me some advice, thanks. This version includes service search and service governance(routing rule, dynamic config, access control, weight adjust and load balance), monitor and metrics will be included i

Re: preview of new dubbo ops

2018-11-04 Thread Minxuan Zhuang
> >> I tested locally and found that the problem would be submitted >> immediately. >> ---------- >> 发件人:Minxuan Zhuang >> 发送时间:2018年11月5日(星期一) 14:50 >> 收件人:dev >> 主 题:preview of new dubbo ops >&

Re: preview of new dubbo ops

2018-11-04 Thread Minxuan Zhuang
instructions? > > Thanks, > -Ian. > > On Mon, Nov 5, 2018 at 3:44 PM Minxuan Zhuang wrote: > > > please resubmit your picture > > > > On Mon, Nov 5, 2018 at 3:41 PM Zonghai Shang wrote: > > > > > 1. left pannel can be fixed ? > > > [

Re: preview of new dubbo ops

2018-11-04 Thread Minxuan Zhuang
The demo service is org.apache.dubbo.demo.api.DemoService On Mon, Nov 5, 2018 at 3:55 PM Ian Luo wrote: > Which services are available for playing with in this online demo? > > Thanks, > -Ian. > > On Mon, Nov 5, 2018 at 3:52 PM Minxuan Zhuang wrote: > > >

Focus on work of next release 2.6.6

2018-12-03 Thread Minxuan Zhuang
Dubbo2.6.5 has been released, I want to take responsibility to release 2.6.6. Maybe it will be released in middle January, 2019. here is the milestone for 2.6.6, and I will move proper existing issues into it.: https://github.com/apache/incubator-dubbo/milestone/22 If anyone fix an issue or add new

Re: [Call for talks] Dubbo Guangzhou meetup

2018-12-17 Thread Minxuan Zhuang
I want to talk about the status of Dubbo, including new feature in dubbo 2.7 and a brand new dubbo admin. On Mon, Dec 17, 2018 at 11:44 PM Ian Luo wrote: > I am thinking about talking REST support in Dubbo in this meetup. I will > prepare slides and demo first. > > -Ian. > > On Thu, Dec 13, 2018

Re: Naming of non-ASF releases

2018-12-18 Thread Minxuan Zhuang
I'm about to release dubbo 2.6.6, and I've triggered an issue[1] to apply a new account for dubbo only 1 https://issues.sonatype.org/browse/OSSRH-44993 On Wed, Dec 19, 2018 at 10:58 AM Huxing Zhang wrote: > Hi, > > On Wed, Dec 19, 2018 at 10:40 AM Justin Mclean > wrote: > > > > Hi, > > > > >

Re: [DISCUSSION] Call for ideas and suggestions on v2.7.0 designs and implementations.

2018-12-20 Thread Minxuan Zhuang
Dubbo OPS is about to release the first version, it supports service governance features in Dubbo2.7, including tag route, application scope rules, metadata report, etc. I've deployed a demo here: http://47.91.207.147/#/service. the code locates here: https://github.com/apache/incubator-dubbo-ops/t

[Notification of Dubbo Admin] about to release the first version

2018-12-28 Thread Minxuan Zhuang
Hi all: I'm about to release the first version of Dubbo Admin, after refactoring and functional enhancement, the Dubbo Admin including the features below: 1. Repackage to 'org.apache.dubbo' 2. Spring boot as backend framework 3. Vue and Vuetify as frontend framework 4. Basic service search Service

Re: [Notification of Dubbo Admin] about to release the first version

2018-12-28 Thread Minxuan Zhuang
Yes support Chinese is important, I'll start this soon, and this feature will be part of next version On Fri, Dec 28, 2018 at 5:32 PM Xin Wang wrote: > Hi Minxuan Zhuang > Will this version of UI support Chinese? I think support for Chinese is > very important. > https://

Re: [Notification of Dubbo Admin] about to release the first version

2018-12-28 Thread Minxuan Zhuang
I'll add support i18n support first, and hope the community to do translation part together On Sat, Dec 29, 2018 at 10:30 AM 田 小波 wrote: > Hi: > > It is recommended to add the Chinese version. Most users of Dubbo are in > China, and the Chinese version will let domestic developers improve their

Re: [Notification of Dubbo Admin] about to release the first version

2018-12-28 Thread Minxuan Zhuang
I'll see what I can do to shorten the page loading time On Sat, Dec 29, 2018 at 1:11 PM YunKun Huang wrote: > Hi Minxuan Zhuang > > The new UI looks cool, but I notice it takes a long time to open live demo. > Seems like there is a js file " > http://47.91

[Call for Help] Dubbo admin i18n support translation

2018-12-31 Thread Minxuan Zhuang
I've add i18n support for Dubbo admin frontend, and some translation need to be done, An issue with details is here: https://github.com/apache/incubator-dubbo-ops/issues/218, please submmit a pr to *i18n* branch, thanks

Re: Any plans for 服务测试?

2019-01-15 Thread Minxuan Zhuang
Thank you for your interesting, this feature is under development, you can have a try in service-test branch: https://github.com/apache/incubator-dubbo-ops/tree/service-test. Service test is implemented by a generic invoke from Dubbo OPS to existing service provider, the type and schema comes from

Re: CI failure for Java 11 - switching to openjdk?

2019-01-16 Thread Minxuan Zhuang
I asked in travis ci community[1], the reason is oracle released a new version of JDK11, and the old link is invalid, according to the fix in install_JDK.sh[2], the open jdk may have the same issue. I think we need to wait until the fix is released. [1] https://travis-ci.community/t/oracle-jdk11-

about to open source a metrics sdk

2019-01-23 Thread Minxuan Zhuang
Hi all: I'm planning to open source a metrics sdk implemented in java, and use it as the default metrics implementation for dubbo. since it's an initial version, I want to put it under dubbo group for now.

Prepare for release of dubbo-2.6.6

2019-01-24 Thread Minxuan Zhuang
Hi all: in Dubbo 2.6.6 i'm planning to include the features below: Enhancements / Features: [#3029] make netty4 default( https://github.com/apache/incubator-dubbo/issues/3029) [#3065] import tag router to 2.6.x( https://github.com/apache/incubator-dubbo/pull/3065) [#3296]Merge and enhanc

Re: about to open source a metrics sdk

2019-01-28 Thread Minxuan Zhuang
> > Thanks, > -Ian. > > > On Thu, Jan 24, 2019 at 11:48 AM Minxuan Zhuang > wrote: > > > Hi all: > > I'm planning to open source a metrics sdk implemented in java, > and > > use it as the default metrics implementation for dubbo. since it's an > > initial version, I want to put it under dubbo group for now. > > >

Re: [Notification of V2.7.0] Status, TODOs, Possible Release Schedules.

2019-01-29 Thread Minxuan Zhuang
Dubbo ops is ready, I'll call for vote today On Wed, Jan 30, 2019 at 1:00 PM Huxing Zhang wrote: > Hi All, > > As 2.7.0 has just released. > I am thinking that we can start the process of release > dubbo-spring-boot-starter and dubbo-ops. > Mercy and Minxuan, can you share your plan on this? > >

[VOTE]: Release Apache Dubbo OPS(Incubating) 0.1

2019-01-30 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for the vote to release Apache Dubbo OPS(Incubating) version 0.1 The release candidates: 0.1: https://dist.apache.org/repos/dist/dev/incubator/dubbo/dubbo-ops/0.1/ Git tag for this release: 0.1: https://github.com/apache/incubator-dubbo-ops/releases/tag/0.

Re: [VOTE]: Release Apache Dubbo OPS(Incubating) 0.1

2019-01-31 Thread Minxuan Zhuang
tribution, and found out the binary file is not > > provided. Considering 'npm build' is quite slow within China, and for the > > sake of convenience, We should distribute binary file too. > > +1 to provide convenient binary. > > > > > Regards, > > -

[VOTE]: Release Apache Dubbo OPS(Incubating) 0.1[RC2]

2019-01-31 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for the vote to release Apache Dubbo OPS(Incubating) version 0.1 The release candidates(RC2): 0.1: https://dist.apache.org/repos/dist/dev/incubator/dubbo/dubbo-ops/0.1/ Git tag for this release: 0.1: https://github.com/apache/incubator-dubbo-ops/releases/t

Re: [VOTE]: Release Apache Dubbo OPS(Incubating) 0.1[RC2]

2019-02-01 Thread Minxuan Zhuang
> Copyright 2018-2019 The Apache Software Foundation > > > > This product includes software developed at > > The Apache Software Foundation (http://www.apache.org/). > > > > This product contains code form the google fonts roboto: > > > > Google Fonts roboto >

Re: [DISCUSS] dubbo-admin or dubbo-ops

2019-02-02 Thread Minxuan Zhuang
+1 for dubbo admin On Sat, Feb 2, 2019 at 11:13 PM Huxing Zhang wrote: > Hi, > > When I am looking to the dubbo-ops project[1], from the README I can > find lots of words using dubbo ops[2], but in the source file, I found > lots of word using dubbo admin, for example, dubbo-admin-backend, > dub

Release Apache Dubbo OPS(Incubating) 0.1[RC3]

2019-02-02 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for the vote to release Apache Dubbo OPS(Incubating) version 0.1 The release candidates(RC3): 0.1: https://dist.apache.org/repos/dist/dev/incubator/dubbo/dubbo-ops/0.1/ Git tag for this release: 0.1: https://github.com/apache/incubator-dubbo-ops/releases/t

[ANNOUNCE] Apache Dubbo OPS (incubating) 0.1 has been released

2019-02-15 Thread Minxuan Zhuang
Hi community, The Apache Dubbo(incubating) team is pleasured to announce that the Apache Dubbo OPS (Incubating) 0.1 has just been released. The source release[1] is available now, you can also find the detailed release notes here[2]. If you have any usage questions, or have problems when upgradi

how to deal with two pull requests to solve the same issue

2019-02-17 Thread Minxuan Zhuang
Hi Community, If two pull requests are aiming to solve the same issue, how to choose from them?

Re: [ANNOUNCE] Apache Dubbo OPS (incubating) 0.1 has been released

2019-02-17 Thread Minxuan Zhuang
Fri, Feb 15, 2019 at 6:08 PM Minxuan Zhuang > wrote: > > > > Hi community, > > > > The Apache Dubbo(incubating) team is pleasured to announce that the > > Apache Dubbo OPS (Incubating) 0.1 has just been released. > > > > The source release[1] is available

version of Apache Dubbo OPS(Incubating)

2019-02-18 Thread Minxuan Zhuang
Hello Dubbo Community, The first dubbo ops has been released with version 0.1, usually the apache project releases follow the format: MAJOR.MINOR.PATCH, so I suggest to use version 0.2.0 for the next release.

Re: [DISCUSS] Next Dubbo meetup

2019-02-18 Thread Minxuan Zhuang
+1 for March 23rd +1 for Nanjing On Thu, Feb 14, 2019 at 2:41 PM jun liu wrote: > > Can we make it Mar 23rd? As our venue is available on that day. > > +1 for Mar. 23th, any time is ok for me. > > +1 for hosting in Nanjing. > > Jun > > > On Feb 12, 2019, at 12:20 PM, 王蓉(涂南) wrote: > > > > Mar 1

Proposal for releasing hessian-lite 3.2.5

2019-02-18 Thread Minxuan Zhuang
Hello Dubbo Community, since the last release of hessian-lite, some issues have been fixed, so I suggest to release version 3.2.5, the branch is: https://github.com/dubbo/hessian-lite/tree/3.2.5 release note: https://github.com/dubbo/hessian-lite/releases/tag/v3.2.5 what do you think?

Re: Bring Authorization to Dubbo OPS

2019-02-18 Thread Minxuan Zhuang
thanks for your interesting, Dubbo OPS do need an authorization for service governance and service test, I think your advice is fine, please feel free to send a pr On Tue, Feb 19, 2019 at 2:06 PM 柯振旭 wrote: > HI Dubbo Comunity: > There is no authorization or authentication in the current versi

Re: Proposal for releasing hessian-lite 3.2.5

2019-02-19 Thread Minxuan Zhuang
re is > some extra contents which seems unnecessary. > > BTW, Is this sort of pre-steps for Dubbo 2.6.6 release? > > [1] > https://lists.apache.org/thread.html/a5e5e1a09cb15b1d508cf22ce2bd674ddc915ffbfe16dda55dbc90ac@%3Cdev.dubbo.apache.org%3E > [2] https://github.com/dubbo/hessian

Re: Proposal for releasing hessian-lite 3.2.5

2019-02-19 Thread Minxuan Zhuang
Hi Justin: I think the hessian-lite project is a dubbo ecosystem project[1] instead of an ASF repo, according to this[2] discussion it has been moved from dubbo core to dubbo ecosystem 1. https://github.com/dubbo/hessian-lite/ 2. https://lists.apache.org/list.html?dev@dubbo.apache.org:lte=11

Re: Prepare for release of dubbo-2.6.6

2019-02-25 Thread Minxuan Zhuang
you > feel it should be included in 2.6.6 release, pls. reply the email and let > Minxuan know it. > > Thanks, > -Ian. > > > On Fri, Jan 25, 2019 at 2:45 PM Minxuan Zhuang > wrote: > > > Hi all: > > in Dubbo 2.6.6 i'm planning to include the feature

[VOTE]: Release Apache Dubbo (Incubating) 2.6.6 [RC1]

2019-02-28 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for vote to release Apache Dubbo (Incubating) version 2.6.6. The release candidates (RC1): https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.6 Git tag for the release (RC1): https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.6 Hash for the re

Fix dubbo ops binary license issue

2019-02-28 Thread Minxuan Zhuang
Hello Dubbo Community, because of the license issue in dubbo ops binary release[1], I only release the source part for the first version, now this issue has been fixed[2], please help me to check if the current licenses are correct, thanks [1] https://lists.apache.org/thread.html/98184c2d0c90b4

metrics support on dubbo 2.7.1

2019-03-01 Thread Minxuan Zhuang
Hello Dubbo Community, I'm working on metrics support for dubbo, using the metrics sdk open sourced previously[1] [1] https://lists.apache.org/thread.html/efbcb1301fc94542c9ef6a03bc98d71f0f6d814cc7da2200d9954fef@%3Cdev.dubbo.apache.org%3E

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.6 [RC1]

2019-03-01 Thread Minxuan Zhuang
t people can check it. > > On Thu, Feb 28, 2019 at 6:52 PM Minxuan Zhuang > wrote: > > > > Hello Dubbo Community, > > > > This is a call for vote to release Apache Dubbo (Incubating) version > 2.6.6. > > > > The release candidates (RC1): > > https:

[VOTE]: Release Apache Dubbo (Incubating) 2.6.6 [RC2]

2019-03-01 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for vote to release Apache Dubbo (Incubating) version 2.6.6. The release candidates (RC2): https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.6 Git tag for the release (RC2): https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.6 Hash for the re

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.6 [RC1]

2019-03-01 Thread Minxuan Zhuang
The reason of file mismatch is I set core.autocrlf=true for git[1], this configuration will convert all trailings to crlf while checking out a repository, I've updated the release candidates in svn, please vote for RC2 of dubbo 2.6.6 On Fri, Mar 1, 2019 at 4:48 PM Minxuan Zhuang wrote:

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.6 [RC1]

2019-03-01 Thread Minxuan Zhuang
I'll update what I felt unclear in the documentation during this deploy procedure On Fri, Mar 1, 2019 at 9:44 PM Huxing Zhang wrote: > Hi, > > On Fri, Mar 1, 2019 at 5:52 PM Minxuan Zhuang wrote: > > > > The reason of file mismatch is I set core.autocrlf=true for git[

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.6.6 [RC2]

2019-03-04 Thread Minxuan Zhuang
have ASF headers? OK > Do the contents of the release match with what's tagged in version > control? OK > Are there any unexpected binary files in the release? No > Can you compile from source? Are the instruction clear? Yes. > > Regards, > -Ian. > > > On Fri, Mar 1,

[ANN] Welcome new committer: Zhenxu Ke

2019-03-04 Thread Minxuan Zhuang
Hi Community, On behalf of the Dubbo PPMC, I am pleased to announce that Zhenxu Ke, a.k.a. kezhenxu94[1], has been voted in as a new Dubbo committer. Please join me to say congratulations to him! Zhenxu, would you please briefly introduce yourself to the community? [1] *https://github.com/kezhe

Re: [DISCUSS] dubbo-admin or dubbo-ops

2019-03-05 Thread Minxuan Zhuang
t; 发件人: Taosheng, Wei > 发送时间: 星期一, 二月 4, 2019 09:41 > 收件人: dev; dev > 主题: Re: [DISCUSS] dubbo-admin or dubbo-ops > > +1 for admin > > > > > ------ Original -- > From: Minxuan Zhuang > Date: Mon,Feb 4,2019 1:13 AM > To: dev > Sub

Re: [ANN] Welcome new committer: Zhen Li

2019-03-06 Thread Minxuan Zhuang
congratulations On Wed, Mar 6, 2019 at 5:06 PM 华 钟明 wrote: > Congraduations > > Best Regards! > Zhongming Hua > > > 在 2019/3/6 下午5:01,“Huxing Zhang” 写入: > > Hi Community, > > On behalf of the Dubbo PPMC, I am pleased to announce that Zhen Li, > a.k.a. LiZhenNet[1], has been voted in

add metrics support in dubbo admin

2019-03-07 Thread Minxuan Zhuang
Hello Dubbo Community, I'd like to add metrics support in dubbo admin based on this[1], when it's done, we can check dubbo service metrics information on a single server. [1] https://lists.apache.org/thread.html/d86bfc428a04451e01de5b9f9844822f65ab1944e102474caf6e0a3a@%3Cdev.dubbo.apache.org%

[ANNOUNCE] Apache Dubbo(incubating) 2.6.6 has been released

2019-03-07 Thread Minxuan Zhuang
Hi community, The Apache Dubbo(incubating) team is pleased to announce that the 2.6.6 has just been released. Both the source release[1] and the maven binary release[2] are available now, you can also find the detailed release notes in here[3]. If you have any usage questions, or have problems

Re: [ANNOUNCE] Apache Dubbo(incubating) 2.6.6 has been released

2019-03-08 Thread Minxuan Zhuang
with the public keys > of those who sign the release. > > Regards, > > Craig > > > On Mar 7, 2019, at 2:11 PM, sebb wrote: > > > > On Thu, 7 Mar 2019 at 15:54, Minxuan Zhuang <mailto:z82507...@gmail.com>> wrote: > >> > >> Hello Incubato

Re: [DISCUSS] dubbo-admin or dubbo-ops

2019-03-10 Thread Minxuan Zhuang
the repository has been renamed to dubbo admin: https://github.com/apache/incubator-dubbo-admin, and the original address( https://github.com/apache/incubator-dubbo-ops) will be redirected to this one. On Tue, Mar 5, 2019 at 10:09 PM Minxuan Zhuang wrote: > I'll request to change th

dubbo admin 0.1.5 release plan

2019-03-14 Thread Minxuan Zhuang
Hi all It has been a log of commits since the first release of dubbo admin, I'm preparing to release version 0.1.5, this release includes some enhance of service test, project name change[1] and several bug fixes, more importantly, the license issue in binary release[2] has been fixed If

Re: dubbo admin 0.1.5 release plan

2019-03-14 Thread Minxuan Zhuang
ump to number 5? > > On 2019/03/14 09:31:39, Minxuan Zhuang wrote: > > Hi all > > It has been a log of commits since the first release of dubbo admin, > > I'm preparing to release version 0.1.5, this release includes some > enhance > > of service test, projec

Re: [DISCUSS] Provide official docker image for dubbo-admin

2019-03-14 Thread Minxuan Zhuang
there's a pull request with some discussions: https://github.com/apache/incubator-dubbo-admin/pull/51 On Fri, Mar 15, 2019 at 2:07 PM YunKun Huang wrote: > I think only provide a docker-compose file in project is not a good idea, > this still require user to compile and build image in their loca

Re: dubbo admin 0.1.5 release plan

2019-03-14 Thread Minxuan Zhuang
I'll use 0.2.0 instead of 0.1.5 On Fri, Mar 15, 2019 at 1:50 PM Huxing Zhang wrote: > Hi, > > On Thu, Mar 14, 2019 at 11:04 PM Minxuan Zhuang > wrote: > > > > I think 0.2.0 need a major feature like metrics support, and 0.1.1 sounds > > like a quick bug fix v

[VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC1]

2019-03-17 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for the vote to release Apache Dubbo Admin(Incubating) version 0.2.0 The release candidates(RC1): 0.2.0: *https://dist.apache.org/repos/dist/dev/incubator/dubbo/dubbo-admin/0.2.0/ *

Re: exposing Metrics data by Dubbo service

2019-03-18 Thread Minxuan Zhuang
looking forward to see this feature On Mon, Mar 18, 2019 at 9:30 PM Ian Luo wrote: > good idea. Let us know when it's ready for review. > > -Ian. > > On Mon, Mar 18, 2019 at 5:06 PM Shengwei.psw wrote: > > > Hello Dubbo Community, > > > > > > Since we have already added the function of the buri

Re: [VOTE]: Release Apache Dubbo (Incubating) 2.7.1 [RC1]

2019-03-18 Thread Minxuan Zhuang
+1 I have checked the following list: 1. Are release files in correct location? Yes 2. Do release files have the word incubating in their name? Yes 3. Are the digital signature and hashes correct? Yes 4. Does DISCLAIMER file exist? Yes 5. Do LICENSE and NOTICE files exists? Yes 6.

[CANCEL] [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC1]

2019-03-18 Thread Minxuan Zhuang
empty 'log' dir exists > in source distribution. > > Thanks, > -Ian. > > > On Mon, Mar 18, 2019 at 2:57 PM Minxuan Zhuang > wrote: > > > Hello Dubbo Community, > > > > This is a call for the vote to release Apache Dubbo Admin(Incubatin

Re: [CANCEL] [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC1]

2019-03-19 Thread Minxuan Zhuang
Because of my wrong git config, Line separators in the source zip are different from those in remote repository, and there is a redundant `log` directory. so I decide to cancel this vote On Tue, Mar 19, 2019 at 3:36 PM Justin Mclean wrote: > Hi, > > > Thanks, I'll cancel this vote and start ano

Re: [CANCEL] [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC1]

2019-03-19 Thread Minxuan Zhuang
Thank you for your advice, next time I'll wait for other members' opinion before I made I decision. On Tue, Mar 19, 2019 at 4:14 PM Justin Mclean wrote: > Hi, > > > Because of my wrong git config, Line separators in the source zip are > > different from those in remote repository, and there is

Release Apache Dubbo Admin(Incubating) 0.2.0 [RC2]

2019-03-19 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for the vote to release Apache Dubbo Admin(Incubating) version 0.2.0 The release candidates(RC2): 0.2.0: *https://dist.apache.org/repos/dist/dev/incubator/dubbo/dubbo-admin/0.2.0/ *

[VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC2]

2019-03-19 Thread Minxuan Zhuang
the subject has been corrected, please continue voting. On Tue, Mar 19, 2019 at 10:51 PM Huxing Zhang wrote: > Hi, > > Supposing the title is vote thread, it should be started with "[VOTE]: > Release Apache Dubbo Admin(Incubating) 0.2.0 [RC2]" > > On Tue, Mar 19, 20

Re: [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC2]

2019-03-19 Thread Minxuan Zhuang
[v] Do the contents of the release match with what's tagged in version > control? > [x] Are there any unexpected binary files in the release? > [v] Can you compile from source? Are the instruction clear? > > Regards, > -Ian. > > > On Tue, Mar 19, 2019 at 11:21

Re: [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC2]

2019-03-20 Thread Minxuan Zhuang
Hi Justin I run "npm ls | grep echarts" on tag 0.2.0, but gets no result. dubbo admin use echarts 4.0.4 to support metrics on develop branch, but the feature is not in the release On Thu, Mar 21, 2019 at 2:11 PM Huxing Zhang wrote: > Hi, > > On Thu, Mar 21, 2019 at 1:45 PM Justin Mclean wro

Re: [IMPORTANT][PPMC] Invitation to be Dubbo PMC member

2019-04-08 Thread Minxuan Zhuang
YES On Tue, Apr 9, 2019 at 10:41 AM Zonghai Shang wrote: > YES > > -yiji > > Xin Wang 于2019年4月9日周二 上午10:19写道: > > > YES > > > > Jun Liu 于2019年4月9日周二 上午10:16写道: > > > > > YES > > > > > > Jun > > > > > > > On Apr 9, 2019, at 10:12 AM, Huxing Zhang wrote: > > > > > > > > Dear Dubbo PPMC members,

Re: [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC2]

2019-04-09 Thread Minxuan Zhuang
Hi: I've fixed the issue listed above: 1. Upgrade to webpack4 to avoid wordwrap dependency. 2. Remove eslint since the latest version includes wordwrap. 3. Remove node-notifier to avoid the GPL (a category X) dependancy. I'll start a new vote to release Dubbo Admin 0.2.0, Thanks.

[CANCEL] [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC2]

2019-04-09 Thread Minxuan Zhuang
On Wed, Apr 10, 2019 at 10:57 AM Minxuan Zhuang wrote: > Hi: > I've fixed the issue listed above: > 1. Upgrade to webpack4 to avoid wordwrap dependency. > 2. Remove eslint since the latest version includes wordwrap. > 3. Remove node-notifier to avoid t

[VOTE] Release Apache Dubbo Admin(Incubating) 0.2.0 [RC3]

2019-04-09 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for the vote to release Apache Dubbo Admin(Incubating) version 0.2.0 The release candidates(RC3): 0.2.0: *https://dist.apache.org/repos/dist/dev/incubator/dubbo/dubbo-admin/0.2.0/ *

Re: [VOTE] Release Apache Dubbo Admin(Incubating) 0.2.0 [RC3]

2019-04-14 Thread Minxuan Zhuang
* Can deploy and run locally, I checked some pages by opening them in > browser, all work fine. > > Ken > > > On Apr 10, 2019, at 11:50 AM, Minxuan Zhuang > wrote: > > > > Hello Dubbo Community, > > > > This is a call for the vote to release A

Re: 2.7.2 release plan

2019-04-22 Thread Minxuan Zhuang
I'll take the metrics part. On Mon, Apr 22, 2019 at 3:33 PM Huxing Zhang wrote: > Hi, > > > On Thu, Apr 18, 2019 at 7:43 PM victory wrote: > > > > Hello everyone, > > > > I volunteer to take release manager role for 2.7.2 release. This main > > feature of 2.7.2 is as follow: > > > >- Suppo

Re: Re: [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC3]

2019-04-22 Thread Minxuan Zhuang
the only dependency that required to be added is > just > > >> > > spring-data-commons, > > >> > > which is Apache 2.0 Licensed[2]. (I just confirm the code can > compile > > >> > > and start correctly with spring-data-commons, &g

[CANCEL] [VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC3]

2019-04-22 Thread Minxuan Zhuang
On Mon, Apr 22, 2019 at 4:08 PM Minxuan Zhuang wrote: > Hi, this LGPL License issue has been fixed, thanks kezhenxu94, I'll > cancel this vote and start a new one > > On Mon, Apr 22, 2019 at 3:09 PM Huxing Zhang wrote: > >> Hi, >> >> On Mon, Apr

[VOTE]: Release Apache Dubbo Admin(Incubating) 0.2.0 [RC4]

2019-04-22 Thread Minxuan Zhuang
Hello Dubbo Community, This is a call for the vote to release Apache Dubbo Admin(Incubating) version 0.2.0 The release candidates(RC4): 0.2.0: *https://dist.apache.org/repos/dist/dev/incubator/dubbo/dubbo-admin/0.2.0/ *

Re: 请问2.7版本的监控模块哪里去去了?谢谢

2019-04-23 Thread Minxuan Zhuang
dubbo monitor的功能已经合并到dubbo admin里面,基于dubbo核心集成的metrics来做监控,代码正在开发中,这几天会合并,谢谢关注 On Tue, Apr 23, 2019 at 8:59 PM 1427357147 <1427357...@qq.com> wrote: > Changes of dubbo project structure. #1209 > > > > 自己找到了。原来换了新的工程。 > > > > > -- 原始邮件 -- > 发件人: "1427357147"<1427357

Plan to release a simple dubbo API gateway

2019-05-16 Thread Minxuan Zhuang
Hello Dubbo Community, I'm about to release a dubbo API gateway, now this is very simple implementation that can convert http request to dubbo request and gets result from dubbo provider. There are many missing features like api management, load balancing, security, etc. If anyone is interested

Re: Plan to release a simple dubbo API gateway

2019-05-21 Thread Minxuan Zhuang
@apache.org: > > > > > Hi, > > > > > > By saying "release", I guess you mean kicking off a new project? > > > +1 to the proposal, it is something the community wanted desperately. > > > > > > On Fri, May 17, 2019 at 2:22

[ANN] Welcome new committer: Xiaoxiang Zhai

2019-05-28 Thread Minxuan Zhuang
Hi Community, On behalf of the Dubbo PMC, I am pleased to announce that Xiaoxiang Zhai[1], has been voted in as a new Dubbo committer. Please join me to say congratulations to him! Xiaoxiang, would you please briefly introduce yourself to the community? [1] https://github.com/zhaixiaoxiang

Re: Plan to release a simple dubbo API gateway

2019-06-03 Thread Minxuan Zhuang
gt; I think API Gateway is good, but do we have more detail plan for this > new > > > project ? > > > > > > And I also want to know if there is any chance to add dubbo support to > > any > > > existing open source api project instead of creating a new one?

Re: [VOTE] Accept RitterHou/python-dubbo donation

2019-09-23 Thread Minxuan Zhuang
+1 accept On Tue, Sep 24, 2019 at 10:55 AM yuhang xiu wrote: > +1 accept > Dubbo's ecology continues to expand. :) > > Ian Luo 于2019年9月24日周二 上午10:53写道: > > > Hi All, > > > > This is a formal vote to bring RitterHou/python-dubbo[1], which is > donated > > by Qianmi, to Apache Dubbo project. > >

Re: [VOTE] Release Apache Dubbo Rust v0.3.0 RC2

2023-02-27 Thread Minxuan Zhuang
+1 binding I have checked: * LICENSE and NOTICE exist and contents are good * Can compile from source * Release notes look good * Tag and version number right. On Sun, Feb 26, 2023 at 9:53 AM Jun Liu wrote: > +1 binding > > I have checked: > > * LICENSE and NOTICE exist and contents are good >

Re: [VOTE] Release Apache Dubbo 3.2.0 RC1

2023-04-14 Thread Minxuan Zhuang
+1 binding I have checked: * LICENSE and NOTICE exist and contents are good * Signature and hash are good * Release notes look fine * Unit tests pass zhaoyunxing 于 2023年4月14日周五 15:04写道: > +1 binding > > I have checked: > * LICENSE and NOTICE exist and contents are good > * Signature and hash ar

  1   2   >