mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-18 13:11:01 -05:00
Support gitea #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Apr 16, 2019).
Hotels is a very light weight git server written in golang and so runs anywhere.
It covers about 90% of the use cases gitlab covers.
Server.
https://github.com/go-gitea/gitea
API.
https://github.com/go-gitea/go-sdk
@pd4d10 commented on GitHub (Apr 16, 2019):
Great! GitTouch is designed to support multiple platforms, although only GitHub is supported just now.
Pull request is very welcome
@pd4d10 commented on GitHub (Nov 17, 2019):
PRs are welcome. Feel free to ping me if you get stuck @gedw99
@pd4d10 commented on GitHub (Nov 17, 2019):
@gedw99 Currently we don't have pushed service. We use HTTP APIs, which means that users need to open the app and do refresh to see the latest notifications.
This is a point which can be optimized. Does Gitea support such pushed service?
@pd4d10 commented on GitHub (Nov 20, 2019):
OK, sounds great!
Feel free to comment here if you have any plan.
@winwisely99 commented on GitHub (Jan 9, 2020):
Add Project Screen using https://github.com/PonnamKarthik/FlutterTrelloCards
SO we have Project KanBan like Github. Gitea is added it right now too
@pd4d10 commented on GitHub (Feb 1, 2020):
Hi @gedw99 , Gitea support has been integrated in the latest v1.3.0. 🎉
The feature of Gitea is very simple now, and we could add more features gradually.
Looking forward to your feedback!