Gerasimos (Makis) Maropoulos
|
51e1b44c72
|
websocket: use of sync.Map
Former-commit-id: 8ecb1e6f70380195ce916d4dfc3fe8d41c851995
|
2018-08-08 13:22:00 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
55e4cf038e
|
add example for hero *sessions.Session dependency which is used on an index route outside of the main package, it is as easy as it shown. Added mostly after the issue: https://github.com/kataras/iris/issues/1057 -- have fun
Former-commit-id: 93338d0e03d6be885edf783c09a2c181568e9ec5
|
2018-08-07 12:43:51 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
e5f6bce86f
|
examples: writing an API for the Apache Kafka: add a root handler for routes documentation to make navigation easier and add some other methods that may find them useful for request state and routes description
Former-commit-id: 3775aab2386051b23e127ccc9e3a6accdfdee6d0
|
2018-08-05 13:51:05 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
2b2492abfa
|
Add a simple 'Context#GetReferrer', as requested by the People: adapt the goreferrer external package
Former-commit-id: 8f1dce93dd5a2449d806f0b28baf5a8c860193b5
|
2018-08-04 15:19:17 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
8b5c106d1c
|
NEW TUTORIAL: Writing an API for Apache Kafka with Iris: _examples/tutorial/api-for-apache-kafka. Hope you will enjoy it as I did the whole night:)
Former-commit-id: c88f5bbbe171e386c855b91be265b972caa3c1a8
|
2018-08-04 05:50:22 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
f6160c61bd
|
add some of the _examples to the README, nothing crazy here
Former-commit-id: ec6e4dc3e986e476da99f840bc897324d03ba0d0
|
2018-08-03 13:45:05 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
21e90ac4c5
|
examples: improve the server-sent events example with a table and javascript use...
Former-commit-id: 20a6dd0e62679b20fefb2f0a7819c158247a3ca1
|
2018-08-03 01:59:19 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
5d9ded37c4
|
Add 'context.OnConnectionClose(callbackFn) bool' and 'context.OnClose(callbackFn)' and give a use case example. More on this path later on, stay tuned.
Former-commit-id: dc6580f072d076b8cb204a681e45905210981153
|
2018-08-02 17:46:35 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
d98da25ffb
|
add a README note about the known issues for Go inside code editors/IDEs
Former-commit-id: a4be78e746f5675291bab5a1b3e62eaf42cbd98c
|
2018-08-02 01:58:46 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
2b72aadb15
|
add server side events via broker example (based on external resource but it is fairly good for a simple SSE showcase)
Former-commit-id: 926c2a88bf1c44354a99654bc85e267b940723b8
|
2018-07-31 03:12:16 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
247a558394
|
Add example for struct validation(3rd-party) through json request body binding
Former-commit-id: 78bbbe068f219e5a264951c900b77cb9b70f2079
|
2018-07-24 04:33:53 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
7337396e3c
|
README.md: example change
Former-commit-id: 4a66a689f86e5cd93ec9001e5ca18b4f5d3923be
|
2018-07-23 15:58:55 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
f7c0cbe5cd
|
update deps and move one vendor to our organisation for making a new branch in order to solve this: https://github.com/kataras/iris/issues/1040, although it's not ours problem...
Former-commit-id: 6013525d2aabc35461bf24871e3b36ca91004fb9
|
2018-07-15 16:09:03 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
cd5109ae0e
|
Iris + WebAssemply = = 💓
Former-commit-id: 44f08f112cfba8006d2a6fe34e32b24e5c246856
|
2018-07-09 09:13:36 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
2acb6e9385
|
session examples: add the 'AllowReclaim: true' session.Config field to true, help users like https://github.com/kataras/iris/issues/1031\#issuecomment-399894693
Former-commit-id: 2ab7e56a4fda380fb52a8912a328797ba332f2c8
|
2018-06-25 20:21:52 +03:00 |
|
Gerasimos Maropoulos
|
f83e125d7f
|
fix https://github.com/kataras/iris/issues/1020, redis database stores the int as float64, so make that type assertion on GetInt as well
Former-commit-id: d29abdfe3a39fa1e046acbc5d118421a153d9c04
|
2018-06-03 02:47:48 +03:00 |
|
Gerasimos Maropoulos
|
b4856d542d
|
Cookies: Ability to set custom cookie encoders to encode the cookie's value before sent by ctx.SetCookie and ctx.SetCookieKV and cookie decoders to decode the cookie's value when retrieving from ctx.GetCookie . That was the second and final part relative to a community's question at: https://github.com/kataras/iris/issues/1018
Former-commit-id: 53b6810076c8db8646df335d57a30c78b23cd9b8
|
2018-06-02 16:35:18 +03:00 |
|
Gerasimos Maropoulos
|
fcff62d5b4
|
Some minor but helpful additions, like CookieOption . Relative: https://github.com/kataras/iris/issues/1018. Simple cookies example added too. Cookie encoding (side by side with the already session's cookie id encoding) and version upgrade will come tomorrow with a new HISTORY.md entry as well, stay tuned!
Former-commit-id: d14181fac998d32d77690b1b3e42b6c7c72f1ace
|
2018-06-02 07:28:40 +03:00 |
|
Gerasimos Maropoulos
|
f84248cb4e
|
middleware/logger: new configuration field, defaults to false: Query bool , if true prints the full path, including the URL query as requested at https://github.com/kataras/iris/issues/1017
Former-commit-id: 03c8fc523a8ba955dae43e4c7e9498fc3d86a1c8
|
2018-05-31 01:39:23 +03:00 |
|
Schatzman
|
008dfe869c
|
Fix typo
"Procceed" -> "Proceed"
Former-commit-id: 7f9b983d4281bf3d8492e2722e327e551ed7e716
|
2018-05-26 14:23:19 -06:00 |
|
Gerasimos Maropoulos
|
beef97fd5d
|
Update vendor for Pug (Jade) Parser and add Iris + Pug examples in the _examples/view folder, relative to https://github.com/kataras/iris/issues/1003
Former-commit-id: e26a5701e00ec055f3bcf693c1980c7d22147310
|
2018-05-26 22:49:48 +03:00 |
|
Gerasimos Maropoulos
|
94b93484b5
|
Update to version 10.6.5: 1 New Feature And Indonesia Translation | Read HISTORY.md
Former-commit-id: 4788e36e52f6b40c7e15120e0675c097eabf0f0d
|
2018-05-21 07:40:43 +03:00 |
|
Gerasimos Maropoulos
|
4eeffd07c7
|
Update the _examples/http_request/upload-file to fill the gap, relative discussion: https://github.com/kataras/iris/issues/979
Former-commit-id: a113e8815a6a2821a80ac424f52302528a6e71b5
|
2018-04-28 14:48:09 +03:00 |
|
Gerasimos Maropoulos
|
3c6d1f2fa3
|
_examples/README: add bolt session database example link
Former-commit-id: 373f25cc016fbdad84e208123c024999d35a47e4
|
2018-04-26 08:07:09 +03:00 |
|
Gerasimos Maropoulos
|
b22151d4b7
|
Update to version 10.6.1 | Re-implement the BoltDB as built'n session database and more. Please read the HISTORY file for further details
Former-commit-id: fa68a914bec5fe4f595bdeaea84ecab6374ba643
|
2018-04-25 05:29:19 +03:00 |
|
Gerasimos Maropoulos
|
b62080c4bb
|
Sessions are now in full sync with the registered database, on acquire(init), set, get, delete, clear, visit, len, release(destroy) as requested by almost everyone. https://github.com/kataras/iris/issues/969
Former-commit-id: 49fcdb93106a78f0a24ad3fb4d8725e35e98451a
|
2018-04-22 13:52:36 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
f113872b7d
|
A better http_responsewriter/stream-writer example, see SSE example for server-side events
Former-commit-id: 635cadf6bac376c2b7b805523ab8d9d6472a5502
|
2018-04-21 20:46:16 +03:00 |
|
Gerasimos Maropoulos
|
cb69df2ccf
|
Add a very simple usage-example for sending server side events
Former-commit-id: 6df287d915a772bcae3f2f98445676aba39a2bc6
|
2018-04-10 21:01:24 +03:00 |
|
Gerasimos Maropoulos
|
989cb3f045
|
update vendor
Former-commit-id: 8e7fca843e404d34fec071415191657ea554dd05
|
2018-04-03 13:07:23 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
e9e2998538
|
Merge pull request #950 from Zeno-Code/master
Examples README_ZH.md
Former-commit-id: 3e1db0582142a6240921cfb303d31e0a45e96b87
|
2018-04-02 02:59:57 +03:00 |
|
Zeno-Code
|
4a3e97a9bd
|
Update README_ZH.md
Former-commit-id: 8865a9b486dc56821f3505b25cc8764d641c21bf
|
2018-03-31 14:20:29 +08:00 |
|
Zeno-Code
|
b7bf311058
|
Update README_ZH.md
Former-commit-id: 41af389366ad45114473df779111a8f698e5cfda
|
2018-03-30 19:18:18 +08:00 |
|
Zeno-Code
|
515fd82873
|
Update README_ZH.md
Former-commit-id: a0c4b2d627621bbd060bd861debcafa21c223710
|
2018-03-30 00:15:58 +08:00 |
|
Zeno-Code
|
61406dcbae
|
Update README_ZH.md
Former-commit-id: b2392ff60de3fbf5d167cd2f16051ee6dd382948
|
2018-03-29 23:24:30 +08:00 |
|
Zeno-Code
|
37b5875ab0
|
Update README_ZH.md
Former-commit-id: 981f0266b25e92cb38d767288db3bed112d70399
|
2018-03-29 03:31:49 +08:00 |
|
Gerasimos (Makis) Maropoulos
|
502b4654d4
|
fix the bug of lost argument in log function caused by PR: #946
Former-commit-id: 80fc2b2ff2455c328bb49b9ddcee519cf8138be9
|
2018-03-28 17:16:29 +03:00 |
|
Chengyumeng
|
addf984ed3
|
fix the bug of lost argument in log function
Former-commit-id: 566a0c8bff8e77d5d12c1b4d10b3c69be0a962ba
|
2018-03-28 20:39:56 +08:00 |
|
Zeno-Code
|
2b0280b646
|
Update README.md
Former-commit-id: 86b6b483349c30211234626b91723a8f35d6a12f
|
2018-03-28 12:23:06 +08:00 |
|
Zeno-Code
|
58c9de3ab7
|
Update README_ZH.md
Former-commit-id: 61d8df659e22d518de09d4a35cdf93277b5bc3d6
|
2018-03-28 12:22:29 +08:00 |
|
Zeno-Code
|
a79496de6d
|
Create README_ZH.md
Former-commit-id: 35656f423a935b9fe4c0f639bdcac591b98c4667
|
2018-03-28 12:21:17 +08:00 |
|
Zeno-Code
|
fbb3bb89f0
|
Update README.md
Former-commit-id: ea1325f29246fa90219344434f5bc7e9317e62db
|
2018-03-28 11:45:05 +08:00 |
|
Gerasimos (Makis) Maropoulos
|
b579e89aaa
|
add more information for access log merge pull request #946 from Chengyumeng/feature/logger
Former-commit-id: 91fbc9420c52287231a284aa8092764c7273e987
|
2018-03-27 10:06:29 +03:00 |
|
Gerasimos Maropoulos
|
fc0f27c4fc
|
Do not create the global configuration in homedir by-default, as, correctly, requested on chat. Use iris.WithGlobalConfiguration with a pre-defined iris.yml file on your home directory, existing users will not have any issues, new one will have to create the file before
Former-commit-id: 033f7e96693b13f87b44b445ed166328fea6e0a0
|
2018-03-27 09:59:29 +03:00 |
|
Chengyumeng
|
edc24d529f
|
add more information for access log
Former-commit-id: 60517837c5bfdb2d879909c4b413e83cbd10321a
|
2018-03-26 15:50:33 +08:00 |
|
Gerasimos Maropoulos
|
66d367b255
|
Update to version 10.5.0 | Read HISTORY.md for more
Former-commit-id: 41b1947aafa258d342bbf9d22baeecc946d198a4
|
2018-03-24 10:39:44 +02:00 |
|
Stefan Pahlplatz
|
5aba0d0ff4
|
Fixed a typo
Former-commit-id: 4d3a281839fe2dc72d1cb67af0f6d3b04782968e
|
2018-03-22 12:02:22 +01:00 |
|
Gerasimos Maropoulos
|
89022c7051
|
add some tests for the content type for the embedding files and gziped embedded files
Former-commit-id: b7fe470f33efcdf70df3e41ad880bbd4704cbb4a
|
2018-03-15 23:09:07 +02:00 |
|
Gerasimos Maropoulos
|
56215eeb71
|
Release of version 10.4.0 - x8 faster embedded file server | Star and Read HISTORY.md
Former-commit-id: 4f8b8c95c1b107a9be3b1ef6835ece949a75ceb6
|
2018-03-14 07:17:35 +02:00 |
|
Gerasimos Maropoulos
|
4993918a12
|
remove the complicated fallback handlers, that didn't work and not approve the coblexity addition of the https://github.com/kataras/iris/pull/919, RouteExists accepts first argument the Context, add new AllowMethods per party and fix cors by 048e2be034 https://github.com/kataras/iris/issues/922, rel: https://github.com/iris-contrib/middleware/issues/36, https://github.com/iris-contrib/middleware/issues/34, https://github.com/iris-contrib/middleware/issues/32, https://github.com/iris-contrib/middleware/issues/30, https://github.com/kataras/iris/pull/909
Former-commit-id: 5576c44b64014fb00dd79e618b815b5f52b705e4
|
2018-03-10 14:22:56 +02:00 |
|
Gerasimos Maropoulos
|
83c4b7f52d
|
add examples for read using custom decoder per type, read using custom decoder via iris#UnmarshalerFunc and to complete it add an example for the context#ReadXML .
Former-commit-id: 536b1780f12d0b9d9ce9aa976a0f95f18634ec2d
|
2018-03-08 05:21:16 +02:00 |
|