1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-23 22:11:10 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
Victor Sokolov
9b190e69d0 Removed config.Reset(), updated Changelog (#1592)
* Removed config.Reset(), updated Changelog

* IMGPROXY_WORKERS_NUMBER -> IMGPROXY_WORKERS

* Check for aws lambda in workers config
2025-12-17 11:50:59 +01:00
Victor Sokolov
69c7d2f117 IMG-76: new linter config & fixes (#1587)
* IMG-76: new linter config & fixes

* Upgrade golangci-lint to 2.7.2
2025-12-10 13:46:22 +01:00
DarthSim
3f2b019721 Get rid of security.Options. Use security.Checker directly with options.Options 2025-11-14 14:09:43 +06:00
DarthSim
e162c9496e Add client features detector 2025-10-29 20:51:00 +06:00
Victor Sokolov
ce2bc83ce7 SVG instance (#1551) 2025-10-03 16:48:37 +02:00
DarthSim
0426e97e3f Universal options 2025-09-24 00:41:12 +06:00
DarthSim
b9cbc0f97b Don't rely on global config in processing 2025-09-23 19:07:08 +03:00
DarthSim
981e466ad4 Don't use global config in integration tests where possible 2025-09-16 22:26:43 +03:00
Victor Sokolov
4b05e87274 IMG-57: introduce processing options factory (#1526)
* Intoduced options.Factory

* ProcessingOptionsFactory in processing and watermark

* Clone with testutil.Helper
2025-09-16 17:04:21 +02:00
Victor Sokolov
2d6b5a8d5a TestServer, AllowNetworks -> http.Transport (#1523) 2025-09-11 19:26:27 +02:00
DarthSim
1f6d007948 Rebuild headerwriter to server.ResponseWriter 2025-09-11 17:37:52 +06:00
DarthSim
adb4341713 Unify HTTP handler definitions 2025-09-11 14:10:21 +06:00
DarthSim
079f2ae95c Make integration.Suite a complete boilerplate for integration tests 2025-09-09 23:21:56 +03:00
DarthSim
32909f5e0b Fix failed assertions reporting in testutil.TestDataProvider 2025-09-09 23:17:34 +03:00
DarthSim
8bec24f268 Return reset func for testutil.LazyObj; Add testutil.LazySuite 2025-09-09 23:17:30 +03:00
Victor Sokolov
01327c1cce integration.Suite (#1518) 2025-09-09 16:25:45 +02:00
Victor Sokolov
2d9ad5c250 IMG-49: Introduced instance (#1512)
* Introduced instance

* Makefile changes
2025-09-09 15:11:37 +02:00