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

END 011/nix flakes #14

Merged
merged 5 commits into from
Nov 1, 2023
Merged

END 011/nix flakes #14

merged 5 commits into from
Nov 1, 2023

Conversation

vereis
Copy link
Collaborator

@vereis vereis commented Nov 1, 2023

Important Commits:

  • END-011 - Port shell.nix to flake.nix
  • END-011 - Update CI
  • END-011 - Handle postgres tables without pg_class (fixes Error when trying to list_tables #13)
  • END-011 - Document and permit regular expressions when querying

Changes:

  • Convert Nix shell.nix setup to flake.nix so that we can benefit from version pinning.
  • Align versioning with Sibyl and prepare to support Elixir 1.15
  • Adds matrix CI pipeline to ensure backwards compatibility
  • Allows fields to be searched via regex for (practically all) supported keywords
  • Fixes a bug where Endo.list_tables/1 would error out if tables did not have a pg_class associated with them.

@vereis vereis force-pushed the END-011/nix-flakes branch 2 times, most recently from db7f5ff to 3f8d47d Compare November 1, 2023 12:49
@vereis vereis merged commit 2b7b493 into main Nov 1, 2023
2 checks passed
@vereis vereis deleted the END-011/nix-flakes branch November 1, 2023 13:03
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.

Error when trying to list_tables
2 participants