Aart van Baren
Aart van Baren
### TODO: - [X] Parse target from version, e.g. 1.2.3-gc1+armhf+web (after last '+' is the target).
> Maybe we can add the extension id (namespace.extension) to the search criteria `extensionId` is part of the search criteria and has the highest boost. ``` boolQuery.should(QueryBuilders.termQuery("extensionId.keyword", options.queryString).caseInsensitive(true)).boost(10); // Fuzzy...
It is taken into account, but freshness (timestamp) is prioritized over downloads. From https://github.com/EclipseFdn/open-vsx.org/blob/production/configuration/application.yml: ``` relevance: rating: 0.2 downloads: 1.0 timestamp: 3.0 ```
@akosyakov @jeanp413 @filiptronicek @kineticsquid @chrisguindon @fredg02 @yiningwang11 I could use some extra 👀 on this PR. Are the metric calculations correct? Does it meet your requirements?
@kineticsquid There's no need to merge. Install the Gitpod addon: https://addons.mozilla.org/nl/firefox/addon/gitpod/. Then at the top of the page, a Gitpod button is added: 
@kineticsquid > What defines an error, e.g. a 5xx http response? An error is defined as a 5xx (server error) or 4xx (client error). > Are we also able to...
@kineticsquid I've split server and client errors into separate panels. Gitpod uses Docker to construct a workspace from a PR.
Using https://github.com/eclipse/openvsx/pull/857 instead.
Hi @oboxer, I think adding the option to authenticate with an Azure AD token has a clear use case. There are probably other organizations that can benefit from this feature,...
cc @kineticsquid