SuccessChanges

Summary

  1. Adds non-nullable and unique checks to the Registration.login field (details)
  2. Updates the database creation scripts (details)
  3. Updates the contributing guide (details)
Commit 634ff0c3407140f4b602fcaaf57b9b0e522c762b by Miguel Reboiro-Jato
Adds non-nullable and unique checks to the Registration.login field
The Registration.login field should be treated as the User.login field.
As the User.login field is the primary key, the non-nullable and unique
checks are implicitly added. However, as the Registration.login field is
not a primary key, this checks must be explicitly added.
The file was modifieddomain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/Registration.java (diff)
Commit 81b9c509cf63c19dd9e5e8efc23f1b1c42fe694a by Miguel Reboiro-Jato
Updates the database creation scripts
The letta.full.sql and letta.test.sql have being updated to include the
table creation queries and some User and Event insertion statements.
The file was modifiedadditional-material/db/letta.full.sql (diff)
The file was modifiedadditional-material/db/letta.test.sql (diff)
Commit 04bb250ba5eb06379eab3a1edb23706d68006b0a by Miguel Reboiro-Jato
Updates the contributing guide
The contributing guide has been updated to include the explanation of
how to contribute to the "tests" module and how to use the fake smtp
server.
The file was modifiedCONTRIBUTING.md (diff)