Commit Graph

770 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos
e9eb85af90
add graphql example
#2029
2023-02-07 03:01:24 +02:00
Gerasimos (Makis) Maropoulos
548f99013f
add taiwan's flag to the translation of README by #2043 2023-01-30 16:49:48 +02:00
Gerasimos (Makis) Maropoulos
bb3d5f21d6
README: add two links for the chinese documents, based on #2043 2023-01-27 19:20:14 +02:00
pan93412
605b6e44f0
Add Chinese (Traditional) Translation of README (#2043)
* Move `ZH` to `ZH_HANS` (Simplified Chinese)

To not be confused with `zh_Hant` (Traditional Chinese).

* Translated README.md to Chinese (TC)

* Translate _examples/README to Chinese (TC)
2023-01-27 19:00:19 +02:00
Gerasimos (Makis) Maropoulos
fc4214e9ae
minor: example improvement 2023-01-25 05:50:42 +02:00
Gerasimos (Makis) Maropoulos
196063d4db
_examples: update modules 2022-12-26 23:26:47 +02:00
Gerasimos (Makis) Maropoulos
29c8f44c93
add iris.TrimParamFilePart
read more at: #2024
2022-12-24 05:04:16 +02:00
Gerasimos (Makis) Maropoulos
de8883fc98
examples: add an example for #2019 2022-12-17 01:16:10 +02:00
Gerasimos (Makis) Maropoulos
1ea5cd58be
builtin html template functions changes 2022-12-13 01:37:15 +02:00
Gerasimos (Makis) Maropoulos
8b0ae8ca83
push v12.2.0-beta6 2022-10-23 05:06:07 +03:00
Gerasimos (Makis) Maropoulos
3f544398b9
HISTORY.md: add entry for third party packages support on httptest 2022-10-22 18:11:48 +03:00
Muhammad Hasan Alasady
c1fa064d98
Added support for third party packages on httptest package with tests & example. (#1992)
* Added support for third party packages on httptest package with tests.

* Update httptest.go

Co-authored-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>
2022-10-22 18:02:55 +03:00
Gerasimos (Makis) Maropoulos
33778387a4
add accesslog slack example to the examples folder 2022-10-17 22:45:47 +03:00
Gerasimos (Makis) Maropoulos
68daa8d51d
minor (see prev commit) 2022-09-26 00:34:18 +03:00
Gerasimos (Makis) Maropoulos
512ed6ffc0
add support for fs.FS, embed.FS (in addition of string and http.FileSystem) for i18n locales and view engine's templates 2022-09-25 20:40:56 +03:00
Gerasimos (Makis) Maropoulos
4cd0621018
add support for the go standard embed tag for locale files 2022-09-23 01:28:47 +03:00
Gerasimos (Makis) Maropoulos
95a8110f1e
directly support embed.FS and fs.FS on view engines 2022-09-21 23:26:12 +03:00
Gerasimos (Makis) Maropoulos
5bc0796548
add GetDomain and SetCookieKVExpiration patch functions to the iris.Patches 2022-09-21 22:21:14 +03:00
Gerasimos (Makis) Maropoulos
0a4927f6df
add iris.Patches() to modify global behaviors 2022-09-20 18:08:39 +03:00
Gerasimos (Makis) Maropoulos
414c1ad1ae
add support for embed.FS 2022-09-19 01:15:38 +03:00
Gerasimos (Makis) Maropoulos
a431a1c7d2
examples: minor improvements 2022-09-18 20:49:12 +03:00
Gerasimos (Makis) Maropoulos
3d99983d96
fix #1967 and #1968 2022-09-18 01:52:30 +03:00
jesse.tang
9e8a58bf3b
Optimize: map or slice initialize allocation size / cap (#1965) 2022-09-09 15:56:23 +03:00
Gerasimos (Makis) Maropoulos
057fa462f4
allow setting a custom go-redis client at Iris go redis sessions driver as request at https://chat.iris-go.com 2022-08-15 00:58:49 +03:00
Gerasimos (Makis) Maropoulos
5e0bea8112
fix https://github.com/kataras/iris/issues/1841 2022-08-14 23:59:07 +03:00
Gerasimos (Makis) Maropoulos
f91269130e
add a more straightforward example for #1953 2022-08-13 09:07:00 +03:00
Gerasimos (Makis) Maropoulos
6e82b40c2e
_examples: minor 2022-07-21 13:40:20 +03:00
Gerasimos (Makis) Maropoulos
94540fa664
_examples: minor 2022-07-19 23:22:51 +03:00
Gerasimos (Makis) Maropoulos
141862db37
_examples: minor 2022-07-19 22:48:04 +03:00
kataras
8bfea48cd6
new {weekday} path parameter type 2022-06-23 23:01:52 +03:00
kataras
9dc356c1d8
add example for simple http.Handler wrapper 2022-06-19 10:01:18 +03:00
Gerasimos (Makis) Maropoulos
ef2643b046
replace ioutil with io package and other minor improvements 2022-06-17 22:03:18 +03:00
Kane
1b22fb2eba
lestrrat-go -> iproj (#1908)
There're some bugs in lestrrat-go
Detail:  https://github.com/iproj/file-rotatelogs/issues/1
2022-06-17 10:23:51 +03:00
Gerasimos (Makis) Maropoulos
37097e0b39
release v12.2.0-beta3 2022-06-05 22:19:11 +03:00
Gerasimos (Makis) Maropoulos
288a67bc58
introduce iris.NewGuide() 2022-06-05 22:12:57 +03:00
Gerasimos (Makis) Maropoulos
d8af2a1e14
context transactions removed and make Context.Domain customizable as requested 2022-06-05 06:15:10 +03:00
kataras
c6911851f1
add a new example 2022-06-04 02:42:33 +03:00
Gerasimos (Makis) Maropoulos
e7f5efa058
minor 2022-05-24 01:44:36 +03:00
Gerasimos (Makis) Maropoulos
02077a01fa
Release version 12.2.0-beta2 2022-05-09 03:01:34 +03:00
kataras
e42cd43271
include iris version, build time & revision to the startuplog when enabled 2022-05-04 13:52:51 +03:00
Gerasimos (Makis) Maropoulos
677ddd7539
fix #1876 2022-04-23 13:18:54 +03:00
Gerasimos (Makis) Maropoulos
90750d089d
add '{date}' dynamic path parameter type 2022-04-21 02:17:09 +03:00
Gerasimos (Makis) Maropoulos
ecb1c617df
handle https://github.com/kataras/iris/issues/1875 2022-04-13 02:25:47 +03:00
Gerasimos (Makis) Maropoulos
3582427df6
add an example of SetContextErrorHandler 2022-04-13 01:11:31 +03:00
Gerasimos (Makis) Maropoulos
73dfabf412
modrevision:minor 2022-04-10 01:25:19 +03:00
Gerasimos (Makis) Maropoulos
4dfd4c53d3
new minor features 2022-04-09 14:51:34 +03:00
Gerasimos (Makis) Maropoulos
f17a325df6
minor improvements 2022-04-07 01:56:42 +03:00
Gerasimos (Makis) Maropoulos
c5139b22ee
minor 2022-04-02 20:45:47 +03:00
Gerasimos (Makis) Maropoulos
872dd45359
auth: add an option to enforce the secure attr of the set-cookie 2022-04-02 18:17:47 +03:00
Gerasimos (Makis) Maropoulos
8652ee09f6
rename the sso to auth package 2022-04-02 17:30:55 +03:00