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

500 Commits

Author SHA1 Message Date
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
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
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
Walid ZIOUCHE
ba3da20b8f Mention echosentry middleware in README 2015-11-15 11:09:57 +01:00
Vishal Rana
13340e2b0f Fixed #259
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-13 07:59:13 -08:00
Vishal Rana
ec1e0bb753 Merge pull request #258 from labstack/issue-203
Closes #235, Closes #203
2015-11-12 20:25:37 -08:00
Vishal Rana
56954bc0b6 Closes #235, Closes #203
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-12 20:23:14 -08:00
Vishal Rana
e48ebd3421 Update README.md 2015-11-09 09:43:40 -08:00
Vishal Rana
46a9318172 Fixed typo in godoc
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-11-07 20:06:58 -08:00
Vishal Rana
0097dfafcd Merge pull request #248 from mtojek/master
JSON Pretty Print
2015-11-07 19:40:31 -08:00
Marcin Tojek
52daa9ddc9 Increased coverage 2015-11-08 00:59:08 +01:00
Marcin Tojek
31b657e1d2 JSONIndent, XMLIndent, changes after review 2015-11-08 00:39:09 +01:00
Vishal Rana
01e7efa78f Merge pull request #252 from eyberg/master
adding dpecho link
2015-11-06 15:12:00 -08:00