reitit/test/cljc/reitit
Joel Kaasinen d8e28e153b fix: swagger multipart support
1. For spec we were including some extra stuff in the parameter
specification:

{:description "",
 :in "formData",
 :name "file",
 :properties {"bytes" {:format "byte", :type "string"},
              "content-type" {:type "string"},
              "filename" {:type "string"}},
 :required ["filename" "content-type" "bytes"],
 :type "file"}

2. For malli the :type changed from "file" to "string" because of
openapi changes. Now openapi and swagger both get the right type.

3. Test for swagger multipart support
2023-03-17 14:54:46 +02:00
..
coercion_test.cljc format-ns 2022-02-14 16:59:20 +02:00
core_test.cljc . 2022-03-10 15:23:07 +02:00
dependency_test.cljc format-ns 2022-02-14 16:59:20 +02:00
exception_test.cljc fix spec tests + format 2023-01-21 10:58:53 +02:00
impl_test.cljc fix spec tests + format 2023-01-21 10:58:53 +02:00
interceptor_test.cljc fix spec tests + format 2023-01-21 10:58:53 +02:00
middleware_test.cljc fix spec tests + format 2023-01-21 10:58:53 +02:00
openapi_test.clj feat: generate correct openapi for reitit.ring.malli 2023-03-16 09:57:02 +02:00
ring_coercion_test.cljc feat: route data validation for per-content-type coercions 2023-03-08 14:39:52 +02:00
ring_spec_test.cljc fix spec tests + format 2023-01-21 10:58:53 +02:00
ring_test.cljc Merge pull request #584 from metosin/reloading-ring-handler 2023-02-21 14:42:33 +02:00
spec_test.cljc fix spec tests + format 2023-01-21 10:58:53 +02:00
swagger_test.clj fix: swagger multipart support 2023-03-17 14:54:46 +02:00
trie_test.cljc format-ns 2022-02-14 16:59:20 +02:00