-
Notifications
You must be signed in to change notification settings - Fork 315
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
Branch-A-Assertions #559
base: master
Are you sure you want to change the base?
Branch-A-Assertions #559
Commits on Aug 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 65f72a8 - Browse repository at this point
Copy the full SHA 65f72a8View commit details
Commits on Aug 12, 2019
-
Add sample checkstyle configuration
Add toolVersion block in to Gradle code sample to prevent errors.
Configuration menu - View commit details
-
Copy full SHA for 0112efe - Browse repository at this point
Copy the full SHA 0112efeView commit details
Commits on Aug 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cfd6da7 - Browse repository at this point
Copy the full SHA cfd6da7View commit details -
Merge pull request nus-cs2103-AY1920S1#12 from j-lum/gradle+x
Change file mode on `gradle` to be executable (nus-cs2103-AY1920S1#9)
Configuration menu - View commit details
-
Copy full SHA for 6e6ace1 - Browse repository at this point
Copy the full SHA 6e6ace1View commit details
Commits on Aug 20, 2019
-
Add configuration for console applications
Gradle defaults to an empty stdin which results in runtime exceptions when attempting to read from `System.in`. Let's add some sensible defaults for students who may still need to work with the standard input stream.
Configuration menu - View commit details
-
Copy full SHA for a3ca5a4 - Browse repository at this point
Copy the full SHA a3ca5a4View commit details
Commits on Aug 21, 2019
-
Merge pull request nus-cs2103-AY1920S1#13 from j-lum/javaexec
Add configuration for console applications
Configuration menu - View commit details
-
Copy full SHA for 7b60e81 - Browse repository at this point
Copy the full SHA 7b60e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b39ce - Browse repository at this point
Copy the full SHA 33b39ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c57b8f7 - Browse repository at this point
Copy the full SHA c57b8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9791316 - Browse repository at this point
Copy the full SHA 9791316View commit details
Commits on Aug 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7b06420 - Browse repository at this point
Copy the full SHA 7b06420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87270be - Browse repository at this point
Copy the full SHA 87270beView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5ced8 - Browse repository at this point
Copy the full SHA fe5ced8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0552364 - Browse repository at this point
Copy the full SHA 0552364View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c96a18 - Browse repository at this point
Copy the full SHA 6c96a18View commit details
Commits on Sep 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cb85e8d - Browse repository at this point
Copy the full SHA cb85e8dView commit details
Commits on Sep 4, 2019
-
Revert "Implemented saving to saving to/reading from disk + Level-7"
This reverts commit cb85e8d.
Configuration menu - View commit details
-
Copy full SHA for 0358d35 - Browse repository at this point
Copy the full SHA 0358d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1b26a - Browse repository at this point
Copy the full SHA bb1b26aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f135ac6 - Browse repository at this point
Copy the full SHA f135ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cebdf21 - Browse repository at this point
Copy the full SHA cebdf21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33ff9bb - Browse repository at this point
Copy the full SHA 33ff9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f54c4 - Browse repository at this point
Copy the full SHA e2f54c4View commit details
Commits on Sep 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4e4b92c - Browse repository at this point
Copy the full SHA 4e4b92cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31fd8c6 - Browse repository at this point
Copy the full SHA 31fd8c6View commit details
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 405dd68 - Browse repository at this point
Copy the full SHA 405dd68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d67470 - Browse repository at this point
Copy the full SHA 7d67470View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd2a73 - Browse repository at this point
Copy the full SHA ccd2a73View commit details -
implemented basic Gradle, Shadowjar and JUnit
requires further implementation with regards to testing (JUnit)
Configuration menu - View commit details
-
Copy full SHA for 48c6339 - Browse repository at this point
Copy the full SHA 48c6339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 422e58c - Browse repository at this point
Copy the full SHA 422e58cView commit details
Commits on Sep 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 24ad867 - Browse repository at this point
Copy the full SHA 24ad867View commit details
Commits on Sep 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 198dc4b - Browse repository at this point
Copy the full SHA 198dc4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c54a590 - Browse repository at this point
Copy the full SHA c54a590View commit details
Commits on Sep 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a14e9bf - Browse repository at this point
Copy the full SHA a14e9bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8355d84 - Browse repository at this point
Copy the full SHA 8355d84View commit details -
Merge branch 'branch-A-CodingStandard'
# Conflicts: # src/main/java/Duke.java # src/main/java/command/DeadlineCommand.java # src/main/java/command/DeleteCommand.java # src/main/java/command/DoneCommand.java # src/main/java/command/EventCommand.java # src/main/java/exception/DukeException.java # src/main/java/main/Storage.java # src/main/java/main/UI.java # src/main/java/task/Event.java # src/main/java/task/Todo.java
Configuration menu - View commit details
-
Copy full SHA for 87d5dc6 - Browse repository at this point
Copy the full SHA 87d5dc6View commit details -
# Conflicts: # src/main/java/main/UI.java # src/main/java/task/Task.java
Configuration menu - View commit details
-
Copy full SHA for 92e002b - Browse repository at this point
Copy the full SHA 92e002bView commit details
Commits on Sep 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1fd5b0c - Browse repository at this point
Copy the full SHA 1fd5b0cView commit details
Commits on Sep 28, 2019
-
To be implemented: Full support of all Duke's previous features with the new GUI
Configuration menu - View commit details
-
Copy full SHA for 5f935b2 - Browse repository at this point
Copy the full SHA 5f935b2View commit details
Commits on Sep 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for daed460 - Browse repository at this point
Copy the full SHA daed460View commit details
Commits on Sep 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2d1fdff - Browse repository at this point
Copy the full SHA 2d1fdffView commit details -
Implemented assertion checks in Parser.java and ensured that all file…
…s in Main directory follow the CheckStyle. Assertion checks to ensure that the correct types of command are passed as inputs.
Configuration menu - View commit details
-
Copy full SHA for 4373a4a - Browse repository at this point
Copy the full SHA 4373a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f882d - Browse repository at this point
Copy the full SHA 75f882dView commit details