datatracker/ietf/meeting
Jennifer Richards 09ff9c6ced
refactor: Tie Meetecho resources to Session pk (#5281)
* feat: Use session.id to specify session for api_set_session_video_url

* feat: Use session.id to specify session for api_upload_bluesheet

* refactor: Add audio/video stream and onsite tool URLs to Session model

* refactor: Get onsite tool/stream URLs for agenda from Session

* refactor: Use Session methods for onsite tool/stream a few more places

* refactor: Move hard-coded meetecho URLs into settings.py

* feat: Add has_onsite_flag to Session

* chore: Set has_onsite_tool for sessions that had meetecho UrlResources

* fix: Only show onsite tool URLs when Session.has_onsite_tool is True

* test: Update test_api_upload_bluesheet to test deprecated version

* fix: Fix test failure in api_upload_bluesheet view

* test: Add test of new api_upload_bluesheet view

* style: Apply Black style to test_api_upload_bluesheet

* fix: Fix test failures in api_upload_bluesheet()

* test: Update test_api_set_session_video_url to test deprecated version

* fix: Fix test failure in api_set_session_video_url view

* test: Add test of new api_set_session_video_url view

* style: Apply Black styling to new test

* fix: Fix test failures in api_set_session_video_url view

* test: Fix test_meeting_agenda; set has_onsite_tool in SessionFactory

* feat: Add has_onsite_tool to Session list in admin

* feat: Add has_onsite_tool flag to SessionDetailsForm

* feat: Add has_onsite_tool flag to sreq

* feat: Show has_onsite_tool flag on secr view for a submitted request

* feat: Only prompt for has_onsite_tool in sreq for non-wg type groups

* fix: Clean up styling of sreq view a bit

* chore: Renumber migrations
2023-04-23 18:15:01 -05:00
..
fixtures refactor: refactor timestamp handling so tests in meeting app pass (#4371) 2022-08-26 16:53:19 -03:00
management feat: Limit schedule generator by session purpose (#5055) 2023-01-31 12:59:21 -06:00
migrations refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
templatetags refactor: clarify handling what groups looked like at past session times (#4767) 2022-11-29 11:08:16 -06:00
.gitignore not sure why svn is being stupid here..this commit is worthless, and probably will fail 2007-05-09 22:04:05 +00:00
__init__.py Adding copyright notices to all python files 2007-06-27 21:16:34 +00:00
admin.py refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
factories.py refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
feeds.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py Eliminate the officehours timeslot type, update/renumber migrations, mark offagenda/reserved TimeSlotTypeNames as not used, add a 'none' SessionPurposeName and disallow null, update agenda filter keywords/filter helpers, fix broken tests and general debugging 2021-11-04 17:06:06 +00:00
forms.py refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
helpers.py fix: Add footer with group interim ics calendar to announce email (#5279) 2023-03-03 10:32:15 -06:00
models.py refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
resources.py feat: explicitly model session attendance (#4025) 2022-06-20 10:46:36 -05:00
test_data.py fix: more timezone fixes in liaisons/meeting/message apps 2022-09-27 15:50:10 -03:00
test_procmat.pdf 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
tests_forms.py fix: init time inputs in correct tz when editing an interim request (#4838) 2022-12-06 08:46:48 -06:00
tests_helpers.py test: fix test broken by 40fd46a2 (#4847) 2022-12-07 15:06:43 -06:00
tests_js.py test: Use actual room pk instead of assuming keys start at 1 (#5255) 2023-03-01 15:08:40 -06:00
tests_models.py fix: Link chat log button to chatlog SessionPresentation if available (#5131) 2023-02-11 10:04:27 -06:00
tests_schedule_forms.py fix: allow 90m session requests. Prompt for cannot meet at time reasoning. (#4345) 2022-08-19 09:11:44 -05:00
tests_schedule_generator.py fix: test on postgres. POST and check intended pks. (#4949) 2023-01-10 10:28:43 -06:00
tests_views.py refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
urls.py fix: Do not try to match None keyword when redirecting to agenda view (#5489) 2023-04-12 17:34:00 -05:00
utils.py refactor: Remove secr proceedings (#5256) 2023-03-10 15:33:01 -06:00
views.py refactor: Tie Meetecho resources to Session pk (#5281) 2023-04-23 18:15:01 -05:00
views_proceedings.py fix: handle invalid fields properly in proc material upload form (#3784) 2022-04-07 22:58:01 -03:00