Skip to content
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

Support gitea #5

Closed
ghost opened this issue Apr 16, 2019 · 10 comments
Closed

Support gitea #5

ghost opened this issue Apr 16, 2019 · 10 comments
Milestone

Comments

@ghost
Copy link

ghost commented 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
Copy link
Owner

pd4d10 commented Apr 16, 2019

Great! GitTouch is designed to support multiple platforms, although only GitHub is supported just now.

Pull request is very welcome

@gedw99
Copy link

gedw99 commented Nov 17, 2019

Thanks.

Gitea is really nice and is 100% in golang and really has a huge community. So it's not going away.
I program golang and flutter and so can help on both sides.

I just saw the build.yaml for types.
Gitea probably has more types than GitHub. But not sure.

@pd4d10
Copy link
Owner

pd4d10 commented Nov 17, 2019

PRs are welcome. Feel free to ping me if you get stuck @gedw99

@gedw99
Copy link

gedw99 commented Nov 17, 2019

Thanks. Will do.

@gedw99
Copy link

gedw99 commented Nov 17, 2019

gitea has search and search subscriptions also.
SO we can plug into the flutter notifications that git-touch uses.
SO i am wondering how you want the notifications pushed web sockets or ?

@pd4d10
Copy link
Owner

pd4d10 commented 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?

@gedw99
Copy link

gedw99 commented Nov 19, 2019 via email

@pd4d10
Copy link
Owner

pd4d10 commented Nov 20, 2019

OK, sounds great!

Feel free to comment here if you have any plan.

@winwisely99
Copy link

Add Project Screen using https://github.com/PonnamKarthik/FlutterTrelloCards
SO we have Project KanBan like Github. Gitea is added it right now too

@pd4d10 pd4d10 added this to the v2.0.0 milestone Feb 1, 2020
@pd4d10
Copy link
Owner

pd4d10 commented 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!

@pd4d10 pd4d10 closed this as completed Feb 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants