datatracker/ietf/utils
Jennifer Richards 32054111df
fix: fix failing tests and eliminate naive datetime warnings ()
* test: fix timestamp construction in several doc tests

* refactor: rename date2datetime to datetime_from_date and clarify code

* chore: helper to get tzinfo for PRODUCTION_TIMEZONE

* fix: fix timezone handling in make_last_call()

* test: fix datetime generation in doc.tests_charter

* refactor: remove PRODUCTION_TIMEZONE setting

Replaces the PRODUCTION_TIMEZONE setting with a constant,
DEADLINE_TZINFO, in ietf.utils.timezone.

* test: be more careful about timezone in tests_charter.py

* test: be more careful about timezone in doc/tests.py

* fix: fix timezone handling affecting doc.tests_draft

* fix: fix timezone handling affecting tests_irsg_ballot.py

* fix: fix timezone handling affecting tests_review.py

* fix: fix timezone handling affecting last ietf.doc tests

* fix: fix timezone handling affecting last ietf.group tests

* fix: fix timezone handling affecting ietf.iesg tests

* fix: handle timezones in get_8989_eligibility_querysets

* fix: handle timezones affecting ietfauth tests

* fix: return tz-aware datetime from utc_from_string

* fix: specify timezone for constants in ipr_rfc_number()

* fix: specify tz for ipr deadlines

* fix: handle timezones affecting liaisons tests

* fix: treat leap day in get_8989_eligibility_querysets()

Manual cherry-pick of 248d6474

* test: treat leap day properly in nomcom tests

* fix: fix timezone handling affecting nomcom tests

* test: fix timezone handling in review tests

* fix: fix timezone handling affecting secr.meetings tests

* fix: handle both pytz and zoneinfo timezones in ietf.utils.timezone

* fix: fix timezone handling affecting secr.proceedings tests

* refactor: use make_aware() helper in secr.meetings tests

* test: fix timezone handling in secr.telechat tests

* fix: fix timezone handling affecting stats tests

* fix: eliminate tz-naive helpers affecting sync email parsing

* fix: include timezone data when serializing DeletedEvent data

* fix: fix timezone handling affecting sync tests

* style: remove unused import
2022-09-01 13:07:28 -03:00
..
management refactor: replace datetime.now and datetime.today with timezone.now () 2022-08-25 13:45:16 -03:00
migrations fix: don't migrate dumpinfo. automate migrations and setting USE_TZ. () 2022-08-31 12:38:48 -03:00
templatetags fix: Fix removetags () 2022-07-18 09:39:11 -05:00
.gitignore * Moved utility functions into utils/ directory, and started breaking out 2007-05-11 15:48:45 +00:00
__init__.py Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules. 2014-03-16 07:09:38 +00:00
accesstoken.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
admin.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
aliases.py Log Unicode exception instead of printing them to the console when they occur building the email alias files. 2021-03-09 21:19:11 +00:00
bootstrap.py And more fixes. 2022-02-01 07:47:25 +00:00
crawlurls.txt Merged in [19713] from lars@eggert.org: 2021-12-01 22:50:13 +00:00
db.py Guard against absent 'form_class' kwarg in IETFJSONField.formfield(). Commit ready for merge. 2021-11-18 15:54:46 +00:00
decorators.py refactor: replace datetime.now and datetime.today with timezone.now () 2022-08-25 13:45:16 -03:00
draft.py feat: Celery support and asynchronous draft submission API () 2022-08-22 13:29:31 -05:00
draft_search.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py feat: only offer IAB/IESG members for bofreq responsible leadership () 2022-07-26 11:23:00 -05:00
hedgedoc.py feat: improve notes imports by using de-gfm -4. Related to . () 2022-05-03 18:04:48 -05:00
history.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
html.py fix: Fix removetags () 2022-07-18 09:39:11 -05:00
jstest.py fix: offset scrollspy so righthand-nav highlights the correct entry () 2022-04-14 15:35:07 -03:00
log.py Updated log.assertion() to provide an exception object (under Py3, it seems that logging.Logger instances ignore the traceback if there isn't also an exception object). Added a check for unset draft-iesg state to Document.set_state(). 2020-09-18 14:15:02 +00:00
mail.py refactor: replace datetime.now and datetime.today with timezone.now () 2022-08-25 13:45:16 -03:00
markdown.py feat: Render the document shepherd writeup templates at two new URLs () 2022-07-22 13:43:02 -05:00
markup_txt.py Many more HTML fixes. 2022-02-03 07:49:34 +00:00
meetecho.py Use correct UTC time when creating Meetecho conferences. Fixes . Commit ready for merge. 2022-02-23 20:51:18 +00:00
mime.py Merged in ^/trunk@17617. 2020-04-14 17:11:51 +00:00
models.py Added a utility function to convert objects to dictionaries (for comparison, for instance) 2020-03-19 22:42:43 +00:00
ordereddict.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
patch.py Made the patch utility return information to distinguish already patched files from successful patch application, and modified our checks extensions to signal when patches have been applied and a ccommand needs to be re-run. 2020-08-20 11:36:46 +00:00
pdf.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
pipe.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
response.py test: Validate HTML rendered during tests () 2022-04-07 13:30:38 -03:00
serialize.py fix: fix failing tests and eliminate naive datetime warnings () 2022-09-01 13:07:28 -03:00
storage.py Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking). 2016-09-08 14:48:59 +00:00
test_data.py refactor: replace datetime.now and datetime.today with timezone.now () 2022-08-25 13:45:16 -03:00
test_draft_with_references_v2.xml Find references from submitted XML instead of rendering to text and parsing. Fixes . Commit ready for merge. 2022-01-07 17:53:23 +00:00
test_draft_with_references_v3.xml Merged in [19895] from jennifer@painless-security.com: 2022-01-31 16:54:14 +00:00
test_runner.py refactor: replace datetime.now and datetime.today with timezone.now () 2022-08-25 13:45:16 -03:00
test_smtpserver.py fix: avoid mutables as defaults. Compute date default arguments at runtime rather than loadtime. () 2022-07-06 14:39:36 -05:00
test_textupload.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
test_utils.py test: Validate HTML rendered during tests () 2022-04-07 13:30:38 -03:00
tests.py fix: test web manifest () 2022-06-02 11:10:11 -05:00
tests_hedgedoc.py Add ability to import session minutes from notes.ietf.org. Mock out calls to the requests library in tests. Call markdown library through a util method. Fixes . Commit ready for merge. 2021-12-09 17:16:19 +00:00
tests_meetecho.py refactor: replace datetime.now and datetime.today with timezone.now () 2022-08-25 13:45:16 -03:00
tests_restapi.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
texescape.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
text.py feat: Celery support and asynchronous draft submission API () 2022-08-22 13:29:31 -05:00
textupload.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
timezone.py fix: fix failing tests and eliminate naive datetime warnings () 2022-09-01 13:07:28 -03:00
urls.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
validators.py Snapshot of dev work to add session purpose annotation 2021-10-12 17:08:58 +00:00
xmldraft.py feat: Celery support and asynchronous draft submission API () 2022-08-22 13:29:31 -05:00