-
Notifications
You must be signed in to change notification settings - Fork 5
feat: gts-kit 0.3.0 #43
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
Open
Artifizer
wants to merge
35
commits into
main
Choose a base branch
from
dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4ede56d
docs: update CHANGELOG.md
Artifizer a16d22b
feat: implement GTS top menu item to browse GTS files and oversee pro…
Artifizer 4ad6cc6
feat(vscode): add GTS sidebar file explorer and YAML annotation support
Artifizer 6253842
feat(gts): revalidate dependent entities on file change across all apps
Artifizer 9ef50a7
fix(vscode): stop file-tree flicker and dedupe symlinked scans
Artifizer 0125310
feat(shared): register inline GTS entity definitions in YAML config f…
Artifizer b60a4ef
feat(vscode): support dragging discovered GTS files
Artifizer 7f689cb
chore: update gts-spec and TypeScript configs
Artifizer 4c3c787
chore: rename gts.* VS Code commands to gts-kit.*
Artifizer 31c5d22
chore: enable Node typings for VS Code extension
Artifizer dfe030e
fix(vscode): start GTS scanner on extension startup
Artifizer c914a29
feat: VS Code plugin - GTS menu panel - added refresh file explorer b…
Artifizer 1db83a1
fix(vscode): cascade invalid GTS chain segments
Artifizer db4aa08
fix(vscode): resolve GTS reference errors to their own array item
Artifizer 2d5564b
fix(validation): enforce strict RFC 3339 for date/time formats
Artifizer 0c67ce0
fix(styling): classify GTS ID segments structurally via core gts-ts
Artifizer e81ba8c
chore: update .gts-spec to v0.13.4
Artifizer 75fba9e
fix(vscode): enable multi-file chat drag
Artifizer 6260cce
fix(vscode): keep invalid files marked red after preview tab closes
Artifizer 65b8174
chore: update VS Code plugin category and tags
Artifizer 89f73c8
chore: rebase gts-kit on gts-ts v0.5.0 to support additional validations
Artifizer 7cf9e4e
fix(validation): surface GTS validation errors across VS Code viewer
Artifizer f1fcaf4
fix(styling): avoid duplicate entity suggestions
Artifizer 012c0bb
feat: apps/vscore-extension - watch file changes in symlinked directo…
Artifizer ce1cb5c
fix(vscode): keep discovered GTS files synchronized
Artifizer b265cf0
fix(vscode): surface inherited schema validation failures
Artifizer dd873ff
fix(validation): reject schema-less dollar-id instances
Artifizer b45edad
fix(types): include Node globals in shared package
Artifizer 4a7fe45
docs: update VS Code default message used while GTS file scanner is r…
Artifizer 032f096
perf(vscode): avoid synchronous explorer file scans
Artifizer a4cb244
fix(web): invalidate stale files after parse errors
Artifizer ca64f6b
fix(validation): prune annotation-only GTS ref branches
Artifizer 72846f2
fix(registry): skip ID-less YAML containers
Artifizer e1f750b
fix(web): remove deprecated TypeScript base URL
Artifizer d6d0def
fix(web): correct TypeScript ESLint preset
Artifizer 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
Submodule .gts-spec
updated
57 files
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: GlobalTypeSystem/gts-kit
Length of output: 6536
🏁 Script executed:
Repository: GlobalTypeSystem/gts-kit
Length of output: 14788
Include YAML files in the Open Viewer menu conditions.
The scan glob supports both
yamlandyml, andgts-kit.openVieweraccepts the selected resource or active document. However, the explorer condition excludes both extensions, and the editor condition excludes theyamllanguage. The Open Viewer action is unavailable from these menus for YAML files.🐛 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents