Aart van Baren

Results 48 issues of Aart van Baren

Contributes to #468 Use Apache Tika to detect mimetype

priority:medium

Fixes #379 ### Testing steps - Open this PR in Gitpod. - Let Gitpod initialize. This can take 5 - 10 minutes, because it will download 485 `vscode.bat` extensions and...

Fixes #417 ### Testing Steps #### Setup - Open this branch in Gitpod. - Wait until the publisher process has published all test extensions. - Stop the server. - Configure...

Fixes #452 Added UpstreamProxyService ### Testing steps - Add to `dev/application.properties`: ``` ovsx: upstream: proxy: enabled: true url: https://open-vsx.org/ ``` - Run the server - Test the upstream endpoints -...

Added publish button to header Added extensions tab in user settings Added ability to publish extension Added ability to create namespace Make namespaces visible for contributors Testing steps: A publish...

Fixes #431 Added RegistryAPITest.testGetQueryExtensionVersion to replicate the issue. ### Manual testing steps - Download https://open-vsx.org/api/ms-python/python/2022.0.1814523869/file/ms-python.python-2022.0.1814523869.vsix. - Download https://open-vsx.org/api/ms-python/python/2020.8.105369/file/ms-python.python-2020.8.105369.vsix. - Create namespace `ms-python`. - Publish the two downloaded extensions. - Execute...

Contributes to #379 Enabled compression Added `Content-Type` response header to SitemapController, so that the response is recognized as XML Added paging for extensionId and extensionName queries You can test compression...

Create a deployment statistics dashboard in the admin section. The dashboard displays charts of deployment statistics and offers the option to download the raw CSV data. Issue #235 outlines the...

priority:low

Fixes #505 ### Testing steps - Change the `ovsx.data.mirror.schedule.extensions` and `ovsx.data.mirror.schedule.metadata` cron expressions. Current time + 3 minutes works well for immediate testing. - Let the server run, the mirror...