chore(deps): bump Grant pin to 039b294 (multi-tenancy, raw SQL, parity) - #40
Draft
crimson-knight wants to merge 3 commits into
Draft
crimson-knight wants to merge 3 commits into
crimson-knight wants to merge 3 commits into
Conversation
Member
Author
|
Updated to Grant Verification: |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the Grant pin in
amber new, the native app generator, andtemplates/app/shard.yml.ecrfrom2665a978to039b29468e3a1b853d9e16ba9d0738c12ea1ee23(crimson-knight/grant#46, which contains 2665a978).Grant at that commit adds row-level and PostgreSQL schema-per-tenant multi-tenancy, bound raw SQL (
find_by_sql,connection.exec_query,select_*), and fixes for 53 audit findings and a crystal-conventions review. Its whole suite passes on SQLite, crystal-alpha, PostgreSQL, and MySQL. Its runtimedbdependency is now a plain0.14.0version backed by a checksum lock. Generated apps therefore resolve Grant alongside the pg, mysql, and sqlite3 drivers without a seeded lock.Toolchain:
amber newprefersshards-alphawhen it is on PATH, because it writes a checksum-verifiedshard.lock. Otherwise it falls back toshards. Specs cover both selections. The native Makefile fallback is unchanged frommain.Verification:
crystal-alpha spec: 414 examples, 0 failures (withbin/amber-lspbuilt as CI does).shards-alphaavailable and with it hidden. The generated app's specs pass (1 + 12 examples).shards-alpha install --frozen.dep-pin-auditreports the same six root-manifest findings asmain, and no new ones.Merge crimson-knight/grant#46 with a merge commit, not a squash, so that
039b294stays on Grant'smain.