datatracker/ietf/meeting/migrations
Robert Sparks 8cb7f3dcae
feat: Import IESG artifacts into the datatracker (#6908)
* chore: remove unused setting

* feat: initial import of iesg minutes

* fix: let the meetings view show older iesg meetings

* feat: iesg narrative minutes

* feat: import bof coordination call minutes

* wip: import commands for iesg appeals and statements

* feat: import iesg statements.

* feat: import iesg artifacts

* feat: many fewer n+1 queries for the group meetings view

* fix: restore chain of elifs in views_doc

* fix: use self.stdout.write vs print in mgmt commands

* fix: use replace instead of astimezone when appropriate

* chore: refactor new migrations into one

* fix: transcode some old files into utf8

* fix: repair overzealous replace

* chore: black

* fix: address minro review comments

* fix: actually capture transcoding work

* fix: handle multiple iesg statements on the same day

* fix: better titles

* feat: pill badge replaced statements

* fix: consolodate source repos to one

* feat: liberal markdown for secretariat controlled content

* fix: handle (and clean) html narrative minutes

* feat: scrub harder

* fix: simplify and improve a scrubber

* chore: reorder migrations
2024-02-20 16:35:08 -06:00
..
0001_initial.py refactor: Purge old migrations and update ci to build on a clean schema (#5431) 2023-03-28 18:06:07 +09:00
0002_session_has_onsite_tool.py refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
0003_populate_session_has_onsite_tool.py refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
0004_session_chat_room.py fix: make chat room an overrideable property of Session (#5681) 2023-05-24 10:26:19 -05:00
0005_alter_session_agenda_note.py fix: Expand and enforce Cancel Interim Meeting Request comments length to 512 (#7069) 2024-02-20 09:30:41 -06:00
0006_alter_sessionpresentation_document_and_session.py feat: Import IESG artifacts into the datatracker (#6908) 2024-02-20 16:35:08 -06:00
__init__.py Added a new field 'short' to Session, to help produce file names for agendas, minutes and slides for groups with different named session, such as for instance 'edu'. Generating distinct filenames directly from the name field gives too long names. 2012-06-20 21:12:26 +00:00