Codebase evolution: fedeproxy python and Go

Bonjour,

Now that switching to Go is decided, work started to re-implement whatever was done with the python fedeproxy codebase in the new Go fedeproxy codebase. This topic is a kind of checklist to track what has been done. It’s not a roadmap, although I’d be happy to make one if anyone is willing to jump on board to do some work. Right now I just have a very good feeling about the direction in which this is heading and I’m feeling more confident every day. As the code walkthrough accumulate it confirms the intuition that more time is going to be spent understanding and reusing the relevant parts of the Gitea codebase rather than writing code from scratch. Chasing the Gitea main branch on a weekly basis was no trouble at all so far … but it gets trickier as time passes and the worst is to come, i.e. trouble when a change in Gitea conflicts with a change in fedeproxy.

The following checklist is limited to what was implemented in python already

  • :ballot_box_with_check: fedeproxy specific code was written
  • :white_check_mark: code sharable with Gitea was written
  • :clock10: code needs to be written
  • :four_leaf_clover: code was already in the Gitea codebase


I’ll update this checklist as work progresses

Cheers