Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/urupam 2025-12-28 17:25:47 +01:00
7d46eb3922 rename: db is third alphabetical module
Kharec pushed to main at Kharec/urupam 2025-12-28 17:25:00 +01:00
71c5d4b628 test: add some testing for DB module
Kharec pushed to main at Kharec/urupam 2025-12-28 17:20:27 +01:00
4e4820c165 test: simplify utils test cases with tables
Kharec pushed to main at Kharec/urupam 2025-12-28 08:48:41 +01:00
7ffa61846f test: add unit test for Validation module
Kharec pushed to main at Kharec/urupam 2025-12-28 08:48:34 +01:00
1826f7e847 fix: guard validation helpers against undef IP
86007a74d8 fix: guard validation helpers against undef host
Compare 2 commits »
Kharec pushed to main at Kharec/urupam 2025-12-28 08:47:39 +01:00
4d48f90ceb chore: update cpanfile.snapshot
8c4aaad6a5 build: add Test::MockObject as test requirement
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-28 08:22:01 +01:00
c7fb1461ab clean: remove unused duplicate functions that are already implemented/used in repositories/fixtures.go
Kharec pushed to main at Kharec/goyco 2025-12-27 17:43:34 +01:00
8cb02413aa refactor: replace createTestUserWithAuth with consolidated helper
3e9246c975 refactor: make createAuthenticatedUser accept interface and add user-only variant
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-27 17:33:07 +01:00
c04602d8d9 refactor: use testutils helper for account deletion request creation
e5c72591e6 feat: add repo-backed entity factories
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-27 08:44:31 +01:00
c29ccecc15 refactor: variables name and use strings.Cut()
Kharec pushed to main at Kharec/goyco 2025-12-27 08:37:10 +01:00
726cf6ca68 chore: update golangci config to v2 schema
Kharec pushed to main at Kharec/goyco 2025-12-26 18:49:34 +01:00
de1e3f2190 fix: reject 5xx errors in TestQueryParameters to catch regressions
310875368d fix: make TestStaticFileRoute validate static handler correctly
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-26 17:54:05 +01:00
ffba8f6257 clean: remove duplicate
Kharec pushed to main at Kharec/goyco 2025-12-26 17:53:24 +01:00
24bed6fc6c docs: update readme
Kharec pushed to main at Kharec/goyco 2025-12-26 17:41:19 +01:00
20f14d0863 refactor: use middleware.IsHTTPS instead of local function
Kharec pushed to main at Kharec/goyco 2025-12-26 17:41:06 +01:00
d0914eb5dc test: update IsHTTPS test to use middleware.IsHTTPS
Kharec pushed to main at Kharec/goyco 2025-12-26 17:40:49 +01:00
ab3efc99a8 refactor: remove duplicate IsHTTPS, use middleware.IsHTTPS
Kharec pushed to main at Kharec/goyco 2025-12-26 17:40:33 +01:00
9017816812 refactor: export IsHTTPS function for shared use
Kharec pushed to main at Kharec/goyco 2025-12-26 17:36:16 +01:00
7b9250802e test: verify login works with legacy passwords
3f4cad5488 fix: remove password complexity validation from login
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-26 17:33:27 +01:00
027df4f60c test: add security header preservation tests for cache