Aart van Baren

Results 43 issues of Aart van Baren

Fixes #471 I did some Gatling testing to check if running `FileResource` processing in the background makes a difference in terms of performance and request throughput. Please note that these...

Fixes #502 ### Testing steps - Open this PR in Gitpod, wait for the workspace to fully initialize. - Stop the server. - Edit `server/src/dev/resources/application.yml` file, change `capacity` to **1**...

Fixes #427 Added change namespace dialog to the webui Added `/admin/change-namespace` endpoint to server TODO: invalidate caches after namespace change. ### Testing steps - Navigate to admin dashboard - Search...

Fixes #501 Silently fail when offset + size is outside of ElasticSearch result window

Fixes #465, `log4j-core` version updated to `2.17.2` Fixes #467, `spring-webmvc` version updated to `5.3.20` Update Spring Boot from `2.4.0` to `2.7.0` Update gradle wrapper to `6.9.1`, so that it's compatible...

This exception was discovered while deploying to production [eclipsefdn/helpdesk#1483 (comment)](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/1483#note_916154) ``` 2022-07-21 15:53:53.601 ERROR 1 --- [.0-8080-exec-47] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception...

Fixes #487 Get the results as JSON, in addition to CSV Added extra statistics

Fixes #474 ### Testing Steps - Publish extension using privileged user: ``` curl --location --request POST 'http://localhost:8080/api/-/publish?token=super_token' \ --header 'Content-Type: application/octet-stream' \ --data-binary '@' ``` - JSON response `verified` field...

Use `extension.targetPlatform` instead of `options.target`. The logging format follows the same pattern as other parts of the codebase: https://github.com/eclipse/openvsx/blob/df28c16c4d919afaf1c8795ab0dfabd842ceb6e6/cli/src/get.ts#L106-L107 https://github.com/eclipse/openvsx/blob/df28c16c4d919afaf1c8795ab0dfabd842ceb6e6/server/src/main/java/org/eclipse/openvsx/ExtensionService.java#L190-L193 cc @radeksimko

Fixes #461 use allSettled in CLI, so that all publish processes finish Make publish retryable