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

Implement basic git fetching mechanics in buildless serverless #1357

Open
Tracked by #1315
kwiatekus opened this issue Jan 2, 2025 · 0 comments
Open
Tracked by #1315

Implement basic git fetching mechanics in buildless serverless #1357

kwiatekus opened this issue Jan 2, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@kwiatekus
Copy link
Contributor

kwiatekus commented Jan 2, 2025

Description

Ensure customer's code is mounted in the right place and moment in git functions. Implement the first working version (with only public repos in the scope) that doesnt use orphaned libgit2 library anymore (see POC)

AC

  • implement watching logic - controller needs to know when to fetch new revision
  • a new pod must have git sources (handler and dependencies) mounted
  • support public repos only (git authorisation will come later)

Reasons
Part-of #1315

@kwiatekus kwiatekus changed the title Design go-git usage in buildless operator's reconciliation Implement git fetching mechanics in buildless serverless Jan 2, 2025
@kwiatekus kwiatekus added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 2, 2025
@kwiatekus kwiatekus changed the title Implement git fetching mechanics in buildless serverless Implement basic git fetching mechanics in buildless serverless Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant