Commit Graph

2417 Commits

Author SHA1 Message Date
Makis Maropoulos
58fddece5b Merge remote-tracking branch 'refs/remotes/origin/dev' 2016-07-07 17:17:50 +02:00
Makis Maropoulos
e3b2c68085 Parse server's addr before use it 2016-07-07 17:17:34 +02:00
Makis Maropoulos
96734efedc Merge remote-tracking branch 'refs/remotes/origin/dev' 2016-07-07 16:02:29 +02:00
Makis Maropoulos
981fef9ecf add test for cookie set/get/remove to help this guy https://github.com/kataras/iris/issues/270 2016-07-07 16:02:15 +02:00
Makis Maropoulos
aefaff1297 Merge remote-tracking branch 'refs/remotes/origin/dev' 2016-07-07 13:05:31 +02:00
Makis Maropoulos
0cb2351a4f Fix some invalid unlocks from the last change 2016-07-07 13:05:11 +02:00
Makis Maropoulos
ec5a71e0af Merge remote-tracking branch 'refs/remotes/origin/dev' 2016-07-07 02:50:21 +02:00
Makis Maropoulos
871b43cae7 Update history 2016-07-07 02:43:33 +02:00
Makis Maropoulos
0b8cb29e0c Update to 3.0.0-pre.release, Read HISTORY.md for new features and changes
Yes new features, with Iris you always get them on each version or
revision or non-semantic version
2016-07-07 02:36:48 +02:00
Makis Maropoulos
7723c22ef6 Ok finish the important staff, the other are already tested hundreds of times 2016-07-07 01:36:38 +02:00
Makis Maropoulos
f5f7f22245 Ok finish the context's tests 2016-07-07 01:26:05 +02:00
Makis Maropoulos
728cba60f7 Add test for RedirectTo and fix the wrong-way-to-do-test-with-map-which-keys-some-times-change-order-lol 2016-07-07 01:20:04 +02:00
Makis Maropoulos
01914b6c37 Fasthttp seems have little bug with headers, so make a VisitAllCookies function and GetFlashes completed- tests added also 2016-07-07 00:25:50 +02:00
Makis Maropoulos
2cc75817b7 Add support for more than one listening server to one station, virtual and no virtual 2016-07-06 20:24:34 +02:00
Makis Maropoulos
d76b73427b New: ListenVirtual and ListenTo specific configs - server_test fixed 2016-07-05 15:26:47 +02:00
Makis Maropoulos
afa5b57dc7 Add virtual listen same as NoListen- some changes in order the server_test no need any system modification 2016-07-05 14:29:32 +02:00
Makis Maropoulos
93dc7c7e48 Add some tests 2016-07-05 13:37:10 +02:00
Makis Maropoulos
126e170371 Add a Test framework to make it easier to test Iris app
I will commit the tests , mostly to see how this is working,  when I
finish with the front-end tests
2016-07-03 16:26:53 +02:00
Makis Maropoulos
0d4b0ecd43 Rocket chat is on, Add Port() to the HTTPServer, disable subdomain persistence on subdomains when 127.0.0.1/0.0.0.0
I already made a test framework integration but I will commit this when
I finish with the basic tests, we are going to final v3
2016-07-03 16:21:57 +02:00
Makis Maropoulos
c443dc9808 Fix semantic typo for Redirection via Route name 2016-07-03 10:38:03 +02:00
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