Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59298 > unrolled thread
| Started by | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| First post | 2013-11-13 23:46 +1100 |
| Last post | 2013-11-23 12:49 +1100 |
| Articles | 7 — 3 participants |
Back to article view | Back to comp.lang.python
Suggest an open-source issue tracker, with github integration and kanban boards? Alec Taylor <alec.taylor6@gmail.com> - 2013-11-13 23:46 +1100
Re: Suggest an open-source issue tracker, with github integration and kanban boards? Miki Tebeka <miki.tebeka@gmail.com> - 2013-11-16 17:28 -0800
Re: Suggest an open-source issue tracker, with github integration and kanban boards? Alec Taylor <alec.taylor6@gmail.com> - 2013-11-18 01:32 +1100
Re: Suggest an open-source issue tracker, with github integration and kanban boards? Kevin Walzer <kw@codebykevin.com> - 2013-11-17 13:47 -0500
Re: Suggest an open-source issue tracker, with github integration and kanban boards? Alec Taylor <alec.taylor6@gmail.com> - 2013-11-21 01:36 +1100
Re: Suggest an open-source issue tracker, with github integration and kanban boards? Miki Tebeka <miki.tebeka@gmail.com> - 2013-11-20 09:07 -0800
Re: Suggest an open-source issue tracker, with github integration and kanban boards? Alec Taylor <alec.taylor6@gmail.com> - 2013-11-23 12:49 +1100
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2013-11-13 23:46 +1100 |
| Subject | Suggest an open-source issue tracker, with github integration and kanban boards? |
| Message-ID | <mailman.2532.1384346798.18130.python-list@python.org> |
Started to build this on my own; then was like, hang on! - This is probably something very commonly requested… Can you recommend an open source project (or two) written in Python; which covers multi project + sub project issue tracking linked across github repositories? [on the github side, want to be able to reference "commit <hash> solved by patch from issue #"; fine to have that extra annotation only present on my server] Also would be perfect if it has kanban board support, issue prioritisation and distribution/assignment amongst team members; as well as related analytics. Thanks for all suggestions! =) Alec Taylor
[toc] | [next] | [standalone]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2013-11-16 17:28 -0800 |
| Message-ID | <14cbec62-8498-446b-a869-96e4ba45fdc3@googlegroups.com> |
| In reply to | #59298 |
> Can you recommend an open source project (or two) written in Python; > which covers multi project + sub project issue tracking linked across > github repositories? Don't know if it covers all what you need, but http://trac.edgewall.org/ is written in Python, and has many, many plugins.
[toc] | [prev] | [next] | [standalone]
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2013-11-18 01:32 +1100 |
| Message-ID | <mailman.2779.1384698762.18130.python-list@python.org> |
| In reply to | #59677 |
Thanks, I have actually been leaning towards Apache Bloodhound (which is built on Trac) On Sun, Nov 17, 2013 at 12:28 PM, Miki Tebeka <miki.tebeka@gmail.com> wrote: >> Can you recommend an open source project (or two) written in Python; >> which covers multi project + sub project issue tracking linked across >> github repositories? > Don't know if it covers all what you need, but http://trac.edgewall.org/ is written in Python, and has many, many plugins. > -- > https://mail.python.org/mailman/listinfo/python-list
[toc] | [prev] | [next] | [standalone]
| From | Kevin Walzer <kw@codebykevin.com> |
|---|---|
| Date | 2013-11-17 13:47 -0500 |
| Message-ID | <l6b2vt$ic9$1@dont-email.me> |
| In reply to | #59298 |
On 11/13/13, 7:46 AM, Alec Taylor wrote: > Started to build this on my own; then was like, hang on! - This is > probably something very commonly requested… > > Can you recommend an open source project (or two) written in Python; > which covers multi project + sub project issue tracking linked across > github repositories? > > [on the github side, want to be able to reference "commit <hash> > solved by patch from issue #"; fine to have that extra annotation only > present on my server] > > Also would be perfect if it has kanban board support, issue > prioritisation and distribution/assignment amongst team members; as > well as related analytics. > > Thanks for all suggestions! =) Not written in Python, but Fossil (http://www.fossil-scm.org/) offers an all-in-one, lightweight DCVS/issue-tracking/wiki/blog package. Written the author of SQLite. --Kevin -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com
[toc] | [prev] | [next] | [standalone]
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2013-11-21 01:36 +1100 |
| Message-ID | <mailman.2961.1384958219.18130.python-list@python.org> |
| In reply to | #59785 |
I actually did end up finding one; but now need bitbucket integration also. Anyway, here is the link: https://github.com/rauhryan/huboard On Mon, Nov 18, 2013 at 5:47 AM, Kevin Walzer <kw@codebykevin.com> wrote: > On 11/13/13, 7:46 AM, Alec Taylor wrote: >> >> Started to build this on my own; then was like, hang on! - This is >> probably something very commonly requested… >> >> Can you recommend an open source project (or two) written in Python; >> which covers multi project + sub project issue tracking linked across >> github repositories? >> >> [on the github side, want to be able to reference "commit <hash> >> solved by patch from issue #"; fine to have that extra annotation only >> present on my server] >> >> Also would be perfect if it has kanban board support, issue >> prioritisation and distribution/assignment amongst team members; as >> well as related analytics. >> >> Thanks for all suggestions! =) > > > > Not written in Python, but Fossil (http://www.fossil-scm.org/) offers an > all-in-one, lightweight DCVS/issue-tracking/wiki/blog package. Written the > author of SQLite. > > --Kevin > > -- > Kevin Walzer > Code by Kevin/Mobile Code by Kevin > http://www.codebykevin.com > http://www.wtmobilesoftware.com > -- > https://mail.python.org/mailman/listinfo/python-list
[toc] | [prev] | [next] | [standalone]
| From | Miki Tebeka <miki.tebeka@gmail.com> |
|---|---|
| Date | 2013-11-20 09:07 -0800 |
| Message-ID | <70082b53-51e6-4eb0-959b-ee0fe132c29f@googlegroups.com> |
| In reply to | #60079 |
On Wednesday, November 20, 2013 6:36:56 AM UTC-8, Alec Taylor wrote: > Anyway, here is the link: https://github.com/rauhryan/huboard I thought you wanted a Python bases solution.
[toc] | [prev] | [next] | [standalone]
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2013-11-23 12:49 +1100 |
| Message-ID | <mailman.3064.1385171351.18130.python-list@python.org> |
| In reply to | #60115 |
Miki: I would much prefer a Python implementation. On Thu, Nov 21, 2013 at 4:07 AM, Miki Tebeka <miki.tebeka@gmail.com> wrote: > On Wednesday, November 20, 2013 6:36:56 AM UTC-8, Alec Taylor wrote: >> Anyway, here is the link: https://github.com/rauhryan/huboard > I thought you wanted a Python bases solution. > -- > https://mail.python.org/mailman/listinfo/python-list
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web