Re: [Twisted-Python] git?

2014-03-18 Thread Jonas Brunsgaard
I think that it is a shame that Twisted is not on Github(Yep Github, not
just git)

If we make a comparison between SVN and Git, I think it is obvious that Git
is the superior VCS.

That said, I think Github  - as a platform - creates a certain "feeling" of
openness, transparency, accessibility and recognisability.

All things, that make new users of twisted feel better about the project.

As an example I think that most developers know how to submit PR's via
Github, where I (as an example) don`t know how to submit a patch to Twisted
today(of cause I could read up on it, but i already know the other flow).
And that could hold back some people from submitting bugfixes etc.

I feel many developers see Twisted as good and stable, but also a little
'dusty' and old, and I think that a move to Github would bring more code
submitters, more discussions, more accessibility and more '
genereldevelopment' in the project.

For that reasons I feels like it may be a good idea to move twisted to
Github.

If at some point the core dev team decides that such a move should happen,
I would love to help with the movement of issues etc.(all the slave work
:)) (and I think others outside the core team would be willing to help out
too)

That is my view on the case, how does your guys feel about my view on this
matter?

All the best

--
brunsgaard



On Wed, Mar 12, 2014 at 11:35 PM, Chris Withers 
 wrote:

> Hi All,
>
> Is there a git mirror of the twisted repo anywhere?
>
> Chris
>
> --
> Simplistix - Content Management, Batch Processing & Python Consulting
> - http://www.simplistix.co.uk
>
> ___
> Twisted-Python mailing list
> Twisted-Python@twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] Getting the options object from the service

2014-03-18 Thread Jonas Brunsgaard
lvh, thanks for your answer.

I will keep parsing the options object around.


On Mon, Mar 17, 2014 at 2:20 PM, Laurens Van Houtven <_...@lvh.io> wrote:

> Hi Jonas,
>
>
> I strongly prefer to pass the options around (through the Service objects
> you're making) rather than relying on the global state of the plugin
> instance.
>
>
> hth
> lvh
>
>
>
> On Mon, Mar 17, 2014 at 2:02 PM, Jonas Brunsgaard <
> jonas.brunsga...@gmail.com> wrote:
>
>> Hello Everybody
>>
>> What is the prefered way to get the options object from the servicemaker
>> when using twistd plugins.
>>
>> I guess i could access the object via
>>
>> from twisted.plugins.my_plugin import myServiceMaker
>> options = myServicemMaker.options
>>
>> But is there a better way to do it? Somthing like
>>
>> from somwhere import get_service_config()
>> options =  get_service_config()
>>
>> All the best
>>
>> --
>> Brunsgaard
>>
>>
>>
>>
>> ___
>> Twisted-Python mailing list
>> Twisted-Python@twistedmatrix.com
>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>>
>>
>
> ___
> Twisted-Python mailing list
> Twisted-Python@twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] git?

2014-03-18 Thread Christopher Armstrong
On March 18, 2014 at 6:38:42 PM, Jonas Brunsgaard (jonas.brunsga...@gmail.com) 
wrote:
I think that it is a shame that Twisted is not on Github(Yep Github, not just 
git)

If we make a comparison between SVN and Git, I think it is obvious that Git is 
the superior VCS.

That said, I think Github  - as a platform - creates a certain "feeling" of 
openness, transparency, accessibility and recognisability.

All things, that make new users of twisted feel better about the project.

As an example I think that most developers know how to submit PR's via Github, 
where I (as an example) don`t know how to submit a patch to Twisted today(of 
cause I could read up on it, but i already know the other flow). And that could 
hold back some people from submitting bugfixes etc.


I think accepting PRs via Github would be a huge benefit to Twisted.





I feel many developers see Twisted as good and stable, but also a little 
'dusty' and old, and I think that a move to Github would bring more code 
submitters, more discussions, more accessibility and more ' generel 
development' in the project.

For that reasons I feels like it may be a good idea to move twisted to Github.

If at some point the core dev team decides that such a move should happen, I 
would love to help with the movement of issues etc.(all the slave work :)) (and 
I think others outside the core team would be willing to help out too) 
While I doubt Twisted would move to Github’s pretty poor issue tracker, there 
is already some agreement that Twisted should be moved to github inasmuch that 
PRs should reasonably be integrated into the workflow.

There are already some tickets on the Twisted tracker about a move to Git. I’m 
sure your help would be greatly appreciated :-)

Here’s a wiki page where some of the tickets are linked: 
https://twistedmatrix.com/trac/wiki/Infrastructure/SwitchToGit


-- 
Christopher Armstrong
http://twitter.com/radix
http://wordeology.com/

___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] git?

2014-03-18 Thread Jonas Brunsgaard
On Wed, Mar 19, 2014 at 12:51 AM, Christopher Armstrong <
ra...@twistedmatrix.com> wrote:

> On March 18, 2014 at 6:38:42 PM, Jonas Brunsgaard (
> jonas.brunsga...@gmail.com) wrote:
>
> I think that it is a shame that Twisted is not on Github(Yep Github, not
> just git)
>
> If we make a comparison between SVN and Git, I think it is obvious that
> Git is the superior VCS.
>
> That said, I think Github  - as a platform - creates a certain "feeling"
> of openness, transparency, accessibility and recognisability.
>
> All things, that make new users of twisted feel better about the project.
>
> As an example I think that most developers know how to submit PR's via
> Github, where I (as an example) don`t know how to submit a patch to
> Twisted today(of cause I could read up on it, but i already know the other
> flow). And that could hold back some people from submitting bugfixes etc.
>
>
> I think accepting PRs via Github would be a huge benefit to Twisted.
>
>
> I feel many developers see Twisted as good and stable, but also a little
> 'dusty' and old, and I think that a move to Github would bring more code
> submitters, more discussions, more accessibility and more ' generel 
> development'
> in the project.
>
> For that reasons I feels like it may be a good idea to move twisted to
> Github.
>
> If at some point the core dev team decides that such a move should
> happen, I would love to help with the movement of issues etc.(all the
> slave work :)) (and I think others outside the core team would be willing
> to help out too)
>
> While I doubt Twisted would move to Github’s pretty poor issue tracker,
> there is already some agreement that Twisted should be moved to github
> inasmuch that PRs should reasonably be integrated into the workflow.
>
> There are already some tickets on the Twisted tracker about a move to Git.
> I’m sure your help would be greatly appreciated :-)
>
> Here’s a wiki page where some of the tickets are linked:
> https://twistedmatrix.com/trac/wiki/Infrastructure/SwitchToGit
>
Thank you for the link.

I just realised that Gmail - for some strange reason - did not remove the
coloring after my spellcheck. I am sorry for the inconvenience (I feel
dumb!)



>
> --
> Christopher Armstrong
> http://twitter.com/radix
> http://wordeology.com/
>
>
> ___
> Twisted-Python mailing list
> Twisted-Python@twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>
___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python