Re: [VOTE] Recommend 'Apache SkyWalking graduation to TopLevelProject' resolution to board

2019-03-23 Thread sebb
Thanks, looks good now! On Sat, 23 Mar 2019 at 03:01, 吴晟 Sheng Wu wrote: > > Hi Sebb > > r32183 | wusheng | 2019-01-29 08:19:22 + (Tue, 29 Jan 2019) | 2 lines > Changed paths: >D /dev/incubator/skywalking/6.0.0-GA >A /release/incubator/skywalking/6.0.0-GA (from > /dev/incubator/skywal

April 2019 Incubator report timeline

2019-03-23 Thread Justin Mclean
Hi, Timeline for the next incubator board report: Wed April 03 -- Podling reports due by end of day Sun April 07 -- Shepherd reviews due by end of day Sun April 07 -- Summary due by end of day Tue April 09 -- Mentor signoff due by end of day Wed April 10 -- Report submitted to

Incubator wiki being deprecated

2019-03-23 Thread Justin Mclean
Hi, If you didn’t know the wiki.apache.org system using Moin software is being decommissioned in May 2019. Currently how incubator reports are being created depend on this system and this will need to change. I’ve created an incubator space [1] and we shovel think about mobbing the content ove

Re: Incubator wiki being deprecated

2019-03-23 Thread ???? Sheng Wu
Hi Justin Besides the contents, I think we need to grant access again. I just use my username(wusheng) to login, no right to edit page. -- Sheng Wu Apache SkyWalking, ShardingSphere, Zipkin Twitter, wusheng1108 -- Original -- From: "just

Re: Incubator wiki being deprecated

2019-03-23 Thread justin
Hi, Current code to publish pages: srcwiki = xmlrpc.client.ServerProxy("https://wiki.apache.org/incubator/?action=xmlrpc2";) token = srcwiki.getAuthToken(name, password) pushresults = srcwiki.system.multicall([{'methodName':'applyAuthToken', 'params': [token]},