1. 11 Mar, 2017 3 commits
  2. 10 Mar, 2017 6 commits
  3. 01 Mar, 2017 1 commit
  4. 27 Feb, 2017 3 commits
  5. 26 Feb, 2017 9 commits
  6. 16 Feb, 2017 3 commits
  7. 08 Feb, 2017 4 commits
  8. 07 Feb, 2017 4 commits
    • Administrator's avatar
      Adds automatic deployment capabilities to Tomcat execution · b0904247
      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
      b0904247
    • Administrator's avatar
      Updates the POM configuration · 8696114a
      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.
      8696114a
    • Administrator's avatar
      Fixes the login token in PeopleWebTest · 9addf09a
      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.
      9addf09a
    • Administrator's avatar
      Removes WebContent directory · e75d5730
      Administrator authored
      The WebContent directory was not used in this project.
      e75d5730
  9. 10 Jun, 2016 3 commits
  10. 19 Apr, 2016 3 commits
  11. 29 Feb, 2016 1 commit
    • Administrator's avatar
      Fixes column nullability in MySQL scripts · 62db9925
      Administrator authored
      Some columns of the MySQL database created by the scripts in the "db"
      directory where incorrectly set as nullable. This commit fixes this
      error and sets them as non nullable columns.
      62db9925