- 02 Dec, 2020 2 commits
-
-
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 7 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
-
Antoine Mottier authored
- Restore `Class.forName` to load JDBC driver: `Class.forName("org.mariadb.jdbc.Driver")` - Add some logs for debug - Fix reading configuration file from classloader (`WEB-INF/classes`)
-
Antoine Mottier authored
- No longer get JDBC driver using `Class.forName`. - Remove System.out and System.err and replace them with call to SLF4J for logging and logback has a backend with currently only a development debug configuration that log to STDOUT. - Use MariaDB JDBC driver. - Make code tolerant to database connection issue (log error in log and display error message to user). - Get d3.js using HTTPS (avoid a redirection). - Set default project using the first one in project list rather than hardcoded ASM. - Use Servlet version 3.1.0 instead of 4.0.1 as we target Jetty 9.4 that only support servlet 3.1.0.
-
- 02 Nov, 2020 1 commit
-
-
Pierre-Yves Gibello authored
Add a parent pom to specify dependencies and plugins versions See merge request !3
-
- 30 Oct, 2020 1 commit
-
-
Antoine Mottier authored
Parent pom is used to centralized the specification of plugin versions to use (in order to get reproducible build) and also dependencies version (to use same version across all modules of the project). Add JUnit 5 to use latest version of JUnit as project have currently no tests.
-
- 27 Oct, 2020 7 commits
-
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
- 26 Oct, 2020 4 commits
-
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
-
Pierre-Yves Gibello authored
Fix Gitlab bug open time: only open bugs were counted. And set update time to min(update, close) for all bug trackers
-
Pierre-Yves Gibello authored
-
- 19 Oct, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 16 Oct, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 15 Oct, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 13 Oct, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 12 Oct, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 09 Oct, 2020 1 commit
-
-
Pierre-Yves Gibello authored
-
- 08 Oct, 2020 1 commit
-
-
Pierre-Yves Gibello authored
First basic CI configuration See merge request ow2/ow2-mrl!2
-
- 06 Oct, 2020 4 commits
-
-
Antoine Mottier authored
-
Antoine Mottier authored
Need to be implemented with automated deployment using maybe SSH or Ansible.
-
Antoine Mottier authored
Only compile and run test.
-
Pierre-Yves Gibello authored
-