Files
dify/api/tests/unit_tests/libs
GareArc d1c1c04615 fix(openapi): /apps/permitted hardening + naming
- fail-fast on missing subject_email/subject_issuer for dfoe_
  bearers (was silently coercing None -> empty string and sending
  a malformed query upstream).
- document the has_more contract: total comes from EE inner-API
  unfiltered count; locally-dropped archived rows leave
  len(items) < limit even when has_more=True.
- gate tenant-name lookup in /apps on non-empty rows so empty
  filter results skip the wasted scalar query.
- rename AppListPermittedApi -> AppPermittedListApi for word-order
  consistency with AppPermittedListQuery.
- tests: positive mode acceptance and explicit dfoa_ non-carrier
  assertion.
2026-05-05 21:12:33 -07:00
..
2025-09-09 17:11:49 +08:00
2025-10-21 11:26:58 +08:00
2026-02-09 14:57:23 +08:00
2025-10-21 11:26:58 +08:00
2025-09-09 17:11:49 +08:00
2025-08-28 09:36:39 +08:00