Commit graph

1497 commits

Author SHA1 Message Date
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
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
Miikka Koskinen
2638041e0c
Update development.md 2021-04-23 17:53:53 +03:00
Miikka Koskinen
51a26ed052 Release 0.5.13 2021-04-23 17:41:40 +03:00
Tommi Reiman
40efc2d9d4
Merge pull request #487 from audriu/patch-1
Fix Ring example
2021-04-22 20:51:34 +03:00
Audrius
522356ba71
Fix for the PR comments 2021-04-22 10:05:02 +03:00
Audrius
02004cac8d
Fix Ring example
Maybe it is not perfect solution but at least it works. It was somewhat weird that the front page of the lib contains non working examples.
2021-04-22 09:27:07 +03:00
Tommi Reiman
1ab075bd35
Merge pull request #485 from ZaymonFC/patch-1
Mention Malli in introduction under coercion
2021-04-12 07:20:55 +03:00
Zaymon
388f825d4d
Update README.md 2021-04-12 13:39:15 +10:00
Miikka Koskinen
ac9ff806df
Merge pull request #476 from metosin/feature/update-static-handler-docs
Document serving static resources from the file system
2021-04-09 14:55:19 +03:00
Miikka Koskinen
d0e83fed41 Merge remote-tracking branch 'origin/master' into feature/update-static-handler-docs 2021-04-09 14:49:56 +03:00
Miikka Koskinen
b8110f1e40
Merge pull request #482 from keoko/fix-typos
fix documentation typos
2021-04-09 14:49:09 +03:00
Natxo Cabré
722bd8950f removed blank line 2021-03-12 13:33:47 +01:00
Natxo Cabré
1e76ea8114 fixed malli create example 2021-03-12 13:24:28 +01:00
Natxo Cabré
26c4ebc645 defined router var so the merged route tree example returns the commented data structure 2021-03-12 12:57:13 +01:00