- 12 Mar, 2017 1 commit
-
-
Iago Gómez Salgado authored
-
- 11 Mar, 2017 5 commits
-
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
- 10 Mar, 2017 6 commits
-
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
- 01 Mar, 2017 1 commit
-
-
Iago Gómez Salgado authored
-
- 27 Feb, 2017 3 commits
-
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
- 26 Feb, 2017 9 commits
-
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
- 16 Feb, 2017 3 commits
-
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
Iago Gómez Salgado authored
-
- 08 Feb, 2017 4 commits
-
-
Administrator authored
The frontend has been refactorized to use classes in the JavaScript files.
-
Administrator authored
Some backend classes have been refactorized and simplified.
-
Administrator authored
The EqualsVerifier library has been added to test the equals and hashCode methods and it has been used to test the Person entity.
-
Administrator authored
This commit updates the README.md file to include better and more detailed descriptions of how to construct and execute the application.
-
- 07 Feb, 2017 4 commits
-
-
Administrator authored
The run-tomcat-mysql allows the execution of the project in a Tomcat 8 server with a MySQL database through the "cargo:run" or "cargo:start" goals. This commit adds the fizzed-watcher-maven-plugin to provide the project with automatic redeployment when using the aforementioned profile. For example, executing the Maven command the application will be served in a Tomcat server an automatically redeployed when any file changes: mvn -DskipTest=true -Prun-tomcat-mysql cargo:start fizzed-watcher:run
-
Administrator authored
This commit updates the dependency and plugin versions in the POM file. The most important update is the one relative to Selenium, as recent Firefox browsers do not work with old Selenium Firefox drivers. Now, during the construction, the Gecko driver is downloaded to work with recent Firefox browsers.
-
Administrator authored
The login token was incorrectly set to "admin:admin" instead of "admin:adminpass". This commit fixes this and sets the valid token value.
-
Administrator authored
The WebContent directory was not used in this project.
-
- 10 Jun, 2016 3 commits
-
-
Administrator authored
The execution command recommended in README.md has been simplified (no tests are executed now) and made more robust by includen a project cleaning and packaging previous to execution.
-
Administrator authored
The POM file has been changed to include the generation of reports for integration tests (execution and coverage) even when acceptance tests are not run.
-
Administrator authored
The Tomcat URL has been changed for a more stable FTP location.
-
- 19 Apr, 2016 1 commit
-
-
Administrator authored
This commit adds the new resource UsersResource (/users) with a simple functionality: retrieving the data of an user. This functionality requires knowing the login of the user that is performing the request. In this regard, this commit is an example of how this information can be retrieved and how to test a resource that requires knowing the login of an user.
-