1
0
mirror of https://github.com/kataras/iris.git synced 2026-06-10 07:33:42 +00:00
Commit Graph

2617 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos 382e7c14cb Thanks @acdias for your kind donation ❤️
please check your github notifications, you have been invited to a private repository for e-book updates
2021-04-13 21:10:54 +03:00
Gerasimos (Makis) Maropoulos 578e00f378 README: minor 2021-04-13 21:06:36 +03:00
Gerasimos (Makis) Maropoulos cb476944b3 Merge pull request #1753 from o8x/master
fix bug: #1752
2021-04-13 21:03:39 +03:00
Gerasimos (Makis) Maropoulos 956b2e27b2 Thanks @rfunix and @liheyuan for your kind donations ❤️
please check your github notifications, you have been invited to a private repository for e-book updates
2021-04-13 21:00:19 +03:00
Alex a72348b348 fix bug: RWMutex not unlocked 2021-04-13 09:15:59 +08:00
Gerasimos (Makis) Maropoulos ce6c455601 add Party.RemoveRoute method as requested in the community chat 2021-04-04 20:24:21 +03:00
Gerasimos (Makis) Maropoulos 968dd846c2 Thanks @RainerGevers and @shadowfiga for your kind donatiors ❤️
Please check your GitHub notifications, you received access to a private repository which holds the Iris book and more
2021-04-03 19:12:10 +03:00
Gerasimos (Makis) Maropoulos f5fa16950a Thanks @knavels, @rxrw, @rbondi and @aprinslo1 for your kind donations ❤️ Please check your GitHub notifications, you have been invited to a private repository which contains the current version of the e-book 2021-03-26 14:28:14 +02:00
Gerasimos (Makis) Maropoulos ef22f7c4fa Happy Greek Independence Day! 2021-03-25 12:38:52 +02:00
Gerasimos (Makis) Maropoulos 8dcf617cd7 Thanks @wofka72 for your kind donation ❤️ Please check your GitHub notifications, you have been invited to a private repository which contains the current version of the e-book 2021-03-25 12:30:20 +02:00
Gerasimos (Makis) Maropoulos 484787e5a6 Merge pull request #1746 from yale8848/master
add CustomPathWordFunc
2021-03-18 20:53:37 +02:00
Gerasimos (Makis) Maropoulos 2b5495e960 Merge pull request #1742 from tuhao1020/master
bug fix #1741 #1744
2021-03-18 20:52:10 +02:00
Gerasimos (Makis) Maropoulos e82d1812ac Thanks @GeorgeFourikis and @mblandr ❤️ see commit description
Please check your github account's notifications, you have a pending invitation to the github.com/kataras/iris-premium repo
2021-03-18 20:49:15 +02:00
yale8848 8f3e6f7bbf add CustomPathWordFunc 2021-03-14 20:58:10 +08:00
tuhao 71f1d86420 add a tls.Config parameter for reverse proxy 2021-03-12 13:20:21 +08:00
tuhao 84581e5314 bug fix #1741 2021-03-10 13:03:20 +08:00
Gerasimos (Makis) Maropoulos 7272c76847 minor test fix 2021-03-04 18:10:13 +02:00
Gerasimos (Makis) Maropoulos 1dbdfbfd7e thanks @lafayetteDan @cpp2go and @baoch254 for your kind donations ❤️ 2021-03-04 00:42:50 +02:00
Gerasimos (Makis) Maropoulos 89f02c6e87 update jwt dependency and use the current Party if relative path is empty on PartyConfigure only 2021-03-03 14:39:47 +02:00
Gerasimos (Makis) Maropoulos fa81c596df di: minor 2021-03-02 20:53:05 +02:00
Gerasimos (Makis) Maropoulos c1b31ab102 PartyConfigure: try to bind the struct's exported zero fields based on the registered dependencies (if any)
If the PartyConfigurator value accepts only static dependencies then we have zero performance penalty, exactly like a Controller (structure) works
2021-02-21 22:24:01 +02:00
Gerasimos (Makis) Maropoulos bfbed2f841 minor 2021-02-19 09:58:29 +02:00
Gerasimos (Makis) Maropoulos 577f25aae5 README: From Travis CI to GitHub Actions Status Badge 2021-02-19 09:56:41 +02:00
Gerasimos (Makis) Maropoulos 2ac4e5a119 Merge pull request #1729 from kataras/travis-to-github-actions
From Travis CI to GitHub Actions
2021-02-19 09:48:39 +02:00
Gerasimos (Makis) Maropoulos df6a080b24 remove test branch 2021-02-19 09:47:51 +02:00
Gerasimos (Makis) Maropoulos 6587b387b6 remove travis 2021-02-19 09:41:24 +02:00
Gerasimos (Makis) Maropoulos 0081171aa6 minor 2021-02-19 09:06:22 +02:00
Gerasimos (Makis) Maropoulos efcdd4b9e5 fix script 1 2021-02-19 08:54:32 +02:00
Gerasimos (Makis) Maropoulos 7a5abf0f4e add this branch on gh actions 2021-02-19 08:50:12 +02:00
Gerasimos (Makis) Maropoulos 1243150690 let's see 2021-02-19 08:49:15 +02:00
Gerasimos (Makis) Maropoulos b80bd10903 upgrade dependencies 2021-02-19 08:05:13 +02:00
Gerasimos (Makis) Maropoulos f34703e3cf minor improvement of the previous commit 2021-02-17 16:57:19 +02:00
Gerasimos (Makis) Maropoulos cbf70a7bcf Add new PartyConfigure helper 2021-02-17 16:50:36 +02:00
Gerasimos (Makis) Maropoulos 5ccd80a6cd minor: see previous commits 2021-02-15 11:36:22 +02:00
Gerasimos (Makis) Maropoulos e901575ca8 Path type parameter error handler: add the parameter index in the input arguments
see previous commit
2021-02-15 11:30:29 +02:00
Gerasimos (Makis) Maropoulos 5990e7f432 NEW (HOT) FEATURE: Add custom error handlers on path type parameters error 2021-02-14 15:31:27 +02:00
Gerasimos (Makis) Maropoulos 567c06702f respect the iris.WithEmptyFormError option on Context.ReadQuery too
as requested at: #1727
2021-02-14 13:40:56 +02:00
Gerasimos (Makis) Maropoulos d26b9bfbed Add Strict option to httptest as requested at: #1722 2021-02-13 21:21:19 +02:00
Gerasimos (Makis) Maropoulos 5fe233278a add a new 'uuid' path parameter type e.g. /{id:uuid} 2021-02-12 17:12:23 +02:00
Gerasimos (Makis) Maropoulos 590e999688 thanks @baoch254 for your kind donation ❤️
Please check your GitHub and Gitter notifications, you've been invited to the kataras/iris-premium repository
2021-02-12 09:09:59 +02:00
Gerasimos (Makis) Maropoulos a902f20d66 thanks @hdezoscar93 for your kind donation ❤️ 2021-02-08 20:06:01 +02:00
Gerasimos (Makis) Maropoulos ed33a77019 upgrade jet parser to version 6 as requested
relative to: https://github.com/kataras/iris/issues/1723
2021-02-07 02:08:34 +02:00
Gerasimos (Makis) Maropoulos 36bd452b7a upgrade deps 2021-02-06 22:07:57 +02:00
Gerasimos (Makis) Maropoulos 7b41bf360b thanks @blackHoleNgc1277 for your donation ❤️ 2021-02-06 21:48:44 +02:00
Gerasimos (Makis) Maropoulos 5994fd5d4e New iris.WithKeepAlive(time.Duration) Configurator is added as a helper to enable TCP listener featured with keep-alive 2021-01-31 21:24:15 +02:00
Gerasimos (Makis) Maropoulos eec0cb8d51 thanks @kana99 and @Neulhan for your kind donations ❤️
please check your GitHub and Gitter notifications, you are invited to kataras/iris-premium
2021-01-31 20:22:49 +02:00
Gerasimos (Makis) Maropoulos 07b30e515b Merge pull request #1717 from tuhao1020/master
modifiy DirList's default html format
2021-01-31 19:57:46 +02:00
Gerasimos (Makis) Maropoulos 9fae8376b4 Merge pull request #1714 from ruannawe/patch-1
Go into myapp folder after create it
2021-01-30 22:02:50 +02:00
tuhao 33344283b8 use DirOptions.ShowHidden in DirListRich 2021-01-29 01:10:40 +08:00
tuhao 8b2bdd0dc2 modifiy DirList's default html format 2021-01-28 23:38:05 +08:00