Re: What is the release date of v2.7.0 ?

2018-09-26 Thread Jerrick Zhu
Can we start the release in late Oct?

On Thu, Sep 27, 2018 at 1:32 PM Xin Wang  wrote:

> Hi,
>What is the release date of v2.7.0 ?
>Now the v2.7.0 https://github.com/apache/incubator-dubbo/milestone/18
> has some issues  not fixed.
>


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-424947330


What is the release date of v2.7.0 ?

2018-09-26 Thread Xin Wang
Hi,
   What is the release date of v2.7.0 ?
   Now the v2.7.0 https://github.com/apache/incubator-dubbo/milestone/18
has some issues  not fixed.


Improve yaml editor for ops

2018-09-26 Thread 马金凯
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-424947330

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

2018-09-26 Thread Jerrick Zhu
On Wed, Sep 19, 2018 at 4:42 PM jun liu  wrote:

> +1 (binding)
>
> I have checked,
> * signatures and hashes are good
> * Incubating in souce and bin package name
> * Disclaimer, notice and licence exists
> * No binary files
> * 'mvn clean test -Drat.skip=false -Dcheckstyle.skip=false’ pass on my Mac
> with jdk1.8+
> * Source contents match with corresponding tag hash, except for one
> directory in test.
>
> Minor issues:
> The souce package contains a directory
> 'dubbo-config/dubbo-config-spring/src/test/resources/work’ while the tag
> didn’t have. I guess it’s a temp directory generated by some unit tests, so
> I think it can be fixed within the next release.
>

I've fixed it both on 2.6.x and master branches.


>
> Best regards,
> Jun
>
> > On 18 Sep 2018, at 17:39, Jerrick Zhu  wrote:
> >
> > Hello Dubbo Community,
> >
> > This is a call for vote to release Apache Dubbo (Incubating) version
> 2.6.4.
> >
> > The release candidates (RC1):
> > https://dist.apache.org/repos/dist/dev/incubator/dubbo/2.6.4
> >
> > Git tag for the release (RC1):
> > https://github.com/apache/incubator-dubbo/tree/dubbo-2.6.4
> >
> > Hash for the release tag:
> > 88037747a3b69d3225c73f6fbcda36ebd8435887
> >
> > Release Notes:
> > *https://github.com/apache/incubator-dubbo/blob/dubbo-2.6.4/CHANGES.md
> > *
> >
> > The artifacts have been signed with Key : 7955FB6D1DD21CF7, which can be
> > found in the keys file:
> > https://dist.apache.org/repos/dist/dev/incubator/dubbo/KEYS
> >
> > The vote will be open for at least 72 hours or until necessary number of
> > votes are reached.
> >
> > Please vote accordingly:
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > Thanks,
> > The Apache Dubbo (Incubating) Team
>
>


GitHub notifications

2018-09-26 Thread Mark Thomas

All,

You may have noticed that the GitHub notifications are now threaded. 
This should make it a lot simpler to follow activity.


Many thanks to the ASF infra team for implementing this feature request.

Mark


Re: How to get telnet port in new version(2.5.8)

2018-09-26 Thread Ian Luo
I see, I don't think there's a way to get this config externally. You may
take a look at URL registered in registry center. If there's no such info,
you may consider to simply try the default port, but leave it to user to
fill in on ops.

What do you think?

On Tue, Sep 25, 2018 at 8:35 PM 马金凯  wrote:

> Thanks for your reply.
> I means how to get the port with api, because i am coding on dubbo ops, i
> want get the telnet port with api, and use it for QoS module.
>
> --
> 发件人:Ian Luo 
> 发送时间:2018年9月26日(星期三) 06:23
> 收件人:dev ; majinkai 
> 主 题:Re: How to get telnet port in new version(2.5.8)
>
> Hi Jinkai,
>
> As the doc instructs, you should put something like
> 'dubbo.application.qos.port=3' in dubbo.properties to change the port.
>
> Regards,
> -Ian.
>
>
> On Tue, Sep 25, 2018 at 4:11 AM 马金凯  wrote:
> http://dubbo.apache.org/en-us/docs/user/references/qos.html
>
> `the port of new version telnet is different from the port of dubbo
> protocol. The default port is 2, which can be changed by modifying
> configuration file dubbo.properties`
>
> How to get telnet port in new version, does it in the metadata?
>
>