Commit graph

1269 commits

Author SHA1 Message Date
Tommi Reiman
1b0cc0a100 Faster path conflict resolution, O(n2) -> O(n) 2020-04-27 08:38:27 +03:00
Tommi Reiman
b128a0f3db Run path-conflicting just once for quarantine router 2020-04-26 22:04:14 +03:00
Tommi Reiman
0d3a195cd8 Format 2020-04-26 21:28:08 +03:00
Tommi Reiman
f45f5859eb Fix reflection warning 2020-04-26 21:28:04 +03:00
Tommi Reiman
faaaedaa29 Enable quick creation of routers 2020-04-26 21:27:55 +03:00
Tommi Reiman
c93b42cd6f
Merge pull request #388 from jaimesangcap/docs/clojure-spec-optional-keys
add optional key example for clojure spec
2020-04-24 14:15:40 +03:00
Jaime Sangcap
cedd701631 add optional key example for clojure spec 2020-04-24 14:40:56 +04:00
Tommi Reiman
97206ea741
Merge pull request #387 from williammizuta/master
Fix router documentation
2020-04-19 09:14:52 +03:00
William Seiti Mizuta
c56cd4c03e
Fix router documentation
Just a small fix on the router documentation.
2020-04-18 19:15:16 -03:00
Tommi Reiman
c5dc91af89 Update tests & CHANGELOG 2020-04-06 10:57:12 +03:00
Tommi Reiman
3e386c930d Update Malli to latest 2020-04-04 17:26:48 +03:00
Tommi Reiman
89aafbdec1
Update README.md 2020-04-04 15:40:09 +03:00
Tommi Reiman
69d2c3a089 Add missing import, fixes #373 2020-03-29 19:56:26 +03:00
Tommi Reiman
577447dc23
Merge pull request #372 from metosin/feature/fix-315
Ensure rfe/history is set during initial on-navigate call
2020-03-28 14:52:19 +02:00
Tommi Reiman
543aae807c
Update (c) 2020-03-26 12:15:27 +02:00
Juho Teperi
f538208fd0 Add note about Swagger-UI 3.x :responses 2020-03-24 12:28:22 +02:00
Juho Teperi
be23cd169e Fix swagger :tags docstring 2020-03-24 11:19:00 +02:00
Juho Teperi
886d5b722e Fix documentation indeces 2020-03-10 17:00:42 +02:00
Juho Teperi
03009f5ca4 Ensure rfe/history is set during initial on-navigate call
Fixes #315
2020-03-05 15:32:16 +02:00
Juho Teperi
7f7d6e2256
Merge pull request #370 from metosin/feature/add-kondo
Add clj-kondo and fix most linting warnings
2020-03-05 14:11:58 +02:00
Juho Teperi
c4e84c2875 Add clj-kondo and fix most linting warnings 2020-03-05 13:32:48 +02:00
Juho Teperi
c214622495 Fix malli tests 2020-03-05 12:35:37 +02:00
Tommi Reiman
cba81055c4 latest malli 2020-03-05 12:29:21 +02:00
Tommi Reiman
c7b67f3366
Merge pull request #350 from rbb-data/feature/swagger-ui-v3
Update to latest ring-swagger-ui
2020-03-04 20:54:42 +02:00
Tommi Reiman
a99bb1795e
Merge pull request #369 from mchughs/patch-1
Update dynamic_extensions.md
2020-03-04 20:53:41 +02:00
Samuel J McHugh
6c458e26d0
Update dynamic_extensions.md
I find the clarity of this example important because the implementation of (ring/get-match) c23f591283/modules/reitit-ring/src/reitit/ring.cljc (L309) doesn't explain what's going on here.

I find the destructing of the qualified keyword `::roles` unnecessary to the example. To this end I propose using an unqualified keyword.

Additionally there is a collision between the name of the required rolls to access the route and the name of the roles held by the user making the request. To this end I propose having the roles held by the user named `:my-roles`
2020-02-28 14:44:05 +01:00
Tommi Reiman
8b9aa2c4fe
Merge pull request #366 from dijonkitchen/patch-1
docs: fix grammar
2020-02-17 16:11:51 +02:00
JC
8338015355
docs: fix grammar 2020-02-17 05:48:57 -08:00
Tommi Reiman
96c2764de6
Update server.clj 2020-02-14 16:27:45 +02:00
Tommi Reiman
076f1327b4
Merge pull request #364 from jmcduffie32/patch-1
Fix typo in basics/route_syntax documentation
2020-02-12 15:37:29 +02:00
Jon McDuffie
32bab40c71
Fix typo 2020-02-12 08:22:19 -05:00
heyarne
9de2254e01 Update docs with instructions on how to use swagger-ui 2.x 2020-02-10 15:38:29 +01:00
heyarne
4c03cd0bf7 Merge remote-tracking branch 'upstream/master' into feature/swagger-ui-v3 2020-02-10 15:23:42 +01:00
Tommi Reiman
c8e0411765
Merge pull request #361 from olimsaidov/patch-1
Pass malli options to compile fn
2020-02-05 13:21:13 +02:00
Olim Saidov
a7a0b0e287
Merge branch 'master' into patch-1 2020-02-05 14:46:32 +05:00
Olim Saidov
927d1c1bbb Pass malli options to compile fn 2020-02-05 14:33:36 +05:00
Tommi Reiman
49747efc24
Merge pull request #360 from olimsaidov/master
Pass malli options to extract-parameter fn
2020-02-05 11:32:47 +02:00
Olim Saidov
f17b47b0db Pass malli options to extract-parameter fn 2020-02-05 14:04:24 +05:00
Tommi Reiman
3fe7764a33 Janus perf run 2020-02-03 13:32:46 +02:00
Tommi Reiman
755794f916
Merge pull request #359 from aisamu/master
Add janus to opensensors benchmark
2020-02-03 12:53:12 +02:00
Samuel Tschiedel
ea7e514129 Add janus to opensensors benchmark 2020-02-02 19:04:36 -03:00
Tommi Reiman
34df820cc7
Merge pull request #358 from dharrigan/bugfix/fix-link-to-exceptions
Fix link to Exceptions Handling in Ring
2020-02-02 18:33:19 +02:00
David Harrigan
e91d1dc957 Fix link to Exceptions Handling in Ring 2020-02-02 16:23:09 +00:00
Tommi Reiman
7458603d5c
Merge pull request #357 from thenonameguy/patch-1
Update sieppari version to latest 0.0.0-alpha8
2020-02-02 18:10:43 +02:00
Szabó Krisztián
dd21ad5466
Update sieppari version to latest 0.0.0-alpha8 2020-01-31 13:36:22 +01:00
Tommi Reiman
904ce3db81
Merge pull request #353 from wandersoncferreira/improvements/cleaning_boxed
adding type hints to clean boxed operations with java.lang.Objects
2020-01-19 10:44:06 +02:00
Wanderson Ferreira
f7e4136e0e adding type hints to clean boxed operations with java.lang.Objects 2020-01-19 00:37:57 -03:00
Tommi Reiman
589bbc61a3 Changelog 2020-01-17 18:41:40 +02:00
Tommi Reiman
3ca0492244 0.4.2 2020-01-17 18:39:07 +02:00
Tommi Reiman
3b4eae6499 Add direct dependenxcy to Jackson Core
See https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
2020-01-17 18:37:34 +02:00