1. 26 Oct, 2025 11 commits
  2. 25 Oct, 2025 5 commits
  3. 24 Oct, 2025 3 commits
  4. 23 Oct, 2025 1 commit
  5. 17 Sep, 2025 1 commit
    • Administrator's avatar
      Fixes and simplifies WildFly execution with Maven · 45d4ccba
      Administrator authored
      The configuration to execute WildFly using Maven commands was causing
      problems in Windows environments.
      
      This problem has been fixed by upgrading the plugin version, which
      implied rebuilding its configuration. As part of this change, the
      configuration was also simplified, and now starting the application and
      redeploying it is faster.
      
      In addition, submodules that do not require WildFly to run the tests
      no longer copy it. This reduces the execution time.
      45d4ccba
  6. 15 Sep, 2025 1 commit
  7. 31 Oct, 2024 3 commits
  8. 21 Sep, 2024 1 commit
  9. 18 Sep, 2023 2 commits
  10. 19 Sep, 2022 1 commit
  11. 21 Oct, 2021 1 commit
    • Administrator's avatar
      Modifies REST API for a easier client integration · 06472395
      Administrator authored
      The REST API methods for entity creation and modification have been
      simplified with more basic entities.
      
      In addition, the UserResource class has been added so that it is
      possible now for clients to use it for user authentication.
      06472395
  12. 28 Sep, 2021 2 commits
  13. 18 Oct, 2020 1 commit
  14. 17 Oct, 2020 1 commit
  15. 04 Oct, 2020 1 commit
    • Administrator's avatar
      Fixes an error with the tests · eae2d5a0
      Administrator authored
      The change of the pets list in the owner to a Set makes it not
      possible to use the pet's ids in the tests. Therefore, this commit
      removes id comparisons for pets.
      eae2d5a0
  16. 27 Sep, 2020 1 commit
  17. 19 Sep, 2019 2 commits
  18. 17 Oct, 2018 1 commit
    • Administrator's avatar
      Fixes MySQL test configuration · c4ab8bb8
      Administrator authored
      The Arquillian configuration for MySQL tests was wrong, as it was
      using the H2 data type factory instead of MySQL's. This commit fixes
      this error and now tests with MySQL should work fine.
      c4ab8bb8
  19. 16 Oct, 2018 1 commit
    • Administrator's avatar
      Changes pet list to edit by id instead of entity · fb006883
      Administrator authored
      The pet list "Edit" button was calling a method in the managed bean
      that received the Pet entity. This caused lots of unnecessary queries
      in the database. In order to avoid this, the edit method now receives
      the pet identifier instead of the entity.
      fb006883