1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00
Commit Graph

543 Commits

Author SHA1 Message Date
Vishal Rana
d6af11ec08 Fixed #364 & #377
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-06 09:04:04 -08:00
Vishal Rana
e4f3900c40 Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-05 14:34:34 -08:00
Vishal Rana
4686b25efc Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-05 11:13:24 -08:00
Vishal Rana
2f091ad544 Updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-03-03 22:48:42 -08:00
Vishal Rana
30ee5fbb95 Enhanced router tests
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-02-24 11:50:28 -08:00
Vishal Rana
feef0c0b8f Fixed #372
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-02-24 08:55:08 -08:00
Vishal Rana
edfed6497e Merge pull request #371 from labstack/router-find-fix
Fixed Router#Find #217
2016-02-23 16:30:06 -08:00
Vishal Rana
d105270d58 Fixed Router#Find #217
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-02-23 16:27:55 -08:00
Vishal Rana
33c227045a Revert "Fixed #217"
This reverts commit c782b3fc75.
2016-02-23 13:35:41 -08:00
Vishal Rana
c782b3fc75 Fixed #217
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-02-21 21:45:11 -08:00
Vishal Rana
6914162d64 Removed HTTP2 option
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-02-18 14:05:40 -08:00
Vishal Rana
8490000762 echo#Use method to chain middleware #353
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-02-12 19:00:10 -08:00
Vishal Rana
f42af6ea9f Update README.md 2016-02-10 09:28:49 -08:00
Vishal Rana
4e57fa0557 Fixed #360
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
2016-02-09 21:59:49 -08:00
Vishal Rana
fd5f48a884 Fixed default http handler
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
2016-02-09 08:18:26 -08:00
Vishal Rana
bb0735bbc5 Merge pull request #358 from o1egl/bind_form
fix memory leaks #356
2016-02-06 07:25:25 -08:00
Oleg Lobanov
631f7f1534 fix typo 2016-02-05 20:44:47 +04:00
Vishal Rana
9f3aaa8f0b Merge pull request #355 from heetch/feature/add-param-names
Add a ParamNames method on Context
2016-02-05 08:28:10 -08:00
Florian Bertholin
9831b9087a Add a ParamNames method on Context 2016-02-05 16:03:22 +01:00
Oleg Lobanov
1c6658e48a fix memory leaks #356 2016-02-05 15:40:39 +04:00
Vishal Rana
e512f0430a Merge pull request #352 from o1egl/bind_form
Add form binding.
2016-02-02 08:06:36 -08:00
Vishal Rana
feac46afa9 Update index.md 2016-02-01 15:10:50 -08:00
Vishal Rana
ce5e89302a Update README.md 2016-02-01 15:10:15 -08:00
Oleg Lobanov
68c86e3f90 Improve tests coverage 2016-02-01 23:22:33 +04:00
Oleg Lobanov
7af4376e7f Add form binding. 2016-02-01 19:40:03 +04:00
Vishal Rana
3ba82ac1ec Update README.md 2016-01-31 08:55:43 -08:00
Vishal Rana
5ffc118054 Merge pull request #349 from o1egl/logger_as_interface_v1
Replace real object logger with interface.
2016-01-31 00:17:43 -08:00
Oleg Lobanov
4a09f90bf1 Replace real object logger with interface. 2016-01-31 11:51:12 +04:00
Vishal Rana
96988cb4de Glide for dependency mgmt
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-30 22:50:30 -08:00
Vishal Rana
fb926922bf Update README.md 2016-01-30 11:32:56 -08:00
Vishal Rana
f18418cf32 Update index.md 2016-01-30 11:31:19 -08:00
Vishal Rana
96c6f17ed6 Update README.md 2016-01-30 11:26:45 -08:00
Vishal Rana
6c320ca50b Glide for dependency mgmt
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-30 10:05:17 -08:00
Vishal Rana
28b1b9d57b Merge pull request #347 from syntaqx/quibbles
Quibbles and Linting
2016-01-30 06:42:17 -08:00
Chase Hutchins
49fb8a5c62 Merge branch 'master' of github.com:labstack/echo into quibbles 2016-01-30 06:39:38 -08:00
Vishal Rana
6cd7d2dc8b Merge pull request #346 from o1egl/binder_http_error
Change context.Bind() return type to HTTPError #344
2016-01-30 06:20:47 -08:00
Chase Hutchins
ad46da8f77 adding godoc introduction 2016-01-29 06:42:28 -08:00
Chase Hutchins
5940691448 removing extra newline 2016-01-29 06:10:39 -08:00
Chase Hutchins
7c5c9c30d6 fixing typo in gitattributes 2016-01-29 04:57:47 -08:00
Chase Hutchins
46c7480708 adding nil context.Echo testing 2016-01-29 04:43:55 -08:00
Chase Hutchins
6c29668168 adding testing for c.store nil 2016-01-29 04:42:16 -08:00
Chase Hutchins
ad525c22a0 removing test logger as it actually doesnt help us at all 2016-01-29 04:40:24 -08:00
Chase Hutchins
857fb3761d reusing variables to retry travis due to failure of coveralls from a travis bug 2016-01-29 04:34:40 -08:00
Chase Hutchins
be8a2212d8 adding tests for setting log output and prefix to make coveralls happy 2016-01-29 04:31:34 -08:00
Chase Hutchins
4ad737c418 additional missing file save 2016-01-29 04:19:44 -08:00
Chase Hutchins
58edee2270 adding uncommitted context changes 2016-01-29 04:19:07 -08:00
Chase Hutchins
46fd0365f6 fixing typo for path export 2016-01-29 04:17:39 -08:00
Chase Hutchins
9799f5fb80 typo 2016-01-29 04:08:29 -08:00
Chase Hutchins
e9808b69b4 license update, some .gitattributes and .gitignore expansion, .travis.yml expansion, golint fixes and .godir for heroku 2016-01-29 04:06:20 -08:00
Oleg Lobanov
4cb8421b73 Change context.Bind() return type to HTTPError #344 2016-01-29 14:23:48 +04:00