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 pipeline #6

Open
vuvgaG opened this issue Jun 2, 2021 · 5 comments
Open

Support pipeline #6

vuvgaG opened this issue Jun 2, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@vuvgaG
Copy link

vuvgaG commented Jun 2, 2021

I run a local gitea instance to host private repos

Some I want to mirror to github

Im thinking like on commit to local emit to open faas function where this tools handles the mirror

So using it for keeping my local git server in sync with github

So integration with open faas

Happy to make da pr???

@cooperspencer
Copy link
Owner

Hi,
that's a great idea. I just don't any knowledge about FAAS. I were thinking about adding webhooks and a servermode to accomplish the same thing.

Sorry for the late response.

@cooperspencer cooperspencer added the enhancement New feature or request label Dec 8, 2021
@sniffingsugar
Copy link
Contributor

sniffingsugar commented Dec 10, 2021

Webhook support via Instance base or generally all?

I can implement it if you want.

(Maybe adding a scheduled cron job would be fine in the programm itself)
=> https://github.com/robfig/cron

@cooperspencer
Copy link
Owner

the cron sounds good. regarding webhooks, I need to think about that, how I'd like to do them. Or we can brainstorm together about them if you like.

but at first I'd like to cleanup the code base a bit. Like moving github stuff in a github module and so on.
I think I can get the restructure done on the weekend.

@sniffingsugar
Copy link
Contributor

Yeah that sounds really nice.

Move the Stuff to Modules would be an big improvement.

About the Webhook things, this has time. (The Cron Task would be easier and beneficial to the most) / Running backups in the night.

Maybe with an addition to save the stdout logfile for Monitoring Options.

@cooperspencer
Copy link
Owner

cron mode is implemented in the main branch. I will create a new release a bit later today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants