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

refactor: move project cloning into sql function #3790

Merged
merged 6 commits into from
Jul 26, 2024
Merged

Conversation

TrySound
Copy link
Member

Our project cloning does a lot of roundtrips to database and got fragmented across 3 packages. The logic is too complicated to represent with postgrest.

Here written single sql function which is invoked safely with postgrest rpc.

Our project cloning does a lot of roundtrips to database
and got fragmented across 3 packages. The logic is too complicated
to represent with postgrest.

Here written single sql function which is invoked safely
with postgrest rpc.
@TrySound TrySound requested review from kof and istarkov July 25, 2024 17:32
@TrySound TrySound temporarily deployed to postgres_development July 26, 2024 10:25 — with GitHub Actions Inactive
@TrySound TrySound temporarily deployed to postgres_development July 26, 2024 10:26 — with GitHub Actions Inactive
@TrySound TrySound merged commit 6c4b5f5 into main Jul 26, 2024
21 checks passed
@TrySound TrySound deleted the clone-project.staging branch July 26, 2024 10:33
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

Successfully merging this pull request may close these issues.

3 participants