- 02 Mar, 2021 2 commits
-
-
Antoine Mottier authored
- CI no longer publish artifacts in GitLab package repository. Instead we deploy the binaries using files stored by GitLab pipelines. - Pipeline artifact retention duration is different depending on the branch that trigger the build. - Job that build the data collection jar file now also store dependencies lib folder as persistent artifacts. - Maven CLI options are now stored in `.mvn/maven.config` in order to be shared both by Maven run locally and by CI jobs. - Remove all references to configuration file from CI configuration and Maven build files. - WebApp configuration file location is now defined by a JVM system property: `mrl.conf.file.path`. - Add Maven wrapper to use same Maven version when building locally.
-
Martin Hamant authored
-
- 01 Mar, 2021 7 commits
-
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
Rely on GitLab CI variables, Maven properties and Maven war plugin filtering.
-
Pierre-Yves Gibello authored
When Sonar computes no test_success (some languages like Perl), assume 100% success if tests are present. Closes #70
-
Antoine Mottier authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
- 22 Feb, 2021 3 commits
-
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
- 15 Feb, 2021 8 commits
-
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
Implement requied changes (see #48)
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
Renamed aggregates com_* to cty_*, added OMM_DOC metric to cty_omm, updated thresholds for RatioNoLic
-
- 10 Feb, 2021 4 commits
-
-
Antoine Mottier authored
Name need to be coherent with name in XWiki: - `rocket-chat` (not `rocket`) - `imixs-workflow` (not `imixs`)
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
The SQL query in `fetchMKTMetrics` method was using hard-coded project name (`asm`) instead of using the `DatasetFactory` `project` attribute. Also update JUnit and MariaDB version.
-
- 08 Feb, 2021 5 commits
-
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
- 02 Feb, 2021 1 commit
-
-
Pierre-Yves Gibello authored
-
- 29 Jan, 2021 4 commits
-
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
- Score can be between 0 and 5 (double) included when being processed. - We want a result between 1 and 9 so we multiply by 2, truncate the result to an int and bump it to 1 if value is 0 or lower it to 9 fi value is 10. - Update .gitignore to exclude Maven release plugin files and Dolphin file browser hidden files.
-
- 25 Jan, 2021 6 commits
-
-
Antoine Mottier authored
-
Antoine Mottier authored
-
Antoine Mottier authored
MRL have 9 levels. We got a typo leading to 10 levels. This was a split of `Usefulness Demonstrated` into 2 levels: `Usefulness` and `Demonstrated`.
-
Antoine Mottier authored
-
-
Pierre-Yves Gibello authored
-