You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yetus.apache.org by #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> on 2015/12/19 05:20:12 UTC

Introducing myself and my goals

Hi All,
I am a 3rd year university student and I have to contribute to an Open Source Project as part of my course. Seeing as Apache Yetus is a fairly young project and also something I find interesting and also something that I can contribute to, as I know a fair bit of Python, I would love to get involved and submit code for Yetus.

One of my nicest Python projects involved setting up Virtual Machines and initializing a network between them from the command line (https://github.com/Pathangi-Jatinshravan/Network_Topology/).

I would appreciate a bit of mentoring of sorts at the initial phase as well

Thanks
Jatin

Re: Introducing myself and my goals

Posted by #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg>.
Sorry, the patch is at https://github.com/apache/yetus/pull/4




On 12/20/15, 3:53 AM, "Allen Wittenauer" <aw...@altiscale.com> wrote:

>Go for it!
>
>Sent from my ☎️
>
>> On Dec 19, 2015, at 6:20 AM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
>> 
>> Hi Allen, 
>>    Shall I pick up these issues https://issues.apache.org/jira/browse/YETUS-46?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC
>> 
>> And https://issues.apache.org/jira/browse/YETUS-29?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC 
>> ?
>> 
>> And start working on them for now?
>> 
>> Thanks
>> Jatin
>> 
>> 
>> 
>>> On 12/19/15, 1:16 PM, "Allen Wittenauer" <aw...@altiscale.com> wrote:
>>> 
>>> 
>>>> On Dec 18, 2015, at 8:20 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
>>>> 
>>>> Hi All,
>>>> I am a 3rd year university student and I have to contribute to an Open Source Project as part of my course. Seeing as Apache Yetus is a fairly young project and also something I find interesting and also something that I can contribute to, as I know a fair bit of Python, I would love to get involved and submit code for Yetus.
>>> 
>>>    Fantastic!  We welcome contributors with open arms. :D
>>> 
>>>    Most of our python code started life as some side projects that I was working on for Hadoop.  However, I’m a terrible python coder.  (shelldocs was pretty much my first from scratch python program.) So there’s likely a ton of work that could be done to clean them up and make them more python-y.  (I dread meeting Kengo Seki in person because they have every right to punch me for my awful python coding. haha.)
>>> 
>>>    There’s also quite a few issues filed against both shelldocs and releasedocmaker.  A good place to start would probably be going over those and see if anything interests you.  Of course, feel free to file your own JIRAs and making other suggestions for new features and what not.  (For example, it isn’t filed, but being able to use releasedocmaker to build changes and release docs from bugzilla or especially github might be an interesting, longer term project.)
>>> 
>>>    [As a sidenote, quite a few of us are going on vacation over the next week or so, so don’t be surprised if there is some ‘radio silence’ from the team.]

Re: Introducing myself and my goals

Posted by Allen Wittenauer <aw...@altiscale.com>.
> On Jan 3, 2016, at 8:26 PM, Josh Elser <jo...@gmail.com> wrote:
> 
> Jatin,
> 
> I believe he means supporting JIRA instances where user authentication is required.

	Yup, exactly.



Re: Introducing myself and my goals

Posted by #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg>.
In that event, I can use Oauth for authenticating, but the admin of the particular JIRA installation will have to register this application to get a consumer token that can be used for the HTTP calls, and I think the token will be different for each registration of the application. Is it feasible to use Oauth as an authentication mechanism?




On 1/5/16, 2:24 PM, "Allen Wittenauer" <aw...@altiscale.com> wrote:

>
>> On Jan 4, 2016, at 9:37 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
>> 
>> Right now I am just doing the basic username password authentication where I will ask for a username and password input from the command line when I get a 401 error from the jira rest api. 
>> 
>> Is it ok to ask for command line input from the user?
>> 
>
>
>	It’d be better to ask on the JIRA so that decision making can be kept track with the associated code changes, etc.
>
>	Thanks!

Re: Introducing myself and my goals

Posted by Allen Wittenauer <aw...@altiscale.com>.
> On Jan 4, 2016, at 9:37 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
> 
> Right now I am just doing the basic username password authentication where I will ask for a username and password input from the command line when I get a 401 error from the jira rest api. 
> 
> Is it ok to ask for command line input from the user?
> 


	It’d be better to ask on the JIRA so that decision making can be kept track with the associated code changes, etc.

	Thanks!

Re: Introducing myself and my goals

Posted by #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg>.
Right now I am just doing the basic username password authentication where I will ask for a username and password input from the command line when I get a 401 error from the jira rest api. 

Is it ok to ask for command line input from the user?





On 1/4/16, 12:26 PM, "Josh Elser" <jo...@gmail.com> wrote:

>

Re: Introducing myself and my goals

Posted by Josh Elser <jo...@gmail.com>.
Jatin,

I believe he means supporting JIRA instances where user authentication 
is required.

For example, see how the YETUS project's 0.2.0 release can be viewed 
without being logged into JIRA.

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318920&version=12334330

- Josh

#PATHANGI JANARDHANAN JATINSHRAVAN# wrote:
> Hi Allen,
> 	What exactly do you mean by non-wide open JIRA installations in this issue:https://issues.apache.org/jira/browse/YETUS-46
>
> Thanks
> Jatin
>
>
>
>
> On 12/20/15, 3:53 AM, "Allen Wittenauer"<aw...@altiscale.com>  wrote:
>
>> Go for it!
>>
>> Sent from my ☎️
>>
>>> On Dec 19, 2015, at 6:20 AM, #PATHANGI JANARDHANAN JATINSHRAVAN#<JA...@e.ntu.edu.sg>  wrote:
>>>
>>> Hi Allen,
>>>     Shall I pick up these issues https://issues.apache.org/jira/browse/YETUS-46?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC
>>>
>>> And https://issues.apache.org/jira/browse/YETUS-29?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC
>>> ?
>>>
>>> And start working on them for now?
>>>
>>> Thanks
>>> Jatin
>>>
>>>
>>>
>>>> On 12/19/15, 1:16 PM, "Allen Wittenauer"<aw...@altiscale.com>  wrote:
>>>>
>>>>
>>>>> On Dec 18, 2015, at 8:20 PM, #PATHANGI JANARDHANAN JATINSHRAVAN#<JA...@e.ntu.edu.sg>  wrote:
>>>>>
>>>>> Hi All,
>>>>> I am a 3rd year university student and I have to contribute to an Open Source Project as part of my course. Seeing as Apache Yetus is a fairly young project and also something I find interesting and also something that I can contribute to, as I know a fair bit of Python, I would love to get involved and submit code for Yetus.
>>>>     Fantastic!  We welcome contributors with open arms. :D
>>>>
>>>>     Most of our python code started life as some side projects that I was working on for Hadoop.  However, I’m a terrible python coder.  (shelldocs was pretty much my first from scratch python program.) So there’s likely a ton of work that could be done to clean them up and make them more python-y.  (I dread meeting Kengo Seki in person because they have every right to punch me for my awful python coding. haha.)
>>>>
>>>>     There’s also quite a few issues filed against both shelldocs and releasedocmaker.  A good place to start would probably be going over those and see if anything interests you.  Of course, feel free to file your own JIRAs and making other suggestions for new features and what not.  (For example, it isn’t filed, but being able to use releasedocmaker to build changes and release docs from bugzilla or especially github might be an interesting, longer term project.)
>>>>
>>>>     [As a sidenote, quite a few of us are going on vacation over the next week or so, so don’t be surprised if there is some ‘radio silence’ from the team.]

Re: Introducing myself and my goals

Posted by #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg>.
Hi Allen, 
	What exactly do you mean by non-wide open JIRA installations in this issue:https://issues.apache.org/jira/browse/YETUS-46

Thanks
Jatin




On 12/20/15, 3:53 AM, "Allen Wittenauer" <aw...@altiscale.com> wrote:

>Go for it!
>
>Sent from my ☎️
>
>> On Dec 19, 2015, at 6:20 AM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
>> 
>> Hi Allen, 
>>    Shall I pick up these issues https://issues.apache.org/jira/browse/YETUS-46?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC
>> 
>> And https://issues.apache.org/jira/browse/YETUS-29?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC 
>> ?
>> 
>> And start working on them for now?
>> 
>> Thanks
>> Jatin
>> 
>> 
>> 
>>> On 12/19/15, 1:16 PM, "Allen Wittenauer" <aw...@altiscale.com> wrote:
>>> 
>>> 
>>>> On Dec 18, 2015, at 8:20 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
>>>> 
>>>> Hi All,
>>>> I am a 3rd year university student and I have to contribute to an Open Source Project as part of my course. Seeing as Apache Yetus is a fairly young project and also something I find interesting and also something that I can contribute to, as I know a fair bit of Python, I would love to get involved and submit code for Yetus.
>>> 
>>>    Fantastic!  We welcome contributors with open arms. :D
>>> 
>>>    Most of our python code started life as some side projects that I was working on for Hadoop.  However, I’m a terrible python coder.  (shelldocs was pretty much my first from scratch python program.) So there’s likely a ton of work that could be done to clean them up and make them more python-y.  (I dread meeting Kengo Seki in person because they have every right to punch me for my awful python coding. haha.)
>>> 
>>>    There’s also quite a few issues filed against both shelldocs and releasedocmaker.  A good place to start would probably be going over those and see if anything interests you.  Of course, feel free to file your own JIRAs and making other suggestions for new features and what not.  (For example, it isn’t filed, but being able to use releasedocmaker to build changes and release docs from bugzilla or especially github might be an interesting, longer term project.)
>>> 
>>>    [As a sidenote, quite a few of us are going on vacation over the next week or so, so don’t be surprised if there is some ‘radio silence’ from the team.]

Re: Introducing myself and my goals

Posted by #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg>.
Hi Allen, 
	Sorry but I have a patch ready for this issue:https://issues.apache.org/jira/browse/YETUS-214?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC

I have raised a github pull request here https://github.com/apache/yetus/pull/3

Can you take a look and merge if ok?

Thanks
Jatin




On 12/20/15, 3:53 AM, "Allen Wittenauer" <aw...@altiscale.com> wrote:

>Go for it!
>
>Sent from my ☎️
>
>> On Dec 19, 2015, at 6:20 AM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
>> 
>> Hi Allen, 
>>    Shall I pick up these issues https://issues.apache.org/jira/browse/YETUS-46?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC
>> 
>> And https://issues.apache.org/jira/browse/YETUS-29?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC 
>> ?
>> 
>> And start working on them for now?
>> 
>> Thanks
>> Jatin
>> 
>> 
>> 
>>> On 12/19/15, 1:16 PM, "Allen Wittenauer" <aw...@altiscale.com> wrote:
>>> 
>>> 
>>>> On Dec 18, 2015, at 8:20 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
>>>> 
>>>> Hi All,
>>>> I am a 3rd year university student and I have to contribute to an Open Source Project as part of my course. Seeing as Apache Yetus is a fairly young project and also something I find interesting and also something that I can contribute to, as I know a fair bit of Python, I would love to get involved and submit code for Yetus.
>>> 
>>>    Fantastic!  We welcome contributors with open arms. :D
>>> 
>>>    Most of our python code started life as some side projects that I was working on for Hadoop.  However, I’m a terrible python coder.  (shelldocs was pretty much my first from scratch python program.) So there’s likely a ton of work that could be done to clean them up and make them more python-y.  (I dread meeting Kengo Seki in person because they have every right to punch me for my awful python coding. haha.)
>>> 
>>>    There’s also quite a few issues filed against both shelldocs and releasedocmaker.  A good place to start would probably be going over those and see if anything interests you.  Of course, feel free to file your own JIRAs and making other suggestions for new features and what not.  (For example, it isn’t filed, but being able to use releasedocmaker to build changes and release docs from bugzilla or especially github might be an interesting, longer term project.)
>>> 
>>>    [As a sidenote, quite a few of us are going on vacation over the next week or so, so don’t be surprised if there is some ‘radio silence’ from the team.]

Re: Introducing myself and my goals

Posted by Allen Wittenauer <aw...@altiscale.com>.
Go for it!

Sent from my ☎️

> On Dec 19, 2015, at 6:20 AM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
> 
> Hi Allen, 
>    Shall I pick up these issues https://issues.apache.org/jira/browse/YETUS-46?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC
> 
> And https://issues.apache.org/jira/browse/YETUS-29?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC 
> ?
> 
> And start working on them for now?
> 
> Thanks
> Jatin
> 
> 
> 
>> On 12/19/15, 1:16 PM, "Allen Wittenauer" <aw...@altiscale.com> wrote:
>> 
>> 
>>> On Dec 18, 2015, at 8:20 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
>>> 
>>> Hi All,
>>> I am a 3rd year university student and I have to contribute to an Open Source Project as part of my course. Seeing as Apache Yetus is a fairly young project and also something I find interesting and also something that I can contribute to, as I know a fair bit of Python, I would love to get involved and submit code for Yetus.
>> 
>>    Fantastic!  We welcome contributors with open arms. :D
>> 
>>    Most of our python code started life as some side projects that I was working on for Hadoop.  However, I’m a terrible python coder.  (shelldocs was pretty much my first from scratch python program.) So there’s likely a ton of work that could be done to clean them up and make them more python-y.  (I dread meeting Kengo Seki in person because they have every right to punch me for my awful python coding. haha.)
>> 
>>    There’s also quite a few issues filed against both shelldocs and releasedocmaker.  A good place to start would probably be going over those and see if anything interests you.  Of course, feel free to file your own JIRAs and making other suggestions for new features and what not.  (For example, it isn’t filed, but being able to use releasedocmaker to build changes and release docs from bugzilla or especially github might be an interesting, longer term project.)
>> 
>>    [As a sidenote, quite a few of us are going on vacation over the next week or so, so don’t be surprised if there is some ‘radio silence’ from the team.]

Re: Introducing myself and my goals

Posted by #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg>.
Hi Allen, 
	Shall I pick up these issues https://issues.apache.org/jira/browse/YETUS-46?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC

And https://issues.apache.org/jira/browse/YETUS-29?jql=project%20%3D%20YETUS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Release%20Doc%20Maker%22%20ORDER%20BY%20priority%20DESC 
?

And start working on them for now?

Thanks
Jatin



On 12/19/15, 1:16 PM, "Allen Wittenauer" <aw...@altiscale.com> wrote:

>
>> On Dec 18, 2015, at 8:20 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
>> 
>> Hi All,
>> I am a 3rd year university student and I have to contribute to an Open Source Project as part of my course. Seeing as Apache Yetus is a fairly young project and also something I find interesting and also something that I can contribute to, as I know a fair bit of Python, I would love to get involved and submit code for Yetus.
>
>	Fantastic!  We welcome contributors with open arms. :D
>
>	Most of our python code started life as some side projects that I was working on for Hadoop.  However, I’m a terrible python coder.  (shelldocs was pretty much my first from scratch python program.) So there’s likely a ton of work that could be done to clean them up and make them more python-y.  (I dread meeting Kengo Seki in person because they have every right to punch me for my awful python coding. haha.)
>
>	There’s also quite a few issues filed against both shelldocs and releasedocmaker.  A good place to start would probably be going over those and see if anything interests you.  Of course, feel free to file your own JIRAs and making other suggestions for new features and what not.  (For example, it isn’t filed, but being able to use releasedocmaker to build changes and release docs from bugzilla or especially github might be an interesting, longer term project.)
>
>	[As a sidenote, quite a few of us are going on vacation over the next week or so, so don’t be surprised if there is some ‘radio silence’ from the team.]

Re: Introducing myself and my goals

Posted by Allen Wittenauer <aw...@altiscale.com>.
> On Dec 18, 2015, at 8:20 PM, #PATHANGI JANARDHANAN JATINSHRAVAN# <JA...@e.ntu.edu.sg> wrote:
> 
> Hi All,
> I am a 3rd year university student and I have to contribute to an Open Source Project as part of my course. Seeing as Apache Yetus is a fairly young project and also something I find interesting and also something that I can contribute to, as I know a fair bit of Python, I would love to get involved and submit code for Yetus.

	Fantastic!  We welcome contributors with open arms. :D

	Most of our python code started life as some side projects that I was working on for Hadoop.  However, I’m a terrible python coder.  (shelldocs was pretty much my first from scratch python program.) So there’s likely a ton of work that could be done to clean them up and make them more python-y.  (I dread meeting Kengo Seki in person because they have every right to punch me for my awful python coding. haha.)

	There’s also quite a few issues filed against both shelldocs and releasedocmaker.  A good place to start would probably be going over those and see if anything interests you.  Of course, feel free to file your own JIRAs and making other suggestions for new features and what not.  (For example, it isn’t filed, but being able to use releasedocmaker to build changes and release docs from bugzilla or especially github might be an interesting, longer term project.)

	[As a sidenote, quite a few of us are going on vacation over the next week or so, so don’t be surprised if there is some ‘radio silence’ from the team.]