Gerasimos (Makis) Maropoulos
dbba631df4
A note for the upcominng release in the main README.md
...
Former-commit-id: 5955353caf550c052f976a5836a32d530011dcda
2018-10-17 07:27:50 +03:00
Gerasimos (Makis) Maropoulos
22ec02d53d
Merge pull request #1110 from eryx/master
...
Fix panic error in concurrent calling with websocket.Connection.Emit()
Former-commit-id: d9c1ab5ca244abded583885d418c556d5f9cf409
2018-10-16 13:58:23 +03:00
Eryx
1f1dfcca1c
Fix panic error in concurrent calling with websocket.Connection.Emit()
...
Former-commit-id: 4c5cc222e9a43b18a86adb35bfafe4a278fd880e
2018-10-16 13:25:28 +08:00
Eryx
d2c3b90bc4
Fix panic error in concurrent calling with websocket.Connection.Emit()
...
Former-commit-id: b5d0ecd61547a297c320867af0a8abf208f0f743
2018-10-16 13:05:14 +08:00
Gerasimos (Makis) Maropoulos
a1d80ce4b6
typo fix: internally
...
Former-commit-id: c9bc56aaf2ee4c88a8827dd1a1731f2788643a28
2018-10-15 11:58:57 +03:00
Gerasimos (Makis) Maropoulos
b2bcef74c0
Merge pull request #1106 from fedir/patch-1
...
Typo internally
Former-commit-id: a328ed85979f6e334ceb7e92ccb13db56ec1fa95
2018-10-15 11:58:14 +03:00
Fedir RYKHTIK
e0eb5d8f6e
Typo
...
Former-commit-id: d4e73cb72e83b4462be3ca0ef8ae1263c2c2125a
2018-10-14 20:50:17 +02:00
Gerasimos (Makis) Maropoulos
5de3fc5790
Merge branch 'master' of https://github.com/kataras/iris
...
Former-commit-id: 91cc725ac4e8260dabeca0bd6e58717fd6d4287e
2018-10-03 20:40:52 +03:00
Gerasimos (Makis) Maropoulos
dd8f06d950
context#ErrEmptyForm
...
Former-commit-id: 92db200ae1dc08dbdb7b345d4299941d248747f0
2018-10-03 20:39:38 +03:00
Gerasimos (Makis) Maropoulos
7321498000
Merge pull request #1088 from yushuailiu/master
...
fix README
Former-commit-id: c28db41672057a1a932a9e87522b1dd52bb6302c
2018-09-16 16:52:52 +03:00
liguoqinjim
f4e2742dc7
update README.md example ( #1084 )
...
* update README.md example
* update README.md example
Former-commit-id: 5eb484d2204e839e5408d3b8cf98fa0981d4727a
2018-09-16 16:52:11 +03:00
YuShuaiLiu
8b4167c2ab
fix README
...
Former-commit-id: a7c3c6555d4a378d1c4e2647bd1f08566b5a2b37
2018-09-14 15:06:46 +08:00
Gerasimos (Makis) Maropoulos
6fc7fc632a
Merge pull request #1079 from morihaya/patch-1
...
Fixed typo in comment
Former-commit-id: 008cf1c9f77c67867c0cfc2c938b92f4be1b12e2
2018-09-13 00:07:37 +03:00
Gerasimos (Makis) Maropoulos
689f814035
resolve https://github.com/kataras/iris/issues/1085 and https://github.com/kataras/iris/issues/1086
...
Former-commit-id: 17ff6dfcc6ae7ba5d2a771925327fe4cea14befd
2018-09-12 23:59:46 +03:00
morihaya
057ea27f99
Fixed typo in comment
...
'iris.YAML("myconfig.tml")' -> 'iris.TOML("myconfig.tml")'
Former-commit-id: 6fe53f743520744447d503570993cb0f54b572d9
2018-09-03 00:49:02 +09:00
Gerasimos (Makis) Maropoulos
36d6820f9a
add the param types on README.md (on v11 we have support for more and in my TODO list is to add support for custom param types as well, we have already support for custom macro param types funcs)
...
Former-commit-id: 613d397826addc4cedcca07aee2ceb3cd2f139ee
2018-09-01 19:27:21 +03:00
Gerasimos (Makis) Maropoulos
f2bac496b9
add vendor for go-version (the auto-updater will probably be removed on the next major release due to go modules)
...
Former-commit-id: 3d0bb6e3a440852f0d0e8b9ed2f78609e69ed263
2018-09-01 19:19:58 +03:00
Gerasimos (Makis) Maropoulos
01b5f6089d
add Context.Params#GetUint64
...
Former-commit-id: bf6b2dcc0a1078f072c35f4affe375a2eb3f0b82
2018-08-23 02:46:58 +03:00
Gerasimos (Makis) Maropoulos
b4a30f5af5
sessions database: boltdb: add support for ShiftExpiration -> OnUpdateExpiration like redis
...
badger sessiondb still in progress.
Former-commit-id: 1f89a0efb753c0e02b774e0d9e48d879e987c939
2018-08-18 15:01:26 +03:00
Gerasimos (Makis) Maropoulos
197fb5d113
Merge pull request #1064 from akiraho/master
...
various fixes on redis as sessions db
Former-commit-id: 0fb804f095c37d340eeaf595806329a67c5b43ac
2018-08-18 14:41:21 +03:00
Gerasimos (Makis) Maropoulos
6db7a2a7a7
Merge pull request #1062 from mattc41190/patch-2
...
Fixed some minor grammar issues
Former-commit-id: b1d5bd6b667871c534cc62572f491974d106b7f6
2018-08-17 15:41:28 +03:00
Akira Ho
45c1f6427f
fix / redis.getKeysConn() returns keys without Config.Prefix otherwise such keys passed into updateTTLConn() would get duplicate prefixes failing the ttl reset
...
Former-commit-id: bfcc02e5db16216d221c533fc28919fe292d6532
2018-08-16 17:42:01 +08:00
Akira Ho
4e7ca254d9
fix / redis service.TTL() returns seconds, hasExpiration, found
...
Former-commit-id: 25743848458f2a6cf3e78d5ae119d2ba2a822f79
2018-08-16 17:37:41 +08:00
Akira Ho
768dd76b62
fix / lifetime.Time not updated on expiration shift
...
Former-commit-id: 03cd1e8dcf20d6e68b70667d1f808860cb027d32
2018-08-15 14:21:22 +08:00
Matthew Cale
334c4151df
Fixed some minor grammar issues
...
Former-commit-id: 190016fd2bd2f779a3602ed7bacda526677a2c8a
2018-08-14 10:30:44 -05:00
Gerasimos (Makis) Maropoulos
f6436f2af4
https://github.com/kataras/iris/issues/1061
...
Former-commit-id: 4324e81ea94ef917ce39005b6038a6819bb63258
2018-08-14 16:29:04 +03:00
Gerasimos (Makis) Maropoulos
20c0bbe9ba
Release stable version 10.7 - HISTORY.md#sat-11-august-2018--v1070
...
I want to thank you once again for the unwavering support and trust you have shown me
Former-commit-id: fa0be6bf5ca2f04e03e452f8cca75a0a7be0b487
2018-08-11 23:58:49 +03:00
Gerasimos (Makis) Maropoulos
54c87be703
Merge pull request #1059 from mattc41190/patch-1
...
Fixed Some Typos
Former-commit-id: 3d0166cc114dc3fb6782c721fc13bc2a224cbfa3
2018-08-11 21:37:06 +03:00
Matthew Cale
5dafdecc54
Fixed Some Typos
...
Not sure if this sentence is right
`// iris provides some basic middleware, most for your learning curve.`
Maybe you meant something like
` // iris provides some basic middleware to help newcomers understand the concepts.`
But I wasn't sure so I left the sentence alone (exepct for the typo lol)
Former-commit-id: e2f2be25d57c84e0deb8a2c7a41fc822aa38118c
2018-08-10 16:40:44 -05:00
Gerasimos (Makis) Maropoulos
9f464310e3
Add one more example for dependency injection (HTTP Request-based) using our hero
...
Former-commit-id: ff18371d254caf2d1932d6522b1ebc1f8032708f
2018-08-10 00:23:17 +03:00
Gerasimos (Makis) Maropoulos
0491aa68b5
add some more examples and screenshots about hero funcs on README.md
...
Former-commit-id: 2703036228ec896edcffe322964e85680be09d23
2018-08-08 14:58:37 +03:00
Gerasimos (Makis) Maropoulos
01d5578c7f
add websocket example on README.md
...
Former-commit-id: 18f44e0c682e189859f437d7c179bb8d3b4882da
2018-08-08 14:45:39 +03:00
Gerasimos (Makis) Maropoulos
cc679280ff
fast-fix from prev commit
...
Former-commit-id: 3e1160018eb25cd844785fb951af0d31776df04c
2018-08-08 13:29:01 +03:00
Gerasimos (Makis) Maropoulos
51e1b44c72
websocket: use of sync.Map
...
Former-commit-id: 8ecb1e6f70380195ce916d4dfc3fe8d41c851995
2018-08-08 13:22:00 +03:00
Gerasimos (Makis) Maropoulos
43fd73eab9
internals: core/router/api_builder_benchmark_test.go: replace the strings.Builder(go 1.10+) with the bytes.Buffer, it is a test so we are ok let it build and run for go1.10- as well
...
Former-commit-id: a531db90fe02fd327e12ecc20128090e18b3dbcb
2018-08-07 13:05:32 +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
293c29d6e7
preparing for the Iris control panel -- stay tuned when you hear my new project name 'cornea'
...
Former-commit-id: 8c0ada865ee17801efe90b197bf49bdbd55f636b
2018-08-06 04:20:59 +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
1ec8452208
simplify readme
...
Former-commit-id: 95158c51fc01195b60f9ee873ab416c314568198
2018-08-04 13:08:18 +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
badea8b9c5
Merge pull request #1053 from dibyendu/iris-ws.js
...
Minified the client.js using UglifyJs
Former-commit-id: 7026de0467d986b959f61d85b23b8f50137abaff
2018-07-30 12:39:49 +03:00
Dibyendu Das
f4dd07ad00
Minified the client.js using UglifyJs
...
$ npm install uglify-js -g
$ uglifyjs --compress --mangle -o client.min.js client.js
Former-commit-id: 078ce0534f845c018fb66767c0aec17dd1406160
2018-07-30 14:27:28 +05:30
Gerasimos (Makis) Maropoulos
774a2142a4
grammar
...
Former-commit-id: 1c715e3477595c7704450d96f721f88e2b7696a1
2018-07-25 06:17:21 +03:00
Gerasimos (Makis) Maropoulos
6bd50dda52
give more life to the README like the old times
...
Former-commit-id: ed0cdd621ab6f6cb89f622e2d978d2e2ae8a6b8a
2018-07-25 06:14:33 +03:00