- 18 Sep, 2023 1 commit
-
-
Administrator authored
Project's repository URL in README.md has been updated. The JSF test have been disabled by default, because there is a known issue with the default Firefox installed in Ubuntu 22.04 (installed from Snap) and the Gecko driver that causes the tests to fail.
-
- 27 Sep, 2017 1 commit
-
-
Administrator authored
The project dependencies have been updated, including a change from WildFly 8.2.1 to 10.1.0. This change affects the project configuration in several ways, specially in tests configuration. The README.md file has been updated to reflect the configuration changes.
-
- 15 Nov, 2016 2 commits
-
-
Administrator authored
The Bootstrap libraries (CSS and JavaScript libraries) were inserted in the web pages (JSF module) through a CDN. Now, these libraries are added as Maven dependencies, using the Webjars project packages. In addition, the link and script tags used in the JSF template have been replaced by the h:outputStylesheet and h:outputScript tags from JSF, as this tags make consistent the use of relative paths though the different pages of the application. Finally, a minor error has been solved in the pets.xhtml file, as the placeholder text for the birth field was assigned to the animal type field.
-
Administrator authored
The JSF test execution has been disabled due to an error in the Gecko driver that makes these test fail in some environments.
-
- 09 Nov, 2016 1 commit
-
-
Administrator authored
The default FirefoxDriver from Selenium no longer supports Firefox since version 47 without a native web driver. This commit adds support to native drivers, downloading and configuring this drivers depending on the current OS (only Unix, Windows and Mac OS supported at this moment).
-
- 28 Sep, 2016 1 commit
-
-
Administrator authored
The JSF tests are misbehaving with the latest Firefox versions and, therefore, they have been temporaly disabled.
-
- 08 Nov, 2015 1 commit
-
-
Administrator authored
The JaCoCo plugin has been added to perform the coverage test, while the Wildfly plugins allows the automatic deployment of the project on a Wildfly server using the 10990 port as the administration port.
-
- 03 Nov, 2015 1 commit
-
-
Administrator authored
This commit adds the JSF project with a web application that allows the management of owners (by the administrators) and pets (by the owners). The JSF project includes the functional tests for the owners management page. The EAR project only contains a POM that creates an EAR distribution of the system.
-
- 27 Oct, 2015 1 commit
-
-
Administrator authored
The REST layer has been added but with incomplete tests. Students will have to complete the tests. This commit includes an important refactorization regarding tests. Test classes and datasets have been moved from the "service" project to a new "tests" project. This way, any project can include this "tests" project as a dependency in order to have access to these common testing resources.
-
- 25 Oct, 2015 1 commit
-
-
Administrator authored
This commit adds the OwnerService and PetService EJBs to the implementation. This commit also includes the tests for this EJBs with two different Wildfly profiles: a H2 profile and a MySQL profile.
-
- 27 Sep, 2015 1 commit
-
-
Administrator authored
Initial commit with a basic .gitignore, README.md and POM files.
-