datatracker/ietf/doc
Lars Eggert 3d44825333
ci: Switch to using geckodriver (#6541)
* Switch to using geckodriver

* Switch to selenium 4

* Undo

* Remove comment

* Fixes

* Restore non-standard line endings to minimize diff

* Undo

* Remove comment

* test: Fix test_upcoming_view_time_zone_selection

The inputs are hidden and managed by JS, so click
the visible elements instead.

* test: Clumsy fix to test_upcoming_materials_modal

Waiting for the button to be clickable does not
work because the modal is still fading in, so does
not actually close. Would be better to check for it
responding, but I haven't found the right way to do
that yet.

* test: Fix test_add_author_forms

Sending '\n' does not seem to work as it did before,
so click the option instead.

Also reverted some fixme hacks that seem to be obe.

* ci: Update base.Dockerfile

* test: add resource limits to dev/tests/debug.sh env

* ci: add upload of geckodriver.log on failure

* ci: run tests as user 1001

* ci: run app-create-dirs as sudo

* ci: set home folder to root to run tests

---------

Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-11-21 15:30:50 -06:00
..
management chore: remove one shot iab artifact importers (#6258) 2023-08-31 17:14:18 -05:00
migrations fix: Add history entry when approving the slides. (#6588) 2023-11-06 17:19:32 +01:00
templatetags fix: Don't redirect user to the login page when logging in (#6570) 2023-11-05 11:09:07 +01:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Merged in [19921] from rjsparks@nostrum.com: 2022-02-14 18:16:40 +00:00
expire.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
factories.py chore: use factory-boy 3.3 (#6269) 2023-09-05 09:54:30 -05:00
feeds.py feat: v3-era aware feed for rfcs (#5828) 2023-06-16 15:52:42 -05:00
fields.py Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
forms.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
lastcall.py fix: use Internet-Draft more consistently across the UI (#5104) 2023-02-11 10:09:28 -06:00
mails.py refactor: Replace deprecated force_text with force_str 2023-05-09 15:21:50 -03:00
models.py fix: Add history entry when approving the slides. (#6588) 2023-11-06 17:19:32 +01:00
redirect_drafts_urls.py Use the id-archive wherever we had been using the id-repository. Fixes #3080. Commit ready for merge. 2020-10-02 14:13:17 +00:00
redirect_idtracker_urls.py Updated all urlpatterns to use ietf.utils.urls.url() instead of django's, 2017-02-11 14:43:01 +00:00
resources.py Added the notion of responsible leadership. 2021-07-07 17:49:35 +00:00
settings.py Started moving app-specific settings into app settings.py files. 2016-09-09 05:42:41 +00:00
tests.py feat: Revamp AD dashboard (#6534) 2023-11-15 11:25:30 -06:00
tests_ballot.py fix(doc): Replace iconography for position's email status with text label (#5421) 2023-03-27 13:58:51 +09:00
tests_bofreq.py fix: close open things (#5593) 2023-05-10 11:19:34 -05:00
tests_charter.py fix: Adjust IRTF charter approval email headers (#5917) (#6460) 2023-10-11 11:09:10 -05:00
tests_conflict_review.py feat: Update ISE state when entering/exiting IETF conflict review (#6474) 2023-10-13 17:50:05 -04:00
tests_downref.py fix: test on postgres. POST and check intended pks. (#4949) 2023-01-10 10:28:43 -06:00
tests_draft.py fix: Don't allow ADs to set docs to -sent states (#6445) 2023-10-10 10:09:04 -05:00
tests_irsg_ballot.py feat: enable editorial stream adoption and balloting (#5011) 2023-01-31 13:50:51 -06:00
tests_js.py ci: Switch to using geckodriver (#6541) 2023-11-21 15:30:50 -06:00
tests_material.py refactor: replace datetime.now and datetime.today with timezone.now (#4211) 2022-08-25 13:45:16 -03:00
tests_models.py fix: BCPs can normatively cite all other standards levels (#6530) 2023-10-25 20:43:05 -05:00
tests_review.py feat: Allow review rejections to be undone (#6312) 2023-09-27 08:57:34 -05:00
tests_rsab_ballot.py feat: enable editorial stream adoption and balloting (#5011) 2023-01-31 13:50:51 -06:00
tests_statement.py fix: make statement published time match statement doc time (#6419) 2023-10-02 09:51:33 -05:00
tests_status_change.py fix: Don't allow ADs to set docs to -sent states (#6445) 2023-10-10 10:09:04 -05:00
tests_utils.py feat: Give AD the action in ad-f-up doc state (#6272) 2023-09-12 09:44:33 -05:00
urls.py feat: Remove document notes from the datatracker (#6387) 2023-10-09 12:15:18 -05:00
urls_bofreq.py Added Additional Resources. Simplified the bofreq urls file. 2021-07-07 22:28:05 +00:00
urls_charter.py Added a new document tab for some documents, showing htmlized drafts and RFCs 2017-03-20 14:08:52 +00:00
urls_conflict_review.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
urls_material.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
urls_review.py feat: add "add comment" feature to the review requests. (#6603) 2023-11-05 09:29:25 +01:00
urls_statement.py chore: feat/dark-mode <- main (#6103) 2023-08-10 09:49:15 -05:00
urls_status_change.py Cleaned up the remaining explicit url names, using dotted-paths to view 2017-02-26 23:21:49 +00:00
utils.py feat: Give AD the action in ad-f-up doc state (#6272) 2023-09-12 09:44:33 -05:00
utils_bofreq.py Added the notion of responsible leadership. 2021-07-07 17:49:35 +00:00
utils_charter.py refactor: Replace deprecated smart_text with smart_str 2023-05-09 15:23:33 -03:00
utils_search.py feat: Revamp AD dashboard (#6534) 2023-11-15 11:25:30 -06:00
views_ballot.py chore: feat/dark-mode <- main (#6103) 2023-08-10 09:49:15 -05:00
views_bofreq.py feat: only offer IAB/IESG members for bofreq responsible leadership (#4276) 2022-07-26 11:23:00 -05:00
views_charter.py refactor: Replace deprecated force_text with force_str 2023-05-09 15:21:50 -03:00
views_conflict_review.py feat: Update ISE state when entering/exiting IETF conflict review (#6474) 2023-10-13 17:50:05 -04:00
views_doc.py feat: Now that charters are Markdown, render them as such on charter page (#6628) 2023-11-10 09:26:02 +01:00
views_downref.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
views_draft.py fix: Don't allow ADs to set docs to -sent states (#6445) 2023-10-10 10:09:04 -05:00
views_help.py chore: feat/dark-mode <- main (#6103) 2023-08-10 09:49:15 -05:00
views_material.py Improve proceedings display with new title block, configurable host logos, and additional PDF or URL materials. Fixes #3147. Commit ready for merge. 2021-08-30 17:02:49 +00:00
views_review.py feat: add "add comment" feature to the review requests. (#6603) 2023-11-05 09:29:25 +01:00
views_search.py feat: Revamp AD dashboard (#6534) 2023-11-15 11:25:30 -06:00
views_statement.py fix: make statement published time match statement doc time (#6419) 2023-10-02 09:51:33 -05:00
views_stats.py fix: Specify UTC for TruncDate (#5996) 2023-07-20 08:29:30 -05:00
views_status_change.py fix: Don't allow ADs to set docs to -sent states (#6445) 2023-10-10 10:09:04 -05:00