1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-24 06:04:25 +00:00

2573 Commits

Author SHA1 Message Date
kiyon
407cdfaf7a 👷 add app test case to improve coverage 2020-10-04 00:05:28 +08:00
kiyon
102d167b9f 👷 handle error of fmt.Fprintf 2020-10-03 23:59:41 +08:00
Fenny
b425a6b25f
Merge pull request #872 from hi019/master
🐛 Fix passing partial cookie to csrf.New
2020-10-03 17:15:53 +02:00
hi019
1fe6d3b25d Use default values for cookie fields 2020-10-03 10:52:06 -04:00
hi019
4898778e28 🐛 Move cookie expires outside of if 2020-10-03 10:50:29 -04:00
hi019
867f2fc0a8 🐛 Fix passing partial cookie to csrf.New 2020-10-03 10:41:14 -04:00
Fenny
57f2b851cb
Merge pull request #868 from LdDl/master
Added long-polling
2020-10-02 18:16:22 +02:00
Dimitrii Lopanov
9e4ce64f28 long-polling 2020-10-02 11:46:43 +03:00
Fenny
6812c32eff
Merge pull request #867 from Fenny/master
📦 v2.0.5
v2.0.5
2020-10-01 23:31:13 +02:00
Fenny
8555f0bf7c 🧹 remove comment 2020-10-01 23:30:02 +02:00
Fenny
33b7905da6 📦 v2.0.5 2020-10-01 23:29:10 +02:00
Fenny
2750bcb541
Merge pull request #865 from Fenny/master
📦 add cache-control option
2020-10-01 19:50:58 +02:00
Fenny
81208a6d6a 📦fix tests
Co-Authored-By: Tom <tom@tdpain.net>
2020-10-01 19:49:49 +02:00
Fenny
2321582d6a 📦 add cache-control option
Co-Authored-By: Tom <tom@tdpain.net>
2020-10-01 19:38:37 +02:00
Fenny
55960e86c3 📦 add cache-control option
Co-Authored-By: Tom <tom@tdpain.net>
2020-10-01 19:37:34 +02:00
Fenny
b5536e069f
Merge pull request #864 from Fenny/master
📦 fix race condition in cache mw
2020-10-01 16:55:14 +02:00
Fenny
7bb6081371 📦 fix race condition in cache mw
Co-Authored-By: Konstantinos Lypitkas <3259834+klipitkas@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
2020-10-01 16:53:27 +02:00
Fenny
e66f28c023
Merge pull request #863 from klipitkas/master
Fix minor issue on cache middleware and add tests
2020-10-01 16:52:01 +02:00
Konstantinos Lypitkas
9a650b8d2a Fix issue with expiration, increase coverage 2020-10-01 00:21:30 +03:00
Konstantinos Lypitkas
616a821cb6 Fix spelling and grammatical errors 2020-10-01 00:20:49 +03:00
Konstantinos Lypitkas
f921efe05a Add basic test for cache middleware 2020-09-30 23:34:31 +03:00
Konstantinos Lypitkas
a430c5aa77 Fix magic number on cache middleware 2020-09-30 23:34:18 +03:00
Fenny
939a65c9d7
Merge pull request #860 from Fenny/master
🍪 add max-age to cookie
2020-09-30 21:45:07 +02:00
Fenny
05d57887fe
Merge pull request #862 from juan55860/development
fix name prop in doc
2020-09-30 21:44:47 +02:00
Juan Camilo Varela López
dfc141660d
fix name prop in doc
the prop Generetor doesn't exists, is Generator
2020-09-30 13:42:02 -05:00
Fenny
4ed6fff7b3 🍪 fix typo 2020-09-30 15:55:21 +02:00
Fenny
ba3d08ef6d 🍪 csrf default to Strict if left empty in config 2020-09-30 15:55:01 +02:00
Fenny
e5e9cf9201 🍪 add max-age to cookie 2020-09-30 15:31:46 +02:00
Fenny
5d04abf55e
Merge pull request #857 from Fenny/master
📦 v2.0.4
v2.0.4
2020-09-29 21:51:02 +02:00
Fenny
c1d8dd7e06 📦 bump sys version 2020-09-29 21:50:42 +02:00
Fenny
9fd68c62b0 ✏ update comments 2020-09-29 21:49:50 +02:00
Fenny
b48864b90b 📦 v2.0.4 2020-09-29 21:48:04 +02:00
Fenny
f97ed1d9be
Merge pull request #856 from Fenny/master
🎨 add colors to default format
2020-09-29 21:43:37 +02:00
Fenny
fcfb063f0b ✏ remove arrow
Co-Authored-By: Yuil Tripathee <28005756+YuilTripathee@users.noreply.github.com>
2020-09-29 21:41:47 +02:00
Fenny
62b59c9a9e 🔐 fix gosec
Co-Authored-By: Yuil Tripathee <28005756+YuilTripathee@users.noreply.github.com>
2020-09-29 20:41:47 +02:00
Fenny
ea129d02ab 🎨 add colors to default format
Co-Authored-By: Yuil Tripathee <28005756+YuilTripathee@users.noreply.github.com>
2020-09-29 20:40:10 +02:00
Fenny
2ee8c5cec5
Merge pull request #854 from Fenny/master
📈 fix open connections
2020-09-29 17:49:42 +02:00
Fenny
9856573d41 🩹 update monitor test case 2020-09-29 17:46:53 +02:00
Fenny
6520705c57 Merge branch 'master' of https://github.com/Fenny/fiber 2020-09-29 17:44:30 +02:00
Fenny
cd95d4fc95 📈 add warning to monitor 2020-09-29 17:44:28 +02:00
Fenny
312fd4a558
Merge branch 'master' into master 2020-09-29 15:52:54 +02:00
Fenny
f23d63341e 📈 fix open connections 2020-09-29 15:52:11 +02:00
Fenny
969d983fa2 Merge remote-tracking branch 'upstream/master' 2020-09-29 15:43:04 +02:00
Fenny
e765026a23
Merge pull request #853 from Fenny/master
🩹 fix error handling in logger
2020-09-29 15:19:09 +02:00
Fenny
2f202af06d 🩹 fix error handling in logger 2020-09-29 15:13:52 +02:00
Fenny
787796f78a 🩹 fix error handling in logger 2020-09-29 15:13:10 +02:00
Fenny
f7409410a3
Merge pull request #852 from kiyonlin/improve-monitor-test
👷 add monitor middleware test cases
2020-09-29 14:58:56 +02:00
kiyon
af1a143b35 🩹 fix data race 2020-09-29 14:23:36 +08:00
kiyon
cc961b0683 👷 add monitor middleware test cases 2020-09-29 13:16:26 +08:00
Fenny
652844c10b
Merge pull request #851 from Fenny/master
🕐 fix timeout
2020-09-29 04:36:58 +02:00