• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / wrappers / 23775507213
82%

Build:
DEFAULT BRANCH: main
Ran 31 Mar 2026 01:14AM UTC
Jobs 1
Files 60
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Mar 2026 01:06AM UTC coverage: 80.346% (+0.02%) from 80.324%
23775507213

push

github

web-flow
feat: allow vault secret lookup by name in _id options (#591)

* feat: allow vault secret lookup by name in `_id` options

Change `get_vault_secret()` to fall back to name-based lookup when
the input is not a valid UUID.

This allows all FDW `*_id` options (e.g. `conn_string_id`,
`api_key_id`, `bearer_token_id`) to accept either a vault secret
UUID or a human-readable name, making configuration easier:

```sql
-- Before: only UUID worked
OPTIONS (conn_string_id 'a1b2c3d4-e5f6-...')

-- Now: name also works
OPTIONS (conn_string_id 'my_mysql_prod')
```

Since vault secret names are human-readable labels that cannot be
valid UUIDs, there is no ambiguity. Existing UUID-based usage is
completely unaffected.

* feat: update get_vault_secret to accept secret name or ID

---------

Co-authored-by: Bo Lu <lv.patrick@gmail.com>

0 of 4 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

7943 of 9886 relevant lines covered (80.35%)

54.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
83.86
0.96% supabase-wrappers/src/utils.rs

Coverage Regressions

Lines Coverage ∆ File
1
82.68
-0.16% wrappers/src/fdw/clickhouse_fdw/clickhouse_fdw.rs
Jobs
ID Job ID Ran Files Coverage
1 23775507213.1 31 Mar 2026 01:14AM UTC 60
80.35
GitHub Action Run
Source Files on build 23775507213
  • Tree
  • List 60
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23775507213
  • 90184a4a on github
  • Prev Build on main (#23647540559)
  • Next Build on main (#24066154514)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc