Skip to content
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

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2024

  1. Add Gradle support

    damithc authored and damithc committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    68c58c1 View commit details
    Browse the repository at this point in the history
  2. Bump gradle and lib version

    Eclipse-Dominator authored and damithc committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    03523ec View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. 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.
    aureliony authored and damithc committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    81a9c53 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. ip_wk2_level-0

    chashaobao123 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    60e495d View commit details
    Browse the repository at this point in the history
  2. ip wk2 level-1

    chashaobao123 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fddb9e9 View commit details
    Browse the repository at this point in the history
  3. ip wk2 level-2

    chashaobao123 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    48f9b91 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. wk2 ip level-3

    chashaobao123 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    064c6c3 View commit details
    Browse the repository at this point in the history
  2. wk2 level-4

    chashaobao123 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    97639d6 View commit details
    Browse the repository at this point in the history
  3. wk2 ip level-5

    chashaobao123 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    4f01857 View commit details
    Browse the repository at this point in the history
  4. wk2 ip level-6

    chashaobao123 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    1df1350 View commit details
    Browse the repository at this point in the history
  5. add automated-text-ui-testing

    chashaobao123 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    55989ae View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. add Level-7 changes

    chashaobao123 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    957bf55 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. update reading and writing of saved tasks

    chashaobao123 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    dfae243 View commit details
    Browse the repository at this point in the history
  2. add date and time for deadline and event

    chashaobao123 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0dea61f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. abstract more classes

    chashaobao123 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cd8b26e View commit details
    Browse the repository at this point in the history
  2. abstract out classes

    chashaobao123 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    421974d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/add-gradle-support'

    chashaobao123 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    08746c5 View commit details
    Browse the repository at this point in the history
  4. correct packages

    chashaobao123 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ba6a7ef View commit details
    Browse the repository at this point in the history
  5. correctly add packages

    chashaobao123 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    91afd9e View commit details
    Browse the repository at this point in the history
  6. add JUnit: TaskListTest and UiTest

    chashaobao123 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3da8d0b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. add headers

    chashaobao123 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fb664fa View commit details
    Browse the repository at this point in the history
  2. add search function

    chashaobao123 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    991b22f View commit details
    Browse the repository at this point in the history
  3. resolve merge conflicts

    chashaobao123 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6df0184 View commit details
    Browse the repository at this point in the history
  4. merge branches

    chashaobao123 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c7862f4 View commit details
    Browse the repository at this point in the history
  5. add gui

    chashaobao123 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1ee7602 View commit details
    Browse the repository at this point in the history
  6. add gui

    chashaobao123 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5f50efb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Add assertions

    Assertions were added to LittleMissHelpful file to enhance clarity and debugging
    
    Let's,
    * add assertions to LittleMissHelpful
    * enable assertions in the configurations
    chashaobao123 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e73a476 View commit details
    Browse the repository at this point in the history
  2. Update packages to follow convention

    Packages were not in full lowercase
    
    Let's
    * rename all packages to follow convention.
    chashaobao123 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    b01a403 View commit details
    Browse the repository at this point in the history
  3. Update packages

    chashaobao123 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    5656a9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    620f3de View commit details
    Browse the repository at this point in the history
  5. Resolve import errors

    chashaobao123 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    20e7261 View commit details
    Browse the repository at this point in the history
  6. Merge with master

    chashaobao123 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e543672 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from chashaobao123/branch-A-CodeQuality

    Branch a code quality
    chashaobao123 authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    668af35 View commit details
    Browse the repository at this point in the history
  8. Add assertions

    chashaobao123 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c088340 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of github.com:chashaobao123/ip

    chashaobao123 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    78d3987 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge Level-8 to master

    chashaobao123 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1c02284 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from chashaobao123/branch-Level-8

    add date and time for deadline and event
    chashaobao123 authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ac340f4 View commit details
    Browse the repository at this point in the history
  3. Resolved merge conflicts from pull-request

    chashaobao123 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    55d7ca0 View commit details
    Browse the repository at this point in the history
  4. Add proper headings

    chashaobao123 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    cd35b95 View commit details
    Browse the repository at this point in the history
  5. Edit error messages to fit personality

    chashaobao123 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b6f266c View commit details
    Browse the repository at this point in the history
  6. Add JUnit tests

    chashaobao123 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a0b1e69 View commit details
    Browse the repository at this point in the history
  7. Update README

    chashaobao123 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6bf7a93 View commit details
    Browse the repository at this point in the history
  8. Update README

    chashaobao123 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6f02cc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Add Ui.png to docs folder

    chashaobao123 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e4dc31b View commit details
    Browse the repository at this point in the history
  2. Update README

    chashaobao123 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dabdb0b View commit details
    Browse the repository at this point in the history