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

560 Commits

Author SHA1 Message Date
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
Chase Hutchins
f5a7fb7342 Merge branch 'master' of github.com:labstack/echo 2016-01-29 01:04:44 -08:00
Vishal Rana
055e7ae0e6 Merge pull request #338 from o1egl/fix_windows_static
Fix serving static files on windows.
2016-01-29 00:03:44 -08:00
Vishal Rana
1bf719830a Merge pull request #339 from o1egl/fix_websocket_test_on_windows
Fix websocket test on windows
2016-01-26 13:04:10 -08:00
Oleg Lobanov
d8e3467827 fix websocket test on windows 2016-01-26 22:58:17 +04:00
Oleg Lobanov
a81670211f Fix serving static files on windows. See https://golang.org/pkg/net/http/#Dir.Open 2016-01-26 22:03:01 +04:00
Vishal Rana
770858c6e6 Merge pull request #300 from 01walid/patch-2
Fix a small typo in customization docs
2016-01-26 08:03:20 -08:00
Vishal Rana
145458fa7e Merge pull request #303 from AlekSi/patch-1
Fix typo
2016-01-26 08:01:24 -08:00
Vishal Rana
5d70ff42fc Putting back DefaultHTTPErrorHandler
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-24 19:45:53 -08:00
Vishal Rana
106272e201 Cleaned up http error handler #325
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-22 13:37:18 -08:00
Vishal Rana
c67300bb30 Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-22 13:19:34 -08:00
Vishal Rana
ec83e2407f Closed #319
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-14 08:02:18 -08:00
Vishal Rana
4255f4bd44 Fixed test
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-09 10:39:47 -08:00
Vishal Rana
c8d77b2675 Fixed #307
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-01-09 10:02:37 -08:00
Alexey Palazhchenko
9c974279b0 Fix typo 2015-12-31 12:37:56 +03:00
Walid ZIOUCHE
f40bf0a20a Fix a small typo in customization docs 2015-12-28 21:59:02 +01:00
gofmt
55d88e9b1e fix router.go
cn.ppath = ppath
2015-12-08 15:52:05 +08:00
Vishal Rana
5cd194b6b0 Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-12-03 14:14:14 -08:00
Vishal Rana
2483d2a140 Reset Echo in Response#reset()
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-12-02 08:07:22 -08:00
Vishal Rana
f448379651 Fixed a doc
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-12-01 15:22:04 -08:00
Vishal Rana
9650c39055 Bumped to v1.3
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-12-01 15:06:18 -08:00
Vishal Rana
f54cdd86d0 Removed prinftf from Context#String and Context#HTML, #154
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-24 20:08:36 -08:00
Vishal Rana
754c84596e Prevent caching for dynamic directory
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-24 07:38:28 -08:00
Vishal Rana
521cf5338e Updated docs
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-23 22:15:59 -08:00
Vishal Rana
d932e2a863 Added directory autoindex
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-23 22:12:56 -08:00
Vishal Rana
9d11990cbb Closes #104
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-22 10:38:02 -08:00
Vishal Rana
2ad06ce67e Fixed #265
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-22 09:26:11 -08:00
Vishal Rana
4f996419e1 Fixed #255
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-20 19:39:35 -08:00
Vishal Rana
c578a662a0 Closes #261
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-19 07:40:24 -08:00
Vishal Rana
d5373e1402 Closes #221
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-16 20:53:59 -08:00
Vishal Rana
f09efac326 Revert #257
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-16 07:57:40 -08:00
Vishal Rana
0163cddab5 Putting Echo#Server back
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-15 13:32:21 -08:00
Vishal Rana
cba2724de3 Set echo as handler for Echo#RunServer*
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-15 12:08:12 -08:00
Vishal Rana
1f8ecfd610 Closes #257
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-15 11:50:35 -08:00
Vishal Rana
8aae962c95 Merge pull request #260 from 01walid/patch-1
Mention echosentry middleware in README
2015-11-15 07:55:35 -08:00