This is an automatically generated e-mail. To reply, visit: http://reviewboard-tflink.rhcloud.com/r/2/

blockerbugs/__init__.py (Diff revision 3)
7
import bugzilla
For what?

blockerbugs/templates/base_nav.html (Diff revision 3)
23
                    <li><a {{navactive('milestone', '18final') }} href="{{ url_for('main.display_buglist', num=18, release_name='final') }}">Fedora 18 Final</a></li>
23
                    <li><a {{navactive('milestone', '19final') }} href="{{ url_for('main.display_buglist', num=19, release_name='final') }}">Fedora 19 Final</a></li>
Not necessary anymore with t332 in develop.

blockerbugs/templates/propose_bug.html (Diff revision 3)
145
                            <a href="https://fedoraproject.org/wiki/Fedora_19_Final_Release_Criteria">final</a>)
Maybe an overkill but we could load the release number dynamically?

blockerbugs/util/bz_interface.py (Diff revision 3)
49
                url = 'https://bugzilla.redhat.com/xmlrpc.cgi'
So I gather you rather not load the app to load the url from the config, right?

- Martin


On March 1st, 2013, 6:19 a.m. UTC, Tim Flink wrote:

Review request for blockerbugs.
By Tim Flink.

Updated March 1, 2013, 6:19 a.m.

Bugs: 334
Repository: blockerbugs

Description

Initial code for blocker submission page

Testing

I've done quite a bit of local testing and there is a staging instance available: https://209.132.184.132/blockerbugs

Diffs

  • testing/test_bugchange.py (PRE-CREATION)
  • sync_db.py (590d80adbf86bc9f7c27a4a8a0d46f5570c303f1)
  • setup.py (32cf5b26caac1aced1dde2f0bf29d94bc2bebe83)
  • initialize.py (a6cd0a2766aaf88e8d87a4f72d6721075f6a219d)
  • init_f18db.sh (c20df66c4b4a8f38ab79a1b61043d26de112f71c)
  • conf/blockerbugs.wsgi (dcd819f4c4080546c84bd48f604ae6469d70d98a)
  • blockerbugs/util/bz_interface.py (2bae79db2d3a1206b7de1cee5f005f137ba2d6f3)
  • blockerbugs/util/bug_sync.py (110fbe983a5cf177c35a9966162d0de23cf98d18)
  • blockerbugs/templates/thanks.html (PRE-CREATION)
  • blockerbugs/templates/propose_bug.html (PRE-CREATION)
  • blockerbugs/templates/base_nav.html (f3a89798a9dadf297e722c067ad3795a72ebbf74)
  • blockerbugs/controllers/main.py (21bf27ce593a1398b1a08a6a4bcfc1d34146c027)
  • blockerbugs/controllers/forms.py (caae0e5b201fc6d85930246c31159ebbbe4f9ab7)
  • blockerbugs/controllers/admin.py (01196b3d9b7284ebcab8bf1db061ad69f2d5f250)
  • blockerbugs/config.py (75cf777d31e7fc3bfe3256704cd349e3ca88c866)
  • blockerbugs/__init__.py (cae54ab562f8a17a4473aa0bc58a73dacf5225f9)

View Diff