Commit Graph

2797 Commits

Author SHA1 Message Date
Makis Maropoulos
d2ec0fa3e4 Rocket is down (again), use alternative chat 2016-07-03 07:15:09 +02:00
Makis Maropoulos
1354b74822 Available is never returns false, just re-allocate on .Close - test https://github.com/iris-contrib/tests/blob/master/server_test.go 2016-07-03 02:01:48 +02:00
Makis Maropoulos
160b8d9545 Rocket chat is on again, update readme link 2016-07-02 20:21:17 +02:00
Makis Maropoulos
9e2eaec2a2 Remove all tests from here and transfer them to iris-contrib/tests 2016-07-02 19:38:04 +02:00
Makis Maropoulos
93ddb7f3b4 Move middleware test(s) to the test folder 2016-07-02 19:03:03 +02:00
Makis Maropoulos
90c7e1466c Add test for basic auth 2016-07-02 18:53:36 +02:00
Makis Maropoulos
263fc77e5c Add tests for context body reader and for mux api (.API) 2016-07-02 17:44:01 +02:00
Makis Maropoulos
50b1366e9d improve the flash messages test 2016-07-02 15:16:42 +02:00
Makis Maropoulos
9100560e00 Embrace https://github.com/kataras/iris/issues/250 - Flash messages available inside request life 2016-07-02 15:02:33 +02:00
Makis Maropoulos
1f1ed4cc36 Update readme 2016-07-01 23:14:16 +03:00
Makis Maropoulos
e5d1e3e41b Remove the bold info, it is already in benchmarks section, so add a link to this on the fastest word 2016-07-01 23:06:56 +03:00
Makis Maropoulos
1588eb16d0 Update community chat link because rocket chat is down for mantain 2016-07-01 22:57:23 +03:00
Makis Maropoulos
342ff32558 rocket's rooms are down for mantain, use the alternative chat room 2016-07-01 22:45:09 +03:00
Makis Maropoulos
c60cb24f6e Rocket chat is down - so use the alternative chat 2016-07-01 22:39:34 +03:00
Makis Maropoulos
1557bf1077 Add the test folder to the travis 2016-07-01 22:20:52 +03:00
Makis Maropoulos
25ab044091 add test for JSONP 2016-07-01 22:16:42 +03:00
Makis Maropoulos
f4a2f35191 add some tests 2016-07-01 22:14:38 +03:00
Makis Maropoulos
9be49bbfee Add some tests as we are going to v3 final - to be continued 2016-07-01 21:28:24 +03:00
Makis Maropoulos
cf35038644 Available runs in goroutine for .NoListen in order to no need the allocated Available channel 2016-07-01 19:20:27 +03:00
Makis Maropoulos
04cffe5750 Add an Available channel for special usage like testing different Listen methods 2016-07-01 19:06:11 +03:00
Makis Maropoulos
c6e6c39946 Sessions from map[interface{}]interface{} to [string]interface{} - no one used object as keys so I change its type 2016-07-01 17:00:24 +03:00
Makis Maropoulos
950964b18d fix iris-book cover, github timeout 2016-07-01 01:40:05 +03:00
Makis Maropoulos
cc0e84decd New results just came back from the benchmark suite so: Update benchmarks results graph 2016-07-01 01:34:44 +03:00
Makis Maropoulos
dba92ba64d Add more notes on HISTORY.md about rc.4 changes 2016-07-01 02:13:21 +03:00
Makis Maropoulos
af67a97518 Fix https://github.com/kataras/iris/issues/244 2016-07-01 01:38:29 +03:00
Makis Maropoulos
82d37c5c35 Remove unnecessary output 2016-06-30 23:19:06 +03:00
Makis Maropoulos
a5db711207 Fix/Disable session subdomain persistence on 127.0.0.1 and 0.0.0.0 2016-06-30 17:55:33 +03:00
Makis Maropoulos
386201f73a Make iris easier for glide users
I am not pushing the /vendor package to this repository because of
possibility to break the framework. See here:
https://github.com/mattfarina/golang-broken-vendor
2016-06-30 17:33:08 +03:00
Makis Maropoulos
781abb00ea Fix https://github.com/kataras/iris/issues/244 and some more things 2016-06-30 14:26:42 +03:00
Makis Maropoulos
12d24f715d Fix iris create, package's dependencies are downloaded automatically when a package is installed 2016-06-30 06:43:29 +03:00
Makis Maropoulos
49c1a595ec Remove unused context.Domain
it was added (and wrong idx) on previous commit for some of my internal
tests, this is not used anywhere so remove it.
2016-06-30 06:02:07 +03:00
Makis Maropoulos
66a66fdfa0 Fix https://github.com/kataras/iris/issues/231 2016-06-30 05:58:04 +03:00
Makis Maropoulos
b2d1e6396d Set the default max request body size to 4mb
Align with
e4db3cb560
2016-06-29 20:07:35 +03:00
Makis Maropoulos
f57d457d39 Finish the feature request https://github.com/kataras/iris/issues/235#issuecomment-229383650 2016-06-29 18:49:09 +03:00
Makis Maropoulos
65184ddaca Second try for https://github.com/kataras/iris/issues/235#issuecomment-229350945
change the ListenToServer
to SecondaryListen which comes before the main listen, they are
non-blocking funcs now
2016-06-29 16:48:44 +03:00
Makis Maropoulos
20cd75139a Remove debug println 2016-06-29 16:27:48 +03:00
Makis Maropoulos
5b8f4dc1b0 Multiserver listening - Try first for https://github.com/kataras/iris/issues/235 - example added 2016-06-29 16:25:17 +03:00
Makis Maropoulos
9d8f32ce1a Move to Rocket.Chat - better management, multiple channels of the relative projects, private group chat and more 2016-06-29 00:08:31 +03:00
Makis Maropoulos
9e3fb53f1e Update HISTORY for rc.4 2016-06-28 18:10:18 +03:00
Makis Maropoulos
7e9dc068fb Extend the Handlebars support as requested here https://github.com/kataras/iris/issues/239#issuecomment-229020737
History, Books  & examples are updated.
2016-06-28 18:06:52 +03:00
Makis Maropoulos
aa319fd8e4 Handlebars support - Embrace the feature request https://github.com/kataras/iris/issues/239 2016-06-28 12:50:26 +03:00
Makis Maropoulos
04dbd0bac9 Fix https://github.com/kataras/iris/issues/237 2016-06-28 10:19:17 +03:00
Makis Maropoulos
0a896f5137 Update readme 2016-06-26 20:31:18 +03:00
Makis Maropoulos
a89498e448 iris run on first view 2016-06-26 20:25:55 +03:00
Makis Maropoulos
6391ba04ca 💡 Happy Sunday: Introducing rizla 2016-06-26 16:26:44 +03:00
Makis Maropoulos
bd91395b19 Fix thirdparty-license link 2016-06-26 14:54:12 +03:00
Makis Maropoulos
74e7eeda1b https://github.com/kataras/iris/issues/234 2016-06-26 14:52:15 +03:00
Makis Maropoulos
abccf7fc06 Add ParamInt64 as requested on chat from the community 2016-06-26 08:46:04 +03:00
Makis Maropoulos
132021ec43 Add URLParamInt64 as requested by the community on chat 2016-06-26 08:44:10 +03:00
Makis Maropoulos
57ba8e89b5 Update readme 2016-06-26 08:35:06 +03:00