Commit Graph

1001 Commits

Author SHA1 Message Date
Justin Mayhew
701989d26e Fix README mistake 2016-02-17 21:45:37 -04:00
Bo-Yi Wu
00ff808ac5 fix: example format. 2016-02-17 10:45:44 +08:00
Manu Mtz.-Almeida
27f912f5b2 README little fixes 2016-01-30 01:34:20 +01:00
Manu Mtz.-Almeida
3e56f79fba Coherent example code in README 2016-01-30 01:32:46 +01:00
Manu Mtz.-Almeida
3d002e3823 Updates read 2016-01-30 01:28:57 +01:00
Manu Mtz.-Almeida
44978ff780 Improves Context documentation
Query(), GetQuery(), PostForm(), GetPostForm()...
2016-01-29 02:42:19 +01:00
Manu Mtz.-Almeida
afc499f306 Adds GetQuery() and GetPostForm() APIs 2016-01-29 02:07:44 +01:00
Manu Mtz.-Almeida
19b5f726f4 Fixes tree_test.go 2016-01-28 00:35:19 +01:00
Manu Mtz.-Almeida
d64a1fb91c Cosmetic changes 2016-01-28 00:35:09 +01:00
Manu Mtz.-Almeida
97cd894279 c.Redirect() allows 201 status code 2016-01-28 00:34:05 +01:00
Manu Mtz.-Almeida
b4963aa7de Updates tree_test.go 2016-01-28 00:28:16 +01:00
Manu Mtz.-Almeida
20825e7694 Updates tree.go from httpRouter 2016-01-28 00:14:26 +01:00
178inaba
ce26751a5a add import path to .travis.yml 2016-01-28 02:32:44 +09:00
Manu Mtz.-Almeida
8949247b92 Merge branch 'master' into develop
# Conflicts:
#	debug_test.go
2016-01-27 03:40:52 +01:00
Manu Mtz.-Almeida
c1e660dd1a Adds logo to README 2016-01-27 03:37:24 +01:00
Manu Mtz.-Almeida
f9c8043ce5 Adds gin logo 2016-01-27 03:32:38 +01:00
Manu Mtz.-Almeida
d0065c712e Merge pull request #411 from phicode/vendoring
tests: make path assertions aware of vendoring
2016-01-27 03:22:48 +01:00
Manu Mtz.-Almeida
61fae4997d Improves documentation 2016-01-26 22:40:29 +01:00
Manu Mtz.-Almeida
79ea1eaaf2 Merge pull request #494 from dolmen/fix/indent-route-debug
Fix indent of routes debug prints
2016-01-26 20:18:42 +01:00
Manu Mtz.-Almeida
e9531e5c76 Merge branch 'master' into develop 2016-01-26 20:08:28 +01:00
Manu Mtz.-Almeida
e6d563577d Merge branch 'master' of github.com:gin-gonic/gin 2016-01-26 20:08:14 +01:00
Manu Mtz.-Almeida
a34088ab31 Merge pull request #453 from shadrus/fix-tests
Wrong copy/paste TODO
2016-01-26 20:07:41 +01:00
Manu Mtz.-Almeida
367e159f00 Merge pull request #478 from kylescottmcgill/master
undefinitely -> indefinitely
2016-01-26 20:05:17 +01:00
Manu Mtz.-Almeida
3368e6525b Merge pull request #481 from netroby/pr/graceful
Add document about graceful restart or stop
2016-01-26 20:03:54 +01:00
Manu Mtz.-Almeida
afa95eff67 Merge pull request #470 from bwiggs/master
Clarify context.Abort docs
2016-01-26 20:03:10 +01:00
Manu Mtz.-Almeida
e73da74410 Merge pull request #512 from jhorowitz/master
Fixed typo. join -> john
2016-01-26 19:58:16 +01:00
Manu Mtz.-Almeida
1183c1ca8f Fixed recovery unit tests 2016-01-26 19:28:41 +01:00
Manu Mtz.-Almeida
ffb5c0412a Updates Validator + unit tests 2016-01-26 19:28:26 +01:00
Manu Mtz.-Almeida
60f66918f8 go-colorable does not work in app engine 2016-01-26 18:53:00 +01:00
Manu Mtz.-Almeida
4c639a5049 Cosmetic changes:
- Deprecating GetCookie()
2016-01-26 18:36:37 +01:00
Manu Mtz.-Almeida
7afb3238a3 Improves Recovery middleware:
- request context
- red colouring
2016-01-26 18:35:56 +01:00
Manu Mtz.-Almeida
2fc2a3e782 Rendering error throws a panic() 2016-01-26 18:35:04 +01:00
Manu Mtz.-Almeida
9abb909731 Merge branch 'master' into develop 2016-01-26 15:55:44 +01:00
Manu Mtz.-Almeida
7b4e9a81a5 Cosmetic changes 2016-01-26 15:55:30 +01:00
Manu Mtz.-Almeida
5196d455c8 Merge branch 'master' of github.com:gin-gonic/gin 2016-01-26 14:55:57 +01:00
Manu Mtz.-Almeida
d0cd8b9fd9 Adds Status() method to Context 2016-01-26 14:55:45 +01:00
Josh Horowitz
c5c806d22d Fixed typo. join -> john 2016-01-14 15:58:17 -05:00
Naoki Takano
66c4b81579 Added exits check tests for binding 2015-12-30 22:49:38 -08:00
Olivier Mengué
90911f53f2 debug: fix indent of routes dump for DELETE method
'DELETE' is 6 chars and breaks indent of the routes dump (only 5 chars
were reserved for the HTTP method).
2015-12-10 15:15:17 +01:00
ZhiFeng Hu
8b000c5a04 Add document about graceful restart or stop
I am looking for a long time , add this document will
help who were looking for graceful restart/stop like me.

Signed-off-by: ZhiFeng Hu <hufeng1987@gmail.com>
2015-11-11 10:27:36 +08:00
Kyle Mcgill
48b5f5d466 Merge pull request #1 from kylescottmcgill/docs-spelling
undefinitely -> indefinitely
2015-11-04 21:05:52 +13:00
Kyle Mcgill
23c01faeb3 undefinitely -> indefinitely
It was bugging me :)
2015-11-04 21:03:57 +13:00
Brian Wigginton
353fa14750 additional clarification 2015-10-27 12:26:05 -05:00
Brian Wigginton
1541a141ee update docs for context.Abort
The docs were a little unclear as to how to use Abort, and how it will affect the current handler.
2015-10-27 12:22:18 -05:00
shadrus
13ba260d76 Wrong copy/paste TODO 2015-10-05 22:27:03 +03:00
Javier Provecho Fernandez
fe49f0b616 Fix exported test function 2015-10-02 12:39:25 +02:00
Javier Provecho Fernandez
4892650ef8 Merge branch 'se77en-master' into develop 2015-10-02 12:38:32 +02:00
Javier Provecho Fernandez
8e37eb8498 Fix tests for GetCookie() and SetCookie() 2015-10-02 12:37:51 +02:00
Javier Provecho Fernandez
45b72951af Merge branch 'master' of https://github.com/se77en/gin into se77en-master 2015-10-02 11:25:25 +02:00
Javier Provecho Fernandez
ec30e4d727 Merge branch 'zaynetro-master' into develop 2015-10-02 11:12:57 +02:00