Skip to content

History / Home

Revisions

  • Add Deleting Extensions page Requested in eclipse-openvsx/openvsx#1620: there was no documentation for removing extensions or individual versions, so it meant reading the codebase. The recipe shared on that issue predates 'ovsx unpublish' and the token-hashing rework and no longer works as written. Covers the routes in order of effort - the web UI, 'ovsx unpublish', the plain delete endpoint the CLI calls, and the admin API for extensions you do not own - plus delete vs. purge, which was undocumented: delete keeps the version number permanently reserved so content can never be republished under a version somebody already installed, purge frees it. For a private registry deployed without a login provider, the manual SQL to bootstrap the first user and token is corrected: version and type are NOT NULL with no default since V1_72, version = 0 means the value is still plaintext and is hashed in place on first use (so no restart is needed), and ids should come from the sequences. Verified against a schema migrated to v1.73. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

    @netomi netomi committed Sep 3, 2026
  • Add Trusted Publishing page Covers registering a trusted publisher, publishing from GitHub Actions and GitLab CI, what the registry verifies and matches, the properties of the issued token, the security model, and the server configuration for operators. Linked from Home. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

    @netomi netomi committed Sep 1, 2026
  • Add Registry Changes Feed page documenting /api/-/version-changes

    @netomi netomi committed Aug 3, 2026
  • Updated Home (markdown)

    @netomi netomi committed Feb 26, 2026
  • Fix namespace access link

    @amvanbaren amvanbaren committed Mar 18, 2025
  • Updating as per internal discussion: https://openvsxworkinggroup.slack.com/archives/C059CC4KLNA/p1727454518479469?thread_ts=1727380157.745219&cid=C059CC4KLNA

    @filiptronicek filiptronicek committed Sep 27, 2024
  • Updated Home (markdown)

    @spoenemann spoenemann committed Dec 8, 2020
  • Updated Home (markdown)

    @spoenemann spoenemann committed Oct 7, 2020
  • Updated Home (markdown)

    @spoenemann spoenemann committed Aug 21, 2020
  • Updated Documentation (markdown)

    @spoenemann spoenemann committed Aug 11, 2020
  • Updated Home (markdown)

    @spoenemann spoenemann committed Aug 11, 2020
  • Updated Home (markdown)

    @spoenemann spoenemann committed Jun 2, 2020
  • Updated Home (markdown)

    @spoenemann spoenemann committed May 20, 2020
  • Updated Home (markdown)

    @spoenemann spoenemann committed Apr 8, 2020
  • Updated Eclipse Open VSX (markdown)

    @spoenemann spoenemann committed Apr 8, 2020
  • Wrote entry page

    @spoenemann spoenemann committed Apr 8, 2020
  • Initial Home page

    @spoenemann spoenemann committed Mar 13, 2020