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

Use github API to upload harvest results #38

Open
Zalfsten opened this issue Jan 5, 2024 · 0 comments
Open

Use github API to upload harvest results #38

Zalfsten opened this issue Jan 5, 2024 · 0 comments
Labels
basic_middleware enhancement New feature or request

Comments

@Zalfsten
Copy link
Contributor

Zalfsten commented Jan 5, 2024

Currently the basic middleware checks out the github repo 'fairagro_repo', makes local changes and pushes them back to github. The advantage is that this works with every git server, not just with github. But the requirement for local storage violates the 12-factor principles for cloud/docker applications. Also the management of the required ssh key is kind of awkward. A solution would be to perform a "remote commit" using the github API. This is what we also intend to do for the advanced middleware with the gitlab API.

@Zalfsten Zalfsten added the enhancement New feature or request label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basic_middleware enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant