Aart van Baren
Aart van Baren
The fix introduced by PR #396 didn't work on staging. PR #407 does fix the issue (it has been tested on staging). #407 hasn't been approved, but it's safe to...
@kineticsquid Yes, the deployment that is about to be released contains a fix for this issue. It was adressed in PR https://github.com/eclipse/openvsx/pull/434
Hi @rainbyte, you can follow helpdesk issues [#1698](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1698) or [#1483](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1483) for updates.
@kineticsquid The extension name is `learnpack-vscode`. It can be found here: https://open-vsx.org/api/learnpack The webui shows the extension display name. Maybe we can add a tooltip or code block to show...
There's a OrphanNamespaceMigration. It cleans up namespaces without extensions. https://github.com/eclipse/openvsx/blob/8bf1d23af572aebe2321f304ea605ceb6b8f0923/server/src/main/java/org/eclipse/openvsx/migration/OrphanNamespaceMigration.java#L44-L47
It runs on server startup. An orphaned namespace is a namespace without any members. https://github.com/eclipse/openvsx/blob/8bf1d23af572aebe2321f304ea605ceb6b8f0923/server/src/main/java/org/eclipse/openvsx/repositories/NamespaceRepository.java#L25-L26 I don't know 100% if this is possible, but you might be able to delete...
Ok, I have a small fix for production: https://github.com/EclipseFdn/open-vsx.org/pull/1343 When approved, I can deploy it to production. The new deployment should then delete the learnpack namespace after the server started.
learnpack has been deleted: https://open-vsx.org/api/learnpack
>>Also the current way of mirroring is very similar to republishing, it will download the full vsix file and republish it, which will >>make it very slow and generate a...
> @amvanbaren When via using WebUI it does not seem that results from upstream are merged, only synced extensions are poping-up. @akosyakov Can you give an example?