Timo Kramer
e095cd2efa
Support operationId in reitit-swagger
...
OpenAPI Specification allows the operationId to be added to the
"Operation Object" alongside e.g. summary and description. This
commit introduces the support of this element in the
reitit-swagger module and extends the tests. One test shows the
correct use of operationId where both are distinct and one
shows the failing of the swagger creation when the IDs are not
distinct.
- Spec: https://swagger.io/specification/#operation-object
- Adds the support for operationId
- Adds operationId in two places of the swagger test
- Adds a test that checks exception on duplicate IDs
- Closes #451
2020-11-25 18:38:35 +01:00
Tommi Reiman
3a6985eb71
Merge pull request #448 from teodorlu/docs-coercion-malli
...
Link to docs for Malli coercion
2020-11-01 17:55:50 +02:00
Teodor Heggelund
d1b8e1b98b
Link to docs for Malli coercion
2020-11-01 16:49:03 +01:00
Tommi Reiman
fb771a33bd
Merge pull request #446 from zelark/update-handler
...
Update create-swagger-ui-handler
2020-10-22 17:23:07 +03:00
Aleksandr Zhuravlev
2fc893bf6f
Update examples
2020-10-22 17:03:14 +03:00
Aleksandr Zhuravlev
abfe810700
Update link to config params doc
2020-10-22 15:18:16 +03:00
Aleksandr Zhuravlev
bf3242a6f4
Get rid of conf.js (not used anymore)
2020-10-22 15:16:55 +03:00
Tommi Reiman
e27d5c0213
CHANGELOG
2020-10-22 00:13:39 +03:00
Tommi Reiman
0b2c4d0d8e
0.5.10
2020-10-22 00:10:52 +03:00
Tommi Reiman
dbf3751815
0.5.9
2020-10-19 10:46:38 +03:00
Tommi Reiman
f2f7d3a428
Merge pull request #438 from metosin/frontend-fixes
...
Frontend fixes
2020-10-19 10:42:45 +03:00
Tommi Reiman
ff647f3a2c
0.5.8
2020-10-19 08:31:29 +03:00
Tommi Reiman
422e97ffed
Update CHANGELOG
2020-10-19 08:29:53 +03:00
Tommi Reiman
c3df762b48
Merge pull request #444 from dawran6/376-route-data-spec-for-conflicting
...
Add :conflicting to route data spec
2020-10-19 08:08:38 +03:00
Daw-Ran Liou
c0a76c6648
Add :conflicting to route data spec
2020-10-19 03:02:18 +08:00
Tommi Reiman
8c3ad99276
0.5.7
2020-10-18 20:43:24 +03:00
Tommi Reiman
9ce7e6593c
malli 0.2.0, update docs & tune
2020-10-18 20:22:01 +03:00
Tommi Reiman
b4d1b36c8d
Merge pull request #442 from metosin/params-to-parameters
...
Update nested controllers example, :params -> :parameters
2020-10-18 19:19:44 +03:00
Tommi Reiman
21df83c804
Merge pull request #443 from skibe/resource-handler-path-size-fix
...
Fix resource handler path matching
2020-10-16 11:24:48 +03:00
Kimmo Rantala
2ed5b48067
Fix resource handler path matching
...
File/resource handler checks that uri actually matches to path instead
of comparing just path length to uri length.
2020-10-15 23:33:20 +03:00
Juho Teperi
845240d330
Merge branch 'master' into frontend-fixes
2020-10-15 09:49:14 +03:00
Kimmo Koskinen
b51374fec2
Update example, :params -> :parameters
2020-10-14 10:08:20 +03:00
Tommi Reiman
d57851c2d3
Merge pull request #441 from PrestanceDesign/patch-1
...
One more Reitit project example
2020-10-14 10:06:04 +03:00
Michael Salihi
61945adddf
One more Reitit project example
...
Adding on todo backend with Reitit on https://www.todobackend.com/ website.
2020-10-13 23:47:10 +02:00
Tommi Reiman
d7ed4f32af
Merge branches 'master' and 'master' of github.com:metosin/reitit
2020-10-12 10:17:13 +03:00
Tommi Reiman
15812930a3
Update deps
2020-10-12 10:17:07 +03:00
Tommi Reiman
f037b803b6
Merge pull request #439 from nate/patch-1
...
Fixing broken links to documentation in README
2020-10-02 12:43:23 +03:00
Nate Sutton
5825694153
Fixing broken links to documentation in README
...
A number of links were broken in the topmost link section of the README and this commit fixes them.
2020-10-01 18:53:32 -05:00
Tommi Reiman
39ec264da8
Merge pull request #417 from Koura/issue-217-consume-form-params
...
Issue 217 consume form params
2020-09-30 12:25:52 +03:00
Juho Teperi
c4afca9417
Update CHANGELOG.md
2020-09-26 16:54:35 +03:00
Juho Teperi
58f9871747
Test rfe start!
2020-09-26 16:51:19 +03:00
Juho Teperi
5651b4648a
Fix reitit.frontend.easy not correctly removing old event listeners
...
In 0.5.0 rfe start! fn started using first on-navigate callback to get
the reference to History instance, so that user on-navigate can use rfe
functions that need this reference. History implementations called
on-navigate with the instance without event listeners set, so when stop!
was called listeners weren't removed.
2020-09-26 16:51:19 +03:00
Juho Teperi
390cdb1e4e
Rename some re-frame effects/events
2020-09-26 16:51:19 +03:00
Juho Teperi
0c85b3d54b
Reindent re-frame example code
2020-09-26 16:51:19 +03:00
Juho Teperi
dea8894610
Clean re-frame example initialization
2020-09-26 16:51:19 +03:00
Tommi Reiman
208eeeb5c5
0.5.6
2020-09-26 16:09:49 +03:00
Tommi Reiman
5e290db106
0.5.6
2020-09-26 16:08:34 +03:00
Tommi Reiman
b809b6328d
Merge pull request #427 from Koura/update/ring-malli-swagger-example
...
Fix: broken ring-malli-swagger example
2020-09-26 12:13:26 +03:00
Tommi Reiman
03c5b04384
Merge branch 'master' into update/ring-malli-swagger-example
2020-09-26 12:13:18 +03:00
Tommi Reiman
fbff819909
update deps
2020-09-26 12:11:14 +03:00
Tommi Reiman
48e0c7f883
Update README.md
2020-09-20 18:00:04 +03:00
Tommi Reiman
21fbad22a0
Merge pull request #436 from dharrigan/feat/startrek-example
...
Add in another usage example.
2020-09-20 17:58:57 +03:00
Tommi Reiman
f95016ad4e
Update README.md
2020-09-20 17:58:37 +03:00
David Harrigan
755bc131de
Add in another usage example.
2020-09-19 20:39:48 +01:00
Tommi Reiman
31cee66548
Merge pull request #435 from PrestanceDesign/patch-1
...
New section with example repositories using Reitit
2020-09-18 18:18:10 +03:00
Michael Salihi
2d16c2f172
New section with example repositories using Reitit
2020-09-18 17:01:22 +02:00
Tommi Reiman
720b1f9524
Merge pull request #433 from perttikellomaki/patch-1
...
Update basics.md
2020-09-07 15:06:11 +03:00
Pertti Kellomäki
8ae0a4ccd4
Update basics.md
...
My pet peeve ;-)
Few = hardly any.
A few = a couple
Some = a few or maybe more.
2020-09-04 21:49:56 +03:00
Tommi Reiman
2f17f09856
Merge pull request #428 from nivekuil/patch-1
...
Fix rfe/start! example arity
2020-08-17 10:42:11 +03:00
Kevin Liu
218cd4be69
Fix rfe/start! example arity
...
The second arg should be the on-navigate callback and the opts should be the third arg.
2020-08-16 19:54:20 -07:00