1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-21 20:33:08 +00:00

76 Commits

Author SHA1 Message Date
kiyon
27cd8ad9c5 👷 improve app and prefork test cases 2020-09-15 09:02:24 +08:00
Fenny
2768ea2a77 🙌 make utils public
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 12:12:29 +02:00
Fenny
a3cac71ae8 🔦 move utils to internal 2020-09-14 09:09:06 +02:00
Fenny
ec5d66e7a8 v2 2020-09-13 11:20:11 +02:00
kiyon
96b571165a 👷 remove read timeout test case temporarily 2020-07-29 15:18:49 +08:00
kiyon
0d4b3c4c27 👷 use different port in every test case 2020-07-29 14:52:13 +08:00
kiyon
dd33a79772 👷 improve read timeout test case 2020-07-29 13:08:33 +08:00
kiyon
3779723507 👷 add app.Test test cases 2020-07-29 09:14:15 +08:00
kiyon
d15aae1e56 👷 add app.init test cases 2020-07-29 08:46:36 +08:00
kiyon
c460cba729 👷 add app.Stack test cases 2020-07-28 16:48:05 +08:00
Fenny
f62be7c5ee 🗑️ Remove deprecated tests
Co-Authored-By: RW <renewerner87@googlemail.com>
Co-Authored-By: kiyon <kiyonlin@users.noreply.github.com>
2020-07-22 02:06:56 +02:00
ReneWerner87
b34a77bc96 💉 Sync route method metadata
Co-authored-by: Fenny <fenny@gofiber.io>
2020-07-21 23:30:52 +02:00
kiyon
24a87436ae 🎱 The actual count of routes will be reduced after compression 2020-07-21 08:53:36 +08:00
wernerr
647e08ec00 🚀 compress same route's handler 2020-07-20 19:48:43 +02:00
wernerr
b9bdc0d4a8 🚀 compress same route's handler 2020-07-20 19:29:54 +02:00
kiyon
174eb0e33d 🚀 compress same route's handler and sort routes when registering 2020-07-20 21:43:01 +08:00
kiyon
86af9e486c 💯 remain code coverage 2020-07-18 10:42:22 +08:00
kiyon
c89bfb3634 🔔 fix ctx matched bug, it should be reset to false when acquired 2020-07-17 09:34:27 +08:00
kiyon
30a704b5f9 👷 improve test coverage 2020-07-16 16:42:36 +08:00
Fenny
0080aff71d 🧪 Add TLS tests 2020-07-15 18:56:42 +02:00
Fenny
ca1bd29359 🧪 Add TLS Tests 2020-07-15 18:50:28 +02:00
Fenny
da85c85c14 🧪 Increase test coverage: 96% 2020-07-15 17:43:30 +02:00
kiyon
a70f37adff 👍 improve app test coverage 2020-07-15 10:20:53 +08:00
kiyon
80e222093d 🍤 improve app test coverage 2020-07-14 15:23:41 +08:00
Fenny
b133583f66 🧪 Update go golint 2020-07-13 15:41:22 +02:00
songjiayang
4ef6f9b0e1 Update for golint 2020-07-13 10:47:14 +08:00
Fenny
fc5d2d7e66 📦 Update test case
Co-Authored-By: kiyon <kiyonlin@163.com>
2020-07-10 14:16:35 +02:00
Fenny
9e51dd4ead 📦 Update test case 2020-07-10 14:15:58 +02:00
Fenny
3484897184 🐛 Avoid method override on 405 2020-07-10 13:57:53 +02:00
Fenny
2d034f2026 🧹 Remove comment 2020-07-09 13:37:30 +02:00
fenny
6467e41889
Merge pull request #566 from Fenny/master
🔧 Don't reset headers on ErrorHandler
2020-07-08 15:15:22 -04:00
Fenny
da201eebd0 🔨 Replace Serve with Listener 2020-07-08 21:07:24 +02:00
kiyon
9b14fc78d1 💡 add ctx.matched to determine if request matched a non USE route. 2020-07-08 22:40:44 +08:00
kiyon
ce3d44613c 🔧 fix #556 remove ctx.matched things 2020-07-07 23:25:02 +08:00
Fenny
33d5a9cb7b 🧪 Update Shutdown Test 2020-07-06 17:51:25 +02:00
Fenny
5250a33879 Add defaultvalue 2020-07-04 10:11:23 +02:00
Fenny
88f67a0602 Update app_test.go 2020-06-27 17:16:31 +02:00
Fenny
3568613dfa Update 405 Tests 2020-06-21 11:02:17 +02:00
Fenny
44d739496d Add 405 Method Not Allowed 2020-06-20 17:26:48 +02:00
wernerr
f1710ea1b6 fix the unnecessary pass through for routes with groups 2020-06-19 10:54:15 +02:00
Fenny
cc1b76de48 Fix test 2020-06-08 02:59:50 +02:00
Fenny
fbea5211d0 goreportcard fix 2020-06-08 02:55:19 +02:00
wernerr
ee3b44f9d1 repair some tests and add new tests for logger and server error handler 2020-06-07 14:43:25 +02:00
Fenny
0f890b6f9d 🔎 Add more test coverage 2020-06-06 07:27:01 +02:00
Fenny
64d74e840a Hot fix fasthttp bug 2020-06-03 17:16:10 +02:00
fenny
2f402a5495
Merge pull request #434 from ReneWerner87/master
Fix a problem when matching the static routes
2020-06-02 17:57:05 -04:00
wernerr
5fe772f48a Fix a problem when matching the static routes 2020-06-02 23:25:06 +02:00
Fenny
705b05216a Update Static test 2020-06-01 12:54:32 +02:00
Fenny
dfb992dcdf Add static index test 2020-05-29 10:22:54 +02:00
Fenny
90df05dd3a Add more tests 87% coverage
Co-Authored-By: RW <renewerner87@googlemail.com>
2020-05-27 22:53:40 +02:00