Commit graph

1867 commits

Author SHA1 Message Date
Ilmo Raunio
310dcd0e99
Merge pull request #581 from metosin/add-support-for-fragment-parameters-2
Add reitit-frontend support for fragment string
2023-02-21 15:05:25 +02:00
Ilmo Raunio
e490f5df05
Merge pull request #584 from metosin/reloading-ring-handler
reloading-ring-handler
2023-02-21 14:42:33 +02:00
Juho Teperi
2494f702d9 Read fragment string without decoding
Users can use Malli decoding to control decoding per schema.
2023-02-16 13:13:48 +02:00
Juho Teperi
83c31e35bc Revert "Revert "Merge pull request #554 from just-sultanov/add-support-for-fragment-parameters""
This reverts commit 4d1b00edfa.
2023-02-16 11:53:27 +02:00
Joel Kaasinen
f03134e215 fix: malli openapi tests
malli.json-schema now outputs `:additionalProperties false`
2023-02-15 16:07:23 +02:00
Tommi Reiman
b6c046318b
Merge pull request #586 from bplubell/fix-ring-router-docs
Fix incorrect ring-router doc references
2023-02-01 17:30:42 +02:00
bplubell
e175dc76c9 Fix incorrect ring-router doc references
It looks like documentation references to `ring-router` are left-overs
from early README examples - I couldn't find any code that ever used the
name. The Ring router named `reitit.ring/router`.

While it didn't take too long for me to realize why my `ring-router` was
not working, I had to look the examples to figure out the name of the
function was just `router` - which was confusing since the section
header stated `reitit-router`.
2023-01-31 15:51:31 -08:00
Chris Badahdah
999f6c3dbd Allow var handlers 2023-01-31 16:04:28 -07:00
Tommi Reiman
d1bb44a88f
Merge branch 'master' into reloading-ring-handler 2023-01-22 14:30:06 +02:00
Tommi Reiman
0648296315
Merge branch 'master' into feature/openapi 2023-01-22 14:29:22 +02:00
Tommi Reiman
e5bd123740
Merge pull request #579 from metosin/mm
2023 Cleanup Branch
2023-01-22 14:26:07 +02:00
Tommi Reiman
744326d6af (c) 2023-01-22 14:24:30 +02:00
Tommi Reiman
24b2808886 update malli 2023-01-22 14:23:51 +02:00
Tommi Reiman
3fd20f2294 reloading-ring-handler 2023-01-22 14:15:08 +02:00
Tommi Reiman
e75c833fe1 CHANGELOG 2023-01-22 14:07:38 +02:00
Tommi Reiman
358c447698 Update to latest malli 2023-01-21 10:58:55 +02:00
Tommi Reiman
d0a9fd196b (c) year 2023-01-21 10:58:55 +02:00
Tommi Reiman
8e1e7e62ca fix spec tests + format 2023-01-21 10:58:53 +02:00
Tommi Reiman
1247e7ff25 CL 2023-01-21 10:56:42 +02:00
Tommi Reiman
6a396d1315 CL 2023-01-21 10:56:42 +02:00
Tommi Reiman
a290b22679 CHANGELOG 2023-01-21 10:56:42 +02:00
Tommi Reiman
034dc9cfbd CHANGELOG 2023-01-21 10:56:42 +02:00
Tommi Reiman
d1e02fd0a1 Update dependencies 2023-01-21 10:56:42 +02:00
Tommi Reiman
f27c2fc2aa clean 2023-01-21 10:56:42 +02:00
Tommi Reiman
98a4d9b447 :meta-merge-fn -> :meta-merge 2023-01-21 10:56:42 +02:00
Tommi Reiman
3ec5acc7a1
Merge pull request #582 from ilmoraunio/issue-565
Include query-string as part of location header in redirect-trailing-slash-handler
2023-01-21 10:51:20 +02:00
Tommi Reiman
22fb9810a7
Merge pull request #552 from frwdrik/patch-1
Remove redundant s/and
2023-01-21 10:43:26 +02:00
Ilmo Raunio
0870b20a05 Add query-string to redirect-trailing-slash-handler 2023-01-20 00:20:10 +02:00
Juho Teperi
4d1b00edfa Revert "Merge pull request #554 from just-sultanov/add-support-for-fragment-parameters"
This reverts commit c2c267f4d8, reversing
changes made to 8087522b82.
2023-01-18 18:38:47 +02:00
Tommi Reiman
c2c267f4d8
Merge pull request #554 from just-sultanov/add-support-for-fragment-parameters
Add support for fragment parameters in the reitit-frontend module
2023-01-09 17:33:24 +02:00
Tommi Reiman
8087522b82
Merge pull request #452 from TimoKramer/support-operationid
Support operationId in reitit-swagger
2023-01-09 17:29:49 +02:00
Tommi Reiman
42e988e518
Merge branch 'master' into support-operationid 2023-01-09 17:27:00 +02:00
Tommi Reiman
23c20dc44e
Merge pull request #557 from handerpeder/master
Polish pedestal chains when printing context diffs
2023-01-09 17:18:39 +02:00
Tommi Reiman
af441e6154
Merge pull request #569 from SagaHealthcareIT/swagger-operationid-support
Swagger: support operationId in generated swagger json
2023-01-09 17:14:10 +02:00
Tommi Reiman
26a581298a
Merge pull request #561 from pfeodrippe/meta-merge
add `:meta-merge-fn` option
2023-01-09 16:39:12 +02:00
Tommi Reiman
8654bf3277
Merge pull request #577 from devn/devn/upgrade-jackson-for-cves
Upgrade jackson for CVE-2022-42003 and CVE-2022-42004
2022-12-18 09:55:58 +02:00
Tommi Reiman
b918c5f3ba
Merge pull request #578 from dharrigan/docs/update-startrek
Update documentation and link to the startrek project
2022-12-18 09:30:31 +02:00
David Harrigan
ffe8846de1
Update documentation and link to the startrek project
-=david=-
2022-12-18 07:09:30 +00:00
Devin Walters
7e05f4931e Upgrade jackson for CVE-2022-42003 and CVE-2022-42004 2022-12-17 16:00:04 -06:00
Tommi Reiman
f449bf848d
Merge pull request #576 from bsless/coercion-errors-perf
Coercion errors perf
2022-12-13 23:01:44 +02:00
Ben Sless
24f38e0dfa Unroll merge and hash-map coercion 2022-12-06 21:35:26 +02:00
Ben Sless
8398c98595 Add serialize-failed-result coercion option
False by default, if true will serialize the failed coercion result in
the error message
2022-12-06 21:34:13 +02:00
Ben Sless
bc4443a935 Remove schema and errors from default malli coercion error keys 2022-12-06 21:20:48 +02:00
Tommi Reiman
1dbca52002
Merge pull request #574 from ianffcs/add-pedestal-malli-swagger-example
pedestal-malli-swagger-example: fix project.clj in example
2022-12-05 18:24:42 +02:00
Ian Fernandez
544e264ffb fix example in project.clj 2022-12-05 14:56:56 +00:00
Tommi Reiman
8e5fd8a9db
Merge pull request #573 from frwdrik/patch-2
Rename variable handle -> handler
2022-12-05 15:13:29 +02:00
Fredrik Vaeng Røtnes
edee97a550
Rename variable handle -> handler 2022-12-05 13:06:27 +00:00
Tommi Reiman
3d5e0b154c
Merge pull request #572 from ianffcs/add-pedestal-malli-swagger-example
Add example for Reitit + Pedestal + Malli coercion
2022-12-04 15:00:03 +02:00
Ian Fernandez
eebc2a3df0 Add example for Reitit + Pedestal + Malli coercion 2022-12-04 00:07:05 +00:00
Jesse Dowell
148fa2167b
Swagger: support operationId in generated swagger json 2022-11-13 18:54:43 -05:00