Fenny
a06d072e43
🧹 remove comment
2020-09-15 20:55:44 +02:00
Fenny
2bf748c91a
🍌 use uint64 instead
2020-09-15 20:53:29 +02:00
Fenny
9bc4f6298d
🧪 update limiter test case
2020-09-15 20:43:22 +02:00
Fenny
9fa54e4d69
🩹 fix limiter racce condition
2020-09-15 20:39:39 +02:00
Fenny
f5c7092c17
Merge pull request #787 from Fenny/master
...
📦 fix limiter
2020-09-15 20:32:37 +02:00
Fenny
d908716132
📦 fix limiter
2020-09-15 20:28:15 +02:00
kiyon
d2727f1fe8
👷 improve pprof test cases
2020-09-15 09:51:05 +08:00
Stephan Deumier
58d657cb0a
Update filesystem.go
2020-09-14 16:12:46 +02:00
Fenny
7576f806c9
📖 update readme
2020-09-14 14:21:13 +02:00
Fenny
1a3bd53e1c
🔨 fix proxy test
2020-09-14 12:34:31 +02: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
6683daa5da
🏃♂️ move utils to internal
...
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 09:30:34 +02:00
Fenny
a3cac71ae8
🔦 move utils to internal
2020-09-14 09:09:06 +02:00
Fenny
b8cb100e28
⚡ v2
2020-09-14 05:47:17 +02:00
Fenny
ec5d66e7a8
⚡ v2
2020-09-13 11:20:11 +02:00
marigonzes
ba67152cea
Update LoggerConfig documentation
...
- Update the default values, as they have changed
- Update a comment regarding the update of date/time
2020-09-01 19:55:55 +01:00
Fenny
37158a1e15
♥ fix typo
2020-08-24 10:56:14 +02:00
Fenny
f3359f439a
📦 bump dependencies
2020-08-24 10:35:12 +02:00
Larry Lv
d18689558e
🧹 Pre-initialize all compress handlers
2020-07-31 22:38:55 -07:00
kiyon
76c67ca05a
🚀 use atomic.Value instead of sync.Mutex
...
To improve the performance and precision
2020-07-29 14:42:17 +08:00
Fenny
9f05f79c2f
🔍 Update test case
2020-07-23 06:12:22 +02:00
Fenny
ff2e918b95
⚡ Replace fatal with panic
2020-07-23 06:09:09 +02:00
Fenny
c22e7890dd
Merge branch 'master' of https://github.com/Fenny/fiber
2020-07-23 06:07:59 +02:00
Fenny
6fa6944631
📄 Add function comment
2020-07-23 06:07:50 +02:00
fenny
9fc96024fa
Merge branch 'master' into master
2020-07-23 06:06:54 +02:00
Fenny
0e7b9dacb1
🧬 Update filesystem readme
2020-07-23 06:06:12 +02:00
kiyon
43dd0c3b5d
🥅 use panic instead of log.Fatal
2020-07-22 10:50:02 +08:00
Fenny
939826881d
⏲ Optimize time zone support
...
Co-Authored-By: KallyDev <kallydev@gmail.com>
2020-07-21 17:47:51 +02:00
kallydev
8eaab1db86
🩹 Fix logger lacks default value of time zone
2020-07-21 16:28:45 +08:00
kallydev
1fa775fa29
📚 Update documentation related to logger time zone
2020-07-21 14:55:00 +08:00
kallydev
2628346da8
🚨 Add test cases related to logger time zone
2020-07-21 14:55:00 +08:00
kallydev
5e6170de48
🩹 Fix logger incorrectly parse the time zone in options
2020-07-21 14:54:50 +08:00
kallydev
a097820313
🔥 Add logger middleware time zone support
2020-07-21 13:07:15 +08:00
Fenny
890d9be23f
🎨 Fix colors for Windows
2020-07-19 13:18:52 +02:00
Fenny
7049137c21
🧪 Update logger test
2020-07-15 14:36:27 +02:00
Fenny
e5d76fa9d8
🧪 Update logger test
2020-07-15 14:20:58 +02:00
Fenny
3594f2ac79
🧪 Update logger test
2020-07-15 14:16:30 +02:00
Fenny
feadd16fc6
🎨 Format logger colors
2020-07-14 18:04:35 +02:00
Fenny
290a2978c0
🐛 Fix reset color in Logger
2020-07-14 17:06:00 +02:00
fenny
f50db73162
🖌 Add coloration in logger middleware
...
🖌 Add coloration in logger middleware
2020-07-14 10:59:58 -04:00
kiyon
e86c123e6f
🍤 improve request_id test coverage
2020-07-14 15:21:47 +08:00
yuil
81b121727a
🖌Configure color in logger format
...
Now, color can be configured in logger format as "${red}" and so on.
2020-07-12 02:16:11 +05:45
yuil
832f11f5c5
🖌Change coloration for success status code blue
...
Before it was green and not matching to Fiber's theme.😂
2020-07-12 00:37:24 +05:45
yuil
477a0bd784
Fix linting for 🖌 logger coloration
2020-07-12 00:20:11 +05:45
yuil
075a740217
🖌Color logger method and status
...
Coloration for response status code:
200 - 299 : green
300 - 399 : white
400 - 499 : yellow
500 - rest : red
Method coloration:
GET : blue
POST : cyan
PUT : yellow
DELETE : red
PATCH : green
HEAD : magenta
OPTIONS : white
DEFAULT : reset
2020-07-12 00:09:46 +05:45
Fenny
be63e46eb2
✔️ Adjust test cases
2020-07-08 21:13:03 +02:00
kiyon
8e5cc731f0
📝 improve request_id mw test covered
2020-07-07 17:00:56 +08:00
kiyon
9849728135
📝 improve logger mw test covered
2020-07-07 17:00:51 +08:00
kiyon
1594e2e8f2
📝 improve favicon mw test covered
2020-07-07 17:00:35 +08:00
kiyon
76480a4deb
📝 improve compress mw test covered
2020-07-07 17:00:21 +08:00