Re: [OpenDaylight Discuss] [OpenDaylight TSC] [opendaylight-dev] ODL Jira migration

2018-04-16 Thread Anil Vishnoi
No strong preference, but throwing one more option

Resolves:NETVIER-1234? More obvious?

iPhone.iTypos.iApologize

> On Apr 16, 2018, at 7:21 AM, Sam Hague  wrote:
> 
> OK, anymore votes?
> 
> So far we have:
> 
> NETVIRT-1234
> Issue: NETVIRT-1234
> JIRA: NETVIRT-1234
> 
> In all cases, the important part is just the Id NETVIRT-1234 since that will 
> be linked to Jira automagically. Jira and Issue are almost the same since 
> Jira uses Issues. I am leaning towards Issue or JIRA, but I admit I don't 
> have a preference yet.
> 
> 
> 
>> On Mon, Apr 16, 2018 at 1:21 AM, Robert Varga  wrote:
>> On 06/04/18 09:18, Michael Vorburger wrote:
>> > On Fri, Apr 6, 2018 at 12:16 AM, Thanh Ha > > > wrote:
>> > 
>> > On Thu, Apr 5, 2018 at 12:32 PM, Sam Hague > > > wrote:
>> > 
>> > What would the workflow be with the new jira and gerrit
>> > integration? And what best-practices should be used when
>> > creating commit messages?
>> > 
>> > Typically users have included the bug-id in the beginning of the
>> > summary line. That eats up some of the 50 characters allowed so
>> > it isn't good. Should we encourage something more like what
>> > openstack is doing in [1] where they suggest adding lines in the
>> > message themselves like "Closes-Bug: #", "Partial-Bug:
>> > #"? This seems better and gives more space to the
>> > commit-message summary line.
>> > 
>> > Thanks, Sam
>> > 
>> > [1]
>> > 
>> > https://docs.openstack.org/infra/manual/developers.html#development-workflow
>> > 
>> > 
>> > 
>> > 
>> > I've always recommend folks treat the footer block in a commit
>> > message as metadata. Things like bug IDs should go there so it will
>> > look like:
>> > 
>> > Summary line
>> > 
>> > Message body
>> > continued body lines...
>> > 
>> > NETVIRT-1234
>> 
>> JIRA: NETVIRT-1234
>> 
>> It is good to point towards a particular namespace domain -- note how
>> the Bugzilla -> Jira changed names...
>> 
>> > Change-Id: 
>> > Signed-off-by:  
>> > 
>> > 
>> > You can add words in front of the Jira ID too like "closes:"
>> > "Issue:", "fixes", etc... I'm not sure if the Jira integration
>> > supports any specific words but I know it picks up at least he Jira ID.
>> > 
>> > 
>> > I like the "Issue: NETVIRT-1234" syntax (finding an upper case "-ID"
>> > ugly, and "Issue-Id" superfluous)... I'll start using that in footers in
>> > future work.
>> > 
>> > Regards,
>> > Thanh
>> > 
>> > 
>> > 
>> > 
>> > ___
>> > Discuss mailing list
>> > Discuss@lists.opendaylight.org
>> > https://lists.opendaylight.org/mailman/listinfo/discuss
>> > 
>> 
>> 
>> ___
>> TSC mailing list
>> t...@lists.opendaylight.org
>> https://lists.opendaylight.org/mailman/listinfo/tsc
>> 
> 
> ___
> TSC mailing list
> t...@lists.opendaylight.org
> https://lists.opendaylight.org/mailman/listinfo/tsc
___
Discuss mailing list
Discuss@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/discuss


Re: [OpenDaylight Discuss] [OpenDaylight TSC] [opendaylight-dev] ODL Jira migration

2018-04-16 Thread Michael Vorburger
On Mon, Apr 16, 2018 at 4:21 PM, Sam Hague  wrote:

> OK, anymore votes?
>
> So far we have:
>
> NETVIRT-1234
> Issue: NETVIRT-1234
> JIRA: NETVIRT-1234
>
> In all cases, the important part is just the Id NETVIRT-1234 since that
> will be linked to Jira automagically. Jira and Issue are almost the same
> since Jira uses Issues. I am leaning towards Issue or JIRA, but I admit I
> don't have a preference yet.
>

Sam, Robert's point "reformulated" ;) is that "we should use JIRA: "
because if we ever were to change from JIRA to XYZ, like we did from
Bugzilla to JIRA, then it would be good to have the system ("namespace
domain") that this refers to in such footers.

That makes sense to me, and personally I've started using "JIRA: 1234" in a
few things I've pushed today.

On Mon, Apr 16, 2018 at 1:21 AM, Robert Varga  wrote:
>
>> On 06/04/18 09:18, Michael Vorburger wrote:
>> > On Fri, Apr 6, 2018 at 12:16 AM, Thanh Ha > > > wrote:
>> >
>> > On Thu, Apr 5, 2018 at 12:32 PM, Sam Hague > > > wrote:
>> >
>> > What would the workflow be with the new jira and gerrit
>> > integration? And what best-practices should be used when
>> > creating commit messages?
>> >
>> > Typically users have included the bug-id in the beginning of the
>> > summary line. That eats up some of the 50 characters allowed so
>> > it isn't good. Should we encourage something more like what
>> > openstack is doing in [1] where they suggest adding lines in the
>> > message themselves like "Closes-Bug: #", "Partial-Bug:
>> > #"? This seems better and gives more space to the
>> > commit-message summary line.
>> >
>> > Thanks, Sam
>> >
>> > [1]
>> > https://docs.openstack.org/infra/manual/developers.html#dev
>> elopment-workflow
>> > > velopment-workflow>
>> >
>> >
>> > I've always recommend folks treat the footer block in a commit
>> > message as metadata. Things like bug IDs should go there so it will
>> > look like:
>> >
>> > Summary line
>> >
>> > Message body
>> > continued body lines...
>> >
>> > NETVIRT-1234
>>
>> JIRA: NETVIRT-1234
>>
>> It is good to point towards a particular namespace domain -- note how
>> the Bugzilla -> Jira changed names...
>>
>> > Change-Id: 
>> > Signed-off-by: 
>> >
>> >
>> > You can add words in front of the Jira ID too like "closes:"
>> > "Issue:", "fixes", etc... I'm not sure if the Jira integration
>> > supports any specific words but I know it picks up at least he Jira
>> ID.
>> >
>> >
>> > I like the "Issue: NETVIRT-1234" syntax (finding an upper case "-ID"
>> > ugly, and "Issue-Id" superfluous)... I'll start using that in footers in
>> > future work.
>> >
>> > Regards,
>> > Thanh
>> >
>> >
>> >
>> >
>> > ___
>> > Discuss mailing list
>> > Discuss@lists.opendaylight.org
>> > https://lists.opendaylight.org/mailman/listinfo/discuss
>> >
>>
>>
>> ___
>> TSC mailing list
>> t...@lists.opendaylight.org
>> https://lists.opendaylight.org/mailman/listinfo/tsc
>>
>>
>
___
Discuss mailing list
Discuss@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/discuss


Re: [OpenDaylight Discuss] [OpenDaylight TSC] [opendaylight-dev] ODL Jira migration

2018-04-16 Thread Sam Hague
OK, anymore votes?

So far we have:

NETVIRT-1234
Issue: NETVIRT-1234
JIRA: NETVIRT-1234

In all cases, the important part is just the Id NETVIRT-1234 since that
will be linked to Jira automagically. Jira and Issue are almost the same
since Jira uses Issues. I am leaning towards Issue or JIRA, but I admit I
don't have a preference yet.



On Mon, Apr 16, 2018 at 1:21 AM, Robert Varga  wrote:

> On 06/04/18 09:18, Michael Vorburger wrote:
> > On Fri, Apr 6, 2018 at 12:16 AM, Thanh Ha  > > wrote:
> >
> > On Thu, Apr 5, 2018 at 12:32 PM, Sam Hague  > > wrote:
> >
> > What would the workflow be with the new jira and gerrit
> > integration? And what best-practices should be used when
> > creating commit messages?
> >
> > Typically users have included the bug-id in the beginning of the
> > summary line. That eats up some of the 50 characters allowed so
> > it isn't good. Should we encourage something more like what
> > openstack is doing in [1] where they suggest adding lines in the
> > message themselves like "Closes-Bug: #", "Partial-Bug:
> > #"? This seems better and gives more space to the
> > commit-message summary line.
> >
> > Thanks, Sam
> >
> > [1]
> > https://docs.openstack.org/infra/manual/developers.html#
> development-workflow
> >  development-workflow>
> >
> >
> > I've always recommend folks treat the footer block in a commit
> > message as metadata. Things like bug IDs should go there so it will
> > look like:
> >
> > Summary line
> >
> > Message body
> > continued body lines...
> >
> > NETVIRT-1234
>
> JIRA: NETVIRT-1234
>
> It is good to point towards a particular namespace domain -- note how
> the Bugzilla -> Jira changed names...
>
> > Change-Id: 
> > Signed-off-by: 
> >
> >
> > You can add words in front of the Jira ID too like "closes:"
> > "Issue:", "fixes", etc... I'm not sure if the Jira integration
> > supports any specific words but I know it picks up at least he Jira
> ID.
> >
> >
> > I like the "Issue: NETVIRT-1234" syntax (finding an upper case "-ID"
> > ugly, and "Issue-Id" superfluous)... I'll start using that in footers in
> > future work.
> >
> > Regards,
> > Thanh
> >
> >
> >
> >
> > ___
> > Discuss mailing list
> > Discuss@lists.opendaylight.org
> > https://lists.opendaylight.org/mailman/listinfo/discuss
> >
>
>
> ___
> TSC mailing list
> t...@lists.opendaylight.org
> https://lists.opendaylight.org/mailman/listinfo/tsc
>
>
___
Discuss mailing list
Discuss@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/discuss