datatracker/ietf/templates
Jennifer Richards a0f6cdb661
feat: Process uploaded submissions asynchronously (#5580)
* fix: Use relative URL for submission status link

* refactor: Refactor/rename process_uploaded_submission async task

* feat: Add async task to process but not accept a submission

* feat: Replace upload_submission() with an async implementation (WIP)

* fix: Do not put Submission in "uploaded" state if an error occured

* refactor: Improve text/XML draft processing flow

* feat: Extract authors from text in async processing

* fix: Fix call signatures and abort submission on failed validation

* feat: Validate submission name format

* fix: Correctly validate emails from text submission

* fix: Clean up submission validation

* fix: Better display errors on upload_submission page

* feat: Reload submission status page when awaiting validation

* test: Fix call signatures; remove unused imports

* chore: Add type hint

* test: Update tests to match renamed task

* fix: Fix typo in error message

* test: Fix failing Api- and AsyncSubmissionTests

* Rename process_uploaded_submission to process_and_accept_...
* Remove outdated tests

Does not yet test new behavior.

* refactor: Break up submission_file() helper

* test: Refactor tests to run the async processing (wip)

* test: Drop test of bad PDF submission

The PDF submission field was removed, so no need to test it.

* test: Update more tests

* test: Bring back create_and_post_submission() and fix more tests

* fix: Drop to manual, don't cancel, on revision inconsistency

Fixes remaining failing SubmitTest tests

* style: Restyle upload_submission() with black

* test: Verify that async submission processing is invoked on upload

* test: Bring back old do_submission and fix tests

Properly separating the upload and async processing stages of submission
is a bigger refactoring than will fit right now. This better exercises
the submission pipeline.

* fix: Accept only XML for API submissions

* test: Test submission processing utilities

* feat: Improve status display for "validating" submissions

* chore: Remove obsolete code

* test: Update test to match amended text

---------

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-05-09 15:21:46 -05:00
..
admin/group/group Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
api fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
base fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
community fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
cookies chore: Use URL resolver in more places (#4104) 2022-06-22 14:10:16 -05:00
doc fix(doc): Replace iconography for position's email status with text label (#5421) 2023-03-27 13:58:51 +09:00
group feat: Add list of sub-groups to group's "about" page (#5450) 2023-03-31 10:29:07 +09:00
help feat: Linkify state descriptions (#4916) 2022-12-19 09:03:44 -06:00
idindex fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
iesg feat: Move IESG agenda items from filesystem to DB (#5366) 2023-04-23 18:05:58 -05:00
ietfauth fix: Don't offer already-disabled API keys for disablement (#5262) 2023-03-02 10:18:51 -06:00
ipr fix(ipr): Clarify IPR update confirmation email (#5420) 2023-03-25 17:30:51 +09:00
liaisons fix: Point to IAB liaison page from datatracker liaison pages (#5168) 2023-02-17 17:33:15 -06:00
mailinglists test: Validate HTML rendered during tests (#3782) 2022-04-07 13:30:38 -03:00
mailtrigger fix: Add <pre> to restore mailtrigger indentation (#4454) 2022-09-15 12:28:08 -05:00
meeting refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
message fix: add more HTML validation & fixes (#3891) 2022-05-03 13:55:48 -05:00
nomcom fix: add a link to the simplified volunteer view (#5583) 2023-05-08 10:29:18 -05:00
notify_expirations fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
oidc_provider fix: Fix various page titles (#4239) 2022-07-21 11:11:31 -05:00
person fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
registration fix: Handle integrity violations when confirming email address (#5506) 2023-04-23 17:58:05 -05:00
release chore: add release 10.0 info in about.html (#5492) 2023-04-13 11:47:46 -05:00
review fix: Do not add user to the top of queue after reject (fixes #4505) (#5427) 2023-03-30 08:34:08 +09:00
stats fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
submit feat: Process uploaded submissions asynchronously (#5580) 2023-05-09 15:21:46 -05:00
sync fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
test Merged [2639] from fenner@fenron.net: 2010-11-08 08:47:36 +00:00
utils fix: Fix incorrect "GDPR" features/terminology. Fixes #4521. (#4587) 2022-10-18 13:27:19 -05:00
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
401.html chore: Use URL resolver in more places (#4104) 2022-06-22 14:10:16 -05:00
403.html fix: Fix various page titles (#4239) 2022-07-21 11:11:31 -05:00
404.html fix: Fix various page titles (#4239) 2022-07-21 11:11:31 -05:00
500.html feat: Switch to SVG logo; use it (and new bitmaps) in more places (#4035) 2022-05-31 17:03:43 -05:00
base.html feat: Style preformatted alert messages better (#5152) 2023-02-16 09:05:32 -06:00
debug.html fix: restore sql_debug functionality from the container (#4835) 2022-12-06 08:48:23 -06:00
email_failed.html Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
form.html Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
googlea30ad1dacffb5e5b.html test: Validate HTML rendered during tests (#3782) 2022-04-07 13:30:38 -03:00
site.webmanifest feat: Switch to SVG logo; use it (and new bitmaps) in more places (#4035) 2022-05-31 17:03:43 -05:00
utf8_4byte_failed.html Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00