-
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
[chashaobao] iP #640
base: master
Are you sure you want to change the base?
[chashaobao] iP #640
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 26, 2024
-
chashaobao123 committed
Aug 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 60e495d - Browse repository at this point
Copy the full SHA 60e495dView commit details -
chashaobao123 committed
Aug 26, 2024 Configuration menu - View commit details
-
Copy full SHA for fddb9e9 - Browse repository at this point
Copy the full SHA fddb9e9View commit details -
chashaobao123 committed
Aug 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 48f9b91 - Browse repository at this point
Copy the full SHA 48f9b91View commit details
Commits on Aug 31, 2024
-
chashaobao123 committed
Aug 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 064c6c3 - Browse repository at this point
Copy the full SHA 064c6c3View commit details -
chashaobao123 committed
Aug 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 97639d6 - Browse repository at this point
Copy the full SHA 97639d6View commit details -
chashaobao123 committed
Aug 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 4f01857 - Browse repository at this point
Copy the full SHA 4f01857View commit details -
chashaobao123 committed
Aug 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 1df1350 - Browse repository at this point
Copy the full SHA 1df1350View commit details -
chashaobao123 committed
Aug 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 55989ae - Browse repository at this point
Copy the full SHA 55989aeView commit details
Commits on Sep 3, 2024
-
chashaobao123 committed
Sep 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 957bf55 - Browse repository at this point
Copy the full SHA 957bf55View commit details
Commits on Sep 4, 2024
-
update reading and writing of saved tasks
chashaobao123 committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for dfae243 - Browse repository at this point
Copy the full SHA dfae243View commit details -
add date and time for deadline and event
chashaobao123 committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 0dea61f - Browse repository at this point
Copy the full SHA 0dea61fView commit details
Commits on Sep 5, 2024
-
chashaobao123 committed
Sep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for cd8b26e - Browse repository at this point
Copy the full SHA cd8b26eView commit details -
chashaobao123 committed
Sep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 421974d - Browse repository at this point
Copy the full SHA 421974dView commit details -
Merge remote-tracking branch 'origin/add-gradle-support'
chashaobao123 committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 08746c5 - Browse repository at this point
Copy the full SHA 08746c5View commit details -
chashaobao123 committed
Sep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for ba6a7ef - Browse repository at this point
Copy the full SHA ba6a7efView commit details -
chashaobao123 committed
Sep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 91afd9e - Browse repository at this point
Copy the full SHA 91afd9eView commit details -
add JUnit: TaskListTest and UiTest
chashaobao123 committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 3da8d0b - Browse repository at this point
Copy the full SHA 3da8d0bView commit details
Commits on Sep 6, 2024
-
chashaobao123 committed
Sep 6, 2024 Configuration menu - View commit details
-
Copy full SHA for fb664fa - Browse repository at this point
Copy the full SHA fb664faView commit details -
chashaobao123 committed
Sep 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 991b22f - Browse repository at this point
Copy the full SHA 991b22fView commit details -
chashaobao123 committed
Sep 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 6df0184 - Browse repository at this point
Copy the full SHA 6df0184View commit details -
chashaobao123 committed
Sep 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c7862f4 - Browse repository at this point
Copy the full SHA c7862f4View commit details -
chashaobao123 committed
Sep 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 1ee7602 - Browse repository at this point
Copy the full SHA 1ee7602View commit details -
chashaobao123 committed
Sep 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f50efb - Browse repository at this point
Copy the full SHA 5f50efbView commit details
Commits on Sep 14, 2024
-
Assertions were added to LittleMissHelpful file to enhance clarity and debugging Let's, * add assertions to LittleMissHelpful * enable assertions in the configurations
chashaobao123 committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for e73a476 - Browse repository at this point
Copy the full SHA e73a476View commit details -
Update packages to follow convention
Packages were not in full lowercase Let's * rename all packages to follow convention.
chashaobao123 committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for b01a403 - Browse repository at this point
Copy the full SHA b01a403View commit details -
chashaobao123 committed
Sep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 5656a9d - Browse repository at this point
Copy the full SHA 5656a9dView commit details -
Merge pull request #2 from chashaobao123/branch-A-Assertions
Add assertions
Configuration menu - View commit details
-
Copy full SHA for 620f3de - Browse repository at this point
Copy the full SHA 620f3deView commit details -
chashaobao123 committed
Sep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 20e7261 - Browse repository at this point
Copy the full SHA 20e7261View commit details -
chashaobao123 committed
Sep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for e543672 - Browse repository at this point
Copy the full SHA e543672View commit details -
Merge pull request #3 from chashaobao123/branch-A-CodeQuality
Branch a code quality
Configuration menu - View commit details
-
Copy full SHA for 668af35 - Browse repository at this point
Copy the full SHA 668af35View commit details -
chashaobao123 committed
Sep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for c088340 - Browse repository at this point
Copy the full SHA c088340View commit details -
Merge branch 'master' of github.com:chashaobao123/ip
chashaobao123 committedSep 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 78d3987 - Browse repository at this point
Copy the full SHA 78d3987View commit details
Commits on Sep 17, 2024
-
chashaobao123 committed
Sep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c02284 - Browse repository at this point
Copy the full SHA 1c02284View commit details -
Merge pull request #4 from chashaobao123/branch-Level-8
add date and time for deadline and event
Configuration menu - View commit details
-
Copy full SHA for ac340f4 - Browse repository at this point
Copy the full SHA ac340f4View commit details -
Resolved merge conflicts from pull-request
chashaobao123 committedSep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 55d7ca0 - Browse repository at this point
Copy the full SHA 55d7ca0View commit details -
chashaobao123 committed
Sep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for cd35b95 - Browse repository at this point
Copy the full SHA cd35b95View commit details -
Edit error messages to fit personality
chashaobao123 committedSep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for b6f266c - Browse repository at this point
Copy the full SHA b6f266cView commit details -
chashaobao123 committed
Sep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for a0b1e69 - Browse repository at this point
Copy the full SHA a0b1e69View commit details -
chashaobao123 committed
Sep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 6bf7a93 - Browse repository at this point
Copy the full SHA 6bf7a93View commit details -
chashaobao123 committed
Sep 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 6f02cc0 - Browse repository at this point
Copy the full SHA 6f02cc0View commit details
Commits on Sep 22, 2024
-
chashaobao123 committed
Sep 22, 2024 Configuration menu - View commit details
-
Copy full SHA for e4dc31b - Browse repository at this point
Copy the full SHA e4dc31bView commit details -
chashaobao123 committed
Sep 22, 2024 Configuration menu - View commit details
-
Copy full SHA for dabdb0b - Browse repository at this point
Copy the full SHA dabdb0bView commit details