Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/export-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schema_version": 1,
"tree_sha256": "45f087e43cefc5aa3ee747db4658d59310e7d7f079a97b3a8ebcb680ee9de40d",
"tree_sha256": "a006c85527cb79f1884a5d946c6fdd1fdb46eb888a93c8b18360178f75f9218e",
"files": [
{
"path": ".github/workflows/public-ci.yml",
Expand Down Expand Up @@ -616,7 +616,7 @@
},
{
"path": "public/status/waitspin-vscode-open-vsx.json",
"sha256": "a19b3c44c30232714be6e50d3f51f5a878f4e062816e88c1c6d86eeee785ed0b"
"sha256": "9d7b684578fd94ef318b9a000955c25d157bc144efa17f6d5e12ff88bc83c746"
},
{
"path": "scripts/copy-openapi.js",
Expand Down
4 changes: 2 additions & 2 deletions public/provenance/waitspin-vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"schema_version": 1,
"extension_id": "waitspin.waitspin-vscode",
"version": "0.1.16",
"source_commit": "8398aa0730e5a4bb4337cf6f58c4948aba28fb2e",
"source_commit": "0a0cfdc1a01cc00de71422b48ffb72d1a6f51980",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Point provenance to a commit reachable from this revision

When this revision is checked out, npm run waitspin:provenance:check fails because 0a0cfdc1a01cc00de71422b48ffb72d1a6f51980 is a sibling of this commit rather than its ancestor, so the git merge-base --is-ancestor check in scripts/waitspin-public-tree-check.mjs exits nonzero. Bind the provenance in a follow-up commit whose parent is the exported source revision, or otherwise reference an ancestor containing the manifest.

Useful? React with 👍 / 👎.

"source_repo": "https://github.com/citedy/waitspin",
"source_directory": "extensions/waitspin-vscode",
"marketplace_url": "https://marketplace.visualstudio.com/items?itemName=waitspin.waitspin-vscode",
"generated_at": "2026-07-30T11:21:04.832Z",
"generated_at": "2026-08-11T12:25:27.453Z",
"vsix_filename": "waitspin-vscode-0.1.16.vsix",
"vsix_sha256": "34943ce5c127ab56fde66662adece313915e553ffa45c9f4cd81e0aabc1c720f",
"registry_artifacts": {
Expand Down
3 changes: 1 addition & 2 deletions public/status/waitspin-vscode-open-vsx.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"open_vsx_url": "https://open-vsx.org/extension/waitspin/waitspin-vscode",
"open_vsx_verified": true,
"open_vsx_published_by": "nttylock",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve the required namespace field in schema v1

Consumers of /status/waitspin-vscode-open-vsx.json that follow the repository's WaitSpinVscodeOpenVsxStatus contract will now receive no namespace_access value even though the payload still declares schema version 1 and the type in lib/waitspin/vscode-marketplace-status.ts requires this property. Keep the field, or version/update the contract so clients do not silently receive undefined for a required status attribute.

Useful? React with 👍 / 👎.

"namespace_access": "restricted",
"source_package_version": "0.1.16",
"provenance_version": "0.1.16",
"publish_state": "published",
"checked_at": "2026-07-23T22:11:42.207Z"
"checked_at": "2026-08-09T02:28:58.476Z"
}
Loading