1. 12 Mar, 2017 1 commit
  2. 11 Mar, 2017 5 commits
  3. 10 Mar, 2017 6 commits
  4. 01 Mar, 2017 1 commit
  5. 27 Feb, 2017 3 commits
  6. 26 Feb, 2017 9 commits
  7. 16 Feb, 2017 3 commits
  8. 08 Feb, 2017 4 commits
  9. 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
  10. 10 Jun, 2016 3 commits
  11. 19 Apr, 2016 1 commit
    • Administrator's avatar
      Adds support for retrieving the data of an user · 053ddd0f
      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.
      053ddd0f