Add form in admin site for AutomaticRunGroups.
Review Request #6221 — Created Aug. 12, 2014 and submitted — Latest diff uploaded
AutomaticRunGroups can now be created, modified, or deleted through the admin
site by specifying a name, file regex, profile(s), local site (optional), and
repository (optional). See the attached screenshots.
- Tried adding AutomaticRunGroups with invalid fields (a missing required
field (name, file regex, profile), an invalid file regex, and a local site
that does not exist), and saw the appropriate errors on the form. - Added AutomaticRunGroups with valid fields, and saw them listed in the admin
panel and in the database. - Displayed the list of AutomaticRunGroups.
- Modified an AutomaticRunGroup and saved the changes.
- Deleted AutomaticRunGroups, and saw them removed.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
extension/reviewbotext/admin.py |
---|
extension/reviewbotext/forms.py |
---|
extension/reviewbotext/models.py |
---|