corebreaker
9b61ce2531
Add IsNew
flag on sessions
...
Former-commit-id: 94ac010a156bbe124033da2cbaac05fc4726d189
2017-08-01 11:00:30 +03:00
corebreaker
ef979cf541
Little change of session API + Update examples
...
Former-commit-id: e8c58b186acf1c8932af6e886dae7035f4d581c1
2017-08-01 08:34:18 +03:00
corebreaker
0f1a265e5a
Fix up for sessions
...
- Restore expiration state of the sessions
- Add APIs to modify expire date
- Free the timer for the session destroy task
Former-commit-id: 4d796a9efba2c37cd3750275ac62c068ceb82be8
2017-07-31 21:49:30 +03:00
kataras
4f2985cb4e
Nothing serious yet, thinking new features with the team, post some to help us!
...
Former-commit-id: 5741c47230bd2f3b88bf9e943742418be664cfdd
2017-07-30 19:47:50 +03:00
kataras
eb087e5ba6
Add a list of Job offers for iris developers
...
Former-commit-id: 5d752a85446ffc63f93fe3d6e1f548ff208fea01
2017-07-29 05:17:12 +03:00
kataras
8d2e7fc071
Notify on shutdown
...
Former-commit-id: 28d9475665e29aa34f7fe0fad31c2388c8fc9ea2
2017-07-29 04:39:30 +03:00
kataras
6432759dbf
Give an easier and more permant solution for https://github.com/kataras/iris/pull/689
...
Former-commit-id: 8dc16d15f7bd14cb98b91b16d7d6b1bd756132bd
2017-07-29 04:27:58 +03:00
hiveminded
6176888e68
alignation ⭐
...
Former-commit-id: 5b3c95793091cf38ed5151d0d5e7122ea2f5e464
2017-07-28 14:01:14 +03:00
hiveminded
5855568794
grammar and readme additions 📕
...
Former-commit-id: f63083ed6924b4ed13ea9585501b0c032c1194c1
2017-07-28 13:58:02 +03:00
kataras
345e7280a1
Update to 8.1.0 - a new logger implemented as a solution for https://github.com/kataras/iris/issues/680
...
Former-commit-id: 765b43602655fad7f525ca7a5f7f297a6167d075
2017-07-26 15:30:20 +03:00
kataras
726d89fd1b
fix https://github.com/kataras/iris/issues/683#issuecomment-317229068
...
Former-commit-id: a42c54708297e6fed78d6fdc2b7cd5ee91c9574b
2017-07-23 12:10:51 +03:00
hiveminded
11f2f296ba
push version 8.0.6 🎬
...
Former-commit-id: 0024f1b9acc1621b1672d5b7484a26dff2f9992e
2017-07-22 23:32:14 +03:00
hiveminded
6f8b802551
fix the listen-addr test fails on unix 1️⃣
...
Former-commit-id: a953a0bf2f843f6da5d062dc0bd6cd561b7b10b2
2017-07-22 23:10:20 +03:00
hiveminded
e1953fe91e
update sessions, websockets and cache examples' links 📇
...
Former-commit-id: 503b10dcb097e4263254e01a61dd5e420af60e56
2017-07-22 23:01:54 +03:00
hiveminded
9a0b18acbf
move sessions and websocket examples, gofmt, fix misspells and experimental optimizations 🍐
...
Former-commit-id: cae4f94bbd404d26ab13dade02b52f81feaddf24
2017-07-22 22:57:20 +03:00
hiveminded
90b8c1af44
update to 8.0.5 fix django binary loader and remove logrus from vendor
...
Fix django binary loading was maden by @corebreaker, look the history file for more information.
Former-commit-id: 707d359ea7357baf7bd60208def813dbd9260ddb
2017-07-22 02:20:47 +03:00
Bill Q
197cb0e9b0
Merge pull request #682 from corebreaker/django-include-problem
...
Resolve Django `include` and `extends` tags problem
Former-commit-id: 4d6a7f45292f8e49abe45f91891c852b0eebb5f8
2017-07-22 01:48:42 +03:00
corebreaker
d379e753b6
Stash cancel
...
Former-commit-id: 6ad957ee4c34ad2f4df065a84d127bef5c87da99
2017-07-21 17:15:04 +03:00
corebreaker
9777490822
Apply new template loader
...
Former-commit-id: f28eab261ea1ac93774e04240c7e6da663e0da7c
2017-07-21 17:00:36 +03:00
corebreaker
8b0c381808
Resolve {%extends%} & {%include%} tags problem
...
Former-commit-id: 2f52b831993832cc8c7dd4e7aff55848b3266e0a
2017-07-21 16:46:51 +03:00
Gerasimos (Makis) Maropoulos
a2af84336f
Merge pull request #679 from corebreaker/get-reporter
...
Add GetReporter method for getting the Reporter. Fixes #678
Former-commit-id: c4aea6edbd657dec9c76e01b91fe1570f2b198f8
2017-07-18 23:22:14 +03:00
corebreaker
0e3b29c551
Gofmt
...
Former-commit-id: a665e3f1253feb0d520c79ea499cba1f205c9c4f
2017-07-18 23:13:05 +03:00
hiveminded
feb1d264c0
add quicktemplate example. Iris + Quicktemplate made easy 👍
...
Former-commit-id: b17fb21d8c1d5a73f9f9170f49ae0527870377a1
2017-07-18 21:17:23 +03:00
corebreaker
6b747affad
Tests failed, maybe net port problem
...
Former-commit-id: c02333acba09575a655cde67d41e11223ec9d1c0
2017-07-18 16:27:12 +03:00
corebreaker
68a28b3a5d
Add GetReporter method for getting the Reporter
...
Former-commit-id: 4c3f6144c2303b2f8f740251335454a80f51d457
2017-07-18 15:37:39 +03:00
kataras
093d087a68
Update to 8.0.4 | New: transfer a message to the request logger
...
Former-commit-id: 2bab3c9f28f7e9edd5d85e579349f70388af871d
2017-07-17 17:42:51 +03:00
kataras
56aa3de645
Update to 8.0.3 | Request logger improvements, error handlers improvements. Read HISTORY.md
...
Former-commit-id: fb5eca0dc955d8c07fdba35b47068008565dbbd1
2017-07-16 13:58:10 +03:00
kataras
91bb768d4a
Update to 8.0.2. Read HISTORY.md for the surprise
...
Look the previous/parent commit to view internal changes.
Former-commit-id: fb16c08f3eb20809a3b04f9e00d71d7c92a80c27
2017-07-15 17:42:14 +03:00
kataras
5752625c80
Update to 8.0.2. Read HISTORY.md for the surpise
...
Former-commit-id: bbdf020ccaa986c332716aa7f749b7bdc24e427e
2017-07-15 17:40:29 +03:00
kataras
5015d92ece
How to run Iris from your android, tutorial only for you :)
...
Former-commit-id: 7236d4f19e5b63076706563b7e63bd4ce60047f3
2017-07-14 15:29:57 +03:00
hiveminded
654d9e630d
simplify omit server errors test code 🎶
...
Former-commit-id: 2fb491cb4bccc5e8164bb19acd209954f5abd50c
2017-07-14 06:54:20 +03:00
hiveminded
69a2b3c81e
fix from configuration structure example link 📋
...
Former-commit-id: 73bcc8bf24a9e36e86efa1c06a498229a50653ff
2017-07-14 06:26:33 +03:00
hiveminded
8526217085
minor versioning
...
ion is the other iris-based web framework that my team manages but I forgot to change the following two names to iris back again.
Former-commit-id: 27b970ce281cd299dea0d3c7ce38699b10891a39
2017-07-14 06:19:58 +03:00
hiveminded
bde589f0a8
restore hello-world example for go1.9 👪
...
relative to https://github.com/kataras/iris/pull/673
Former-commit-id: 3df6becbb40b14c4073b99255c75537e5046ffe8
2017-07-14 01:19:14 +03:00
Bill Q
938341622c
Merge pull request #673 from christiansaiki/master
...
Fixed Hello World example
Former-commit-id: af657491abab80b36759c0bcd79a510316cbc6de
2017-07-14 01:14:31 +03:00
Christian Saiki
055f3442d7
Fixed context
...
Getting this bug
# command-line-arguments
./main.go:22: undefined: iris.Context
./main.go:29: undefined: iris.Map
Former-commit-id: b2db7da817e89d4c1d02f2f9b70f5fb3fb6ab34d
2017-07-13 14:44:05 -03:00
hiveminded
0a4e80c744
add example link for IgnoreServerErrors https://github.com/kataras/iris/blob/master/HISTORY.md#th-13-july-2017--v801 🔉
...
look for details at https://github.com/kataras/iris/blob/master/HISTORY.md#th-13-july-2017--v801
Former-commit-id: 9466a2a6e697f17e5b47cb7cacec087c745af146
2017-07-13 16:38:35 +03:00
hiveminded
16ccb2edc4
omit errors received by the server via configuration 🍪 | requested by https://github.com/kataras/iris/issues/668
...
relative link: https://github.com/kataras/iris/issues/668
Former-commit-id: 6491abd68b74e18bf4ed0b32406e67597c9b55a9
2017-07-13 16:31:36 +03:00
hiveminded
ace439203d
remove deprecated code from websocket/_examples/secure/main.go ⚓
...
Former-commit-id: 2eb8dff1ac0677473a5f26f938240106903ba336
2017-07-12 14:36:26 +03:00
hiveminded
2b23163a37
add the casbin middleware to the list ❤️
...
e1045a270a
Former-commit-id: f444ad5067c89aa6990f5fec7a66b0d83e222228
2017-07-12 14:25:41 +03:00
kataras
00edb29c8d
Some README.md improvements
...
Former-commit-id: 9c00ead4b65dba406b8b99a77b73af96a8da0a99
2017-07-11 19:26:20 +03:00
kataras
4229e5859a
Split in three the _examples/tutorial/url-shortener and add the link of the updated article
...
Former-commit-id: 23e21f5e6317c6f47f1ff8e0565480266d9006f5
2017-07-11 19:09:08 +03:00
hiveminded
bd61bf2405
modify the targeted test for gorilla/securecookie integration with iris session manager 🍥
...
Former-commit-id: a8a499c149e4a31f2b475f64e8ff93799608819c
2017-07-11 18:09:32 +03:00
hiveminded
d0a66c2fbc
public the cloud-native-go repository example for docker and kubernetes
...
Former-commit-id: ec4cf085d5571e1c21efd2be217fd49e52e64ab5
2017-07-10 19:31:58 +03:00
kataras
9f85b74fc9
Add notes for the new lead maintainer of the open-source iris project and align with @get-ion/ion by @hiveminded
...
Former-commit-id: da4f38eb9034daa49446df3ee529423b98f9b331
2017-07-10 18:32:42 +03:00
kataras
2d4c2779a7
ALTERNATIVES
...
If your team's project is missing from this list, please contact with me.
Former-commit-id: 12740ce357aa115546a850de61020cc91dbff788
2017-07-02 14:28:04 +03:00
kataras
1137c7708c
Looking for new lead maintainer
...
Former-commit-id: a9f725270b85268fc05d5afa27599285678ab389
2017-06-17 02:54:17 +03:00
kataras
7e4aab293f
IRIS HAS BEEN ACQUIRED 16062017 doc98b
...
Former-commit-id: addd4954da613f93419e0bbbf7c2aa82af9f7aea
2017-06-16 06:10:28 +03:00
kataras
494ecdc323
Complete the HISTORY.md for the new v7.2.0
...
Former-commit-id: 0f2fe05ee0dd7239711284a241557282c8a740a4
2017-06-15 20:34:14 +03:00
kataras
35ae2a816d
https://github.com/kataras/iris/blob/master/HISTORY.md#th-15-june-2017--v720
...
Former-commit-id: b5182d6cd6368827e54ff2a6d68b91eca36030a9
2017-06-15 20:04:37 +03:00