I am trying to review bugs and to find candidates which should be
maybe fixed now and what can be postponed.
I created a filter URL for important Satchmo issues or unclassified
issues which can be potentionally important for the new release:
https://bitbucket.org/chris1610/satchmo/issues?kind=bug&status=new&status=open&priority=!minor&component=!Documentation
These are bugs (not enhancements or proposals) which are new or open
with priority greater then minor which are not related only to
documentation. This selects currently only 91 issues.
Chris, please create a new milestone "dev" in the issue tracker.
Name "dev" - development - a false milestone which means "sometime but
not in the nearest release". (The name "tip" would not be good for the
milestone, because "tip" is the last changeset in the past, it is
never in the future.)
The reason is: Bitbucket issues tracker has some shortcomings in
queries:
= Empty fields be not be selected by a filter. Better is to create a
name for an uspecified value.
= It is not possible to exclude two or more values for the same
field:
Field1 is not Val1 and Field1 is not Val2
Bitbucket uses OR and it selects everything.
So I used "priority=!minor" becase it is easier than write three
positive conditions and the value "trivial" is currently never used
for bugs.
--
You received this message because you are subscribed to the Google Groups "Satchmo developers" group.
To post to this group, send email to satchmo-d...@googlegroups.com.
To unsubscribe from this group, send email to satchmo-develop...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/satchmo-developers?hl=en.
Now they are 82 issues, plus three enhancements critical by timeline.
https://bitbucket.org/chris1610/satchmo/issues?priority=critical&priority=blocker&status=new&status=open
Naturarely only a few, the most important will be fixed for 0.9.2.
On 9 pro, 04:34, Chris Moffitt <ch...@moffitts.net> wrote:
> I have added the dev milestone.
>
> -Chris
>
>
>
> hi
>
>
>
> On Thu, Dec 8, 2011 at 7:02 PM, hynekcer <hy...@sdb.cz> wrote:
> > I want discuss details about Satchmo release 0.9.2 beeing prepared.
>
> > I am trying to review bugs and to find candidates which should be
> > maybe fixed now and what can be postponed.
> > I created a filter URL for important Satchmo issues or unclassified
> > issues which can be potentionally important for the new release:
>
> >https://bitbucket.org/chris1610/satchmo/issues?kind=bug&status=new&st...