Gerasimos (Makis) Maropoulos
caac0480ba
context#ReadForm can skip unkown fields by iris/context.IsErrPath(err), fixes: https://github.com/kataras/iris/issues/1157
...
Former-commit-id: 5cc8e5a9d58071591154e988262b547653c34e36
2019-01-04 11:40:55 +02:00
Gerasimos (Makis) Maropoulos
8b74e3343d
fix https://github.com/kataras/iris/issues/1164
...
Former-commit-id: 533b277c6a33d44da48df2ad9ca2b5ebb962bc96
2019-01-04 11:16:40 +02:00
Gerasimos (Makis) Maropoulos
8d12c526d8
update kataras/pio gomod version
...
Former-commit-id: bcca4382f2533b32b2b8497fb5efb339da30f6f0
2019-01-03 12:57:49 +02:00
Gerasimos (Makis) Maropoulos
67081d8219
add https://github.com/snowlyg/IrisApiProject to starter kits (chinese)
...
Former-commit-id: d09c795018df59834af91a8ba087649bcb023d8d
2018-12-24 02:32:33 +02:00
Gerasimos (Makis) Maropoulos
4a77067c8a
Merge pull request #1156 from fduxiao/master
...
README_ZH.md in _examples/
Former-commit-id: 6e50de7e131b47d16d359061ef405a5a6f9a1dbd
2018-12-18 12:51:32 +02:00
fduxiao
b01aa84551
Translate _examples/README.md into Chinese
...
Former-commit-id: bee3e04b8796ebede5b3cee37c2d8a65fc8d2860
2018-12-18 18:06:12 +08:00
Gerasimos (Makis) Maropoulos
e0f67d8d2c
Add StatusTooEarly
, compatible with: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/425#Browser_compatibility
...
Former-commit-id: 51163eb71e793d5c8b8ae42d67b15ef2a431a386
2018-12-08 21:12:47 +02:00
Gerasimos (Makis) Maropoulos
53c010e855
Merge pull request #1148 from drenel18/patch-1
...
Fix link for httpexpect in README
Former-commit-id: 44eda556757f93c4af5f762efd7f870cfe6f6639
2018-12-07 12:40:00 +02:00
Daph Renel
02230bd5e2
Fix link for httpexpect in README
...
the previous link will be automatically appended to `https://github.com/kataras/iris/ ` and thus get a wrong direction
Former-commit-id: e791aa332c487fd27e04f9460482502dd160f45f
2018-12-07 16:54:22 +08:00
Gerasimos (Makis) Maropoulos
5f1dd78a12
Merge pull request #1146 from Slamper/patch-1
...
Fix cache corruption due to recorder reuse
Former-commit-id: e010b13230f93e0dab208bc1558aca094efc1667
2018-12-02 03:00:57 +02:00
Hendrik Hofstadt
2573a3e940
Fix cache corruption due to recorder reuse
...
Former-commit-id: b37ba1a3d48469613827333e20c9b75e3fd0cc44
2018-11-30 00:51:47 +01:00
Gerasimos (Makis) Maropoulos
02d94041f9
fix grammar and misspell
...
Former-commit-id: 1816619f891df77a5d1925d43c25243dcadbceb5
2018-11-29 04:01:05 +02:00
Gerasimos (Makis) Maropoulos
8b85b602df
fix https://github.com/kataras/iris/issues/1141 and https://github.com/kataras/iris/issues/1142
...
Former-commit-id: d8d73b3e1b713af9bf7b4712121324079ede6a41
2018-11-28 23:20:08 +02:00
Gerasimos (Makis) Maropoulos
1843a7d1f1
Merge pull request #1140 from d7561985/master
...
session/redis: fix unused service config var. IdleTimeout witch was r…
Former-commit-id: d639a13be5343b934b27c6af23259e2e7c07a5bc
2018-11-27 14:39:27 +02:00
Dzmitry.Harupa
b1b5986974
session/redis: fix unused service config var. IdleTimeout witch was replaced by default values
...
Former-commit-id: 27752108409604cbabadf0d4457321f6e3336f9f
2018-11-27 14:55:00 +03:00
Gerasimos (Makis) Maropoulos
0411e0eaee
update mod
...
Former-commit-id: 883c1578672e95891f7aadd4d48948b3bcc822bf
2018-11-18 05:24:21 +02:00
Gerasimos (Makis) Maropoulos
a638e9ef81
Publish version 11.1.0. Read HISTORY.md for details
...
Versioning API - https://github.com/kataras/iris/blob/master/HISTORY.md#su-18-november-2018--v1110
Former-commit-id: 59296266798a8fca3af65497ea63f8f84d60de79
2018-11-18 03:28:23 +02:00
Gerasimos (Makis) Maropoulos
c0f48385a8
Publish version 11.1.0. Read HISTORY.md for details
...
Former-commit-id: 5bc97f3093655d08e07cfa0a27decda98b6d300f
2018-11-18 03:26:48 +02:00
Gerasimos (Makis) Maropoulos
18b236a1ee
add AUTHORS note to the new versioning package
...
Former-commit-id: f14579297e6662ae88f2fd33cce613b9c262ec13
2018-11-18 03:09:17 +02:00
Gerasimos (Makis) Maropoulos
b8addac888
add versioning example
...
Former-commit-id: 54c903135d1c2ba1838b47fa419433dbb010c317
2018-11-18 03:06:59 +02:00
Gerasimos (Makis) Maropoulos
c74196c6d7
finalize the API
...
Former-commit-id: e680a9fc517c02eca66f83e42519c9820122fae8
2018-11-18 02:41:24 +02:00
Gerasimos (Makis) Maropoulos
6886fd98c8
complete the versioning/README.md and add AllowMethods
like the normal Party, version-specific middlewares are not needed because the end-developer should declare a middleware with manual matching of version using versioning.Match(ctx, version) bool instead
...
Former-commit-id: 4f4c23dd7c043d5ab735070ae4d59ea84e3af2e0
2018-11-11 17:27:31 +02:00
Gerasimos (Makis) Maropoulos
70610af6fd
add versioning/README.md
...
Former-commit-id: 7ea92fadc982038533675996704b6bf89e149aae
2018-11-11 02:18:19 +02:00
Gerasimos (Makis) Maropoulos
fc9e5b3c05
resolve master conflicts for vendor
...
Former-commit-id: c47d392d32b704f230ae4b2e2610ea35c4e399f6
2018-11-11 01:33:14 +02:00
Gerasimos (Makis) Maropoulos
3a77da586f
blackfriday move to iris-contrib, tested
...
Former-commit-id: b9a0b9288f06a190500d8583af2503fcd67efe12
2018-11-11 00:57:26 +02:00
Gerasimos (Makis) Maropoulos
ba7503c9eb
move blackfriday pkg to iris-contrib to avoid future issues like https://github.com/kataras/iris/issues/1132
...
Former-commit-id: 15119e623ab0e6ec480ed1be3621b87e2d29dafe
2018-11-11 00:53:28 +02:00
Gerasimos (Makis) Maropoulos
3b2f19eda5
move the blackfriday lib to the iris-contrib for the stability to avoid issues like: https://github.com/kataras/iris/issues/1132
...
Former-commit-id: 5540abd73f3b917e89a73486e5983605546b9008
2018-11-11 00:41:55 +02:00
Gerasimos (Makis) Maropoulos
39117f63f2
fix https://github.com/kataras/iris/issues/1132
...
Former-commit-id: 8e5e243ce856e93f0a820b8393e4ab2c6b2a9453
2018-11-10 23:51:05 +02:00
Gerasimos (Makis) Maropoulos
d766bf9f65
fix https://github.com/kataras/iris/pull/1128 for https://github.com/kataras/iris/issues/1132
...
Former-commit-id: fd3ef788ff4696e8a7f3d0d2cf11be4532abdf3f
2018-11-10 23:46:01 +02:00
Gerasimos (Makis) Maropoulos
7608873e70
versioning API: initialize support for grouping
...
Former-commit-id: 36cf8cd79801e8556f3c7b560f3bd759d9770d67
2018-11-10 23:29:24 +02:00
Gerasimos (Makis) Maropoulos
b22a18da6b
initialize support for versioning as requested, per route -- not finished yet
...
Former-commit-id: ade66610125f06a0b5ce3e90bcafe349f216a616
2018-11-10 03:49:32 +02:00
Gerasimos (Makis) Maropoulos
e08d0b4be6
Update to version 11.0.4. Read https://github.com/kataras/iris/blob/master/HISTORY.md#fr-09-november-2018--v1104
...
Former-commit-id: 2c2c32afe31fe94543d145ab8c8475d7b4392ff1
2018-11-09 03:03:48 +02:00
Gerasimos (Makis) Maropoulos
75ead88483
Merge pull request #1128 from mlboy/patch-1
...
Update go.mod
Former-commit-id: 62ff8a51ef814e9e73836b488ec2c66d01da8ec6
2018-11-08 12:14:30 +02:00
mlboy
a8d3c205c6
Update go.mod
...
Former-commit-id: a3b0dd8a5b3d8ef91f3bbadb0dc67a904bac492b
2018-11-07 18:39:50 +08:00
Gerasimos (Makis) Maropoulos
80952bcbd5
Add the article 'CRUD REST API in Iris (a framework for golang)' and a starter kit for Iris written by @jebzmos4
...
Former-commit-id: 72eb72f11086b23c1bf849eb14ad846492a84cbd
2018-11-06 04:36:05 +02:00
Gerasimos (Makis) Maropoulos
22782bbefe
examples: update the cors example to be easier for beginners
...
And update the pug view engine's vendor jade template engine to yesterday version 1 (tested and worked) to fix https://github.com/kataras/iris/issues/1125
Former-commit-id: 0ea7a8dd97ab13e5ecf984c379234cc671f5d84e
2018-11-06 04:06:50 +02:00
Gerasimos (Makis) Maropoulos
d6964acfcd
Merge pull request #1117 from chenPengXu/master
...
add part function in html.go and examples
Former-commit-id: bf22aac2abd6cf605abb1673ec346301c6c630c2
2018-10-30 01:05:33 +02:00
Gerasimos (Makis) Maropoulos
678b66aef3
Update to minor version 11.0.2 that fixes a small issue. Read HISTORY.md for more
...
Former-commit-id: 004b87ff15467a8c67dcb89219ce64d599440ad6
2018-10-30 01:03:21 +02:00
Gerasimos (Makis) Maropoulos
c262c5076a
fix https://github.com/kataras/iris/issues/1118
...
Former-commit-id: b3334c1351bfa1c9be431a453a6b9439b3aac003
2018-10-30 00:57:08 +02:00
Gerasimos (Makis) Maropoulos
be32418bc1
Update to version 11.0.1. Feature request implemented: https://github.com/kataras/iris/issues/1113
...
Former-commit-id: 0ce38dbacc2458fe327fa4401fdde1e69c8aacb0
2018-10-28 01:19:22 +03:00
chenPengXu
20fa06b46b
modify
...
Former-commit-id: 3cae751d13b1c97dae0db7802b42b462f7c89fdb
2018-10-27 20:53:24 +08:00
chenPengXu
b5a4cf901d
add template_html_5 for fund part in html.go
...
Former-commit-id: f2143a7aded3c026da5eb0755630e7dd2cb0f874
2018-10-26 14:15:29 +08:00
visgoods
de5be10955
add part function in html.go
...
layout.html
<head>
{{ part "css" }}
</head>
home/index.html
{{ define "home/index-css"}}
<link rel="stylesheet" type="text/css" href="/public/css/home/index.css" />
{{ end }}
in html/temple the defined block is global variable, so the way of "{{ block "css" }}" in layout and "{{ define "css"}}{{end}}" in home/index.html and home/about.html just one definition work, others will be over coved。 No use!!!
This part function like extend the block in layout.
Former-commit-id: c3e26a8227808cf2d1dc7121bcffe1a98ce3e678
2018-10-25 12:57:57 +08:00
Gerasimos (Makis) Maropoulos
8950ae7bb9
add third-party source benchmark results for proof of what we already knew
...
Former-commit-id: 52110ac4ec556ff88cae703ad988a3c48c7aef23
2018-10-23 18:35:53 +03:00
Gerasimos (Makis) Maropoulos
7c5f7f42cf
A year after, it was time to update benchmarks, .NET Core had many performance improvements over the last year, good job Microsoft's Net Core team and the Open source community
...
Former-commit-id: 4f04c1a0322520ccd45f56138e8db273c8519e07
2018-10-22 13:52:31 +03:00
Gerasimos (Makis) Maropoulos
5849c77178
internal router improvement as a result of kataras/muxie sync for latest v11
...
Former-commit-id: c97caf8427b20ec89bc089951cc82316a4061f62
2018-10-21 20:59:09 +03:00
Gerasimos (Makis) Maropoulos
e9a9f90993
sync with kataras/muxie
...
Former-commit-id: b414d7243e6c636731f2b0c19d35d3911bb4c951
2018-10-21 20:56:25 +03:00
Gerasimos (Makis) Maropoulos
8baaddc892
fix no slash req path
...
Former-commit-id: 3c3c00788e2481ee142b668d576cab5ff046f089
2018-10-21 19:21:23 +03:00
Gerasimos (Makis) Maropoulos
3962710d3d
Version 11 released. Read https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100
...
Former-commit-id: fe6305deed00e170bf4d39a12c0644fe686e0a24
2018-10-21 19:20:05 +03:00
Gerasimos (Makis) Maropoulos
a0c8369927
add a HISTORY.md note about the new commits
...
Former-commit-id: 5be77a64616dbb8b85f83fc60638d0566bf7c4ad
2018-10-21 19:01:56 +03:00