dify/api/tests/unit_tests/libs
Copilot 244f9e0c11
fix: handle null email/name from GitHub API for private-email users (#33882)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2026-03-23 14:53:03 +08:00
..
_human_input refactor: move workflow package to dify_graph (#32844) 2026-03-02 18:42:30 +08:00
broadcast_channel/redis feat: support redis xstream (#32586) 2026-03-04 13:18:55 +08:00
test_api_token_cache.py fix: redis for api token (#31861) 2026-02-06 16:25:27 +08:00
test_archive_storage.py feat: archive workflow run logs backend (#31310) 2026-01-23 13:11:56 +08:00
test_cron_compatibility.py refactor(api): move workflow knowledge nodes and trigger nodes (#33445) 2026-03-15 15:24:59 +08:00
test_custom_inputs.py Feat/add status filter to workflow runs (#26850) 2025-10-18 12:15:29 +08:00
test_datetime_utils.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_email.py
test_email_i18n.py
test_encryption.py fix: Login secret text transmission (#29659) 2025-12-16 16:55:51 +08:00
test_external_api.py feat(refactoring): Support Structured Logging (JSON) (#30170) 2026-01-04 11:46:46 +08:00
test_file_utils.py
test_flask_utils.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
test_helper.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_json_in_md_parser.py
test_jwt_imports.py
test_login.py chore(deps-dev): bump the dev group across 1 directory with 19 updates (#33525) 2026-03-16 20:31:58 +09:00
test_oauth_base.py rm type ignore (#25715) 2025-10-21 11:26:58 +08:00
test_oauth_clients.py fix: handle null email/name from GitHub API for private-email users (#33882) 2026-03-23 14:53:03 +08:00
test_orjson.py
test_pandas.py
test_passport.py
test_password.py
test_pyrefly_diagnostics.py fix(ci): make pyrefly diff comments focus on diagnostics (#32778) 2026-03-02 10:11:23 +08:00
test_rate_limiter.py feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
test_rsa.py chore(deps): bump google-auth from 2.49.0 to 2.49.1 in /api in the google group (#33483) 2026-03-16 13:55:34 +09:00
test_schedule_utils_enhanced.py feat: introduce trigger functionality (#27644) 2025-11-12 17:59:37 +08:00
test_sendgrid_client.py
test_smtp_client.py test(api): add autospec to MagicMock-based patch usage (#32752) 2026-03-01 04:30:45 +08:00
test_time_parser.py Feat/add status filter to workflow runs (#26850) 2025-10-18 12:15:29 +08:00
test_token.py Enabled cross-subdomain console sessions by making the cookie domain configurable and aligning the frontend so it reads the shared CSRF cookie. (#27190) 2025-10-28 10:04:24 +08:00
test_uuid_utils.py
test_workspace_permission.py feat: implement workspace permission checks for member invitations an… (#31202) 2026-01-18 19:35:50 -08:00
test_yarl.py