Gerasimos (Makis) Maropoulos
f7757c0793
fix https://github.com/kataras/iris/issues/1713 and add a simple usage example of the 'RemoveHandler'
2021-01-27 01:22:20 +02:00
Gerasimos (Makis) Maropoulos
197df1ef64
minor (see previous commit)
2021-01-24 23:49:37 +02:00
Gerasimos (Makis) Maropoulos
53b3ade7e0
New feature: Context.ReadJSONStream
2021-01-24 23:34:01 +02:00
Gerasimos (Makis) Maropoulos
435f284815
New feature: Fallback views. Read HISTORY.md
2021-01-24 14:08:37 +02:00
Gerasimos (Makis) Maropoulos
a2588e480d
thank you @mattbowen for your kind donation ❤️
...
Please check your GitHub and Gitter notifications.
2021-01-24 00:48:46 +02:00
Gerasimos (Makis) Maropoulos
25cf694d7f
README: minor
2021-01-23 05:14:00 +02:00
Gerasimos (Makis) Maropoulos
26dfdc99c6
Merge pull request #1707 from wuyc/patch-1
...
fix typo
2021-01-23 03:52:32 +02:00
Gerasimos (Makis) Maropoulos
0fc80c6813
Merge pull request #1710 from tuhao1020/master
...
udpate modifyProxiedRequest
2021-01-23 03:52:21 +02:00
tuhao
cc69d05727
udpate modifyProxiedRequest
2021-01-22 01:11:25 +08:00
Gerasimos (Makis) Maropoulos
6c823e4864
Add example for #1706 (we already cover that functionality through the rest of the examples, but make it clear for newcomers that, dependencies can be used for that kind of reasons as well)
2021-01-21 05:57:37 +02:00
Gerasimos (Makis) Maropoulos
e990b23a64
Merge pull request #1703 from tuhao1020/master
...
update host.ProxyHandler to compatiable with different hosts in target url and request host
2021-01-21 05:25:43 +02:00
Gerasimos (Makis) Maropoulos
fe0f87db96
README: minor
2021-01-21 01:41:47 +02:00
Gerasimos (Makis) Maropoulos
9f6a75f7c4
Expose the ConfigureContainer().Handle as Application/Party.HandleFunc to make it easier for developers to catch up
2021-01-21 01:36:11 +02:00
Gerasimos (Makis) Maropoulos
da3d6e69c3
Thanks @lpintes for your kind donation ❤️
...
Please check your GitHub and Gitter notifications, you are invited to the iris-premium repository and chat channel
2021-01-21 00:42:35 +02:00
wuyc
f17d212ee9
Update README_ZH.md
2021-01-19 13:35:55 +08:00
tuhao
9eb7d9386d
add ProxyHandlerRemote and NewProxyRemote
2021-01-16 11:49:33 +08:00
Gerasimos (Makis) Maropoulos
6d10b01485
Thanks @gnosthi and @ndimorle for your kind donations ❤️
...
Please check your GitHub and Gitter notifications
2021-01-15 22:57:46 +02:00
Gerasimos (Makis) Maropoulos
86e03c371b
Thanks @mmckeen75 and @lauweliam and @galois-tnp for your kind donations ❤️
...
Please check your GitHub and Gitter notifications
2021-01-15 22:46:06 +02:00
tuhao
93fa23befa
update TestProxy
2021-01-11 17:03:22 +08:00
tuhao
b6ebc39b9e
update host.ProxyHandler to compatiable with different host in target url
2021-01-11 15:25:32 +08:00
Gerasimos (Makis) Maropoulos
f4989bd5aa
minor: typo
2021-01-10 12:16:19 +02:00
Gerasimos (Makis) Maropoulos
21eee99970
thanks @rsousacode and @carlos-enginner for your donations ❤️
...
please check your GitHub notifications, you've been invited to the iris-premium repository
2021-01-10 11:51:49 +02:00
Gerasimos (Makis) Maropoulos
db59cba1b0
Merge pull request #1701 from kataras/minor-improvements-and-fixes
...
Minor improvements and code-style fixes
2021-01-09 05:57:06 +02:00
Gerasimos (Makis) Maropoulos
8aedf6bc32
:)
2021-01-09 05:41:20 +02:00
Gerasimos (Makis) Maropoulos
72c2dafd2e
minor
2021-01-09 04:11:46 +02:00
Gerasimos (Makis) Maropoulos
1258ceeb9f
Merge pull request #1694 from withshubh/master
2021-01-09 03:39:46 +02:00
Gerasimos (Makis) Maropoulos
387eac8672
Merge branch 'master' into master
2021-01-09 03:37:54 +02:00
Gerasimos (Makis) Maropoulos
cd1f82a08f
minor: fix: examples/mvc/error-handler-preflight: pr #1696
...
[fix _examples] response.timestamp not appear in correct request.
2021-01-09 03:35:33 +02:00
Gerasimos (Makis) Maropoulos
541fa75caf
minor (see previous commit)
2021-01-07 05:36:56 +02:00
Gerasimos (Makis) Maropoulos
240fdb6dc3
API versioning improvements
...
Replace the go-version package with a regex-free alternative semver
the result: versioned apis have almost zero performance cost now
thanks @motogo for your kind donation ❤️ - please check your github notifications
2021-01-07 04:14:41 +02:00
Shubhendra Singh Chauhan
8ab500bd6c
fixed code quality issues using DeepSource
...
* Combine multiple `append`s into a single call
* Remove unnecessary use of slice
* Replace `strings.Index` with `strings.Contains`
* Added .deepsource.toml config file for DeepSource integration
2021-01-06 16:36:10 +05:30
yanghuiwen
eb64006fcb
remove unnecessary code
2021-01-06 12:13:30 +08:00
Gerasimos (Makis) Maropoulos
b409f7807e
New feature: versioning.Aliases
...
Thanks @mulyawansentosa and @remopavithran for your donates ❤️
2021-01-06 01:52:39 +02:00
Gerasimos (Makis) Maropoulos
7aa2d1f9d5
make versioning.Group a Party compatible by using a type alias on its embedded field
...
was reported as missing of the a Party method, the type alias is a good hack to solve that
2021-01-05 18:16:32 +02:00
Gerasimos (Makis) Maropoulos
8b710b1302
Happy New Year ❤️
2021-01-01 23:01:27 +02:00
Gerasimos (Makis) Maropoulos
a2d0b86815
accesslog: add FileUnbuffered helper
2020-12-29 16:38:24 +02:00
yanghuiwen
b4400d94df
fix response.timestamp not appear in correct request.
2020-12-29 15:45:57 +08:00
Gerasimos (Makis) Maropoulos
3e6fd79906
add deepsource.toml
2020-12-27 18:51:06 +02:00
Gerasimos (Makis) Maropoulos
8fef8fd04c
context.UploadFormFiles: security fix
2020-12-27 13:23:14 +02:00
Gerasimos (Makis) Maropoulos
e2b481dea1
Merry Christmas 🎅 🎄
2020-12-24 23:49:49 +02:00
Gerasimos (Makis) Maropoulos
56f35ccf00
Thanks for your kind donation @nikharsaxena to the Iris Web Framework ❤️
2020-12-23 10:23:56 +02:00
Gerasimos (Makis) Maropoulos
551462b3c8
thanks @NA and @fenriz07 for your kind donations ❤️
2020-12-20 01:13:10 +02:00
Gerasimos (Makis) Maropoulos
4431294a2e
update golog dependency
2020-12-09 07:37:10 +02:00
Gerasimos (Makis) Maropoulos
b7fb2b1db4
Merge pull request #1688 from Jyny/fix/index-of-ReadJSONProtobuf-options
...
fix: index of ReadJSONProtobuf options
2020-12-09 06:58:59 +02:00
Jyny C.Y. Chen
8ec1c14a1a
fix: index of ReadJSONProtobuf options
2020-12-08 22:59:33 +08:00
Gerasimos (Makis) Maropoulos
8fe0d208b3
Merge branch 'master' of https://github.com/kataras/iris into master
2020-12-08 06:06:58 +02:00
Gerasimos (Makis) Maropoulos
f29c68c4b8
thanks @claudemuller for your kind donation ❤️
2020-12-08 06:06:32 +02:00
Gerasimos (Makis) Maropoulos
bf9220d3c7
Merge pull request #1686 from beluxx/master
...
fix the password of redis connection options
2020-12-07 19:12:42 +02:00
luzp
abfe6dbdea
fix the password of redis connection options
2020-12-06 12:56:33 +08:00
Gerasimos (Makis) Maropoulos
3e86301b7a
view: django: accept struct as template data. Rel to: #1683
2020-12-04 12:48:53 +02:00