This repository was archived by the owner on May 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 198
feat: support connectionFilePath and skills overhaul for secrets management #1432
Merged
Merged
Changes from 5 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
bb95d1a
feat(ibis-server): support connectionFilePath to keep secrets out of …
goldmedal 25758cb
feat(wren-project): add secrets policy and connectionFilePath workflo…
goldmedal 2b1e172
feat(skills): extract wren-connection-info skill from wren-project an…
goldmedal b561449
feat(skills): add wren-usage as primary hub entry point with dependen…
goldmedal 6c0d546
feat(skills): add connection_mode field to wren_project.yml for crede…
goldmedal 9b8d805
test(ibis-server): fix oracle/trino v2 tests for new connectionInfo e…
goldmedal 31519dc
test(ibis-server): fix clickhouse/mssql/mysql v2 tests for new connec…
goldmedal d1d02e6
fix(ibis-server): address PR review comments from #1432
goldmedal 55dd923
fix(skills): sync index.json versions and complete field mapping table
goldmedal 5869d86
fix(skills): extend check-versions.sh to also validate index.json
goldmedal 6728929
fix(skills): restore literal em dash in index.json
goldmedal 004fd0e
fix: address remaining PR review comments
goldmedal d2544e6
fix(ibis-server): fail closed on connectionFilePath when CONNECTION_F…
goldmedal 3d98bfe
feat: set CONNECTION_FILE_ROOT=/workspace in Docker deployments
goldmedal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| name: Skills Version Check | ||
|
|
||
| on: | ||
| pull_request: | ||
| paths: | ||
| - "skills/**" | ||
|
|
||
| jobs: | ||
| version-parity: | ||
| name: Check skills/versions.json parity | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - name: Verify versions.json matches SKILL.md frontmatter | ||
| run: bash skills/check-versions.sh |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.