Re: [fossil-users] Ticket system -- blockers

2013-10-07 Thread Richard Hipp
On Sun, Oct 6, 2013 at 9:55 PM, Joseph R. Justice jayare...@gmail.comwrote: During the push, it is noticed that R(N) says bug B2 is closed while R' says it is open and blocked by B1 (and that A specified the block), which is open both in R' and R(N). N should be notified of this as it is

Re: [fossil-users] Ticket system -- blockers

2013-10-07 Thread Matt Welland
Applying constraints as receiver end filtering could be very useful and I think it could fit the sync model if not needed blobs were not necessarily dropped but a record was kept so that they wouldn't be sync'd and they are kept out of the list of blobs. Essentially something similar to what the

Re: [fossil-users] Ticket system -- blockers

2013-10-07 Thread Ron Wilson
On Mon, Oct 7, 2013 at 11:31 AM, Matt Welland estifo...@gmail.com wrote: Applying constraints as receiver end filtering could be very useful and I think it could fit the sync model if not needed blobs were not necessarily dropped but a record was kept so that they wouldn't be sync'd and they

[fossil-users] Ticket system -- blockers

2013-10-02 Thread Jacek Cała
Hi all, About 4 years ago I wrote about a missing feature -- a way to specify that a ticket is a blocker of another ticket. There was a useful suggestion from Brian T... time passed and recently this feature has become more and more urgent to me, so I decided to implement it. For those

Re: [fossil-users] Ticket system -- blockers

2013-10-02 Thread Stephan Beal
On Wed, Oct 2, 2013 at 3:51 PM, Jacek Cała jacek.c...@gmail.com wrote: ...For those interested I report changes to the ticket table (below) and view and edit pages (attached source). A remaining issue is that as there're no hard db constraints on blockers there seems to be no way to verify

Re: [fossil-users] Ticket system -- blockers

2013-10-02 Thread Jacek Cała
in the field (possibly without commas, or a mixture). Ignoring the complication of having to parse/grok the content (it's a minor complication, granted, but parsing text is always at least a slight annoyance), there's another problem: DVCS. i edit the field, then you close the ticket in your

Re: [fossil-users] Ticket system -- blockers

2013-10-02 Thread Krister Johnson
Jacek, I just started using fossil. It is heartening to see there are so many people contributing. I haven't run into that need yet, but it doesn't mean i won't. Thanks for putting this out there. I will know where to find it if that need arises. Krister On Wed, Oct 2, 2013 at 9:31 AM, Jacek

Re: [fossil-users] Ticket system -- blockers

2013-10-02 Thread Ron Wilson
On Wed, Oct 2, 2013 at 10:31 AM, Jacek Cała jacek.c...@gmail.com wrote: in the field (possibly without commas, or a mixture). Ignoring the complication of having to parse/grok the content (it's a minor complication, granted, but parsing text is always at least a slight annoyance), there's

Re: [fossil-users] Ticket system -- blockers

2013-10-02 Thread Ron Wilson
On Wed, Oct 2, 2013 at 10:47 AM, Stephan Beal sgb...@googlemail.com wrote: Most just don't generate as much noise as i do, so you haven't seen them yet in your short time here ;). Noise? I'd say you have a very high signal-to-noise ratio. ___

[fossil-users] Ticket system

2013-08-29 Thread Jan Jurak
Dear developers, First thank you for nice piece of software. I am using fossil for some of my projects and some users wants more featured ticket system. For example spent time for solving the issue. What is your opinion on that. I am trying avoid installing another software. TIA -- Regards Jan

Re: [fossil-users] Ticket system

2013-08-29 Thread Eric Rubin-Smith
On Thu, Aug 29, 2013 at 6:02 PM, Jan Jurak yan.ju...@gmail.com wrote: Dear developers, First thank you for nice piece of software. I am using fossil for some of my projects and some users wants more featured ticket system. For example spent time for solving the issue. What is your opinion on

[fossil-users] ticket system bug, additional columns

2010-11-15 Thread Erik Lechak
Hello All, There seems to be a bug in the ticket system. Could someone verify this. I added an assigned_to column into the fossil ticket system. When I edit a ticket's assigned_to column and comment, an artifact is generated (viewable in the admin/log page) but it does not seem to get applied

[fossil-users] Ticket system - blockers

2009-11-17 Thread Jacek Cała
Hi all, I wonder if there is any simple way to add `blocker' feature to the fossil's ticketing system (I mean a list of tickets that prevent one to complete). I tried adding 'CREATE TABLE blocker(...)' in the Admin-Tickets-Table page and then when creating a new ticket report it says: * **Syntax