Issues
- pre-commit is missing typing issuesWAZO-3843Resolved issue: WAZO-3843Sébastien Duthil
- Add 'creation_time' attribute in wazo-calld 'calls.call.push_notification' eventWAZO-3842Resolved issue: WAZO-3842
- Updated wazo-webhookd to include timestamp in push notificationsWAZO-3841Resolved issue: WAZO-3841
- Add unittests to zuul on the wazo-load-stack repositoryWAZO-3840Resolved issue: WAZO-3840Pascal Cadotte
- dedup wazo-agentd loggingWAZO-3839Resolved issue: WAZO-3839Remy Bienvenu
- dedup wazo-ui loggingWAZO-3838Resolved issue: WAZO-3838Remy Bienvenu
- dedup wazo-phoned loggingWAZO-3837Resolved issue: WAZO-3837Remy Bienvenu
- dedup wazo-chatd loggingWAZO-3836Resolved issue: WAZO-3836Remy Bienvenu
- Docker images for wazo-provd and wazo-confgend do not build anymore (2024-07)WAZO-3831Resolved issue: WAZO-3831Sébastien Duthil
- PR checks should run with updated docker images for mocks from wazo-test-helpersWAZO-3827Resolved issue: WAZO-3827Sébastien Duthil
- Tests: ignore mypy cache when building Docker imagesWAZO-3813Resolved issue: WAZO-3813Sébastien Duthil
- Update Asterisk to 21.4.1WAZO-3811Resolved issue: WAZO-3811Sébastien Duthil
- Update wazo-debug with PATCH /configWAZO-3805Resolved issue: WAZO-3805Remy Bienvenu
- Yealink Add devicesWAZO-3798Resolved issue: WAZO-3798Franck Muller
- Persist SAML Session in the databaseWAZO-3795Resolved issue: WAZO-3795Jirka Hlavacek
- Enable functional tests in wazo-authWAZO-3780Resolved issue: WAZO-3780Jirka Hlavacek
- Push notification for calls should include call start timestampWAZO-3779Resolved issue: WAZO-3779Charles Langlois
- push notification documentation on wazo-platform.orgWAZO-3774Resolved issue: WAZO-3774Charles Langlois
- dedup wazo-webhookd loggingWAZO-3735Resolved issue: WAZO-3735Remy Bienvenu
- dedup wazo-calld loggingWAZO-3734Resolved issue: WAZO-3734Remy Bienvenu
- dedup wazo-confgend loggingWAZO-3733Resolved issue: WAZO-3733Remy Bienvenu
- dedup wazo-sysconfd loggingWAZO-3732Resolved issue: WAZO-3732Remy Bienvenu
- dedup wazo-websocketd loggingWAZO-3731Resolved issue: WAZO-3731Remy Bienvenu
- dedup wazo-agid loggingWAZO-3730Resolved issue: WAZO-3730Remy Bienvenu
- dedup wazo-amid loggingWAZO-3729Resolved issue: WAZO-3729Remy Bienvenu
- dedup wazo-provd loggingWAZO-3728Resolved issue: WAZO-3728Remy Bienvenu
- dedup wazo-confd loggingWAZO-3727Resolved issue: WAZO-3727Remy Bienvenu
- dedup wazo-auth loggingWAZO-3726Resolved issue: WAZO-3726Remy Bienvenu
- Server logs are duplicatedWAZO-3682Resolved issue: WAZO-3682Remy Bienvenu
- deleting auth_session and auth_token take too much memoryWAZO-2542Resolved issue: WAZO-2542Julien Alie
- Doing a call using POST /users/me/calls returns a 503 when the phone is not registeredWAZO-936Resolved issue: WAZO-936Remy Bienvenu
31 of 31
pre-commit is missing typing issues
Done
Description
Zendesk Ticket IDs
None
Details
Priority
MediumAssignee
Sébastien DuthilSébastien DuthilReporter
Sébastien DuthilSébastien DuthilApprovers
François BlackburnFix versions
Sprint
None
Details
Details
Priority
Assignee
Sébastien Duthil
Sébastien DuthilReporter
Sébastien Duthil
Sébastien DuthilApprovers
François Blackburn
Fix versions
Sprint
None
Zendesk Support
Zendesk Support
Zendesk Support
Created August 2, 2024 at 6:27 PM
Updated August 7, 2024 at 4:14 PM
Resolved August 5, 2024 at 2:10 PM
Activity
Show:
In some cases, pre-commit misses Python typing issues introduced by the commit. The errors are then caught by the CI that runs the typing checks on all files.