Commit graph

1348 commits

Author SHA1 Message Date
Tommi Reiman
9200afe814 Polish tests 2020-01-06 21:49:41 +02:00
Tommi Reiman
91a2945578 Add support for default values 2019-12-30 22:58:05 +02:00
Tommi Reiman
5df07ea0cf CHANGELOG 2019-12-29 17:36:00 +02:00
Tommi Reiman
699a8c7cd3 docs 2019-12-29 11:17:20 +02:00
Tommi Reiman
716c845a05 Coercion performance 2019-12-28 10:44:21 +02:00
Tommi Reiman
fa0c00c5b2 Update dep 2019-12-28 09:40:09 +02:00
Tommi Reiman
d00c327f5c configuration sampler of malli coercion 2019-12-28 02:40:10 +02:00
Tommi Reiman
3b53efc439 example of malli coercion 2019-12-28 02:39:47 +02:00
Tommi Reiman
44f6c51610 Finalize malli coercion 2019-12-28 02:37:33 +02:00
Tommi Reiman
dc718e07e7 copy spec-example for malli 2019-12-28 00:52:40 +02:00
Tommi Reiman
3c61824f1d malli coercion + strip extra keys by default with spec 2019-12-28 00:51:41 +02:00
Tommi Reiman
a7cd1cf398 response endoding, WIP: tests 2019-12-27 22:03:52 +02:00
Tommi Reiman
5a533c25a7 Update Readme 2019-12-27 22:03:52 +02:00
Tommi Reiman
93f947831d malli + swagger docs 2019-12-27 22:03:52 +02:00
Tommi Reiman
10be520a0d Malli + coercion 2019-12-27 22:03:52 +02:00
Miikka Koskinen
9ae4083270
Update CHANGELOG.md 2019-12-13 13:43:37 +02:00
Miikka Koskinen
00eb3a5f99
Merge pull request #342 from mgrbyte/master
Add metosin/ring-http-response support to exception middleware.
2019-12-13 13:40:37 +02:00
Matt Russell
b648c73dcb Removed hard dependency on metosin/ring-http-response.
Use fully-qualified keyword rather referring via required alias, avoiding adding dependency.
2019-12-13 10:39:24 +00:00
Matt Russell
5aac69f563 Add metosin/ring-http-response support to exception middleware. 2019-12-12 22:29:17 +00:00
Tommi Reiman
0faf2af876
Merge pull request #332 from nilern/frontend-multi-query-params
Frontend: Multi-valued query params
2019-12-02 17:07:12 +02:00
Pauli Jaakkola
81a1a8eb7e Update CHANGELOG. 2019-12-02 15:41:59 +02:00
Pauli Jaakkola
6d5bf64833 Implement encoding of multi-valued query params. 2019-12-02 15:33:55 +02:00
Pauli Jaakkola
0adb820bba Collect multi-valued query params into vector. 2019-11-15 12:53:32 +02:00
Miikka Koskinen
da18a4f113
CHANGELOG.md: Add #324 conflicting route data 2019-11-14 07:59:17 +02:00
Ilmo Raunio
25728ae8f2 Use transducer per #329 review suggestion 2019-11-13 22:49:21 +02:00
Ilmo Raunio
e092001568 Add test cases to check for deep paths 2019-11-13 22:49:21 +02:00
Ilmo Raunio
8a86701902 Allow path conflict resolution with :conflicting 2019-11-13 22:49:21 +02:00
Tommi Reiman
5fc86737b8
Update README.md 2019-10-30 16:37:58 +02:00
Miikka Koskinen
842c1e5a5b Revert "Remove unused parameters"
This reverts commit ac1536e057.
2019-10-30 11:33:24 +02:00
Miikka Koskinen
20776a1bfc Stray change to trigger CircleCI 2019-10-29 20:52:24 +02:00
Miikka Koskinen
ac1536e057 Remove unused parameters 2019-10-29 20:11:19 +02:00
Tommi Reiman
54dc6e3dab
Merge pull request #327 from valerauko/test-multiple-jdk
Test against multiple JDK
2019-10-29 18:32:45 +02:00
Vale
92c7fe8e3c Explicitly name stages 2019-10-30 01:24:34 +09:00
Vale
216bba6c47 Revert "Name builds properly"
This reverts commit eb31c04fd6.
2019-10-30 00:44:05 +09:00
Vale
c1991badb2 Enable build-docs again 2019-10-30 00:42:51 +09:00
Vale
eb31c04fd6 Name builds properly 2019-10-30 00:42:03 +09:00
Vale
59ea24f48b Add curl if missing 2019-10-30 00:38:51 +09:00
Vale
f7a4e89e7b Use CircleCI images for curl 2019-10-30 00:26:46 +09:00
Vale
41f880fb0c Use version 2.1 2019-10-30 00:15:11 +09:00
Vale
590d811619 "image" is a disallowed key 2019-10-30 00:13:12 +09:00
Vale
c3650cf539 Build against multiple JDKs 2019-10-30 00:10:13 +09:00
Vale
bdbe16a685 Temporarily disable build-docs
Doesn't work on forked repos
2019-10-30 00:09:51 +09:00
Daw-Ran Liou
c00c299e13 Add integrant repl for better development experience
- Create `user` ns for REPL-driven development.
- Add entry point in `example.server` to start server in production.
2019-10-27 20:15:54 +02:00
Daw-Ran Liou
c3e6682151 Add an example project with integrant 2019-10-27 20:15:54 +02:00
Andrey Krasnov
bd5c67e75c Add grammar and style fixes
A couple of grammatical and stylistic changes that I think should make reading this doc a bit nicer.
2019-10-23 22:38:38 +03:00
Cody Canning
8cd314bd3f Update compiling_middleware.md regarding specs 2019-10-22 07:18:38 +03:00
Tommi Reiman
e2a297a69d More tests, fixes #320 2019-10-10 15:09:58 +03:00
Daw-Ran Liou
69795f5fe7 Tighten middleware spec from collection to vector
This avoids messing up the order of middleware chain accidentally.
2019-10-09 18:38:32 +03:00
Daw-Ran Liou
4a199b918a Add test to validate middleware cannot be list
When meta-merges list with a vector, the resulting order is reversed. To avoid
this for the middleware chain, middleware cannot be lists.
2019-10-09 18:38:32 +03:00
Miikka Koskinen
eeeba281ac
Merge pull request #318 from metosin/miikka-patch-2
How do you pronounce "reitit"?
2019-10-09 08:31:39 +03:00