You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Mathieu Lirzin <ma...@nereide.fr> on 2020/03/11 10:46:30 UTC

Git commits email notification problem (was: Git history problem)

Hello Jacques,

Here is a first answer on the specific point of the commit notification
issue.

Jacques Le Roux <ja...@les7arts.com> writes:

> I noticed that sometimes strange things happen when you use a
> PR. Consider this recent email for instance:
> https://markmail.org/message/amq5fj2dfma7pcbb.
>
> There is only the files names, nothing about the changes. You have to
> get there to have the information
> https://github.com/apache/ofbiz-plugins/commit/4afe603/ not very
> convenient :/
>
> Moreover if you look at the commit comment in related Jira (OFBIZ-10948), it says:
>
>    <<Merge pull request #7 from priyasharma1/OFBIZ-10948 <https://issues.apache.org/jira/browse/OFBIZ-10948>
>
>    Improved: Convert DimensionServices.xml minilang to groovy (OFBIZ-10948 <https://issues.apache.org/jira/browse/OFBIZ-10948>)>>
>
> When I supposed it would be only the title and comment at
> https://github.com/apache/ofbiz-plugins/pull/7. Why is "Merge pull
> request #7 from priyasharma1/OFBIZ-10948
> <https://issues.apache.org/jira/browse/OFBIZ-10948>" added, mystery!
>
> For a reason I ignore (must be a reason, but I'll not try to understand) we did not get that.

I guess this is related to the synchronization between Gitbox and
Github.  because that email says that 4087 revisions have been added
which correspond to the total number of commits in the ofbiz-plugins
repository.

-- 
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37

Re: Git commits email notification problem

Posted by Jacques Le Roux <ja...@les7arts.com>.
Le 11/03/2020 à 11:46, Mathieu Lirzin a écrit :
> Hello Jacques,
>
> Here is a first answer on the specific point of the commit notification
> issue.
>
> Jacques Le Roux <ja...@les7arts.com> writes:
>
>> I noticed that sometimes strange things happen when you use a
>> PR. Consider this recent email for instance:
>> https://markmail.org/message/amq5fj2dfma7pcbb.
>>
>> There is only the files names, nothing about the changes. You have to
>> get there to have the information
>> https://github.com/apache/ofbiz-plugins/commit/4afe603/ not very
>> convenient :/
>>
>> Moreover if you look at the commit comment in related Jira (OFBIZ-10948), it says:
>>
>>     <<Merge pull request #7 from priyasharma1/OFBIZ-10948 <https://issues.apache.org/jira/browse/OFBIZ-10948>
>>
>>     Improved: Convert DimensionServices.xml minilang to groovy (OFBIZ-10948 <https://issues.apache.org/jira/browse/OFBIZ-10948>)>>
>>
>> When I supposed it would be only the title and comment at
>> https://github.com/apache/ofbiz-plugins/pull/7. Why is "Merge pull
>> request #7 from priyasharma1/OFBIZ-10948
>> <https://issues.apache.org/jira/browse/OFBIZ-10948>" added, mystery!
>>
>> For a reason I ignore (must be a reason, but I'll not try to understand) we did not get that.
> I guess this is related to the synchronization between Gitbox and
> Github.  because that email says that 4087 revisions have been added
> which correspond to the total number of commits in the ofbiz-plugins
> repository.

Thanks Mathieu,

I think you are right, it must take some time indeed to sync the dual-host stuff. Anyway it's not a big deal, just annoying.

Jacques