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

feat(cat-gateway): Catalyst signed docs simple upsert and select queries templates #1365

Merged
merged 23 commits into from
Dec 11, 2024

Conversation

Mr-Leshiy
Copy link
Contributor

@Mr-Leshiy Mr-Leshiy commented Dec 9, 2024

Description

Added simple queries to insert and select "Catalyst signed docs" from the event-db:

  • simple upsert query insert_signed_documents.sql
  • simple select query template select_signed_documents.sql.jinja.
  • more advanced query template select_signed_documents.sql.jinja

Added python integration test setup of these queries

Related Issue(s)

Closes #1371

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
@Mr-Leshiy Mr-Leshiy marked this pull request as draft December 9, 2024 20:50
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

wip

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

@Mr-Leshiy Mr-Leshiy changed the title feat(cat-gateway): Catalyst signed docs simple queries feat(cat-gateway): Catalyst signed docs simple upsert and select queries Dec 10, 2024
@Mr-Leshiy Mr-Leshiy self-assigned this Dec 10, 2024
@Mr-Leshiy Mr-Leshiy added the review me PR is ready for review label Dec 10, 2024

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
@Mr-Leshiy Mr-Leshiy marked this pull request as ready for review December 10, 2024 11:04

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

fix

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

@Mr-Leshiy Mr-Leshiy requested a review from neil-iohk December 10, 2024 11:37
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

try

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
try

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

try

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
wip

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
wip

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
@Mr-Leshiy Mr-Leshiy added draft Draft do not merge yet PR is not ready to be merged yet and removed review me PR is ready for review labels Dec 11, 2024

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
@Mr-Leshiy Mr-Leshiy changed the title feat(cat-gateway): Catalyst signed docs simple upsert and select queries feat(cat-gateway): Catalyst signed docs simple upsert and select queries templates Dec 11, 2024

Verified

This commit was signed with the committer’s verified signature.
Mr-Leshiy Alex Pozhylenkov
Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

Copy link
Contributor

Test Report | P a s s : 334 / 334 | F a i l : 0 / 334 |

Copy link
Collaborator

@stevenj stevenj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great.

@stevenj stevenj merged commit f20fea9 into main Dec 11, 2024
39 checks passed
@stevenj stevenj deleted the feat/docs-queries branch December 11, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge yet PR is not ready to be merged yet draft Draft
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add SQL query templates
2 participants