Adrien Lecharpentier

Results 31 issues of Adrien Lecharpentier

### Description In the case of repository using a multi-module configuration, we need to know in which module the plugin source code is located. Browsing the `pom.xml` files within the...

enhancement
probe

### Description Plugins are inheriting most of their build configuration through the parent pom (https://github.com/jenkinsci/plugin-pom). Recent modernization came from it. It is a good practice to keep the parent pom...

enhancement
probe

Probes and Scoring `key` is used as the map key in the database. Because of this, we must make sure the value is unique.

enhancement

### Description of the bug In the logs of the application, we can see ``` 2023-10-09T11:10:09.533Z ERROR 1 --- [ scheduling-1] i.j.p.scoring.probes.ProbeEngine : Couldn't run JSR-305 on exclusive-execution java.io.UncheckedIOException: java.nio.charset.MalformedInputException:...

bug

### Description of the bug Currently, the probe is failing only is the version couldn't be find on the `update-center` data. We should evaluate the version we get from the...

enhancement

### Description of the bug When the application is running the probes or the scores on all the plugins, it is impossible to access the plugin pages nor the scores...

bug

Having the number of issues for a plugin can help understand the interaction between the users and the maintainers.

enhancement
probe

Using the (support-core plugin)[], it is possible to get the list of plugins that are installed on one instance. Using that list (file), we could get the latest score available....

enhancement

When cloning the repository of plugins, we have the following error produced: ``` Cannot save config file 'FileBasedConfig[/****/.config/jgit/config]' java.io.IOException: Creating directories for /****/.config/jgit failed at org.eclipse.jgit.util.FileUtils.mkdirs(FileUtils.java:413) ~[org.eclipse.jgit-6.3.0.2022009070944-r.jar!/:6.3.0.2022009070944-r] at org.eclipse.jgit.internal.storage.file.LockFile.lock(LockFile.java:140) ~[org.eclipse.jgit-6.3.0.2022009070944-r.jar!/:6.3.0.2022009070944-r]...

bug

Following #206, we now have a module with the core classes to be able to create libraries for the project. However, the module is not published and so not available...

chore