-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update go-macaron/cache and go-macaron/session #7670
Comments
There has been some discussion on switching away from macaron due to several issues, one of which you mentioned (pending PRs not being merged for >2mos). The issue is #7403. I think while we work on the above, we may need to fork macaron in the interim so we can add fixes, such as the ones above. Maybe we create a new org on gitea.com (we'd need to rename macaron to something else) with the macaron repos in it that Gitea project can maintain itself. |
I suggest we convert to gin web framework and we can maintain some gin's middlewares. I think we can do something on v1.10 and v1.11 |
I like gin, but that will take time to convert. I think short-term fork of macaron would be good while we wait for #7403 |
For a short-term target, I like your idea to create a new org in gitea.com to fork macaron's repositories. |
I also agree with maintaining forked repos for now. |
I have created fork organization https://gitea.com/macaron and I think we can move some gitea internal middlewares to that organization |
Fix go-gitea#7670 Signed-off-by: Tamal Saha <[email protected]>
@techknowlogick / @lunny / @zeripath , it seems that the following macaron repos should be forked too, since the main macaron repo has been forked.
|
All above forked, but need PRs. |
@lunny , can you please add drone for the repos? I can send pr for the go.mod stuff. |
@tamalsaha all drone added. |
I would like to update the go-macaron/cache and go-macaron/session packages to use the latest version of go-redis client. The latest client has support for Redis cluster. I opened prs against the macaron repos for 2 months which have not been merged.
How can gitea use my updated version of the macaron libraries?
The text was updated successfully, but these errors were encountered: