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

[seandias] iP #627

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

[seandias] iP #627

wants to merge 59 commits into 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 19, 2024

  1. Level 0

    seandias committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8bd2a3b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Level 1

    seandias committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    640fd1d View commit details
    Browse the repository at this point in the history
  2. Level 2

    seandias committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    945ac05 View commit details
    Browse the repository at this point in the history
  3. Level 3+4+5

    seandias committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    54c07ac View commit details
    Browse the repository at this point in the history
  4. Level6

    seandias committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2ab0521 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Use Enum

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

Commits on Aug 28, 2024

  1. Level-7

    seandias committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1ebf834 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Level7'

    Update Level
    seandias committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    68bfe01 View commit details
    Browse the repository at this point in the history
  3. Level-8

    seandias committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c697c7f View commit details
    Browse the repository at this point in the history
  4. Divide-into-packages

    seandias committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fca5d00 View commit details
    Browse the repository at this point in the history
  5. More-OOP

    seandias committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ec24a2d View commit details
    Browse the repository at this point in the history
  6. Merge tag 'More-OOP'

    More-OOP
    seandias committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bcbdfac View commit details
    Browse the repository at this point in the history
  7. Merge branch 'add-gradle-support'

    GRADLE
    seandias committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    766b294 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e0e293 View commit details
    Browse the repository at this point in the history
  9. Level-9

    seandias committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1cea48e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. More-OOP

    seandias committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    43883b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge commit 'ec24a2d9f9afe5e1fa72e4eb8c9a7e7a2c9d1127'

    # Conflicts:
    #	src/main/java/skd/CommandType.java
    #	src/main/java/skd/Parser.java
    #	src/main/java/skd/SKD.java
    #	src/main/java/skd/ToStore.java
    #	src/main/java/skd/Ui.java
    #	src/main/java/task/Deadline.java
    #	src/main/java/task/Event.java
    #	src/main/java/task/Task.java
    #	src/main/java/task/TaskType.java
    #	src/main/java/task/ToDo.java
    seandias committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0798f59 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Look for errors

    seandias committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2fd652f View commit details
    Browse the repository at this point in the history
  2. A-MoreOOP

    seandias committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    122eb49 View commit details
    Browse the repository at this point in the history
  3. Merge commit '2fd652ffcdd0cc7b0e3f89d8de355e8c2e4f3949'

    # Conflicts:
    #	src/main/java/skd/SKD.java
    #	src/main/java/skd/command/CommandType.java
    #	src/main/java/skd/command/Parser.java
    #	src/main/java/task/Deadline.java
    #	src/main/java/task/Event.java
    #	src/main/java/task/Task.java
    #	src/main/java/task/TaskType.java
    #	src/main/java/task/ToDo.java
    seandias committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b1cde3a View commit details
    Browse the repository at this point in the history
  4. A-MoreOOP

    seandias committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7e01ea7 View commit details
    Browse the repository at this point in the history
  5. Merge commit '2fd652ffcdd0cc7b0e3f89d8de355e8c2e4f3949'

    # Conflicts:
    #	src/main/java/skd/SKD.java
    #	src/main/java/skd/command/CommandType.java
    #	src/main/java/skd/command/Parser.java
    #	src/main/java/task/Deadline.java
    #	src/main/java/task/Event.java
    #	src/main/java/task/Task.java
    #	src/main/java/task/TaskType.java
    #	src/main/java/task/ToDo.java
    seandias committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    835a02e View commit details
    Browse the repository at this point in the history
  6. CodeStyle change

    seandias committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    15ea043 View commit details
    Browse the repository at this point in the history
  7. Git Standard

    seandias committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    88c1ff7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Add Gui to Chatbot

    seandias committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a296c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd704d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Add Gui to Chatbot

    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1329973 View commit details
    Browse the repository at this point in the history
  2. Revert "Add Gui to Chatbot"

    This reverts commit 1329973.
    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fc139ed View commit details
    Browse the repository at this point in the history
  3. -Initialise in MainWindow is does not pass checkstlye.

    -It needs to have a JavaDoc comment to pass.
    -I added a JavaDoc comment for it.
    -Now with the comment it passes checkstyle conditions.
    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    10699ff View commit details
    Browse the repository at this point in the history
  4. Added Javadoc

    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    58ce543 View commit details
    Browse the repository at this point in the history
  5. -Initialise in MainWindow is does not pass checkstlye.

    -It needs to have a JavaDoc comment to pass.
    -I added a JavaDoc comment for it.
    -Now with the comment it passes checkstyle conditions.
    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7819d8f View commit details
    Browse the repository at this point in the history
  6. Revert "Revert "Add Gui to Chatbot""

    This reverts commit fc139ed.
    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bce2a8b View commit details
    Browse the repository at this point in the history
  7. Revert "Added Javadoc"

    This reverts commit 58ce543.
    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8f0b398 View commit details
    Browse the repository at this point in the history
  8. Merge tag 'A-CodeQuality'

    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a4ab078 View commit details
    Browse the repository at this point in the history
  9. No testing in between to make sure the code works correctly.

    Allows for code to be tested and easier identification of error location.
    Assertions added in to check storage.
    Nne of the main checkpoints.
    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    95e8012 View commit details
    Browse the repository at this point in the history
  10. Snooze function

    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b3e675b View commit details
    Browse the repository at this point in the history
  11. Merge branch 'BCD-Extension'

    seandias committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f73cb7c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. A- UserGuide

    seandias authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7d3d234 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from seandias/patch-1

    A- UserGuide
    seandias authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a7eb4a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2749f5 View commit details
    Browse the repository at this point in the history
  4. Current commit

    seandias committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    be08ef7 View commit details
    Browse the repository at this point in the history
  5. Current commit

    seandias committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    efb162c View commit details
    Browse the repository at this point in the history
  6. Add README.md

    seandias committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    46eb74e View commit details
    Browse the repository at this point in the history
  7. Format Fix

    seandias committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    06eb13b View commit details
    Browse the repository at this point in the history
  8. Added Ui

    seandias committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e5d001d View commit details
    Browse the repository at this point in the history
  9. Update picture

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

Commits on Sep 19, 2024

  1. Update picture

    seandias committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e27cf77 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update README.md

    seandias committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    28ff7fb View commit details
    Browse the repository at this point in the history
  2. Update README.md

    seandias committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0dbf968 View commit details
    Browse the repository at this point in the history
  3. Update Ui.java

    seandias committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    023ddd4 View commit details
    Browse the repository at this point in the history
  4. Update ToStore.java

    seandias committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1a0eb3b View commit details
    Browse the repository at this point in the history
  5. Update Main.java

    seandias committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    14f214e View commit details
    Browse the repository at this point in the history
  6. Update DialogBox.java

    seandias committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    92457bf View commit details
    Browse the repository at this point in the history
  7. Update SkD.java

    seandias committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6e89408 View commit details
    Browse the repository at this point in the history
  8. Update Parser.java

    seandias committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cb66105 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    seandias committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7ada754 View commit details
    Browse the repository at this point in the history