-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Pull Request builds page to settings (#10656)
* Add Pull Request builds page to settings This is a basic form for now, but we can spruce it up before it goes live. * Rebase to fix tests, and add placeholder template for now * Add validation logic to form * Try to use clean_prevalidation * Update common * Use proper validation logic * Cleanup merge * Apply suggestions from code review Co-authored-by: Anthony <[email protected]> * Fix whitespace * Remove old code * Continue to disbale external_builds_enabled field * Attempt to keep backwards compat * Update readthedocs/projects/forms.py Co-authored-by: Anthony <[email protected]> --------- Co-authored-by: Anthony Johnson <[email protected]>
- Loading branch information
1 parent
057522e
commit d2ad47b
Showing
4 changed files
with
149 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% extends "projects/project_edit_base.html" %} | ||
|
||
{# This is just a placeholder to satisfy tests. This template is only implemented in ext-theme #} |