-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add testing for Weddings #98
Add testing for Weddings #98
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac7cb93 - Browse repository at this point
Copy the full SHA ac7cb93View commit details -
Fix conflicts with group repository
Fix conflicts in Messages.java Fix conflicts in UntagCommand.java Fix conflicts in AddressBookParser.java Fix conflicts in AddressBook.java
Configuration menu - View commit details
-
Copy full SHA for b2e6837 - Browse repository at this point
Copy the full SHA b2e6837View commit details -
Fix check style issues in Wedding classes. Fix check style issues in Wedding test classes.
Configuration menu - View commit details
-
Copy full SHA for f0c8a9c - Browse repository at this point
Copy the full SHA f0c8a9cView commit details -
Add tests for UnassignWeddingCommand.java
Add tests for UnassignWeddingCommand.
Configuration menu - View commit details
-
Copy full SHA for 4894692 - Browse repository at this point
Copy the full SHA 4894692View commit details -
Add tests for AssignWeddingCommand.java
Add tests for AssignWeddingCommand.
Configuration menu - View commit details
-
Copy full SHA for 2a65bdc - Browse repository at this point
Copy the full SHA 2a65bdcView commit details -
Add tests for DeleteWeddingCommand.java
Add tests for DeleteWeddingCommand.
Configuration menu - View commit details
-
Copy full SHA for 4ca3249 - Browse repository at this point
Copy the full SHA 4ca3249View commit details -
Add tests for CreateWeddingCommand.java
Add tests for CreateWeddingCommand.
Configuration menu - View commit details
-
Copy full SHA for f1ff179 - Browse repository at this point
Copy the full SHA f1ff179View commit details
Commits on Oct 17, 2024
-
Merge branch 'master' into branch-wedding
# Conflicts: # src/main/java/seedu/address/logic/Messages.java # src/main/java/seedu/address/logic/commands/AssignWeddingCommand.java # src/main/java/seedu/address/logic/commands/CreateWeddingCommand.java # src/main/java/seedu/address/logic/commands/DeleteWeddingCommand.java # src/main/java/seedu/address/logic/commands/UnassignWeddingCommand.java # src/main/java/seedu/address/model/AddressBook.java # src/main/java/seedu/address/model/Model.java # src/main/java/seedu/address/model/ReadOnlyAddressBook.java # src/main/java/seedu/address/model/person/Person.java # src/main/java/seedu/address/model/wedding/UniqueWeddingList.java # src/main/java/seedu/address/model/wedding/Wedding.java # src/main/java/seedu/address/model/wedding/WeddingName.java # src/test/java/seedu/address/logic/parser/CreateWeddingCommandParserTest.java # src/test/java/seedu/address/logic/parser/DeleteWeddingCommandParserTest.java # src/test/java/seedu/address/model/AddressBookTest.java # src/test/java/seedu/address/testutil/TypicalPersons.java
Configuration menu - View commit details
-
Copy full SHA for f27b2fe - Browse repository at this point
Copy the full SHA f27b2feView commit details -
Remove redundant method in UniqueWeddingList.java
Remove setTag from UniqueWeddingList.java.
Configuration menu - View commit details
-
Copy full SHA for f1662cf - Browse repository at this point
Copy the full SHA f1662cfView commit details -
Bug fix for compatibility with Weddings in EditPersonDescriptorBuilder.java.
Configuration menu - View commit details
-
Copy full SHA for f293c13 - Browse repository at this point
Copy the full SHA f293c13View commit details