You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(11) |
Mar
(17) |
Apr
(12) |
May
(2) |
Jun
(20) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
(5) |
2011 |
Jan
(4) |
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
(5) |
Jun
|
Jul
(12) |
Aug
(4) |
Sep
(5) |
Oct
(1) |
Nov
(38) |
Dec
(27) |
2012 |
Jan
(46) |
Feb
(182) |
Mar
(83) |
Apr
(22) |
May
(68) |
Jun
(47) |
Jul
(135) |
Aug
(84) |
Sep
(57) |
Oct
(45) |
Nov
(27) |
Dec
(61) |
2013 |
Jan
(59) |
Feb
(78) |
Mar
(66) |
Apr
(107) |
May
(27) |
Jun
(56) |
Jul
(53) |
Aug
(3) |
Sep
(19) |
Oct
(41) |
Nov
(44) |
Dec
(54) |
2014 |
Jan
(49) |
Feb
(72) |
Mar
(22) |
Apr
(41) |
May
(63) |
Jun
(27) |
Jul
(45) |
Aug
(12) |
Sep
(3) |
Oct
(8) |
Nov
(27) |
Dec
(16) |
2015 |
Jan
(3) |
Feb
(20) |
Mar
(6) |
Apr
(4) |
May
(15) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
(16) |
May
(9) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Rob V. <rv...@do...> - 2016-06-24 09:44:48
|
All This list is now closed as the project has moved infrastructure to GitHub Please direct future questions to http://github.com/dotnetrdf/dotnetrdf/issues Rob |
From: Rob V. <rv...@do...> - 2016-05-19 09:51:26
|
Comments inline: On 12/04/2016 19:55, "Tomasz Pluskiewicz" <tom...@gm...> wrote: >Hi guys, > >Rob, I'm very sorry to hear that you have to leave DotNetRDF. There is >very unfortunate mix of slow adoption of RDF in general and poor >community around it. This is especially true in the .NET space which >resists any non-mainstream (and to some extent non-MS) stuff really. >Sadly, this applies to many failed or marginalized .NET OSS projects. > >I am likely the least active of the contributors. Unfortunately I've >only briefly used DNR at work and otherwise it is just side projects and >ongoing personal interest, however we all know how that goes :(. >Anyways, I've had little problems with the library lately. It mostly >"just works" for whatever I needed it for. > >That said there is the 1.9 branch, which I've noticed has some >prerelease packages released and the modularity is a good direction. If >we need to choose I think we should invest in that. The current solution >even proved troublesome to build locally sometimes for me. Also, it is >simply a very complex project and I honestly feel daunted by the inner >workings in some parts. Both would be a barrier for newcomers. Part of the issue is that the 1.9 Branch is not just a division into small modules but very much a ground up rewrite and as such I ran out of steam because it is a daunting task. The very core i.e. Nodes, triples, quads, graphs and collections thereof is complete and fairly stable though with some fairly major Breaking changes. The basic IO API was also pretty much done though some of the dynamic loading I/O formats was not working correctly. I had started on writing a completely new query engine but that was nowhere near complete and a lot of important supporting pieces such as a query parser are notably missing. https://bitbucket.org/dotnetrdf/dotnetrdf/wiki/DeveloperGuide/Architecture/Design/2.0 details what I was heading towards that is by no means accurate reflection of What I actually implemented once I started making changes For any project of this size large-scale changes are slow, painful and boring to implement which makes it hard to attract people to do the work. It is often easier to continue to maintain a bloated and somewhat broken implementation than it is to do a new one. Rob > >More inline. > >Regards, >Tom > >On 2016-04-12 11:57, Khalil Ahmed wrote: >> Hi Rob, >> >> I'm happy to continue working on DNR in the open - though if I am the >> only one who is going to spend time working on it I may change things >> up to suit my own development processes a bit as I'm more a Git/GitHub >> kinda guy. It would be great to keep the DNR domain and website. If >> I'm the only one working on things then I would prefer the issue >> tracker move over to GitHub with the repo to simplify / streamline >> things a bit. Ideally though I would prefer to do that sort of thing >> with some sort of community approval, and of course if there are a >> bunch of people who are happier with the current way things work then >> I'm also happy to talk about that too. >> >> So I'm going to put it out there as a proposal: >> >> 1) I'm willing to take over maintenance / development on DNR. I'm in a >> similar position to what Rob had recently - this won't be my full time >> work, it will have to fit in around stuff that actually pays the >> bills. However, as I said before we use DNR in commercial applications >> and in BrightstarDB so I at least have a some incentives to make sure >> stuff works ;-) >> >> 2) For my own ease of work I would like to transfer the DNR repo over >> to GitHub - this includes the issue tracker and, over time the wiki >> and possibly eventually the website too (the source code and issues >> would be the priority though). I would create a DotNetRDF Organization >> on GH that any other contributors would be free to join so the repos >> would be under something like github.com/DotNetRDF/.. >> <http://github.com/DotNetRDF/..>.. > >I definitely support that. I proposed the move to Bitbucket but ever >since I've moved to git and GitHub has only strengthened it's lead >position in open source community through ease of contributing, rich >features and 3rd party integrations. I think we should go that route, >with easier solution and CI setup. > >First things first though. Alas, as I said, I am not and likely won't >become a very active contributor but the least I could do is help with >rebooting DNR at GitHub. Be it through solution and CI overhaul or >moving wiki/issues/website to the new location. > >> >> 3) The project would keep the current MIT license. >> >> 4) I'm not in a position to actively maintain all of the different >> store integrations though (its quite a big ask to be constantly >> testing all of the different stores especially as some of them change >> quite frequently and require that weird-ass Java stuff ;-). I would be >> looking for volunteers to work on those and would probably split each >> one out into its own sub-project that can release at its own cadence. >> >> >> If anyone has any comments or opposition to that please raise it here. >> This is just a proposal and I won't be offended if people are against >> it or have other better ideas to put forwards! >> >> Rob, a couple of admin / ownership issues would arise here - these >> don't need to be actioned right now, I would just like to get an idea >> of what needs to happen if no one objects to the proposals above: >> >> a) Managing the dotnetrdf.org <http://dotnetrdf.org> domain - I'm >> happy to take over the cost of maintaining the domain and any hosting >> that you are paying for. Or if you would prefer to keep the domain >> that is cool too. >> b) NuGet releases - I think this should be as simple as you adding a >> new package owner so that we can keep the existing NuGet package names. >> c) VDS.Common - as this is one of the key dependencies for DNR it >> would be good to know what your plans are with that project. Is it >> also something that should be transferred over ? >> d) Less important but currently the assemblies are signed right? It >> might be good to transfer the existing private key, but again its not >> a big deal if you would prefer to keep that and I just create a new >> private key for the next DNR release. >> >> Cheers >> >> Kal >> >> On Tue, Apr 12, 2016 at 9:58 AM, Rob Vesse <rv...@do... >> <mailto:rv...@do...>> wrote: >> >> Kal >> >> Don't forget that you have commit privileges so you can of course >> continue to maintain the official repository yourself if you wish. >> Also I can give you or anyone else who wants it write access to >> the dotnetrdf.org <http://dotnetrdf.org> website, issue tracker etc. >> >> >> Rob >> >> From: Kal Ahmed <ka...@ne... >> <mailto:ka...@ne...>> >> Reply-To: dotNetRDF Developer Discussion and Feature Request >> <dot...@li... >> <mailto:dot...@li...>> >> Date: Monday, 11 April 2016 11:38 >> To: dotNetRDF Developer Discussion and Feature Request >> <dot...@li... >> <mailto:dot...@li...>> >> Subject: Re: [dotNetRDF-Develop] End of line >> >> Hey Rob, >> >> I'm sorry to see you go, and more sorry that I haven't be >> contributing as much as I would have liked to / should have. >> However, I do fully understand your position - I've been in >> the same place myself with my open-source projects. I would >> like the awesome stuff that you have done with DNR to live on >> in some form. From a my perspective I will at the very least >> work on a fork of DNR as my company has a bunch of tools and >> services built on the libraries. However, if others are also >> willing to step up I'd be happy to talk about carrying the >> project as an open-source effort. >> >> If anyone else on this list would like to discuss if/how the >> project proceeds, speak up now guys! >> >> Cheers >> >> Kal >> >> On Mon, Apr 11, 2016 at 10:51 AM, Rob Vesse >> <rv...@do... <mailto:rv...@do...>> wrote: >> >> Folks, >> >> So you may have noticed that there has not been any >> releases in a long time, and again you may have not since >> there is little to no activity here at all. >> >> Personally I no longer have the drive, time nor the >> capability (due to unforeseen health issues) to continue >> making any efforts to take this project forward or even to >> continue to maintain it. Therefore since no one else is >> helping out with this the project is for all intents and >> purposes dead. >> >> As a good friend in the open source community is fond of >> saying: >> >> There are three ways to participate in open source -hope, >> sponsor, contribute >> >> Unfortunately this project has never succeeded in building >> a community of contributors and has mostly relied on >> hoping someone else will do the work for them. I >> acknowledge that this is as much my failure to build a >> viable community as it is a failure of the community to >> get more heavily involved but unfortunately it leaves us >> in a situation where my stepping down essentially kills >> the project. >> >> Sorry to be leaving like this, >> >> Rob >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with >> Applications Manager >> Applications Manager provides deep performance insights >> into multiple tiers of >> your business applications. It resolves application >> problems quickly and >> reduces your MTTR. Get your free trial! >> http://pubads.g.doubleclick.net/ >> gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 >> <http://pubads.g.doubleclick.net/gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532> >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> <mailto:dot...@li...> >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> >> >> >> -- >> Kal Ahmed >> Director, Networked Planet Limited >> e: kal...@ne... >> <mailto:kal...@ne...> >> w: www.networkedplanet.com <http://www.networkedplanet.com> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with >> Applications Manager Applications Manager provides deep >> performance insights into multiple tiers of your business >> applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> http://pubads.g.doubleclick.net/ >> gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532_______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> <mailto:dot...@li...> >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with >> Applications Manager >> Applications Manager provides deep performance insights into >> multiple tiers of >> your business applications. It resolves application problems >> quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> <mailto:dot...@li...> >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> >> >> >> -- >> Kal Ahmed >> Director, Networked Planet Limited >> e: kal...@ne... <mailto:kal...@ne...> >> w: www.networkedplanet.com <http://www.networkedplanet.com> >> >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications Manager >> Applications Manager provides deep performance insights into multiple tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> >> >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > >------------------------------------------------------------------------------ >Find and fix application performance issues faster with Applications Manager >Applications Manager provides deep performance insights into multiple tiers of >your business applications. It resolves application problems quickly and >reduces your MTTR. Get your free trial! >https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >_______________________________________________ >dotNetRDF-develop mailing list >dot...@li... >https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |
From: Khalil A. <ka...@ne...> - 2016-05-07 16:01:53
|
Hi, I've just uploaded a second pre-release of the NuGet packages for dotNetRDF 1.0.10 - this is primarily so that I can get you guys to check it all out quickly and let me know if you find any show-stopper issues. Cheers Kal -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: <tom...@gm...> - 2016-05-02 13:44:24
|
Yes it is. Thanks! May 2 2016 3:38 PM, "Khalil Ahmed" <ka...@ne...> wrote: > Should be updated now! > > On Mon, May 2, 2016 at 2:36 PM, <tom...@gm...> wrote: > >> Thanks >> >> Can you please also give me wiki permissions? I don't see any Edit buttons... >> >> Tom >> May 2 2016 2:50 PM, "Khalil Ahmed" <ka...@ne...> wrote: >>> Invitation sent! >>> >>> On Sun, May 1, 2016 at 10:33 AM, Tomasz Pluskiewicz <tom...@gm...> wrote: >>> >>>> Please add me as organization member and I will start cleaning up the wiki >>>> >>>> Tom >>>> >>>> On 2016-04-28 11:34, Khalil Ahmed wrote: >>>> >>>>> So the wiki is now migrated...sort of... >>>>> >>>>> * There are some formatting issues, especially with code blocks as the syntax for specifying >> the >>>>> language doesn't seem to be picked up by GH. >>>>> >>>>> * The generated TOC is useless - I think a custom side-bar is needed to provide navigation >>>> through >>>>> the docs. >>>>> >>>>> * The sub-section TOC's don't work on GitHub >>>>> >>>>> So there is definitely a bunch of cleanup work to be done (manual or scripted...), but at > least >>>> the >>>>> content is there. >>>>> >>>>> Cheers >>>>> >>>>> Kal >>>>> >>>>> On Wed, Apr 27, 2016 at 10:46 AM, Khalil Ahmed <ka...@ne...> wrote: >>>>>> Hi Tom, >>>>>> >>>>>> OK that's cool - I didn't realize that the Bitbucket wiki was a repo to (though that makes >>> total >>>>>> sense!) - I'll get on with having a look at that this week then. >>>>>> >>>>>> I'm happy to move task-based discussion over to GitHub issues. I think that for now though > the >>>>> more >>>>>> general planning / "what next" type issues should perhaps be discussed here first. >>>>>> >>>>>> Cheers >>>>>> >>>>>> Kal >>>>>> On Wed, Apr 27, 2016 at 10:40 AM, <tom...@gm...> wrote: >>>>>>> Hi Kal >>>>>>> >>>>>>> The GitHub wiki is a repo similar to Bitbucket's. Even if there is no automated migration it >>>>>> should >>>>>>> be easy to convert entire wiki and push to GitHub. Maybe with >>>>> https://github.com/frej/fast-export >>>>>>> >>>>>>> How about we move focused discussion to GitHub issues from now on? >>>>>>> >>>>>>> Regards, >>>>>>> Tom >>>>>>> April 27 2016 11:12 AM, "Khalil Ahmed" <ka...@ne...> wrote: >>>>>>>> The basic migration of the source code repository is now done. >>>>>>>> >>>>>>>> As no-one has spoken up for taking on an active maintenance role right now, I've just added >>>>>>> myself >>>>>>>> and Rob as team members. I'd be more than happy to add others too, but I think that it > makes >>>>>>> sense >>>>>>>> to keep the core team small. Of course, pull requests are most welcome and you don't need > to >>>> be >>>>>>> in >>>>>>>> the GH team to submit those. >>>>>>>> >>>>>>>> I'll look at if/how to transfer the wiki and issue list over the coming days. >>>>>>>> >>>>>>>> Cheers >>>>>>>> >>>>>>>> Kal >>>>>>>> >>>>>>>> On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed <ka...@ne...> wrote: >>>>>>>> >>>>>>>>> Thanks guys, that seems to have worked nicely on my test import - both Ron and Max are >>> hooked >>>>>> up >>>>>>>> in >>>>>>>>> the list of contributors. >>>>>>>>> >>>>>>>>> I'll give it another day to see if any other committer pipes up and then do the import > "for >>>>>>>> real". >>>>>>>>> >>>>>>>>> Cheers >>>>>>>>> >>>>>>>>> Kal >>>>>>>>> >>>>>>>>> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel <ma...@mi...> wrote: >>>>>>>>>> Hi Kal, >>>>>>>>>> >>>>>>>>>> I've just set up my gh account, name is max29000 for max...@gm... >>>>>>>>>> >>>>>>>>>> Max. >>>>>>>>>> >>>>>>>>>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne...>: >>>>>>>>>> >>>>>>>>>>> Hi guys, >>>>>>>>>>> >>>>>>>>>>> I did a test transfer from the hg repo at Bitbucket over to GitHub which went smoothly >>>>> enough >>>>>>> - >>>>>>>>>> all >>>>>>>>>>> branches and tags got transferred correctly and GitHub has managed to map a few of the >>>>>>>>>> contributors >>>>>>>>>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter Kahle, myself and Tomasz. >>>>>>>>>>> Ron and Max, I don't see your names in the list of contributors on GH, though you are >>> shown >>>>>> in >>>>>>>>>> the >>>>>>>>>>> hg log. It seems that there is a way for me to manually map your hg commit user names >> over >>>>> to >>>>>>>>>>> GitHub ones, but to do that I need your GitHub account name and identifying email >> address. >>>>> If >>>>>>>>> you >>>>>>>>>>> have a GitHub username, let me know and I'll try the conversion again. There is also a >>> user >>>>>>>>> named >>>>>>>>>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, again let me know if you have a >>> GitHub >>>>>>>> user >>>>>>>>>>> account that you would like the commits attributed to. >>>>>>>>>>> >>>>>>>>>>> This is a one-time thing, so if you do want your contribution hooked up to your GitHub >>>>>> account >>>>>>>>>>> please let me know ASAP. I'll give it a few days before I try another conversion. >>>>>>>>>>> >>>>>>>>>>> I've also set up a dotnetrdf organization on the GitHub site which gives us the top > level >>>>>>>>>>> github.com/dotnetrdf/ address for the repos. >>>>>>>>>>> >>>>>>>>>>> I'm working on code and nuget package restructuring and I'll share a proposal for that >>> once >>>>>>>> I've >>>>>>>>>>> got a few more things sorted out in it. >>>>>>>>>>> >>>>>>>>>>> Cheers >>>>>>>>>>> >>>>>>>>>>> Kal >>>>>>>>>>> -- Kal Ahmed >>>>>>>>>>> Director, Networked Planet Limited >>>>>>>>>>> e: kal...@ne... >>>>>>>>>>> w: www.networkedplanet.com >>>>>>>>>>> >>>>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>>>> Find and fix application performance issues faster with Applications Manager >>>>>>>>>>> Applications Manager provides deep performance insights into multiple tiers of >>>>>>>>>>> your business applications. It resolves application problems quickly and >>>>>>>>>>> reduces your MTTR. Get your free trial! >>>>>>>>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> dotNetRDF-develop mailing list >>>>>>>>>>> dot...@li... >>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>>>>>>>>> >>>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>>> Find and fix application performance issues faster with Applications Manager >>>>>>>>>> Applications Manager provides deep performance insights into multiple tiers of >>>>>>>>>> your business applications. It resolves application problems quickly and >>>>>>>>>> reduces your MTTR. Get your free trial! >>>>>>>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>>>>>>>>> _______________________________________________ >>>>>>>>>> dotNetRDF-develop mailing list >>>>>>>>>> dot...@li... >>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>>>>>>>> >>>>>>>>> -- Kal Ahmed >>>>>>>>> Director, Networked Planet Limited >>>>>>>>> e: kal...@ne... >>>>>>>>> w: www.networkedplanet.com >>>>>>>> >>>>>>>> -- Kal Ahmed >>>>>>>> Director, Networked Planet Limited >>>>>>>> e: kal...@ne... >>>>>>>> w: www.networkedplanet.com >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Find and fix application performance issues faster with Applications Manager >>>>>>> Applications Manager provides deep performance insights into multiple tiers of >>>>>>> your business applications. It resolves application problems quickly and >>>>>>> reduces your MTTR. Get your free trial! >>>>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>>>>>> _______________________________________________ >>>>>>> dotNetRDF-develop mailing list >>>>>>> dot...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>>>>> >>>>>> -- Kal Ahmed >>>>>> Director, Networked Planet Limited >>>>>> e: kal...@ne... >>>>>> w: www.networkedplanet.com >>>>> >>>>> -- Kal Ahmed >>>>> Director, Networked Planet Limited >>>>> e: kal...@ne... >>>>> w: www.networkedplanet.com >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Find and fix application performance issues faster with Applications Manager >>>>> Applications Manager provides deep performance insights into multiple tiers of >>>>> your business applications. It resolves application problems quickly and >>>>> reduces your MTTR. Get your free trial! >>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>>>> >>>>> _______________________________________________ >>>>> dotNetRDF-develop mailing list >>>>> dot...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>>> >>>> ------------------------------------------------------------------------------ >>>> Find and fix application performance issues faster with Applications Manager >>>> Applications Manager provides deep performance insights into multiple tiers of >>>> your business applications. It resolves application problems quickly and >>>> reduces your MTTR. Get your free trial! >>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>>> _______________________________________________ >>>> dotNetRDF-develop mailing list >>>> dot...@li... >>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>> >>> -- Kal Ahmed >>> Director, Networked Planet Limited >>> e: kal...@ne... >>> w: www.networkedplanet.com >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications Manager >> Applications Manager provides deep performance insights into multiple tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > -- Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com |
From: Khalil A. <ka...@ne...> - 2016-05-02 13:38:08
|
Should be updated now! On Mon, May 2, 2016 at 2:36 PM, <tom...@gm...> wrote: > Thanks > > Can you please also give me wiki permissions? I don't see any Edit > buttons... > > Tom > > May 2 2016 2:50 PM, "Khalil Ahmed" <ka...@ne...> wrote: > > Invitation sent! > > > > On Sun, May 1, 2016 at 10:33 AM, Tomasz Pluskiewicz < > tom...@gm...> wrote: > > > >> Please add me as organization member and I will start cleaning up the > wiki > >> > >> Tom > >> > >> On 2016-04-28 11:34, Khalil Ahmed wrote: > >> > >>> So the wiki is now migrated...sort of... > >>> > >>> * There are some formatting issues, especially with code blocks as the > syntax for specifying the > >>> language doesn't seem to be picked up by GH. > >>> > >>> * The generated TOC is useless - I think a custom side-bar is needed > to provide navigation > >> through > >>> the docs. > >>> > >>> * The sub-section TOC's don't work on GitHub > >>> > >>> So there is definitely a bunch of cleanup work to be done (manual or > scripted...), but at least > >> the > >>> content is there. > >>> > >>> Cheers > >>> > >>> Kal > >>> > >>> On Wed, Apr 27, 2016 at 10:46 AM, Khalil Ahmed < > ka...@ne...> wrote: > >>>> Hi Tom, > >>>> > >>>> OK that's cool - I didn't realize that the Bitbucket wiki was a repo > to (though that makes > > total > >>>> sense!) - I'll get on with having a look at that this week then. > >>>> > >>>> I'm happy to move task-based discussion over to GitHub issues. I > think that for now though the > >>> more > >>>> general planning / "what next" type issues should perhaps be > discussed here first. > >>>> > >>>> Cheers > >>>> > >>>> Kal > >>>> On Wed, Apr 27, 2016 at 10:40 AM, <tom...@gm...> > wrote: > >>>>> Hi Kal > >>>>> > >>>>> The GitHub wiki is a repo similar to Bitbucket's. Even if there is > no automated migration it > >>>> should > >>>>> be easy to convert entire wiki and push to GitHub. Maybe with > >>> https://github.com/frej/fast-export > >>>>> > >>>>> How about we move focused discussion to GitHub issues from now on? > >>>>> > >>>>> Regards, > >>>>> Tom > >>>>> April 27 2016 11:12 AM, "Khalil Ahmed" <ka...@ne...> > wrote: > >>>>>> The basic migration of the source code repository is now done. > >>>>>> > >>>>>> As no-one has spoken up for taking on an active maintenance role > right now, I've just added > >>>>> myself > >>>>>> and Rob as team members. I'd be more than happy to add others too, > but I think that it makes > >>>>> sense > >>>>>> to keep the core team small. Of course, pull requests are most > welcome and you don't need to > >> be > >>>>> in > >>>>>> the GH team to submit those. > >>>>>> > >>>>>> I'll look at if/how to transfer the wiki and issue list over the > coming days. > >>>>>> > >>>>>> Cheers > >>>>>> > >>>>>> Kal > >>>>>> > >>>>>> On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed < > ka...@ne...> wrote: > >>>>>> > >>>>>>> Thanks guys, that seems to have worked nicely on my test import - > both Ron and Max are > > hooked > >>>> up > >>>>>> in > >>>>>>> the list of contributors. > >>>>>>> > >>>>>>> I'll give it another day to see if any other committer pipes up > and then do the import "for > >>>>>> real". > >>>>>>> > >>>>>>> Cheers > >>>>>>> > >>>>>>> Kal > >>>>>>> > >>>>>>> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel < > ma...@mi...> wrote: > >>>>>>>> Hi Kal, > >>>>>>>> > >>>>>>>> I've just set up my gh account, name is max29000 for > max...@gm... > >>>>>>>> > >>>>>>>> Max. > >>>>>>>> > >>>>>>>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne... > >: > >>>>>>>> > >>>>>>>>> Hi guys, > >>>>>>>>> > >>>>>>>>> I did a test transfer from the hg repo at Bitbucket over to > GitHub which went smoothly > >>> enough > >>>>> - > >>>>>>>> all > >>>>>>>>> branches and tags got transferred correctly and GitHub has > managed to map a few of the > >>>>>>>> contributors > >>>>>>>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter Kahle, > myself and Tomasz. > >>>>>>>>> Ron and Max, I don't see your names in the list of contributors > on GH, though you are > > shown > >>>> in > >>>>>>>> the > >>>>>>>>> hg log. It seems that there is a way for me to manually map your > hg commit user names over > >>> to > >>>>>>>>> GitHub ones, but to do that I need your GitHub account name and > identifying email address. > >>> If > >>>>>>> you > >>>>>>>>> have a GitHub username, let me know and I'll try the conversion > again. There is also a > > user > >>>>>>> named > >>>>>>>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, again let > me know if you have a > > GitHub > >>>>>> user > >>>>>>>>> account that you would like the commits attributed to. > >>>>>>>>> > >>>>>>>>> This is a one-time thing, so if you do want your contribution > hooked up to your GitHub > >>>> account > >>>>>>>>> please let me know ASAP. I'll give it a few days before I try > another conversion. > >>>>>>>>> > >>>>>>>>> I've also set up a dotnetrdf organization on the GitHub site > which gives us the top level > >>>>>>>>> github.com/dotnetrdf/ address for the repos. > >>>>>>>>> > >>>>>>>>> I'm working on code and nuget package restructuring and I'll > share a proposal for that > > once > >>>>>> I've > >>>>>>>>> got a few more things sorted out in it. > >>>>>>>>> > >>>>>>>>> Cheers > >>>>>>>>> > >>>>>>>>> Kal > >>>>>>>>> -- Kal Ahmed > >>>>>>>>> Director, Networked Planet Limited > >>>>>>>>> e: kal...@ne... > >>>>>>>>> w: www.networkedplanet.com > >>>>>>>>> > >>>>>>>>> > ------------------------------------------------------------------------------ > >>>>>>>>> Find and fix application performance issues faster with > Applications Manager > >>>>>>>>> Applications Manager provides deep performance insights into > multiple tiers of > >>>>>>>>> your business applications. It resolves application problems > quickly and > >>>>>>>>> reduces your MTTR. Get your free trial! > >>>>>>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>>>>>>>> _______________________________________________ > >>>>>>>>> dotNetRDF-develop mailing list > >>>>>>>>> dot...@li... > >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >>>>>>>> > >>>>>>>> > ------------------------------------------------------------------------------ > >>>>>>>> Find and fix application performance issues faster with > Applications Manager > >>>>>>>> Applications Manager provides deep performance insights into > multiple tiers of > >>>>>>>> your business applications. It resolves application problems > quickly and > >>>>>>>> reduces your MTTR. Get your free trial! > >>>>>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>>>>>>> _______________________________________________ > >>>>>>>> dotNetRDF-develop mailing list > >>>>>>>> dot...@li... > >>>>>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >>>>>>> > >>>>>>> -- Kal Ahmed > >>>>>>> Director, Networked Planet Limited > >>>>>>> e: kal...@ne... > >>>>>>> w: www.networkedplanet.com > >>>>>> > >>>>>> -- Kal Ahmed > >>>>>> Director, Networked Planet Limited > >>>>>> e: kal...@ne... > >>>>>> w: www.networkedplanet.com > >>>>> > >>>>> > ------------------------------------------------------------------------------ > >>>>> Find and fix application performance issues faster with Applications > Manager > >>>>> Applications Manager provides deep performance insights into > multiple tiers of > >>>>> your business applications. It resolves application problems quickly > and > >>>>> reduces your MTTR. Get your free trial! > >>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>>>> _______________________________________________ > >>>>> dotNetRDF-develop mailing list > >>>>> dot...@li... > >>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >>>> > >>>> -- Kal Ahmed > >>>> Director, Networked Planet Limited > >>>> e: kal...@ne... > >>>> w: www.networkedplanet.com > >>> > >>> -- Kal Ahmed > >>> Director, Networked Planet Limited > >>> e: kal...@ne... > >>> w: www.networkedplanet.com > >>> > >>> > ------------------------------------------------------------------------------ > >>> Find and fix application performance issues faster with Applications > Manager > >>> Applications Manager provides deep performance insights into multiple > tiers of > >>> your business applications. It resolves application problems quickly > and > >>> reduces your MTTR. Get your free trial! > >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>> > >>> _______________________________________________ > >>> dotNetRDF-develop mailing list > >>> dot...@li... > >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >> > >> > ------------------------------------------------------------------------------ > >> Find and fix application performance issues faster with Applications > Manager > >> Applications Manager provides deep performance insights into multiple > tiers of > >> your business applications. It resolves application problems quickly and > >> reduces your MTTR. Get your free trial! > >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >> _______________________________________________ > >> dotNetRDF-develop mailing list > >> dot...@li... > >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > -- Kal Ahmed > > Director, Networked Planet Limited > > e: kal...@ne... > > w: www.networkedplanet.com > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: <tom...@gm...> - 2016-05-02 13:36:14
|
Thanks Can you please also give me wiki permissions? I don't see any Edit buttons... Tom May 2 2016 2:50 PM, "Khalil Ahmed" <ka...@ne...> wrote: > Invitation sent! > > On Sun, May 1, 2016 at 10:33 AM, Tomasz Pluskiewicz <tom...@gm...> wrote: > >> Please add me as organization member and I will start cleaning up the wiki >> >> Tom >> >> On 2016-04-28 11:34, Khalil Ahmed wrote: >> >>> So the wiki is now migrated...sort of... >>> >>> * There are some formatting issues, especially with code blocks as the syntax for specifying the >>> language doesn't seem to be picked up by GH. >>> >>> * The generated TOC is useless - I think a custom side-bar is needed to provide navigation >> through >>> the docs. >>> >>> * The sub-section TOC's don't work on GitHub >>> >>> So there is definitely a bunch of cleanup work to be done (manual or scripted...), but at least >> the >>> content is there. >>> >>> Cheers >>> >>> Kal >>> >>> On Wed, Apr 27, 2016 at 10:46 AM, Khalil Ahmed <ka...@ne...> wrote: >>>> Hi Tom, >>>> >>>> OK that's cool - I didn't realize that the Bitbucket wiki was a repo to (though that makes > total >>>> sense!) - I'll get on with having a look at that this week then. >>>> >>>> I'm happy to move task-based discussion over to GitHub issues. I think that for now though the >>> more >>>> general planning / "what next" type issues should perhaps be discussed here first. >>>> >>>> Cheers >>>> >>>> Kal >>>> On Wed, Apr 27, 2016 at 10:40 AM, <tom...@gm...> wrote: >>>>> Hi Kal >>>>> >>>>> The GitHub wiki is a repo similar to Bitbucket's. Even if there is no automated migration it >>>> should >>>>> be easy to convert entire wiki and push to GitHub. Maybe with >>> https://github.com/frej/fast-export >>>>> >>>>> How about we move focused discussion to GitHub issues from now on? >>>>> >>>>> Regards, >>>>> Tom >>>>> April 27 2016 11:12 AM, "Khalil Ahmed" <ka...@ne...> wrote: >>>>>> The basic migration of the source code repository is now done. >>>>>> >>>>>> As no-one has spoken up for taking on an active maintenance role right now, I've just added >>>>> myself >>>>>> and Rob as team members. I'd be more than happy to add others too, but I think that it makes >>>>> sense >>>>>> to keep the core team small. Of course, pull requests are most welcome and you don't need to >> be >>>>> in >>>>>> the GH team to submit those. >>>>>> >>>>>> I'll look at if/how to transfer the wiki and issue list over the coming days. >>>>>> >>>>>> Cheers >>>>>> >>>>>> Kal >>>>>> >>>>>> On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed <ka...@ne...> wrote: >>>>>> >>>>>>> Thanks guys, that seems to have worked nicely on my test import - both Ron and Max are > hooked >>>> up >>>>>> in >>>>>>> the list of contributors. >>>>>>> >>>>>>> I'll give it another day to see if any other committer pipes up and then do the import "for >>>>>> real". >>>>>>> >>>>>>> Cheers >>>>>>> >>>>>>> Kal >>>>>>> >>>>>>> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel <ma...@mi...> wrote: >>>>>>>> Hi Kal, >>>>>>>> >>>>>>>> I've just set up my gh account, name is max29000 for max...@gm... >>>>>>>> >>>>>>>> Max. >>>>>>>> >>>>>>>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne...>: >>>>>>>> >>>>>>>>> Hi guys, >>>>>>>>> >>>>>>>>> I did a test transfer from the hg repo at Bitbucket over to GitHub which went smoothly >>> enough >>>>> - >>>>>>>> all >>>>>>>>> branches and tags got transferred correctly and GitHub has managed to map a few of the >>>>>>>> contributors >>>>>>>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter Kahle, myself and Tomasz. >>>>>>>>> Ron and Max, I don't see your names in the list of contributors on GH, though you are > shown >>>> in >>>>>>>> the >>>>>>>>> hg log. It seems that there is a way for me to manually map your hg commit user names over >>> to >>>>>>>>> GitHub ones, but to do that I need your GitHub account name and identifying email address. >>> If >>>>>>> you >>>>>>>>> have a GitHub username, let me know and I'll try the conversion again. There is also a > user >>>>>>> named >>>>>>>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, again let me know if you have a > GitHub >>>>>> user >>>>>>>>> account that you would like the commits attributed to. >>>>>>>>> >>>>>>>>> This is a one-time thing, so if you do want your contribution hooked up to your GitHub >>>> account >>>>>>>>> please let me know ASAP. I'll give it a few days before I try another conversion. >>>>>>>>> >>>>>>>>> I've also set up a dotnetrdf organization on the GitHub site which gives us the top level >>>>>>>>> github.com/dotnetrdf/ address for the repos. >>>>>>>>> >>>>>>>>> I'm working on code and nuget package restructuring and I'll share a proposal for that > once >>>>>> I've >>>>>>>>> got a few more things sorted out in it. >>>>>>>>> >>>>>>>>> Cheers >>>>>>>>> >>>>>>>>> Kal >>>>>>>>> -- Kal Ahmed >>>>>>>>> Director, Networked Planet Limited >>>>>>>>> e: kal...@ne... >>>>>>>>> w: www.networkedplanet.com >>>>>>>>> >>>>>>>>> ------------------------------------------------------------------------------ >>>>>>>>> Find and fix application performance issues faster with Applications Manager >>>>>>>>> Applications Manager provides deep performance insights into multiple tiers of >>>>>>>>> your business applications. It resolves application problems quickly and >>>>>>>>> reduces your MTTR. Get your free trial! >>>>>>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>>>>>>>> _______________________________________________ >>>>>>>>> dotNetRDF-develop mailing list >>>>>>>>> dot...@li... >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Find and fix application performance issues faster with Applications Manager >>>>>>>> Applications Manager provides deep performance insights into multiple tiers of >>>>>>>> your business applications. It resolves application problems quickly and >>>>>>>> reduces your MTTR. Get your free trial! >>>>>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>>>>>>> _______________________________________________ >>>>>>>> dotNetRDF-develop mailing list >>>>>>>> dot...@li... >>>>>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>>>>>> >>>>>>> -- Kal Ahmed >>>>>>> Director, Networked Planet Limited >>>>>>> e: kal...@ne... >>>>>>> w: www.networkedplanet.com >>>>>> >>>>>> -- Kal Ahmed >>>>>> Director, Networked Planet Limited >>>>>> e: kal...@ne... >>>>>> w: www.networkedplanet.com >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Find and fix application performance issues faster with Applications Manager >>>>> Applications Manager provides deep performance insights into multiple tiers of >>>>> your business applications. It resolves application problems quickly and >>>>> reduces your MTTR. Get your free trial! >>>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>>>> _______________________________________________ >>>>> dotNetRDF-develop mailing list >>>>> dot...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>>> >>>> -- Kal Ahmed >>>> Director, Networked Planet Limited >>>> e: kal...@ne... >>>> w: www.networkedplanet.com >>> >>> -- Kal Ahmed >>> Director, Networked Planet Limited >>> e: kal...@ne... >>> w: www.networkedplanet.com >>> >>> ------------------------------------------------------------------------------ >>> Find and fix application performance issues faster with Applications Manager >>> Applications Manager provides deep performance insights into multiple tiers of >>> your business applications. It resolves application problems quickly and >>> reduces your MTTR. Get your free trial! >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>> >>> _______________________________________________ >>> dotNetRDF-develop mailing list >>> dot...@li... >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications Manager >> Applications Manager provides deep performance insights into multiple tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > -- Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com |
From: Khalil A. <ka...@ne...> - 2016-05-02 12:50:34
|
Invitation sent! On Sun, May 1, 2016 at 10:33 AM, Tomasz Pluskiewicz < tom...@gm...> wrote: > Please add me as organization member and I will start cleaning up the wiki > > Tom > > On 2016-04-28 11:34, Khalil Ahmed wrote: > > So the wiki is now migrated...sort of... > > * There are some formatting issues, especially with code blocks as the > syntax for specifying the language doesn't seem to be picked up by GH. > > * The generated TOC is useless - I think a custom side-bar is needed to > provide navigation through the docs. > > * The sub-section TOC's don't work on GitHub > > So there is definitely a bunch of cleanup work to be done (manual or > scripted...), but at least the content is there. > > Cheers > > Kal > > > On Wed, Apr 27, 2016 at 10:46 AM, Khalil Ahmed <ka...@ne...> > wrote: > >> Hi Tom, >> >> OK that's cool - I didn't realize that the Bitbucket wiki was a repo to >> (though that makes total sense!) - I'll get on with having a look at that >> this week then. >> >> I'm happy to move task-based discussion over to GitHub issues. I think >> that for now though the more general planning / "what next" type issues >> should perhaps be discussed here first. >> >> Cheers >> >> Kal >> >> On Wed, Apr 27, 2016 at 10:40 AM, <tom...@gm...> wrote: >> >>> Hi Kal >>> >>> The GitHub wiki is a repo similar to Bitbucket's. Even if there is no >>> automated migration it should be easy to convert entire wiki and push to >>> GitHub. Maybe with https://github.com/frej/fast-export >>> >>> How about we move focused discussion to GitHub issues from now on? >>> >>> Regards, >>> Tom >>> >>> April 27 2016 11:12 AM, "Khalil Ahmed" < <ka...@ne...> >>> ka...@ne...> wrote: >>> > The basic migration of the source code repository is now done. >>> > >>> > As no-one has spoken up for taking on an active maintenance role right >>> now, I've just added myself >>> > and Rob as team members. I'd be more than happy to add others too, but >>> I think that it makes sense >>> > to keep the core team small. Of course, pull requests are most welcome >>> and you don't need to be in >>> > the GH team to submit those. >>> > >>> > I'll look at if/how to transfer the wiki and issue list over the >>> coming days. >>> > >>> > Cheers >>> > >>> > Kal >>> > >>> > On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed <ka...@ne...> >>> wrote: >>> > >>> >> Thanks guys, that seems to have worked nicely on my test import - >>> both Ron and Max are hooked up >>> > in >>> >> the list of contributors. >>> >> >>> >> I'll give it another day to see if any other committer pipes up and >>> then do the import "for >>> > real". >>> >> >>> >> Cheers >>> >> >>> >> Kal >>> >> >>> >> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel < >>> ma...@mi...> wrote: >>> >>> Hi Kal, >>> >>> >>> >>> I've just set up my gh account, name is max29000 for >>> <max...@gm...>max...@gm... >>> >>> >>> >>> Max. >>> >>> >>> >>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne...>: >>> >>> >>> >>>> Hi guys, >>> >>>> >>> >>>> I did a test transfer from the hg repo at Bitbucket over to GitHub >>> which went smoothly enough - >>> >>> all >>> >>>> branches and tags got transferred correctly and GitHub has managed >>> to map a few of the >>> >>> contributors >>> >>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter Kahle, >>> myself and Tomasz. >>> >>>> Ron and Max, I don't see your names in the list of contributors on >>> GH, though you are shown in >>> >>> the >>> >>>> hg log. It seems that there is a way for me to manually map your hg >>> commit user names over to >>> >>>> GitHub ones, but to do that I need your GitHub account name and >>> identifying email address. If >>> >> you >>> >>>> have a GitHub username, let me know and I'll try the conversion >>> again. There is also a user >>> >> named >>> >>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, again let me >>> know if you have a GitHub >>> > user >>> >>>> account that you would like the commits attributed to. >>> >>>> >>> >>>> This is a one-time thing, so if you do want your contribution >>> hooked up to your GitHub account >>> >>>> please let me know ASAP. I'll give it a few days before I try >>> another conversion. >>> >>>> >>> >>>> I've also set up a dotnetrdf organization on the GitHub site which >>> gives us the top level >>> >>>> github.com/dotnetrdf/ address for the repos. >>> >>>> >>> >>>> I'm working on code and nuget package restructuring and I'll share >>> a proposal for that once >>> > I've >>> >>>> got a few more things sorted out in it. >>> >>>> >>> >>>> Cheers >>> >>>> >>> >>>> Kal >>> >>>> -- Kal Ahmed >>> >>>> Director, Networked Planet Limited >>> >>>> e: kal...@ne... >>> >>>> w: www.networkedplanet.com >>> >>>> >>> >>>> >>> ------------------------------------------------------------------------------ >>> >>>> Find and fix application performance issues faster with >>> Applications Manager >>> >>>> Applications Manager provides deep performance insights into >>> multiple tiers of >>> >>>> your business applications. It resolves application problems >>> quickly and >>> >>>> reduces your MTTR. Get your free trial! >>> >>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>> >>>> _______________________________________________ >>> >>>> dotNetRDF-develop mailing list >>> >>>> dot...@li... >>> >>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> Find and fix application performance issues faster with Applications >>> Manager >>> >>> Applications Manager provides deep performance insights into >>> multiple tiers of >>> >>> your business applications. It resolves application problems quickly >>> and >>> >>> reduces your MTTR. Get your free trial! >>> >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>> >>> _______________________________________________ >>> >>> dotNetRDF-develop mailing list >>> >>> dot...@li... >>> >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>> >> >>> >> -- Kal Ahmed >>> >> Director, Networked Planet Limited >>> >> e: kal...@ne... >>> >> w: www.networkedplanet.com >>> > >>> > -- Kal Ahmed >>> > Director, Networked Planet Limited >>> > e: kal...@ne... >>> > w: www.networkedplanet.com >>> >>> >>> ------------------------------------------------------------------------------ >>> Find and fix application performance issues faster with Applications >>> Manager >>> Applications Manager provides deep performance insights into multiple >>> tiers of >>> your business applications. It resolves application problems quickly and >>> reduces your MTTR. Get your free trial! >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>> _______________________________________________ >>> dotNetRDF-develop mailing list >>> dot...@li... >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>> >> >> >> >> -- >> Kal Ahmed >> Director, Networked Planet Limited >> e: kal...@ne... >> w: www.networkedplanet.com >> > > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial!https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > > > _______________________________________________ > dotNetRDF-develop mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: Khalil A. <ka...@ne...> - 2016-05-02 12:43:20
|
Hi Tom, The 1.9 branch is the one where Rob has been working on DNR 2.0. So, you have a good point about whether that should really be our "develop" branch rather than a branch off of master. My thinking is that I want to do a 1.10 release ASAP and leave DNR 2.0 development for a bit. Right now I haven't had a chance to dig into what the state of the 1.9 branch really is in terms of completeness. I guess it depends on what we as a group feel about taking on the 2.0 development. Perhaps this is worth doing deciding on before deciding on the restructuring because if it seems that doing 2.0 development is the way to go, then 1.9 should definitely become master and we can look at the structure of that rather than the 1.x master branch. However right now as we develop to 1.10 (there is one unit test that does not pass) I think I would prefer to use the current state with develop branched off master. Another possibility would be to take the current state of the 1.9 branch and create a new git repository specifically for dotnetrdf 2.0 What do you think? Cheers Kal On Sun, May 1, 2016 at 6:14 PM, Tomasz Pluskiewicz < tom...@gm...> wrote: > Hi Kal > > I wanted to disagree but here I have such "what next" issue :) > > I've been looking at simplifying the solution structure and the build > process in general when I realized that there essentially are two major > branches: master and 1.9. They have diverged quite a bit and I'm not > sure whether any fundamental changes to the project files should be done > in both or maybe only the 1.9 version, which should probably become a > develop branch in GitFlow nomenclature. > > What do you think? This is a general question about support for version > 1.0.x > > Tom > > On 2016-04-27 11:46, Khalil Ahmed wrote: > > Hi Tom, > > > > OK that's cool - I didn't realize that the Bitbucket wiki was a repo > > to (though that makes total sense!) - I'll get on with having a look > > at that this week then. > > > > I'm happy to move task-based discussion over to GitHub issues. I think > > that for now though the more general planning / "what next" type > > issues should perhaps be discussed here first. > > > > Cheers > > > > Kal > > > > On Wed, Apr 27, 2016 at 10:40 AM, <tom...@gm... > > <mailto:tom...@gm...>> wrote: > > > > Hi Kal > > > > The GitHub wiki is a repo similar to Bitbucket's. Even if there is > > no automated migration it should be easy to convert entire wiki > > and push to GitHub. Maybe with https://github.com/frej/fast-export > > > > How about we move focused discussion to GitHub issues from now on? > > > > Regards, > > Tom > > > > April 27 2016 11:12 AM, "Khalil Ahmed" <ka...@ne... > > <mailto:ka...@ne...>> wrote: > > > The basic migration of the source code repository is now done. > > > > > > As no-one has spoken up for taking on an active maintenance role > > right now, I've just added myself > > > and Rob as team members. I'd be more than happy to add others > > too, but I think that it makes sense > > > to keep the core team small. Of course, pull requests are most > > welcome and you don't need to be in > > > the GH team to submit those. > > > > > > I'll look at if/how to transfer the wiki and issue list over the > > coming days. > > > > > > Cheers > > > > > > Kal > > > > > > On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed > > <ka...@ne... <mailto:ka...@ne...>> wrote: > > > > > >> Thanks guys, that seems to have worked nicely on my test import > > - both Ron and Max are hooked up > > > in > > >> the list of contributors. > > >> > > >> I'll give it another day to see if any other committer pipes up > > and then do the import "for > > > real". > > >> > > >> Cheers > > >> > > >> Kal > > >> > > >> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel > > <ma...@mi... <mailto:ma...@mi...>> wrote: > > >>> Hi Kal, > > >>> > > >>> I've just set up my gh account, name is max29000 for > > max...@gm... <mailto:max...@gm...> > > >>> > > >>> Max. > > >>> > > >>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed > > <ka...@ne... <mailto:ka...@ne...>>: > > >>> > > >>>> Hi guys, > > >>>> > > >>>> I did a test transfer from the hg repo at Bitbucket over to > > GitHub which went smoothly enough - > > >>> all > > >>>> branches and tags got transferred correctly and GitHub has > > managed to map a few of the > > >>> contributors > > >>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter > > Kahle, myself and Tomasz. > > >>>> Ron and Max, I don't see your names in the list of > > contributors on GH, though you are shown in > > >>> the > > >>>> hg log. It seems that there is a way for me to manually map > > your hg commit user names over to > > >>>> GitHub ones, but to do that I need your GitHub account name > > and identifying email address. If > > >> you > > >>>> have a GitHub username, let me know and I'll try the > > conversion again. There is also a user > > >> named > > >>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, again > > let me know if you have a GitHub > > > user > > >>>> account that you would like the commits attributed to. > > >>>> > > >>>> This is a one-time thing, so if you do want your contribution > > hooked up to your GitHub account > > >>>> please let me know ASAP. I'll give it a few days before I try > > another conversion. > > >>>> > > >>>> I've also set up a dotnetrdf organization on the GitHub site > > which gives us the top level > > >>>> github.com/dotnetrdf/ <http://github.com/dotnetrdf/> address > > for the repos. > > >>>> > > >>>> I'm working on code and nuget package restructuring and I'll > > share a proposal for that once > > > I've > > >>>> got a few more things sorted out in it. > > >>>> > > >>>> Cheers > > >>>> > > >>>> Kal > > >>>> -- Kal Ahmed > > >>>> Director, Networked Planet Limited > > >>>> e: kal...@ne... > > <mailto:kal...@ne...> > > >>>> w: www.networkedplanet.com <http://www.networkedplanet.com> > > >>>> > > >>>> > > > ------------------------------------------------------------------------------ > > >>>> Find and fix application performance issues faster with > > Applications Manager > > >>>> Applications Manager provides deep performance insights into > > multiple tiers of > > >>>> your business applications. It resolves application problems > > quickly and > > >>>> reduces your MTTR. Get your free trial! > > >>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > >>>> _______________________________________________ > > >>>> dotNetRDF-develop mailing list > > >>>> dot...@li... > > <mailto:dot...@li...> > > >>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > >>> > > >>> > > > ------------------------------------------------------------------------------ > > >>> Find and fix application performance issues faster with > > Applications Manager > > >>> Applications Manager provides deep performance insights into > > multiple tiers of > > >>> your business applications. It resolves application problems > > quickly and > > >>> reduces your MTTR. Get your free trial! > > >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > >>> _______________________________________________ > > >>> dotNetRDF-develop mailing list > > >>> dot...@li... > > <mailto:dot...@li...> > > >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > >> > > >> -- Kal Ahmed > > >> Director, Networked Planet Limited > > >> e: kal...@ne... > > <mailto:kal...@ne...> > > >> w: www.networkedplanet.com <http://www.networkedplanet.com> > > > > > > -- Kal Ahmed > > > Director, Networked Planet Limited > > > e: kal...@ne... > > <mailto:kal...@ne...> > > > w: www.networkedplanet.com <http://www.networkedplanet.com> > > > > > ------------------------------------------------------------------------------ > > Find and fix application performance issues faster with > > Applications Manager > > Applications Manager provides deep performance insights into > > multiple tiers of > > your business applications. It resolves application problems > > quickly and > > reduces your MTTR. Get your free trial! > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > _______________________________________________ > > dotNetRDF-develop mailing list > > dot...@li... > > <mailto:dot...@li...> > > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > > > > > > -- > > Kal Ahmed > > Director, Networked Planet Limited > > e: kal...@ne... <mailto:kal...@ne...> > > w: www.networkedplanet.com <http://www.networkedplanet.com> > > > > > > > ------------------------------------------------------------------------------ > > Find and fix application performance issues faster with Applications > Manager > > Applications Manager provides deep performance insights into multiple > tiers of > > your business applications. It resolves application problems quickly and > > reduces your MTTR. Get your free trial! > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > > > > > _______________________________________________ > > dotNetRDF-develop mailing list > > dot...@li... > > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: Tomasz P. <tom...@gm...> - 2016-05-01 17:14:53
|
Hi Kal I wanted to disagree but here I have such "what next" issue :) I've been looking at simplifying the solution structure and the build process in general when I realized that there essentially are two major branches: master and 1.9. They have diverged quite a bit and I'm not sure whether any fundamental changes to the project files should be done in both or maybe only the 1.9 version, which should probably become a develop branch in GitFlow nomenclature. What do you think? This is a general question about support for version 1.0.x Tom On 2016-04-27 11:46, Khalil Ahmed wrote: > Hi Tom, > > OK that's cool - I didn't realize that the Bitbucket wiki was a repo > to (though that makes total sense!) - I'll get on with having a look > at that this week then. > > I'm happy to move task-based discussion over to GitHub issues. I think > that for now though the more general planning / "what next" type > issues should perhaps be discussed here first. > > Cheers > > Kal > > On Wed, Apr 27, 2016 at 10:40 AM, <tom...@gm... > <mailto:tom...@gm...>> wrote: > > Hi Kal > > The GitHub wiki is a repo similar to Bitbucket's. Even if there is > no automated migration it should be easy to convert entire wiki > and push to GitHub. Maybe with https://github.com/frej/fast-export > > How about we move focused discussion to GitHub issues from now on? > > Regards, > Tom > > April 27 2016 11:12 AM, "Khalil Ahmed" <ka...@ne... > <mailto:ka...@ne...>> wrote: > > The basic migration of the source code repository is now done. > > > > As no-one has spoken up for taking on an active maintenance role > right now, I've just added myself > > and Rob as team members. I'd be more than happy to add others > too, but I think that it makes sense > > to keep the core team small. Of course, pull requests are most > welcome and you don't need to be in > > the GH team to submit those. > > > > I'll look at if/how to transfer the wiki and issue list over the > coming days. > > > > Cheers > > > > Kal > > > > On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed > <ka...@ne... <mailto:ka...@ne...>> wrote: > > > >> Thanks guys, that seems to have worked nicely on my test import > - both Ron and Max are hooked up > > in > >> the list of contributors. > >> > >> I'll give it another day to see if any other committer pipes up > and then do the import "for > > real". > >> > >> Cheers > >> > >> Kal > >> > >> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel > <ma...@mi... <mailto:ma...@mi...>> wrote: > >>> Hi Kal, > >>> > >>> I've just set up my gh account, name is max29000 for > max...@gm... <mailto:max...@gm...> > >>> > >>> Max. > >>> > >>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed > <ka...@ne... <mailto:ka...@ne...>>: > >>> > >>>> Hi guys, > >>>> > >>>> I did a test transfer from the hg repo at Bitbucket over to > GitHub which went smoothly enough - > >>> all > >>>> branches and tags got transferred correctly and GitHub has > managed to map a few of the > >>> contributors > >>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter > Kahle, myself and Tomasz. > >>>> Ron and Max, I don't see your names in the list of > contributors on GH, though you are shown in > >>> the > >>>> hg log. It seems that there is a way for me to manually map > your hg commit user names over to > >>>> GitHub ones, but to do that I need your GitHub account name > and identifying email address. If > >> you > >>>> have a GitHub username, let me know and I'll try the > conversion again. There is also a user > >> named > >>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, again > let me know if you have a GitHub > > user > >>>> account that you would like the commits attributed to. > >>>> > >>>> This is a one-time thing, so if you do want your contribution > hooked up to your GitHub account > >>>> please let me know ASAP. I'll give it a few days before I try > another conversion. > >>>> > >>>> I've also set up a dotnetrdf organization on the GitHub site > which gives us the top level > >>>> github.com/dotnetrdf/ <http://github.com/dotnetrdf/> address > for the repos. > >>>> > >>>> I'm working on code and nuget package restructuring and I'll > share a proposal for that once > > I've > >>>> got a few more things sorted out in it. > >>>> > >>>> Cheers > >>>> > >>>> Kal > >>>> -- Kal Ahmed > >>>> Director, Networked Planet Limited > >>>> e: kal...@ne... > <mailto:kal...@ne...> > >>>> w: www.networkedplanet.com <http://www.networkedplanet.com> > >>>> > >>>> > ------------------------------------------------------------------------------ > >>>> Find and fix application performance issues faster with > Applications Manager > >>>> Applications Manager provides deep performance insights into > multiple tiers of > >>>> your business applications. It resolves application problems > quickly and > >>>> reduces your MTTR. Get your free trial! > >>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>>> _______________________________________________ > >>>> dotNetRDF-develop mailing list > >>>> dot...@li... > <mailto:dot...@li...> > >>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >>> > >>> > ------------------------------------------------------------------------------ > >>> Find and fix application performance issues faster with > Applications Manager > >>> Applications Manager provides deep performance insights into > multiple tiers of > >>> your business applications. It resolves application problems > quickly and > >>> reduces your MTTR. Get your free trial! > >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>> _______________________________________________ > >>> dotNetRDF-develop mailing list > >>> dot...@li... > <mailto:dot...@li...> > >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >> > >> -- Kal Ahmed > >> Director, Networked Planet Limited > >> e: kal...@ne... > <mailto:kal...@ne...> > >> w: www.networkedplanet.com <http://www.networkedplanet.com> > > > > -- Kal Ahmed > > Director, Networked Planet Limited > > e: kal...@ne... > <mailto:kal...@ne...> > > w: www.networkedplanet.com <http://www.networkedplanet.com> > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with > Applications Manager > Applications Manager provides deep performance insights into > multiple tiers of > your business applications. It resolves application problems > quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > <mailto:dot...@li...> > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... <mailto:kal...@ne...> > w: www.networkedplanet.com <http://www.networkedplanet.com> > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |
From: Tomasz P. <tom...@gm...> - 2016-05-01 09:33:47
|
Please add me as organization member and I will start cleaning up the wiki Tom On 2016-04-28 11:34, Khalil Ahmed wrote: > So the wiki is now migrated...sort of... > > * There are some formatting issues, especially with code blocks as the > syntax for specifying the language doesn't seem to be picked up by GH. > > * The generated TOC is useless - I think a custom side-bar is needed > to provide navigation through the docs. > > * The sub-section TOC's don't work on GitHub > > So there is definitely a bunch of cleanup work to be done (manual or > scripted...), but at least the content is there. > > Cheers > > Kal > > > On Wed, Apr 27, 2016 at 10:46 AM, Khalil Ahmed > <ka...@ne... <mailto:ka...@ne...>> wrote: > > Hi Tom, > > OK that's cool - I didn't realize that the Bitbucket wiki was a > repo to (though that makes total sense!) - I'll get on with having > a look at that this week then. > > I'm happy to move task-based discussion over to GitHub issues. I > think that for now though the more general planning / "what next" > type issues should perhaps be discussed here first. > > Cheers > > Kal > > On Wed, Apr 27, 2016 at 10:40 AM, <tom...@gm... > <mailto:tom...@gm...>> wrote: > > Hi Kal > > The GitHub wiki is a repo similar to Bitbucket's. Even if > there is no automated migration it should be easy to convert > entire wiki and push to GitHub. Maybe with > https://github.com/frej/fast-export > > How about we move focused discussion to GitHub issues from now on? > > Regards, > Tom > > April 27 2016 11:12 AM, "Khalil Ahmed" > <ka...@ne... <mailto:ka...@ne...>> wrote: > > The basic migration of the source code repository is now done. > > > > As no-one has spoken up for taking on an active maintenance > role right now, I've just added myself > > and Rob as team members. I'd be more than happy to add > others too, but I think that it makes sense > > to keep the core team small. Of course, pull requests are > most welcome and you don't need to be in > > the GH team to submit those. > > > > I'll look at if/how to transfer the wiki and issue list over > the coming days. > > > > Cheers > > > > Kal > > > > On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed > <ka...@ne... <mailto:ka...@ne...>> wrote: > > > >> Thanks guys, that seems to have worked nicely on my test > import - both Ron and Max are hooked up > > in > >> the list of contributors. > >> > >> I'll give it another day to see if any other committer > pipes up and then do the import "for > > real". > >> > >> Cheers > >> > >> Kal > >> > >> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel > <ma...@mi... <mailto:ma...@mi...>> wrote: > >>> Hi Kal, > >>> > >>> I've just set up my gh account, name is max29000 for > max...@gm... <mailto:max...@gm...> > >>> > >>> Max. > >>> > >>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed > <ka...@ne... <mailto:ka...@ne...>>: > >>> > >>>> Hi guys, > >>>> > >>>> I did a test transfer from the hg repo at Bitbucket over > to GitHub which went smoothly enough - > >>> all > >>>> branches and tags got transferred correctly and GitHub > has managed to map a few of the > >>> contributors > >>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter > Kahle, myself and Tomasz. > >>>> Ron and Max, I don't see your names in the list of > contributors on GH, though you are shown in > >>> the > >>>> hg log. It seems that there is a way for me to manually > map your hg commit user names over to > >>>> GitHub ones, but to do that I need your GitHub account > name and identifying email address. If > >> you > >>>> have a GitHub username, let me know and I'll try the > conversion again. There is also a user > >> named > >>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, > again let me know if you have a GitHub > > user > >>>> account that you would like the commits attributed to. > >>>> > >>>> This is a one-time thing, so if you do want your > contribution hooked up to your GitHub account > >>>> please let me know ASAP. I'll give it a few days before I > try another conversion. > >>>> > >>>> I've also set up a dotnetrdf organization on the GitHub > site which gives us the top level > >>>> github.com/dotnetrdf/ <http://github.com/dotnetrdf/> > address for the repos. > >>>> > >>>> I'm working on code and nuget package restructuring and > I'll share a proposal for that once > > I've > >>>> got a few more things sorted out in it. > >>>> > >>>> Cheers > >>>> > >>>> Kal > >>>> -- Kal Ahmed > >>>> Director, Networked Planet Limited > >>>> e: kal...@ne... > <mailto:kal...@ne...> > >>>> w: www.networkedplanet.com <http://www.networkedplanet.com> > >>>> > >>>> > ------------------------------------------------------------------------------ > >>>> Find and fix application performance issues faster with > Applications Manager > >>>> Applications Manager provides deep performance insights > into multiple tiers of > >>>> your business applications. It resolves application > problems quickly and > >>>> reduces your MTTR. Get your free trial! > >>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>>> _______________________________________________ > >>>> dotNetRDF-develop mailing list > >>>> dot...@li... > <mailto:dot...@li...> > >>>> > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >>> > >>> > ------------------------------------------------------------------------------ > >>> Find and fix application performance issues faster with > Applications Manager > >>> Applications Manager provides deep performance insights > into multiple tiers of > >>> your business applications. It resolves application > problems quickly and > >>> reduces your MTTR. Get your free trial! > >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>> _______________________________________________ > >>> dotNetRDF-develop mailing list > >>> dot...@li... > <mailto:dot...@li...> > >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >> > >> -- Kal Ahmed > >> Director, Networked Planet Limited > >> e: kal...@ne... > <mailto:kal...@ne...> > >> w: www.networkedplanet.com <http://www.networkedplanet.com> > > > > -- Kal Ahmed > > Director, Networked Planet Limited > > e: kal...@ne... > <mailto:kal...@ne...> > > w: www.networkedplanet.com <http://www.networkedplanet.com> > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with > Applications Manager > Applications Manager provides deep performance insights into > multiple tiers of > your business applications. It resolves application problems > quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > <mailto:dot...@li...> > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > <mailto:kal...@ne...> > w: www.networkedplanet.com <http://www.networkedplanet.com> > > > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... <mailto:kal...@ne...> > w: www.networkedplanet.com <http://www.networkedplanet.com> > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |
From: Khalil A. <ka...@ne...> - 2016-04-28 09:34:34
|
So the wiki is now migrated...sort of... * There are some formatting issues, especially with code blocks as the syntax for specifying the language doesn't seem to be picked up by GH. * The generated TOC is useless - I think a custom side-bar is needed to provide navigation through the docs. * The sub-section TOC's don't work on GitHub So there is definitely a bunch of cleanup work to be done (manual or scripted...), but at least the content is there. Cheers Kal On Wed, Apr 27, 2016 at 10:46 AM, Khalil Ahmed <ka...@ne...> wrote: > Hi Tom, > > OK that's cool - I didn't realize that the Bitbucket wiki was a repo to > (though that makes total sense!) - I'll get on with having a look at that > this week then. > > I'm happy to move task-based discussion over to GitHub issues. I think > that for now though the more general planning / "what next" type issues > should perhaps be discussed here first. > > Cheers > > Kal > > On Wed, Apr 27, 2016 at 10:40 AM, <tom...@gm...> wrote: > >> Hi Kal >> >> The GitHub wiki is a repo similar to Bitbucket's. Even if there is no >> automated migration it should be easy to convert entire wiki and push to >> GitHub. Maybe with https://github.com/frej/fast-export >> >> How about we move focused discussion to GitHub issues from now on? >> >> Regards, >> Tom >> >> April 27 2016 11:12 AM, "Khalil Ahmed" <ka...@ne...> wrote: >> > The basic migration of the source code repository is now done. >> > >> > As no-one has spoken up for taking on an active maintenance role right >> now, I've just added myself >> > and Rob as team members. I'd be more than happy to add others too, but >> I think that it makes sense >> > to keep the core team small. Of course, pull requests are most welcome >> and you don't need to be in >> > the GH team to submit those. >> > >> > I'll look at if/how to transfer the wiki and issue list over the coming >> days. >> > >> > Cheers >> > >> > Kal >> > >> > On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed <ka...@ne...> >> wrote: >> > >> >> Thanks guys, that seems to have worked nicely on my test import - both >> Ron and Max are hooked up >> > in >> >> the list of contributors. >> >> >> >> I'll give it another day to see if any other committer pipes up and >> then do the import "for >> > real". >> >> >> >> Cheers >> >> >> >> Kal >> >> >> >> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel < >> ma...@mi...> wrote: >> >>> Hi Kal, >> >>> >> >>> I've just set up my gh account, name is max29000 for >> max...@gm... >> >>> >> >>> Max. >> >>> >> >>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne...>: >> >>> >> >>>> Hi guys, >> >>>> >> >>>> I did a test transfer from the hg repo at Bitbucket over to GitHub >> which went smoothly enough - >> >>> all >> >>>> branches and tags got transferred correctly and GitHub has managed >> to map a few of the >> >>> contributors >> >>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter Kahle, >> myself and Tomasz. >> >>>> Ron and Max, I don't see your names in the list of contributors on >> GH, though you are shown in >> >>> the >> >>>> hg log. It seems that there is a way for me to manually map your hg >> commit user names over to >> >>>> GitHub ones, but to do that I need your GitHub account name and >> identifying email address. If >> >> you >> >>>> have a GitHub username, let me know and I'll try the conversion >> again. There is also a user >> >> named >> >>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, again let me >> know if you have a GitHub >> > user >> >>>> account that you would like the commits attributed to. >> >>>> >> >>>> This is a one-time thing, so if you do want your contribution hooked >> up to your GitHub account >> >>>> please let me know ASAP. I'll give it a few days before I try >> another conversion. >> >>>> >> >>>> I've also set up a dotnetrdf organization on the GitHub site which >> gives us the top level >> >>>> github.com/dotnetrdf/ address for the repos. >> >>>> >> >>>> I'm working on code and nuget package restructuring and I'll share a >> proposal for that once >> > I've >> >>>> got a few more things sorted out in it. >> >>>> >> >>>> Cheers >> >>>> >> >>>> Kal >> >>>> -- Kal Ahmed >> >>>> Director, Networked Planet Limited >> >>>> e: kal...@ne... >> >>>> w: www.networkedplanet.com >> >>>> >> >>>> >> ------------------------------------------------------------------------------ >> >>>> Find and fix application performance issues faster with Applications >> Manager >> >>>> Applications Manager provides deep performance insights into >> multiple tiers of >> >>>> your business applications. It resolves application problems quickly >> and >> >>>> reduces your MTTR. Get your free trial! >> >>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> >>>> _______________________________________________ >> >>>> dotNetRDF-develop mailing list >> >>>> dot...@li... >> >>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >>> >> >>> >> ------------------------------------------------------------------------------ >> >>> Find and fix application performance issues faster with Applications >> Manager >> >>> Applications Manager provides deep performance insights into multiple >> tiers of >> >>> your business applications. It resolves application problems quickly >> and >> >>> reduces your MTTR. Get your free trial! >> >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> >>> _______________________________________________ >> >>> dotNetRDF-develop mailing list >> >>> dot...@li... >> >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> >> >> -- Kal Ahmed >> >> Director, Networked Planet Limited >> >> e: kal...@ne... >> >> w: www.networkedplanet.com >> > >> > -- Kal Ahmed >> > Director, Networked Planet Limited >> > e: kal...@ne... >> > w: www.networkedplanet.com >> >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications >> Manager >> Applications Manager provides deep performance insights into multiple >> tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> > > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: Khalil A. <ka...@ne...> - 2016-04-27 09:46:41
|
Hi Tom, OK that's cool - I didn't realize that the Bitbucket wiki was a repo to (though that makes total sense!) - I'll get on with having a look at that this week then. I'm happy to move task-based discussion over to GitHub issues. I think that for now though the more general planning / "what next" type issues should perhaps be discussed here first. Cheers Kal On Wed, Apr 27, 2016 at 10:40 AM, <tom...@gm...> wrote: > Hi Kal > > The GitHub wiki is a repo similar to Bitbucket's. Even if there is no > automated migration it should be easy to convert entire wiki and push to > GitHub. Maybe with https://github.com/frej/fast-export > > How about we move focused discussion to GitHub issues from now on? > > Regards, > Tom > > April 27 2016 11:12 AM, "Khalil Ahmed" <ka...@ne...> wrote: > > The basic migration of the source code repository is now done. > > > > As no-one has spoken up for taking on an active maintenance role right > now, I've just added myself > > and Rob as team members. I'd be more than happy to add others too, but I > think that it makes sense > > to keep the core team small. Of course, pull requests are most welcome > and you don't need to be in > > the GH team to submit those. > > > > I'll look at if/how to transfer the wiki and issue list over the coming > days. > > > > Cheers > > > > Kal > > > > On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed <ka...@ne...> > wrote: > > > >> Thanks guys, that seems to have worked nicely on my test import - both > Ron and Max are hooked up > > in > >> the list of contributors. > >> > >> I'll give it another day to see if any other committer pipes up and > then do the import "for > > real". > >> > >> Cheers > >> > >> Kal > >> > >> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel < > ma...@mi...> wrote: > >>> Hi Kal, > >>> > >>> I've just set up my gh account, name is max29000 for > max...@gm... > >>> > >>> Max. > >>> > >>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne...>: > >>> > >>>> Hi guys, > >>>> > >>>> I did a test transfer from the hg repo at Bitbucket over to GitHub > which went smoothly enough - > >>> all > >>>> branches and tags got transferred correctly and GitHub has managed to > map a few of the > >>> contributors > >>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter Kahle, myself > and Tomasz. > >>>> Ron and Max, I don't see your names in the list of contributors on > GH, though you are shown in > >>> the > >>>> hg log. It seems that there is a way for me to manually map your hg > commit user names over to > >>>> GitHub ones, but to do that I need your GitHub account name and > identifying email address. If > >> you > >>>> have a GitHub username, let me know and I'll try the conversion > again. There is also a user > >> named > >>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, again let me > know if you have a GitHub > > user > >>>> account that you would like the commits attributed to. > >>>> > >>>> This is a one-time thing, so if you do want your contribution hooked > up to your GitHub account > >>>> please let me know ASAP. I'll give it a few days before I try another > conversion. > >>>> > >>>> I've also set up a dotnetrdf organization on the GitHub site which > gives us the top level > >>>> github.com/dotnetrdf/ address for the repos. > >>>> > >>>> I'm working on code and nuget package restructuring and I'll share a > proposal for that once > > I've > >>>> got a few more things sorted out in it. > >>>> > >>>> Cheers > >>>> > >>>> Kal > >>>> -- Kal Ahmed > >>>> Director, Networked Planet Limited > >>>> e: kal...@ne... > >>>> w: www.networkedplanet.com > >>>> > >>>> > ------------------------------------------------------------------------------ > >>>> Find and fix application performance issues faster with Applications > Manager > >>>> Applications Manager provides deep performance insights into multiple > tiers of > >>>> your business applications. It resolves application problems quickly > and > >>>> reduces your MTTR. Get your free trial! > >>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>>> _______________________________________________ > >>>> dotNetRDF-develop mailing list > >>>> dot...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >>> > >>> > ------------------------------------------------------------------------------ > >>> Find and fix application performance issues faster with Applications > Manager > >>> Applications Manager provides deep performance insights into multiple > tiers of > >>> your business applications. It resolves application problems quickly > and > >>> reduces your MTTR. Get your free trial! > >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > >>> _______________________________________________ > >>> dotNetRDF-develop mailing list > >>> dot...@li... > >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > >> > >> -- Kal Ahmed > >> Director, Networked Planet Limited > >> e: kal...@ne... > >> w: www.networkedplanet.com > > > > -- Kal Ahmed > > Director, Networked Planet Limited > > e: kal...@ne... > > w: www.networkedplanet.com > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: <tom...@gm...> - 2016-04-27 09:40:45
|
Hi Kal The GitHub wiki is a repo similar to Bitbucket's. Even if there is no automated migration it should be easy to convert entire wiki and push to GitHub. Maybe with https://github.com/frej/fast-export How about we move focused discussion to GitHub issues from now on? Regards, Tom April 27 2016 11:12 AM, "Khalil Ahmed" <ka...@ne...> wrote: > The basic migration of the source code repository is now done. > > As no-one has spoken up for taking on an active maintenance role right now, I've just added myself > and Rob as team members. I'd be more than happy to add others too, but I think that it makes sense > to keep the core team small. Of course, pull requests are most welcome and you don't need to be in > the GH team to submit those. > > I'll look at if/how to transfer the wiki and issue list over the coming days. > > Cheers > > Kal > > On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed <ka...@ne...> wrote: > >> Thanks guys, that seems to have worked nicely on my test import - both Ron and Max are hooked up > in >> the list of contributors. >> >> I'll give it another day to see if any other committer pipes up and then do the import "for > real". >> >> Cheers >> >> Kal >> >> On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel <ma...@mi...> wrote: >>> Hi Kal, >>> >>> I've just set up my gh account, name is max29000 for max...@gm... >>> >>> Max. >>> >>> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne...>: >>> >>>> Hi guys, >>>> >>>> I did a test transfer from the hg repo at Bitbucket over to GitHub which went smoothly enough - >>> all >>>> branches and tags got transferred correctly and GitHub has managed to map a few of the >>> contributors >>>> correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter Kahle, myself and Tomasz. >>>> Ron and Max, I don't see your names in the list of contributors on GH, though you are shown in >>> the >>>> hg log. It seems that there is a way for me to manually map your hg commit user names over to >>>> GitHub ones, but to do that I need your GitHub account name and identifying email address. If >> you >>>> have a GitHub username, let me know and I'll try the conversion again. There is also a user >> named >>>> 'feugen24' (Eugen Forascu, perhaps?) if that is you, again let me know if you have a GitHub > user >>>> account that you would like the commits attributed to. >>>> >>>> This is a one-time thing, so if you do want your contribution hooked up to your GitHub account >>>> please let me know ASAP. I'll give it a few days before I try another conversion. >>>> >>>> I've also set up a dotnetrdf organization on the GitHub site which gives us the top level >>>> github.com/dotnetrdf/ address for the repos. >>>> >>>> I'm working on code and nuget package restructuring and I'll share a proposal for that once > I've >>>> got a few more things sorted out in it. >>>> >>>> Cheers >>>> >>>> Kal >>>> -- Kal Ahmed >>>> Director, Networked Planet Limited >>>> e: kal...@ne... >>>> w: www.networkedplanet.com >>>> >>>> ------------------------------------------------------------------------------ >>>> Find and fix application performance issues faster with Applications Manager >>>> Applications Manager provides deep performance insights into multiple tiers of >>>> your business applications. It resolves application problems quickly and >>>> reduces your MTTR. Get your free trial! >>>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>>> _______________________________________________ >>>> dotNetRDF-develop mailing list >>>> dot...@li... >>>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>> >>> ------------------------------------------------------------------------------ >>> Find and fix application performance issues faster with Applications Manager >>> Applications Manager provides deep performance insights into multiple tiers of >>> your business applications. It resolves application problems quickly and >>> reduces your MTTR. Get your free trial! >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>> _______________________________________________ >>> dotNetRDF-develop mailing list >>> dot...@li... >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> -- Kal Ahmed >> Director, Networked Planet Limited >> e: kal...@ne... >> w: www.networkedplanet.com > > -- Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com |
From: Khalil A. <ka...@ne...> - 2016-04-27 09:12:27
|
The basic migration of the source code repository is now done. As no-one has spoken up for taking on an active maintenance role right now, I've just added myself and Rob as team members. I'd be more than happy to add others too, but I think that it makes sense to keep the core team small. Of course, pull requests are most welcome and you don't need to be in the GH team to submit those. I'll look at if/how to transfer the wiki and issue list over the coming days. Cheers Kal On Sat, Apr 16, 2016 at 3:33 PM, Khalil Ahmed <ka...@ne...> wrote: > Thanks guys, that seems to have worked nicely on my test import - both Ron > and Max are hooked up in the list of contributors. > > I'll give it another day to see if any other committer pipes up and then > do the import "for real". > > Cheers > > Kal > > On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel < > ma...@mi...> wrote: > >> Hi Kal, >> >> I've just set up my gh account, name is max29000 for >> max...@gm... >> >> Max. >> >> 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne...>: >> >>> Hi guys, >>> >>> I did a test transfer from the hg repo at Bitbucket over to GitHub which >>> went smoothly enough - all branches and tags got transferred correctly and >>> GitHub has managed to map a few of the contributors correctly: Rob, >>> (Martin?) Lercher, Peter Ansell, Peter Kahle, myself and Tomasz. >>> >>> Ron and Max, I don't see your names in the list of contributors on GH, >>> though you are shown in the hg log. It seems that there is a way for me to >>> manually map your hg commit user names over to GitHub ones, but to do that >>> I need your GitHub account name and identifying email address. If you have >>> a GitHub username, let me know and I'll try the conversion again. There is >>> also a user named 'feugen24' (Eugen Forascu, perhaps?) if that is you, >>> again let me know if you have a GitHub user account that you would like the >>> commits attributed to. >>> >>> This is a one-time thing, so if you do want your contribution hooked up >>> to your GitHub account please let me know ASAP. I'll give it a few days >>> before I try another conversion. >>> >>> I've also set up a dotnetrdf organization on the GitHub site which gives >>> us the top level github.com/dotnetrdf/ address for the repos. >>> >>> I'm working on code and nuget package restructuring and I'll share a >>> proposal for that once I've got a few more things sorted out in it. >>> >>> Cheers >>> >>> Kal >>> -- >>> Kal Ahmed >>> Director, Networked Planet Limited >>> e: kal...@ne... >>> w: www.networkedplanet.com >>> >>> >>> ------------------------------------------------------------------------------ >>> Find and fix application performance issues faster with Applications >>> Manager >>> Applications Manager provides deep performance insights into multiple >>> tiers of >>> your business applications. It resolves application problems quickly and >>> reduces your MTTR. Get your free trial! >>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >>> _______________________________________________ >>> dotNetRDF-develop mailing list >>> dot...@li... >>> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >>> >>> >> >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications >> Manager >> Applications Manager provides deep performance insights into multiple >> tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: Khalil A. <ka...@ne...> - 2016-04-16 14:33:46
|
Thanks guys, that seems to have worked nicely on my test import - both Ron and Max are hooked up in the list of contributors. I'll give it another day to see if any other committer pipes up and then do the import "for real". Cheers Kal On Sat, Apr 16, 2016 at 10:30 AM, Max - Micrologiciel <ma...@mi...> wrote: > Hi Kal, > > I've just set up my gh account, name is max29000 for > max...@gm... > > Max. > > 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne...>: > >> Hi guys, >> >> I did a test transfer from the hg repo at Bitbucket over to GitHub which >> went smoothly enough - all branches and tags got transferred correctly and >> GitHub has managed to map a few of the contributors correctly: Rob, >> (Martin?) Lercher, Peter Ansell, Peter Kahle, myself and Tomasz. >> >> Ron and Max, I don't see your names in the list of contributors on GH, >> though you are shown in the hg log. It seems that there is a way for me to >> manually map your hg commit user names over to GitHub ones, but to do that >> I need your GitHub account name and identifying email address. If you have >> a GitHub username, let me know and I'll try the conversion again. There is >> also a user named 'feugen24' (Eugen Forascu, perhaps?) if that is you, >> again let me know if you have a GitHub user account that you would like the >> commits attributed to. >> >> This is a one-time thing, so if you do want your contribution hooked up >> to your GitHub account please let me know ASAP. I'll give it a few days >> before I try another conversion. >> >> I've also set up a dotnetrdf organization on the GitHub site which gives >> us the top level github.com/dotnetrdf/ address for the repos. >> >> I'm working on code and nuget package restructuring and I'll share a >> proposal for that once I've got a few more things sorted out in it. >> >> Cheers >> >> Kal >> -- >> Kal Ahmed >> Director, Networked Planet Limited >> e: kal...@ne... >> w: www.networkedplanet.com >> >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications >> Manager >> Applications Manager provides deep performance insights into multiple >> tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: Max - M. <ma...@mi...> - 2016-04-16 09:30:34
|
Hi Kal, I've just set up my gh account, name is max29000 for max...@gm... Max. 2016-04-15 22:21 GMT+02:00 Khalil Ahmed <ka...@ne...>: > Hi guys, > > I did a test transfer from the hg repo at Bitbucket over to GitHub which > went smoothly enough - all branches and tags got transferred correctly and > GitHub has managed to map a few of the contributors correctly: Rob, > (Martin?) Lercher, Peter Ansell, Peter Kahle, myself and Tomasz. > > Ron and Max, I don't see your names in the list of contributors on GH, > though you are shown in the hg log. It seems that there is a way for me to > manually map your hg commit user names over to GitHub ones, but to do that > I need your GitHub account name and identifying email address. If you have > a GitHub username, let me know and I'll try the conversion again. There is > also a user named 'feugen24' (Eugen Forascu, perhaps?) if that is you, > again let me know if you have a GitHub user account that you would like the > commits attributed to. > > This is a one-time thing, so if you do want your contribution hooked up to > your GitHub account please let me know ASAP. I'll give it a few days before > I try another conversion. > > I've also set up a dotnetrdf organization on the GitHub site which gives > us the top level github.com/dotnetrdf/ address for the repos. > > I'm working on code and nuget package restructuring and I'll share a > proposal for that once I've got a few more things sorted out in it. > > Cheers > > Kal > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > |
From: Ron M. Z. <ro...@ze...> - 2016-04-15 22:00:57
|
Hey Kal, My GitHub name is ronmichael and the email address is ro...@ze.... Thanks! On Fri, Apr 15, 2016 at 4:21 PM, Khalil Ahmed <ka...@ne...> wrote: > Hi guys, > > I did a test transfer from the hg repo at Bitbucket over to GitHub which > went smoothly enough - all branches and tags got transferred correctly and > GitHub has managed to map a few of the contributors correctly: Rob, > (Martin?) Lercher, Peter Ansell, Peter Kahle, myself and Tomasz. > > Ron and Max, I don't see your names in the list of contributors on GH, > though you are shown in the hg log. It seems that there is a way for me to > manually map your hg commit user names over to GitHub ones, but to do that > I need your GitHub account name and identifying email address. If you have > a GitHub username, let me know and I'll try the conversion again. There is > also a user named 'feugen24' (Eugen Forascu, perhaps?) if that is you, > again let me know if you have a GitHub user account that you would like the > commits attributed to. > > This is a one-time thing, so if you do want your contribution hooked up to > your GitHub account please let me know ASAP. I'll give it a few days before > I try another conversion. > > I've also set up a dotnetrdf organization on the GitHub site which gives > us the top level github.com/dotnetrdf/ address for the repos. > > I'm working on code and nuget package restructuring and I'll share a > proposal for that once I've got a few more things sorted out in it. > > Cheers > > Kal > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > |
From: Khalil A. <ka...@ne...> - 2016-04-15 20:21:08
|
Hi guys, I did a test transfer from the hg repo at Bitbucket over to GitHub which went smoothly enough - all branches and tags got transferred correctly and GitHub has managed to map a few of the contributors correctly: Rob, (Martin?) Lercher, Peter Ansell, Peter Kahle, myself and Tomasz. Ron and Max, I don't see your names in the list of contributors on GH, though you are shown in the hg log. It seems that there is a way for me to manually map your hg commit user names over to GitHub ones, but to do that I need your GitHub account name and identifying email address. If you have a GitHub username, let me know and I'll try the conversion again. There is also a user named 'feugen24' (Eugen Forascu, perhaps?) if that is you, again let me know if you have a GitHub user account that you would like the commits attributed to. This is a one-time thing, so if you do want your contribution hooked up to your GitHub account please let me know ASAP. I'll give it a few days before I try another conversion. I've also set up a dotnetrdf organization on the GitHub site which gives us the top level github.com/dotnetrdf/ address for the repos. I'm working on code and nuget package restructuring and I'll share a proposal for that once I've got a few more things sorted out in it. Cheers Kal -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: Ron M. Z. <ro...@ze...> - 2016-04-14 20:54:03
|
Hey Rob, As everyone else has said, I'm sorry to see you go and also sorry that I haven't been able to contribute or do much in a long while. I'm most sorry to hear of your health issues. All the projects I had using RDF have died or were forced to move to other technologies. Maybe I'll get to use it again someday. But thank you so very much for all you've done for the community and all the help you've given me over the past few years. Please let me know if there's every anything I might be able to do for you. Ron So you may have noticed that there has not been any releases in a long time, and again you may have not since there is little to no activity here at all. Personally I no longer have the drive, time nor the capability (due to unforeseen health issues) to continue making any efforts to take this project forward or even to continue to maintain it. Therefore since no one else is helping out with this the project is for all intents and purposes dead. As a good friend in the open source community is fond of saying: There are three ways to participate in open source -hope, sponsor, contribute Unfortunately this project has never succeeded in building a community of contributors and has mostly relied on hoping someone else will do the work for them. I acknowledge that this is as much my failure to build a viable community as it is a failure of the community to get more heavily involved but unfortunately it leaves us in a situation where my stepping down essentially kills the project. Sorry to be leaving like this, On Mon, Apr 11, 2016 at 5:51 AM, Rob Vesse <rv...@do...> wrote: > Folks, > > So you may have noticed that there has not been any releases in a long > time, and again you may have not since there is little to no activity here > at all. > > Personally I no longer have the drive, time nor the capability (due to > unforeseen health issues) to continue making any efforts to take this > project forward or even to continue to maintain it. Therefore since no one > else is helping out with this the project is for all intents and purposes > dead. > > As a good friend in the open source community is fond of saying: > > There are three ways to participate in open source -hope, sponsor, > contribute > > Unfortunately this project has never succeeded in building a community of > contributors and has mostly relied on hoping someone else will do the work > for them. I acknowledge that this is as much my failure to build a viable > community as it is a failure of the community to get more heavily involved > but unfortunately it leaves us in a situation where my stepping down > essentially kills the project. > > Sorry to be leaving like this, > > Rob > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ > gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > |
From: Khalil A. <ka...@ne...> - 2016-04-13 14:10:34
|
Yep I agree that the restructuring that is on the 1.9 branch would be a good place to start. The way I think I would tackle this would be to start with a full port of the hg repo to GitHub in its current state and then start on the restructuring so that we keep all the commit history. I'd appreciate the help on getting the CI stuff in place and maybe a walkthrough on how it all works with TeamCity so that I can also help to keep it running - we just moved over to TeamCity on-premise at work so I've at least got a bit of an idea what the different buttons do now! But what would be most useful right now would be to look at the project structure both the current one and the 1.9 branch and maybe collaborate on this list on coming up with a good way to move forward. At this point we could also talk about the build tools and the build process in general and see how we can simplify things. I'm hoping to get some time on Friday to have a deeper dive into this and see what ideas I can come up with...at that point I'll start a separate thread with my thoughts! Cheers Kal On Tue, Apr 12, 2016 at 7:55 PM, Tomasz Pluskiewicz < tom...@gm...> wrote: > Hi guys, > > Rob, I'm very sorry to hear that you have to leave DotNetRDF. There is > very unfortunate mix of slow adoption of RDF in general and poor > community around it. This is especially true in the .NET space which > resists any non-mainstream (and to some extent non-MS) stuff really. > Sadly, this applies to many failed or marginalized .NET OSS projects. > > I am likely the least active of the contributors. Unfortunately I've > only briefly used DNR at work and otherwise it is just side projects and > ongoing personal interest, however we all know how that goes :(. > Anyways, I've had little problems with the library lately. It mostly > "just works" for whatever I needed it for. > > That said there is the 1.9 branch, which I've noticed has some > prerelease packages released and the modularity is a good direction. If > we need to choose I think we should invest in that. The current solution > even proved troublesome to build locally sometimes for me. Also, it is > simply a very complex project and I honestly feel daunted by the inner > workings in some parts. Both would be a barrier for newcomers. > > More inline. > > Regards, > Tom > > On 2016-04-12 11:57, Khalil Ahmed wrote: > > Hi Rob, > > > > I'm happy to continue working on DNR in the open - though if I am the > > only one who is going to spend time working on it I may change things > > up to suit my own development processes a bit as I'm more a Git/GitHub > > kinda guy. It would be great to keep the DNR domain and website. If > > I'm the only one working on things then I would prefer the issue > > tracker move over to GitHub with the repo to simplify / streamline > > things a bit. Ideally though I would prefer to do that sort of thing > > with some sort of community approval, and of course if there are a > > bunch of people who are happier with the current way things work then > > I'm also happy to talk about that too. > > > > So I'm going to put it out there as a proposal: > > > > 1) I'm willing to take over maintenance / development on DNR. I'm in a > > similar position to what Rob had recently - this won't be my full time > > work, it will have to fit in around stuff that actually pays the > > bills. However, as I said before we use DNR in commercial applications > > and in BrightstarDB so I at least have a some incentives to make sure > > stuff works ;-) > > > > 2) For my own ease of work I would like to transfer the DNR repo over > > to GitHub - this includes the issue tracker and, over time the wiki > > and possibly eventually the website too (the source code and issues > > would be the priority though). I would create a DotNetRDF Organization > > on GH that any other contributors would be free to join so the repos > > would be under something like github.com/DotNetRDF/.. > > <http://github.com/DotNetRDF/..>.. > > I definitely support that. I proposed the move to Bitbucket but ever > since I've moved to git and GitHub has only strengthened it's lead > position in open source community through ease of contributing, rich > features and 3rd party integrations. I think we should go that route, > with easier solution and CI setup. > > First things first though. Alas, as I said, I am not and likely won't > become a very active contributor but the least I could do is help with > rebooting DNR at GitHub. Be it through solution and CI overhaul or > moving wiki/issues/website to the new location. > > > > > 3) The project would keep the current MIT license. > > > > 4) I'm not in a position to actively maintain all of the different > > store integrations though (its quite a big ask to be constantly > > testing all of the different stores especially as some of them change > > quite frequently and require that weird-ass Java stuff ;-). I would be > > looking for volunteers to work on those and would probably split each > > one out into its own sub-project that can release at its own cadence. > > > > > > If anyone has any comments or opposition to that please raise it here. > > This is just a proposal and I won't be offended if people are against > > it or have other better ideas to put forwards! > > > > Rob, a couple of admin / ownership issues would arise here - these > > don't need to be actioned right now, I would just like to get an idea > > of what needs to happen if no one objects to the proposals above: > > > > a) Managing the dotnetrdf.org <http://dotnetrdf.org> domain - I'm > > happy to take over the cost of maintaining the domain and any hosting > > that you are paying for. Or if you would prefer to keep the domain > > that is cool too. > > b) NuGet releases - I think this should be as simple as you adding a > > new package owner so that we can keep the existing NuGet package names. > > c) VDS.Common - as this is one of the key dependencies for DNR it > > would be good to know what your plans are with that project. Is it > > also something that should be transferred over ? > > d) Less important but currently the assemblies are signed right? It > > might be good to transfer the existing private key, but again its not > > a big deal if you would prefer to keep that and I just create a new > > private key for the next DNR release. > > > > Cheers > > > > Kal > > > > On Tue, Apr 12, 2016 at 9:58 AM, Rob Vesse <rv...@do... > > <mailto:rv...@do...>> wrote: > > > > Kal > > > > Don't forget that you have commit privileges so you can of course > > continue to maintain the official repository yourself if you wish. > > Also I can give you or anyone else who wants it write access to > > the dotnetrdf.org <http://dotnetrdf.org> website, issue tracker etc. > > > > > > Rob > > > > From: Kal Ahmed <ka...@ne... > > <mailto:ka...@ne...>> > > Reply-To: dotNetRDF Developer Discussion and Feature Request > > <dot...@li... > > <mailto:dot...@li...>> > > Date: Monday, 11 April 2016 11:38 > > To: dotNetRDF Developer Discussion and Feature Request > > <dot...@li... > > <mailto:dot...@li...>> > > Subject: Re: [dotNetRDF-Develop] End of line > > > > Hey Rob, > > > > I'm sorry to see you go, and more sorry that I haven't be > > contributing as much as I would have liked to / should have. > > However, I do fully understand your position - I've been in > > the same place myself with my open-source projects. I would > > like the awesome stuff that you have done with DNR to live on > > in some form. From a my perspective I will at the very least > > work on a fork of DNR as my company has a bunch of tools and > > services built on the libraries. However, if others are also > > willing to step up I'd be happy to talk about carrying the > > project as an open-source effort. > > > > If anyone else on this list would like to discuss if/how the > > project proceeds, speak up now guys! > > > > Cheers > > > > Kal > > > > On Mon, Apr 11, 2016 at 10:51 AM, Rob Vesse > > <rv...@do... <mailto:rv...@do...>> wrote: > > > > Folks, > > > > So you may have noticed that there has not been any > > releases in a long time, and again you may have not since > > there is little to no activity here at all. > > > > Personally I no longer have the drive, time nor the > > capability (due to unforeseen health issues) to continue > > making any efforts to take this project forward or even to > > continue to maintain it. Therefore since no one else is > > helping out with this the project is for all intents and > > purposes dead. > > > > As a good friend in the open source community is fond of > > saying: > > > > There are three ways to participate in open source -hope, > > sponsor, contribute > > > > Unfortunately this project has never succeeded in building > > a community of contributors and has mostly relied on > > hoping someone else will do the work for them. I > > acknowledge that this is as much my failure to build a > > viable community as it is a failure of the community to > > get more heavily involved but unfortunately it leaves us > > in a situation where my stepping down essentially kills > > the project. > > > > Sorry to be leaving like this, > > > > Rob > > > > > ------------------------------------------------------------------------------ > > Find and fix application performance issues faster with > > Applications Manager > > Applications Manager provides deep performance insights > > into multiple tiers of > > your business applications. It resolves application > > problems quickly and > > reduces your MTTR. Get your free trial! > > http://pubads.g.doubleclick.net/ > > gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 > > < > http://pubads.g.doubleclick.net/gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 > > > > _______________________________________________ > > dotNetRDF-develop mailing list > > dot...@li... > > <mailto:dot...@li...> > > > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > > > > > > -- > > Kal Ahmed > > Director, Networked Planet Limited > > e: kal...@ne... > > <mailto:kal...@ne...> > > w: www.networkedplanet.com <http://www.networkedplanet.com> > > > ------------------------------------------------------------------------------ > > Find and fix application performance issues faster with > > Applications Manager Applications Manager provides deep > > performance insights into multiple tiers of your business > > applications. It resolves application problems quickly and > > reduces your MTTR. Get your free trial! > > http://pubads.g.doubleclick.net/ > > > gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532_______________________________________________ > > dotNetRDF-develop mailing list > > dot...@li... > > <mailto:dot...@li...> > > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > > > ------------------------------------------------------------------------------ > > Find and fix application performance issues faster with > > Applications Manager > > Applications Manager provides deep performance insights into > > multiple tiers of > > your business applications. It resolves application problems > > quickly and > > reduces your MTTR. Get your free trial! > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > _______________________________________________ > > dotNetRDF-develop mailing list > > dot...@li... > > <mailto:dot...@li...> > > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > > > > > > -- > > Kal Ahmed > > Director, Networked Planet Limited > > e: kal...@ne... <mailto:kal...@ne...> > > w: www.networkedplanet.com <http://www.networkedplanet.com> > > > > > > > ------------------------------------------------------------------------------ > > Find and fix application performance issues faster with Applications > Manager > > Applications Manager provides deep performance insights into multiple > tiers of > > your business applications. It resolves application problems quickly and > > reduces your MTTR. Get your free trial! > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > > > > > _______________________________________________ > > dotNetRDF-develop mailing list > > dot...@li... > > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: Tomasz P. <tom...@gm...> - 2016-04-12 18:55:52
|
Hi guys, Rob, I'm very sorry to hear that you have to leave DotNetRDF. There is very unfortunate mix of slow adoption of RDF in general and poor community around it. This is especially true in the .NET space which resists any non-mainstream (and to some extent non-MS) stuff really. Sadly, this applies to many failed or marginalized .NET OSS projects. I am likely the least active of the contributors. Unfortunately I've only briefly used DNR at work and otherwise it is just side projects and ongoing personal interest, however we all know how that goes :(. Anyways, I've had little problems with the library lately. It mostly "just works" for whatever I needed it for. That said there is the 1.9 branch, which I've noticed has some prerelease packages released and the modularity is a good direction. If we need to choose I think we should invest in that. The current solution even proved troublesome to build locally sometimes for me. Also, it is simply a very complex project and I honestly feel daunted by the inner workings in some parts. Both would be a barrier for newcomers. More inline. Regards, Tom On 2016-04-12 11:57, Khalil Ahmed wrote: > Hi Rob, > > I'm happy to continue working on DNR in the open - though if I am the > only one who is going to spend time working on it I may change things > up to suit my own development processes a bit as I'm more a Git/GitHub > kinda guy. It would be great to keep the DNR domain and website. If > I'm the only one working on things then I would prefer the issue > tracker move over to GitHub with the repo to simplify / streamline > things a bit. Ideally though I would prefer to do that sort of thing > with some sort of community approval, and of course if there are a > bunch of people who are happier with the current way things work then > I'm also happy to talk about that too. > > So I'm going to put it out there as a proposal: > > 1) I'm willing to take over maintenance / development on DNR. I'm in a > similar position to what Rob had recently - this won't be my full time > work, it will have to fit in around stuff that actually pays the > bills. However, as I said before we use DNR in commercial applications > and in BrightstarDB so I at least have a some incentives to make sure > stuff works ;-) > > 2) For my own ease of work I would like to transfer the DNR repo over > to GitHub - this includes the issue tracker and, over time the wiki > and possibly eventually the website too (the source code and issues > would be the priority though). I would create a DotNetRDF Organization > on GH that any other contributors would be free to join so the repos > would be under something like github.com/DotNetRDF/.. > <http://github.com/DotNetRDF/..>.. I definitely support that. I proposed the move to Bitbucket but ever since I've moved to git and GitHub has only strengthened it's lead position in open source community through ease of contributing, rich features and 3rd party integrations. I think we should go that route, with easier solution and CI setup. First things first though. Alas, as I said, I am not and likely won't become a very active contributor but the least I could do is help with rebooting DNR at GitHub. Be it through solution and CI overhaul or moving wiki/issues/website to the new location. > > 3) The project would keep the current MIT license. > > 4) I'm not in a position to actively maintain all of the different > store integrations though (its quite a big ask to be constantly > testing all of the different stores especially as some of them change > quite frequently and require that weird-ass Java stuff ;-). I would be > looking for volunteers to work on those and would probably split each > one out into its own sub-project that can release at its own cadence. > > > If anyone has any comments or opposition to that please raise it here. > This is just a proposal and I won't be offended if people are against > it or have other better ideas to put forwards! > > Rob, a couple of admin / ownership issues would arise here - these > don't need to be actioned right now, I would just like to get an idea > of what needs to happen if no one objects to the proposals above: > > a) Managing the dotnetrdf.org <http://dotnetrdf.org> domain - I'm > happy to take over the cost of maintaining the domain and any hosting > that you are paying for. Or if you would prefer to keep the domain > that is cool too. > b) NuGet releases - I think this should be as simple as you adding a > new package owner so that we can keep the existing NuGet package names. > c) VDS.Common - as this is one of the key dependencies for DNR it > would be good to know what your plans are with that project. Is it > also something that should be transferred over ? > d) Less important but currently the assemblies are signed right? It > might be good to transfer the existing private key, but again its not > a big deal if you would prefer to keep that and I just create a new > private key for the next DNR release. > > Cheers > > Kal > > On Tue, Apr 12, 2016 at 9:58 AM, Rob Vesse <rv...@do... > <mailto:rv...@do...>> wrote: > > Kal > > Don't forget that you have commit privileges so you can of course > continue to maintain the official repository yourself if you wish. > Also I can give you or anyone else who wants it write access to > the dotnetrdf.org <http://dotnetrdf.org> website, issue tracker etc. > > > Rob > > From: Kal Ahmed <ka...@ne... > <mailto:ka...@ne...>> > Reply-To: dotNetRDF Developer Discussion and Feature Request > <dot...@li... > <mailto:dot...@li...>> > Date: Monday, 11 April 2016 11:38 > To: dotNetRDF Developer Discussion and Feature Request > <dot...@li... > <mailto:dot...@li...>> > Subject: Re: [dotNetRDF-Develop] End of line > > Hey Rob, > > I'm sorry to see you go, and more sorry that I haven't be > contributing as much as I would have liked to / should have. > However, I do fully understand your position - I've been in > the same place myself with my open-source projects. I would > like the awesome stuff that you have done with DNR to live on > in some form. From a my perspective I will at the very least > work on a fork of DNR as my company has a bunch of tools and > services built on the libraries. However, if others are also > willing to step up I'd be happy to talk about carrying the > project as an open-source effort. > > If anyone else on this list would like to discuss if/how the > project proceeds, speak up now guys! > > Cheers > > Kal > > On Mon, Apr 11, 2016 at 10:51 AM, Rob Vesse > <rv...@do... <mailto:rv...@do...>> wrote: > > Folks, > > So you may have noticed that there has not been any > releases in a long time, and again you may have not since > there is little to no activity here at all. > > Personally I no longer have the drive, time nor the > capability (due to unforeseen health issues) to continue > making any efforts to take this project forward or even to > continue to maintain it. Therefore since no one else is > helping out with this the project is for all intents and > purposes dead. > > As a good friend in the open source community is fond of > saying: > > There are three ways to participate in open source -hope, > sponsor, contribute > > Unfortunately this project has never succeeded in building > a community of contributors and has mostly relied on > hoping someone else will do the work for them. I > acknowledge that this is as much my failure to build a > viable community as it is a failure of the community to > get more heavily involved but unfortunately it leaves us > in a situation where my stepping down essentially kills > the project. > > Sorry to be leaving like this, > > Rob > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with > Applications Manager > Applications Manager provides deep performance insights > into multiple tiers of > your business applications. It resolves application > problems quickly and > reduces your MTTR. Get your free trial! > http://pubads.g.doubleclick.net/ > gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 > <http://pubads.g.doubleclick.net/gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532> > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > <mailto:dot...@li...> > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > <mailto:kal...@ne...> > w: www.networkedplanet.com <http://www.networkedplanet.com> > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with > Applications Manager Applications Manager provides deep > performance insights into multiple tiers of your business > applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > http://pubads.g.doubleclick.net/ > gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532_______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > <mailto:dot...@li...> > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with > Applications Manager > Applications Manager provides deep performance insights into > multiple tiers of > your business applications. It resolves application problems > quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > <mailto:dot...@li...> > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... <mailto:kal...@ne...> > w: www.networkedplanet.com <http://www.networkedplanet.com> > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |
From: Khalil A. <ka...@ne...> - 2016-04-12 09:57:33
|
Hi Rob, I'm happy to continue working on DNR in the open - though if I am the only one who is going to spend time working on it I may change things up to suit my own development processes a bit as I'm more a Git/GitHub kinda guy. It would be great to keep the DNR domain and website. If I'm the only one working on things then I would prefer the issue tracker move over to GitHub with the repo to simplify / streamline things a bit. Ideally though I would prefer to do that sort of thing with some sort of community approval, and of course if there are a bunch of people who are happier with the current way things work then I'm also happy to talk about that too. So I'm going to put it out there as a proposal: 1) I'm willing to take over maintenance / development on DNR. I'm in a similar position to what Rob had recently - this won't be my full time work, it will have to fit in around stuff that actually pays the bills. However, as I said before we use DNR in commercial applications and in BrightstarDB so I at least have a some incentives to make sure stuff works ;-) 2) For my own ease of work I would like to transfer the DNR repo over to GitHub - this includes the issue tracker and, over time the wiki and possibly eventually the website too (the source code and issues would be the priority though). I would create a DotNetRDF Organization on GH that any other contributors would be free to join so the repos would be under something like github.com/DotNetRDF/.... 3) The project would keep the current MIT license. 4) I'm not in a position to actively maintain all of the different store integrations though (its quite a big ask to be constantly testing all of the different stores especially as some of them change quite frequently and require that weird-ass Java stuff ;-). I would be looking for volunteers to work on those and would probably split each one out into its own sub-project that can release at its own cadence. If anyone has any comments or opposition to that please raise it here. This is just a proposal and I won't be offended if people are against it or have other better ideas to put forwards! Rob, a couple of admin / ownership issues would arise here - these don't need to be actioned right now, I would just like to get an idea of what needs to happen if no one objects to the proposals above: a) Managing the dotnetrdf.org domain - I'm happy to take over the cost of maintaining the domain and any hosting that you are paying for. Or if you would prefer to keep the domain that is cool too. b) NuGet releases - I think this should be as simple as you adding a new package owner so that we can keep the existing NuGet package names. c) VDS.Common - as this is one of the key dependencies for DNR it would be good to know what your plans are with that project. Is it also something that should be transferred over ? d) Less important but currently the assemblies are signed right? It might be good to transfer the existing private key, but again its not a big deal if you would prefer to keep that and I just create a new private key for the next DNR release. Cheers Kal On Tue, Apr 12, 2016 at 9:58 AM, Rob Vesse <rv...@do...> wrote: > Kal > > Don't forget that you have commit privileges so you can of course continue > to maintain the official repository yourself if you wish. Also I can give > you or anyone else who wants it write access to the dotnetrdf.org > website, issue tracker etc. > > > Rob > > From: Kal Ahmed <ka...@ne...> > Reply-To: dotNetRDF Developer Discussion and Feature Request < > dot...@li...> > Date: Monday, 11 April 2016 11:38 > To: dotNetRDF Developer Discussion and Feature Request < > dot...@li...> > Subject: Re: [dotNetRDF-Develop] End of line > > Hey Rob, > > I'm sorry to see you go, and more sorry that I haven't be contributing as > much as I would have liked to / should have. However, I do fully > understand your position - I've been in the same place myself with my > open-source projects. I would like the awesome stuff that you have done > with DNR to live on in some form. From a my perspective I will at the very > least work on a fork of DNR as my company has a bunch of tools and services > built on the libraries. However, if others are also willing to step up I'd > be happy to talk about carrying the project as an open-source effort. > > If anyone else on this list would like to discuss if/how the project > proceeds, speak up now guys! > > Cheers > > Kal > > On Mon, Apr 11, 2016 at 10:51 AM, Rob Vesse <rv...@do...> wrote: > >> Folks, >> >> So you may have noticed that there has not been any releases in a long >> time, and again you may have not since there is little to no activity here >> at all. >> >> Personally I no longer have the drive, time nor the capability (due to >> unforeseen health issues) to continue making any efforts to take this >> project forward or even to continue to maintain it. Therefore since no one >> else is helping out with this the project is for all intents and purposes >> dead. >> >> As a good friend in the open source community is fond of saying: >> >> There are three ways to participate in open source -hope, sponsor, >> contribute >> >> Unfortunately this project has never succeeded in building a community of >> contributors and has mostly relied on hoping someone else will do the work >> for them. I acknowledge that this is as much my failure to build a viable >> community as it is a failure of the community to get more heavily involved >> but unfortunately it leaves us in a situation where my stepping down >> essentially kills the project. >> >> Sorry to be leaving like this, >> >> Rob >> >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications >> Manager >> Applications Manager provides deep performance insights into multiple >> tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ >> gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 >> <http://pubads.g.doubleclick.net/gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532> >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager Applications Manager provides deep performance insights into > multiple tiers of your business applications. It resolves application > problems quickly and reduces your MTTR. Get your free trial! > http://pubads.g.doubleclick.net/ > gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532_______________________________________________ > dotNetRDF-develop mailing list dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |
From: Rob V. <rv...@do...> - 2016-04-12 09:16:20
|
Kal Don't forget that you have commit privileges so you can of course continue to maintain the official repository yourself if you wish. Also I can give you or anyone else who wants it write access to the dotnetrdf.org website, issue tracker etc. Rob From: Kal Ahmed <ka...@ne...> Reply-To: dotNetRDF Developer Discussion and Feature Request <dot...@li...> Date: Monday, 11 April 2016 11:38 To: dotNetRDF Developer Discussion and Feature Request <dot...@li...> Subject: Re: [dotNetRDF-Develop] End of line Hey Rob, I'm sorry to see you go, and more sorry that I haven't be contributing as much as I would have liked to / should have. However, I do fully understand your position - I've been in the same place myself with my open-source projects. I would like the awesome stuff that you have done with DNR to live on in some form. From a my perspective I will at the very least work on a fork of DNR as my company has a bunch of tools and services built on the libraries. However, if others are also willing to step up I'd be happy to talk about carrying the project as an open-source effort. If anyone else on this list would like to discuss if/how the project proceeds, speak up now guys! Cheers Kal On Mon, Apr 11, 2016 at 10:51 AM, Rob Vesse <rv...@do...> wrote: Folks, So you may have noticed that there has not been any releases in a long time, and again you may have not since there is little to no activity here at all. Personally I no longer have the drive, time nor the capability (due to unforeseen health issues) to continue making any efforts to take this project forward or even to continue to maintain it. Therefore since no one else is helping out with this the project is for all intents and purposes dead. As a good friend in the open source community is fond of saying: There are three ways to participate in open source -hope, sponsor, contribute Unfortunately this project has never succeeded in building a community of contributors and has mostly relied on hoping someone else will do the work for them. I acknowledge that this is as much my failure to build a viable community as it is a failure of the community to get more heavily involved but unfortunately it leaves us in a situation where my stepping down essentially kills the project. Sorry to be leaving like this, Rob ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 _______________________________________________ dotNetRDF-develop mailing list dot...@li... https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532_______________________________________________ dotNetRDF-develop mailing list dot...@li... https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop |
From: Max - M. <ma...@mi...> - 2016-04-11 12:45:31
|
Hi Rob, All like Kal said, I'm also sorry to see you go. I wish I could have contributed more on the project last year, but the company I work for decided to switch to more mainstream technologies despite my efforts to make RDF our underlying standard (thus the long silence since my last PR). DNR is such an awesome library and I can't but admire the work and efforts you've invested into it since its creation. Thank you thousands of times for that. As for Kal's request, of course I feel DNR should continue since it is the only mature enough available RDF library for the .Net environment and I would hate to see it become yet another RDF project to go into oblivion and as much as I do not despair to get back to the semantic side, I do not unfortunately currently have the time neither the skills and Rob-wise preciseness to actively work on it. Anyway, I'd still like to contribute as much as I possibly can so count me in for any discussion about the project's future, Cheers and take care, Max. 2016-04-11 12:38 GMT+02:00 Khalil Ahmed <ka...@ne...>: > Hey Rob, > > I'm sorry to see you go, and more sorry that I haven't be contributing as > much as I would have liked to / should have. However, I do fully > understand your position - I've been in the same place myself with my > open-source projects. I would like the awesome stuff that you have done > with DNR to live on in some form. From a my perspective I will at the very > least work on a fork of DNR as my company has a bunch of tools and services > built on the libraries. However, if others are also willing to step up I'd > be happy to talk about carrying the project as an open-source effort. > > If anyone else on this list would like to discuss if/how the project > proceeds, speak up now guys! > > Cheers > > Kal > > On Mon, Apr 11, 2016 at 10:51 AM, Rob Vesse <rv...@do...> wrote: > >> Folks, >> >> So you may have noticed that there has not been any releases in a long >> time, and again you may have not since there is little to no activity here >> at all. >> >> Personally I no longer have the drive, time nor the capability (due to >> unforeseen health issues) to continue making any efforts to take this >> project forward or even to continue to maintain it. Therefore since no one >> else is helping out with this the project is for all intents and purposes >> dead. >> >> As a good friend in the open source community is fond of saying: >> >> There are three ways to participate in open source -hope, sponsor, >> contribute >> >> Unfortunately this project has never succeeded in building a community of >> contributors and has mostly relied on hoping someone else will do the work >> for them. I acknowledge that this is as much my failure to build a viable >> community as it is a failure of the community to get more heavily involved >> but unfortunately it leaves us in a situation where my stepping down >> essentially kills the project. >> >> Sorry to be leaving like this, >> >> Rob >> >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications >> Manager >> Applications Manager provides deep performance insights into multiple >> tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ >> gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 >> <http://pubads.g.doubleclick.net/gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532> >> _______________________________________________ >> dotNetRDF-develop mailing list >> dot...@li... >> https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop >> >> > > > -- > Kal Ahmed > Director, Networked Planet Limited > e: kal...@ne... > w: www.networkedplanet.com > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ > gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 > <http://pubads.g.doubleclick.net/gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532> > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > |
From: Khalil A. <ka...@ne...> - 2016-04-11 11:09:34
|
Hey Rob, I'm sorry to see you go, and more sorry that I haven't be contributing as much as I would have liked to / should have. However, I do fully understand your position - I've been in the same place myself with my open-source projects. I would like the awesome stuff that you have done with DNR to live on in some form. From a my perspective I will at the very least work on a fork of DNR as my company has a bunch of tools and services built on the libraries. However, if others are also willing to step up I'd be happy to talk about carrying the project as an open-source effort. If anyone else on this list would like to discuss if/how the project proceeds, speak up now guys! Cheers Kal On Mon, Apr 11, 2016 at 10:51 AM, Rob Vesse <rv...@do...> wrote: > Folks, > > So you may have noticed that there has not been any releases in a long > time, and again you may have not since there is little to no activity here > at all. > > Personally I no longer have the drive, time nor the capability (due to > unforeseen health issues) to continue making any efforts to take this > project forward or even to continue to maintain it. Therefore since no one > else is helping out with this the project is for all intents and purposes > dead. > > As a good friend in the open source community is fond of saying: > > There are three ways to participate in open source -hope, sponsor, > contribute > > Unfortunately this project has never succeeded in building a community of > contributors and has mostly relied on hoping someone else will do the work > for them. I acknowledge that this is as much my failure to build a viable > community as it is a failure of the community to get more heavily involved > but unfortunately it leaves us in a situation where my stepping down > essentially kills the project. > > Sorry to be leaving like this, > > Rob > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/ > gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532 > _______________________________________________ > dotNetRDF-develop mailing list > dot...@li... > https://lists.sourceforge.net/lists/listinfo/dotnetrdf-develop > > -- Kal Ahmed Director, Networked Planet Limited e: kal...@ne... w: www.networkedplanet.com |