Skip to content

chore: merge main into feat/rpc-api #8884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
May 6, 2025
Merged

chore: merge main into feat/rpc-api #8884

merged 40 commits into from
May 6, 2025

Conversation

jennifer-richards
Copy link
Member

No description provided.

rjsparks and others added 30 commits February 21, 2025 12:20
* fix: unexpected chatlog links

* fix: separate handling of polls and chatlogs
* feat: new meeting registration implementation

* fix: use on_delete=models.PROTECT for certain FKs

* fix: convert outlier reg_types,ticket_types on initial migration

* fix: fix initial migration mistake

* fix: remove management command. add task

* fix: move migration 0010 to 0011 to resolve conflict

* fix: add missing migration for model changes

* fix: add reg type names for unknown

* fix: change migration to use 'unknown'. Add test function

* fix: merge migrations

* fix: rename test_migrate_registrations to check_migrate_registrations

* fix: update names.json

* fix: fix migration issue and add task

* fix: fix broken migration dependency
* fix: 400->500 for bad /api/v1/ requests

* chore: remove unused import
* chore: reorder migrations

* chore: copyright
* feat: add api for related emails. Fixes #8275

* fix: switch from querystring parameter to URL parameter

* fix: exclude null character in URL regex

---------

Co-authored-by: Robert Sparks <[email protected]>
* refactor: smtpd -> aiosmtpd

* test: set mock return value for EmailOnFailureCommandTests

The test has been working, but in a broken way, for as long as it has existed. The smtpd-based test_smtpserver was masking an exception that did not interfere with the test's effectiveness.

* test: increase SMTP.line_length_limit
* feat: use new mail archive search API for review app lookups

* fix: fix patch call

* fix: remove url from query_data

* fix: force utc timezone on datetime from archive API

* fix: remove query_data['url'] from test
* chore: k8s plumbing for mailarchive secret

plus a typo fix

* style: remove empty line

* chore: hints for working with APP_API_TOKENS value
* refactor: update secretariat dashboard style

* refactor: change announcement styling

* feat: hide to_custom field when not needed

* fix: apply Black to python files

* fix: add announcement.js to package.json

* fix: move announcement playwright test to tests-legacy

---------

Co-authored-by: Robert Sparks <[email protected]>
Fixes #5946.

This is the minimal fix; other optimisations might be possible,
but this gets the job done for the common case -- people scanning
for drafts they're interested in.
* fix: merge error dropped @shared_task

* fix: cache proceedings longer than recompute interval

* test: update tests
)

Bumps the npm group with 3 updates in the /dev/deploy-to-container directory: [dockerode](https://github.com/apocas/dockerode), [nanoid](https://github.com/ai/nanoid) and [nanoid-dictionary](https://github.com/CyberAP/nanoid-dictionary).


Updates `dockerode` from 4.0.4 to 4.0.6
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](apocas/dockerode@v4.0.4...v4.0.6)

Updates `nanoid` from 5.1.4 to 5.1.5
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.1.4...5.1.5)

Updates `nanoid-dictionary` from 5.0.0-beta.1 to 5.0.0
- [Release notes](https://github.com/CyberAP/nanoid-dictionary/releases)
- [Changelog](https://github.com/CyberAP/nanoid-dictionary/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CyberAP/nanoid-dictionary/commits/5.0.0)

---
updated-dependencies:
- dependency-name: dockerode
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: nanoid
  dependency-version: 5.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: nanoid-dictionary
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.3.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.9...v4.3.0)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the npm group in /dev/diff with 2 updates: [dockerode](https://github.com/apocas/dockerode) and [luxon](https://github.com/moment/luxon).


Updates `dockerode` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/apocas/dockerode/releases)
- [Commits](apocas/dockerode@v4.0.4...v4.0.5)

Updates `luxon` from 3.5.0 to 3.6.0
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.5.0...3.6.0)

---
updated-dependencies:
- dependency-name: dockerode
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@jennifer-richards jennifer-richards merged commit 389e97a into feat/rpc-api May 6, 2025
35 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.