- 25 Jan, 2021 9 commits
-
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
- Artifact name and module name is `webapp`. - Artifact `finalName` is `mrl-webapp`.
-
Antoine Mottier authored
- Rename variable with data-collection pom file path. - Remove `target` folder from cache (see recommendation regarding cache usage here: https://docs.gitlab.com/ee/ci/caching/). - Rename `jar` job to `package`. - Add jobs for the webapp.
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
- Remove commented dependency. - Extract plugins and libraries version in Maven property. - Remove `source` and `target` in `maven-compiler-plugin` replaced by `maven.compiler.release` when running JDK 9 or higher. - Add `versions-maven-plugin` configuration to specify a file (`rules.xml`) to ignore alpha, beta, RC and CR versions from available dependencies and plugins updates analysis. - Run `versions-maven-plugin` `display-property-updates` goal on `validate` phase.
-
- 07 Jan, 2021 2 commits
-
-
Martin Hamant authored
-
Martin Hamant authored
-
- 04 Jan, 2021 2 commits
-
-
-
Pierre-Yves Gibello authored
-
- 31 Dec, 2020 2 commits
-
-
Antoine Mottier authored
- Add to DatasetFactory a method to get MKT metrics from the database (workaround due to lack of MKT metrics in `Metric` table. - Add a new constructor to `Metric` class to support lack of threshold for MKT metrics. - Add controller, service interface and service implementation to provide dendrogram.
-
Antoine Mottier authored
- Add to DatasetFactory a method to get MKT metrics from the database (workaround due to lack of MKT metrics in `Metric` table. - Add a new constructor to `Metric` class to support lack of threshold for MKT metrics. - Add controller, service interface and service implementation to provide dendrogram.
-
- 18 Dec, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 14 Dec, 2020 2 commits
-
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
- 11 Dec, 2020 2 commits
-
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
- 08 Dec, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 04 Dec, 2020 4 commits
-
-
Pierre-Yves Gibello authored
-
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
Fix for weird problems with closed issues: projects that never close issues, and bug in old gitlab versions with null closing date
-
- 02 Dec, 2020 3 commits
-
-
Antoine Mottier authored
-
Antoine Mottier authored
Should allow to have only code related to display in XWiki page and all preprocessing done in the web app.
-
Antoine Mottier authored
- Use slf4j and logback for logging - Copy dependencies on `package` Maven phase instead of `install`
-
- 01 Dec, 2020 2 commits
-
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
- 17 Nov, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 16 Nov, 2020 1 commit
-
-
Antoine Mottier authored
To document deployment.
-
- 10 Nov, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 09 Nov, 2020 2 commits
-
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
- 03 Nov, 2020 5 commits
-
-
Antoine Mottier authored
Only include libraries with scope `compile` in the `lib` folder used as jar `Class-Path` define in `MANIFEST.MF`
-
Pierre-Yves Gibello authored
Various code clean up and potential bug fix See merge request !5
-
Pierre-Yves Gibello authored
-
Antoine Mottier authored
- Use annotation for servlet over configuration in `web.xml` - Remove `throws` for servlet methods that do not throws exception - Remove useless `serialVersionUID` - Add `final` keyword - Remove code useless - Add missing javadoc - Use `StringBuffer` append instead of concatenation - Add FIXME comment (in `Metric.java` line 153 and in `TreeNode.java` 36) due to potential bug - Fix `CREATE DATABASE` SQL statement syntax (`IF NOT EXISTS` need to be locate before database name) in order to match what is documented in official MySQL and MariaDB documentation - Fix potential bug in `TreeNode` line 82
-
Pierre-Yves Gibello authored
Gracefully handle db connection issue, logging and various improvements See merge request !4
-