-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NHUB-537] Upgrade Agenda to async resource (#1150)
* update types * fix init_data: await elastic_rebuild * new base web search service * new agenda resource service * new agenda search service * update agenda module * update agenda views * update agenda notifications and emails * update agenda featured to use new agenda search * update push to use async agenda * update wire module * update remove_expired_agenda command * user async resources in update_action_list * fix company updates * add more async product helpers * fix update company products * update reports to use async resources * fix template_locale context with no locale nor timezone * improve async topic helpers * remove old utils no longer used * add pydantic to mypy * fix leaking db connectors in pytest * fix tests * use NHUB-537 branch in superdesk-core * fix duplicate import * use async branch from superdesk-core * remove commented code * Replace if/elif block with match case statements
- Loading branch information
1 parent
ae4c663
commit d32dbe3
Showing
104 changed files
with
4,026 additions
and
3,410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
mypy | ||
pydantic | ||
types-Flask | ||
types-Jinja2 | ||
types-python-dateutil | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.