Commit graph

1525 commits

Author SHA1 Message Date
Tommi Reiman
f3dee769fb format-ns 2022-02-14 16:59:20 +02:00
Tommi Reiman
2aba5610c7 format 2022-02-14 16:58:10 +02:00
Tommi Reiman
45fbe5eaa2
Merge pull request #529 from metosin/malli-lite
Add support for malli-lite
2022-02-14 16:55:03 +02:00
Tommi Reiman
40eb09b2a9 fix CHANGELOG 2022-02-14 16:45:14 +02:00
Tommi Reiman
d0f7126491 add support for malli-lite 2022-02-14 16:45:14 +02:00
Tommi Reiman
88170bc495
Merge pull request #528 from metosin/bumpup
Update deps & format files
2022-02-14 16:44:43 +02:00
Tommi Reiman
060e593414 dev guide 2022-02-12 22:42:10 +02:00
Tommi Reiman
bdcb1eb5b1 clean-ns 2022-02-12 22:35:27 +02:00
Tommi Reiman
5d4c886d35 format 2022-02-12 22:34:26 +02:00
Tommi Reiman
b7cc420fde update deps 2022-02-12 22:30:42 +02:00
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