-
Notifications
You must be signed in to change notification settings - Fork 590
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
[Nihirraa] ip #643
base: master
Are you sure you want to change the base?
[Nihirraa] ip #643
Commits on Jul 11, 2024
-
damithc authored and damithc committed
Jul 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 68c58c1 - Browse repository at this point
Copy the full SHA 68c58c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03523ec - Browse repository at this point
Copy the full SHA 03523ecView commit details
Commits on Jul 21, 2024
-
build.gradle: Prevent generating a second JAR file
In build.gradle, the dependencies on distZip and/or distTar causes the shadowJar task to generate a second JAR file for which the mainClass.set("seedu.duke.Duke") does not take effect. Hence, this additional JAR file cannot be run. For this product, there is no need to generate a second JAR file to begin with. Let's remove this dependency from the build.gradle to prevent the shadowJar task from generating the extra JAR file.
Configuration menu - View commit details
-
Copy full SHA for 81a9c53 - Browse repository at this point
Copy the full SHA 81a9c53View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4853d37 - Browse repository at this point
Copy the full SHA 4853d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for d46d608 - Browse repository at this point
Copy the full SHA d46d608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7408eb1 - Browse repository at this point
Copy the full SHA 7408eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fd7e2 - Browse repository at this point
Copy the full SHA 71fd7e2View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f93304 - Browse repository at this point
Copy the full SHA 7f93304View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9148f8e - Browse repository at this point
Copy the full SHA 9148f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87fd4a7 - Browse repository at this point
Copy the full SHA 87fd4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aba9e7 - Browse repository at this point
Copy the full SHA 0aba9e7View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa2cb29 - Browse repository at this point
Copy the full SHA aa2cb29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d79ce - Browse repository at this point
Copy the full SHA 31d79ceView commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c7333f - Browse repository at this point
Copy the full SHA 9c7333fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2a974 - Browse repository at this point
Copy the full SHA 5d2a974View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68cc04a - Browse repository at this point
Copy the full SHA 68cc04aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1dbb02 - Browse repository at this point
Copy the full SHA b1dbb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 151467e - Browse repository at this point
Copy the full SHA 151467eView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64d2b58 - Browse repository at this point
Copy the full SHA 64d2b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 623b278 - Browse repository at this point
Copy the full SHA 623b278View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd882b8 - Browse repository at this point
Copy the full SHA bd882b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef15ad5 - Browse repository at this point
Copy the full SHA ef15ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b4e91b - Browse repository at this point
Copy the full SHA 1b4e91bView commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 451b292 - Browse repository at this point
Copy the full SHA 451b292View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12aa50 - Browse repository at this point
Copy the full SHA d12aa50View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5dd68 - Browse repository at this point
Copy the full SHA ec5dd68View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d19ade8 - Browse repository at this point
Copy the full SHA d19ade8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31bc0f0 - Browse repository at this point
Copy the full SHA 31bc0f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b22e2a - Browse repository at this point
Copy the full SHA 9b22e2aView commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 480ce49 - Browse repository at this point
Copy the full SHA 480ce49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11f70a2 - Browse repository at this point
Copy the full SHA 11f70a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94901c4 - Browse repository at this point
Copy the full SHA 94901c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c98153 - Browse repository at this point
Copy the full SHA 8c98153View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f6d6b3 - Browse repository at this point
Copy the full SHA 6f6d6b3View commit details -
Merge pull request #2 from Nihirraa/branch-A-Assertions
Add A-Assertions Feature
Configuration menu - View commit details
-
Copy full SHA for bb1c609 - Browse repository at this point
Copy the full SHA bb1c609View commit details -
Merge pull request #3 from Nihirraa/branch-A-CodeQuality
Improve Code Quality
Configuration menu - View commit details
-
Copy full SHA for ccf9cc0 - Browse repository at this point
Copy the full SHA ccf9cc0View commit details -
Merge pull request #4 from Nihirraa/branch-A-Streams
Add A-Streams Feature
Configuration menu - View commit details
-
Copy full SHA for 1047d4c - Browse repository at this point
Copy the full SHA 1047d4cView commit details -
Add assertions to MainWindow class
Assertions were added to document important assumptions in the Espresso instance, user input, and bot response. These checks enhance code robustness.
Configuration menu - View commit details
-
Copy full SHA for b0c08d9 - Browse repository at this point
Copy the full SHA b0c08d9View commit details -
Ensure conflict detection between EventTask and DeadlineTask
- Enhanced conflict detection to prevent overlaps between EventTask and DeadlineTask. - Conflict detection checks if a deadline occurs within the time span of an event. - Throws an when tasks with scheduling conflicts are detected.
Configuration menu - View commit details
-
Copy full SHA for f1debb3 - Browse repository at this point
Copy the full SHA f1debb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37743b - Browse repository at this point
Copy the full SHA e37743bView commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61cc4b5 - Browse repository at this point
Copy the full SHA 61cc4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d82883b - Browse repository at this point
Copy the full SHA d82883bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45aa026 - Browse repository at this point
Copy the full SHA 45aa026View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a0d3f1 - Browse repository at this point
Copy the full SHA 7a0d3f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5295065 - Browse repository at this point
Copy the full SHA 5295065View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04780ef - Browse repository at this point
Copy the full SHA 04780efView commit details