Commit Graph

14 Commits

Author SHA1 Message Date
jakob.scheid 157d054854 Remove unnecessary field expected_exception at the tests for integrations.gitea.middlewares.signature.GiteaSignatureMiddleware 2026-05-03 18:14:50 +02:00
jakob.scheid 58700f2390 Add tests for integrations.gitea.middlewares.signature.GiteaSignatureMiddleware 2026-05-03 18:09:17 +02:00
jakob.scheid 23faf74092 Bug fix: use heximal SHA256 hash instead of bytes (repr)
integrations.gitea.middlewares.signature.GiteaSignatureMiddleware.dispatch
used the Python bytes representation of the SHA256 hash for comparision
in the f-string. Now, the hexadecimal hash is used.
2026-05-03 18:06:45 +02:00
jakob.scheid 30a982c95d Add middleware for Gitea webhook signatures 2026-05-01 15:12:16 +02:00
jakob.scheid d9fa676605 Update package structure 2026-05-01 13:40:51 +02:00
jakob.scheid 3d0dc70db5 Update licenses 2026-05-01 13:23:16 +02:00
jakob.scheid 6ed50eb102 Add models for Gitea webhooks 2026-04-29 20:11:55 +02:00
jakob.scheid 1b26f5c86f Add models for Gitea webhooks 2026-04-29 19:17:58 +02:00
jakob.scheid d66875cae3 2026-04-29 19:09:32 +02:00
jakob.scheid 2072c9685c Add configuration file template 2026-04-29 19:05:35 +02:00
jakob.scheid 8262aa72ab Add basic API structure 2026-04-29 19:04:39 +02:00
jakob.scheid 4bdd5f6524 Add configuration file template 2026-04-27 23:35:30 +02:00
jakob.scheid e679d48ae0 Add default configurtion 2026-04-27 23:34:26 +02:00
jCloud 78531a6358 Initial commit 2026-04-27 23:21:36 +02:00