Commit graph

1515 commits

Author SHA1 Message Date
Juho Teperi
07c39fc2df Setup clj-kondo files for each module
Clojure-lsp will run clj-kondo on the module folders, so those modules
should refer back to root configuration. Clj-kondo itself works the
same, if running from a module directory. Some editor plugins might run
clj-kondo on the working directory always (reitit root folder usually),
and in those cases this isn't needed.
2022-01-24 12:39:42 +02:00
Juho Teperi
5973bc0f26
Merge pull request #523 from prestancedesign/patch-1
Replace with when-let since no else branches
2021-12-26 21:15:41 +02:00
Juho Teperi
ad90a2788e The goog-extend macro isn't used
Reitit.frontend.history was rewritten in 08156f6a6d
2021-12-22 21:49:02 +02:00
Michael Salihi
673f6dec72
Replace with when-let since no else branches 2021-12-09 10:48:59 +01:00
Tommi Reiman
93e288bf34
Merge pull request #518 from 15joeybloom/patch-1
Fix middleware ordering in ring example
2021-11-15 20:18:48 +02:00
Joey Bloom
53c2e4ed6b
Fix middleware ordering in ring example 2021-11-08 17:27:01 -06:00
Juho Teperi
5bd4aec775 Update changelog 2021-11-03 13:01:22 +02:00
Juho Teperi
22461f638e
Merge pull request #507 from metosin/feature/improve-frontend-docs
Improve parameter names and docstrings on reitit frontend functions
2021-11-03 12:53:54 +02:00
Juho Teperi
9eded42ba1 Improve frontend docstrings 2021-11-03 12:53:27 +02:00
Juho Teperi
a7f3cd15ab
Merge pull request #481 from metosin/swagger-param-description-examples
Swagger param description examples
2021-11-03 12:22:51 +02:00
Juho Teperi
f537be56b7
Merge pull request #510 from devurandom/patch-1
Link to #134 from parameters-middleware refactoring note
2021-11-03 12:19:15 +02:00
Juho Teperi
153eaaf2b0 Merge branch 'zengxinhui-patch-2' 2021-11-03 12:17:54 +02:00
zengxinhui
59f4bf285a duplicate r/routes output
Perhaps this is not needed as the same output is shown above close.
Or the `nil`s need to be removed to match actual output. See PR513 https://github.com/metosin/reitit/pull/513
2021-11-03 12:17:30 +02:00
Juho Teperi
9f798c63c9 Reorder some example code 2021-11-03 12:16:42 +02:00
Juho Teperi
143bf06290
Merge pull request #515 from zengxinhui/patch-1
update r/routes output
2021-11-03 12:14:59 +02:00
Juho Teperi
c0ff024b05
Merge pull request #516 from prestancedesign/patch-1
Replace if-let by when-let since no else branches
2021-11-03 12:14:48 +02:00
Michael Salihi
6c835e6e09
Replace if-let by when-let since no else branches
for the recursive match by path example.
2021-10-13 18:50:20 +02:00
zengxinhui
f3a686026f
update r/routes output
`nil` should not be there.
2021-10-13 02:54:40 -04:00
Tommi Reiman
751ba17b75
Merge pull request #513 from zengxinhui/patch-1
update r/routes output
2021-10-13 09:54:04 +03:00
zengxinhui
04225b0eff
update r/routes output
The `nil`s are not there and need to be removed.
2021-10-13 02:41:07 -04:00
Miikka Koskinen
d0f1abe115
Merge pull request #512 from miikka/add-extra-test
Add a test for `/{foo}.html` style routes
2021-10-07 08:41:24 +03:00
Miikka Koskinen
0223fbc091
Merge pull request #511 from mike706574/patch-1
Fix typo in Swagger doc
2021-10-06 20:56:03 +03:00
Miikka Koskinen
9160aa0f2b Add a test for /{foo}.html style routes
Just like path `///` would not match `/{foo}/`, `/..html` does not match
`/{foo}.html`.
2021-10-06 20:42:09 +03:00
mike
1737e19214
Fix typo in Swagger doc 2021-10-05 12:51:21 -05:00
Miikka Koskinen
a83285f39d
Update README.md 2021-10-01 11:03:48 +03:00
Dennis Schridde
ef0aeaa7c4
Link to #134 from parameters-middleware refactoring note 2021-10-01 01:44:36 +02:00
Juho Teperi
ac68f0f726 Improve parameter names and docstrings on reitit frontend functions 2021-09-07 14:38:42 +03:00
Tommi Reiman
8694d312f8 0.5.15 2021-08-05 18:46:29 +03:00
Tommi Reiman
db84daca95 0.5.14 2021-08-03 13:41:27 +03:00
Tommi Reiman
f8a8930375 Fix CHANGELOG 2021-08-03 13:37:01 +03:00
Tommi Reiman
10747acb00 Merge branch 'master' of github.com:metosin/reitit 2021-08-03 13:36:09 +03:00
Tommi Reiman
fd12b3c6f2 CHANGELOG 2021-08-03 13:35:46 +03:00
Tommi Reiman
2747428dea
Merge pull request #489 from metosin/fix-resource-handler-url-decoding
Handle URL-encoded paths in file and resource handlers
2021-08-03 13:34:06 +03:00
Tommi Reiman
38f2bd4812
Merge branch 'master' into fix-resource-handler-url-decoding 2021-08-03 13:33:39 +03:00
Tommi Reiman
5486174722
Merge pull request #501 from metosin/malli-fix
Fix malli encoding & update deps
2021-08-03 13:29:53 +03:00
Tommi Reiman
57e1d1668d
Merge pull request #495 from nextjournal/pedestal-enrich-default-request
Enrich request for pedestal/routing-interceptor default-queue
2021-08-03 13:29:11 +03:00
Tommi Reiman
020c424b4e dead code, CHANGELOG 2021-08-03 13:24:29 +03:00
Tommi Reiman
20b7cabed7 Fix Malli encoding,, #498 2021-08-03 08:46:51 +03:00
Tommi Reiman
33afa9f999 update deps 2021-08-03 08:46:29 +03:00
Tommi Reiman
7a1cc78a80
Merge pull request #500 from branch14/improve-some-docs
Improve some docs
2021-07-27 21:22:05 +03:00
Phil Hofmann
478ee18a32 improve some docs 2021-07-27 18:33:17 +02:00
Dieter Komendera
056c70d269 Enrich request for pedestal/routing-interceptor default-queue
This ensures requests handled by the default queue also have
access to the router per the injected :reitit.core/router key
on the request.
2021-06-24 14:07:23 +02:00
Miikka Koskinen
9ba73524f3
Update CHANGELOG.md
Co-authored-by: Ilmo Raunio <ilmoraunio@users.noreply.github.com>
2021-06-21 09:15:06 +03:00
Tommi Reiman
de5bdeba19
Merge pull request #493 from prestancedesign/patch-1
Add new SPA application example link
2021-05-26 07:09:14 +03:00
Michael Salihi
287a01d4f3
Add new SAP application example link 2021-05-25 23:12:15 +02:00
Miikka Koskinen
6202e802c9 Update CHANGELOG.md 2021-04-30 14:51:10 +03:00
Miikka Koskinen
1297cfd902 Handle URL-encoded paths in file and resource handlers 2021-04-30 14:38:18 +03:00
Miikka Koskinen
f212edfcd6
Merge pull request #488 from rlovtangen/patch-1
Update content_negotiation.md
2021-04-30 13:41:06 +03:00
Ronny Løvtangen
1494641ab8
Update content_negotiation.md
Not 100% sure, but looks like it should be :date-format, not :data-format here, based on the example in the section above.
2021-04-24 22:20:16 +02:00
Miikka Koskinen
caa571cd66
Update development.md 2021-04-23 17:55:47 +03:00