git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Add issue management within git
@ 2018-11-11 22:50 Martin Delille
  2018-11-12  1:35 ` yan ke
  2018-11-12  8:47 ` Konstantin Khomoutov
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Delille @ 2018-11-11 22:50 UTC (permalink / raw)
  To: git

Hi,

This would be awesome to handle issue directly with git:
Having an offline version of the issues synced to the gitlab/github issues.
A lot of work is done on the issues and it is lost when migrating from one service to the other.
Beside we don’t always have a good internet connection.
There is already a kind of integration between commit message fixing issue automatically when merged in the master branch (with “fix #143’).

Kind regards,

Martin


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Add issue management within git
  2018-11-11 22:50 Add issue management within git Martin Delille
@ 2018-11-12  1:35 ` yan ke
  2018-11-12  8:53   ` Konstantin Khomoutov
  2018-11-12  8:47 ` Konstantin Khomoutov
  1 sibling, 1 reply; 6+ messages in thread
From: yan ke @ 2018-11-12  1:35 UTC (permalink / raw)
  To: martin.delille; +Cc: git

   Very very agree, now it is very difficult to find a solution when
has some problem such build problem an so on! The mail-list is good to
send patch es, but is it not suitable for problem track or problem
solution search!
   Now the Github or Gitlab is good to track issues, suggest to open
the git issue track!
Martin Delille <martin.delille@gmail.com> 于2018年11月12日周一 上午6:52写道:
>
> Hi,
>
> This would be awesome to handle issue directly with git:
> Having an offline version of the issues synced to the gitlab/github issues.
> A lot of work is done on the issues and it is lost when migrating from one service to the other.
> Beside we don’t always have a good internet connection.
> There is already a kind of integration between commit message fixing issue automatically when merged in the master branch (with “fix #143’).
>
> Kind regards,
>
> Martin
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Add issue management within git
  2018-11-11 22:50 Add issue management within git Martin Delille
  2018-11-12  1:35 ` yan ke
@ 2018-11-12  8:47 ` Konstantin Khomoutov
  1 sibling, 0 replies; 6+ messages in thread
From: Konstantin Khomoutov @ 2018-11-12  8:47 UTC (permalink / raw)
  To: Martin Delille; +Cc: git

On Sun, Nov 11, 2018 at 11:50:00PM +0100, Martin Delille wrote:

> This would be awesome to handle issue directly with git: Having an
> offline version of the issues synced to the gitlab/github issues.  A
> lot of work is done on the issues and it is lost when migrating from
> one service to the other.  Beside we don’t always have a good internet
> connection.  There is already a kind of integration between commit
> message fixing issue automatically when merged in the master branch
> (with “fix #143’).

[1] is the last discussion (of many) happened on this list on this
topic. Please start there. It also contains pointers to past discussions
and past work done on that front.

1. https://public-inbox.org/git/CACSZ0Pwzs2e7E5RUEPDcEUsa=inzCyBAptU7YaCUw+5=MutSsA@mail.gmail.com/


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Add issue management within git
  2018-11-12  1:35 ` yan ke
@ 2018-11-12  8:53   ` Konstantin Khomoutov
  2018-11-12  9:22     ` Ævar Arnfjörð Bjarmason
  0 siblings, 1 reply; 6+ messages in thread
From: Konstantin Khomoutov @ 2018-11-12  8:53 UTC (permalink / raw)
  To: yan ke; +Cc: martin.delille, git

On Mon, Nov 12, 2018 at 09:35:31AM +0800, yan ke wrote:

> > This would be awesome to handle issue directly with git:
> > Having an offline version of the issues synced to the gitlab/github issues.
> > A lot of work is done on the issues and it is lost when migrating
> > from one service to the other.
> > Beside we don’t always have a good internet connection.
> > There is already a kind of integration between commit message fixing
> > issue automatically when merged in the master branch (with “fix
> > #143’).
>    Very very agree, now it is very difficult to find a solution when
> has some problem such build problem an so on! The mail-list is good to
> send patch es, but is it not suitable for problem track or problem
> solution search!
>    Now the Github or Gitlab is good to track issues, suggest to open
> the git issue track!

Please don't hijack the discussion: the original poster did not question
the workflow adopted by the Git project itself but rather asked about
what is colloquially called "distributed bug tracker", and wanted to
have one integrated with (or into) Git. That is completely orthogonal
story.

As to searching for Git issues / problem solutions - I'd recommend using
the search on the main Git mailing list archive [1] and the issue
tracker of the Git for Windows project [2].

The communities around Git also include the "Git Users" low-volume
mailing list [3] (also perfectly searcheable), and the "git" tag at
StackOverflow [4].

1. https://public-inbox.org/git/
2. https://github.com/git-for-windows/git/issues
3. https://groups.google.com/forum/#!forum/git-users
4. https://stackoverflow.com/questions/tagged/git


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Add issue management within git
  2018-11-12  8:53   ` Konstantin Khomoutov
@ 2018-11-12  9:22     ` Ævar Arnfjörð Bjarmason
  2018-11-12 13:29       ` Martin Delille
  0 siblings, 1 reply; 6+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2018-11-12  9:22 UTC (permalink / raw)
  To: Konstantin Khomoutov; +Cc: yan ke, martin.delille, git


On Mon, Nov 12 2018, Konstantin Khomoutov wrote:

> On Mon, Nov 12, 2018 at 09:35:31AM +0800, yan ke wrote:
>
>> > This would be awesome to handle issue directly with git:
>> > Having an offline version of the issues synced to the gitlab/github issues.
>> > A lot of work is done on the issues and it is lost when migrating
>> > from one service to the other.
>> > Beside we don’t always have a good internet connection.
>> > There is already a kind of integration between commit message fixing
>> > issue automatically when merged in the master branch (with “fix
>> > #143’).
>>    Very very agree, now it is very difficult to find a solution when
>> has some problem such build problem an so on! The mail-list is good to
>> send patch es, but is it not suitable for problem track or problem
>> solution search!
>>    Now the Github or Gitlab is good to track issues, suggest to open
>> the git issue track!
>
> Please don't hijack the discussion: the original poster did not question
> the workflow adopted by the Git project itself but rather asked about
> what is colloquially called "distributed bug tracker", and wanted to
> have one integrated with (or into) Git. That is completely orthogonal
> story.

Correct, but let's assume good faith here and presume yan ke just
misread the original E-mail. Many of us (and perhaps yourself) are
participating in our second, third, fourth etc. language on this list :)

> As to searching for Git issues / problem solutions - I'd recommend using
> the search on the main Git mailing list archive [1] and the issue
> tracker of the Git for Windows project [2].
>
> The communities around Git also include the "Git Users" low-volume
> mailing list [3] (also perfectly searcheable), and the "git" tag at
> StackOverflow [4].
>
> 1. https://public-inbox.org/git/
> 2. https://github.com/git-for-windows/git/issues
> 3. https://groups.google.com/forum/#!forum/git-users
> 4. https://stackoverflow.com/questions/tagged/git

Yeah. I'll add to that that this specific thing has been discussed here
really recently:

https://public-inbox.org/git/CACSZ0Pwzs2e7E5RUEPDcEUsa=inzCyBAptU7YaCUw+5=MutSsA@mail.gmail.com/
https://github.com/MichaelMure/git-bug/

So Martin, there's already a nascent tool that does this. It looks like
the main thing it needs now is users & testers.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Add issue management within git
  2018-11-12  9:22     ` Ævar Arnfjörð Bjarmason
@ 2018-11-12 13:29       ` Martin Delille
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Delille @ 2018-11-12 13:29 UTC (permalink / raw)
  To: Ævar Arnfjörð Bjarmason; +Cc: Konstantin Khomoutov, yan ke, git

Hi,

Thank you very much!
The git-bug project is what I'm looking for even if it is not very interesting without gitlab connection.
There is an issue about it on Gitlab: https://gitlab.com/gitlab-org/gitlab-ce/issues/50435
Maybe some encouragment from git core developer would help!
I also proposed to change the project name here: https://github.com/MichaelMure/git-bug/issues/73

Regards,

Martin
martin.delille@gmail.com

> On 12 Nov 2018, at 10:22, Ævar Arnfjörð Bjarmason <avarab@gmail.com> wrote:
> 
> 
> On Mon, Nov 12 2018, Konstantin Khomoutov wrote:
> 
>> On Mon, Nov 12, 2018 at 09:35:31AM +0800, yan ke wrote:
>> 
>>>> This would be awesome to handle issue directly with git:
>>>> Having an offline version of the issues synced to the gitlab/github issues.
>>>> A lot of work is done on the issues and it is lost when migrating
>>>> from one service to the other.
>>>> Beside we don’t always have a good internet connection.
>>>> There is already a kind of integration between commit message fixing
>>>> issue automatically when merged in the master branch (with “fix
>>>> #143’).
>>>   Very very agree, now it is very difficult to find a solution when
>>> has some problem such build problem an so on! The mail-list is good to
>>> send patch es, but is it not suitable for problem track or problem
>>> solution search!
>>>   Now the Github or Gitlab is good to track issues, suggest to open
>>> the git issue track!
>> 
>> Please don't hijack the discussion: the original poster did not question
>> the workflow adopted by the Git project itself but rather asked about
>> what is colloquially called "distributed bug tracker", and wanted to
>> have one integrated with (or into) Git. That is completely orthogonal
>> story.
> 
> Correct, but let's assume good faith here and presume yan ke just
> misread the original E-mail. Many of us (and perhaps yourself) are
> participating in our second, third, fourth etc. language on this list :)
> 
>> As to searching for Git issues / problem solutions - I'd recommend using
>> the search on the main Git mailing list archive [1] and the issue
>> tracker of the Git for Windows project [2].
>> 
>> The communities around Git also include the "Git Users" low-volume
>> mailing list [3] (also perfectly searcheable), and the "git" tag at
>> StackOverflow [4].
>> 
>> 1. https://public-inbox.org/git/
>> 2. https://github.com/git-for-windows/git/issues
>> 3. https://groups.google.com/forum/#!forum/git-users
>> 4. https://stackoverflow.com/questions/tagged/git
> 
> Yeah. I'll add to that that this specific thing has been discussed here
> really recently:
> 
> https://public-inbox.org/git/CACSZ0Pwzs2e7E5RUEPDcEUsa=inzCyBAptU7YaCUw+5=MutSsA@mail.gmail.com/
> https://github.com/MichaelMure/git-bug/
> 
> So Martin, there's already a nascent tool that does this. It looks like
> the main thing it needs now is users & testers.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-12 13:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-11 22:50 Add issue management within git Martin Delille
2018-11-12  1:35 ` yan ke
2018-11-12  8:53   ` Konstantin Khomoutov
2018-11-12  9:22     ` Ævar Arnfjörð Bjarmason
2018-11-12 13:29       ` Martin Delille
2018-11-12  8:47 ` Konstantin Khomoutov

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).