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

[T1duS] ip #680

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

[T1duS] ip #680

wants to merge 54 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 27, 2024

  1. Renamed Bot

    T1duS committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6aa0869 View commit details
    Browse the repository at this point in the history
  2. Level-1

    T1duS committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9aa95e9 View commit details
    Browse the repository at this point in the history
  3. Level-1

    T1duS committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8d7ef61 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Level-2

    T1duS committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    26a4f78 View commit details
    Browse the repository at this point in the history
  2. Level-3

    T1duS committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    742b278 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Level-4

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8921f9d View commit details
    Browse the repository at this point in the history
  2. A-TextUiTesting

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    41419f3 View commit details
    Browse the repository at this point in the history
  3. Level-5

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    791ceff View commit details
    Browse the repository at this point in the history
  4. Level-6

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    eb2be1d View commit details
    Browse the repository at this point in the history
  5. Level-7

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    02d84a8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1 from T1duS/branch-Level-7

    Level-7
    T1duS authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7689960 View commit details
    Browse the repository at this point in the history
  7. Improve code quality

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2fe4354 View commit details
    Browse the repository at this point in the history
  8. Implement Level-8

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f3dff1a View commit details
    Browse the repository at this point in the history
  9. Merge branch 'branch-Level-8'

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1bfdf9e View commit details
    Browse the repository at this point in the history
  10. Improve OOP quality

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    98329b9 View commit details
    Browse the repository at this point in the history
  11. Make Package

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7f11c22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b4e23e View commit details
    Browse the repository at this point in the history
  13. Add Gradle

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    be97f49 View commit details
    Browse the repository at this point in the history
  14. Add JUnit Tests

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5d93574 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ad05bc5 View commit details
    Browse the repository at this point in the history
  16. Improve Coding Standard

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    27a30a9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    29a1931 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b479ae6 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'branch-Level-9'

    T1duS committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    97b281f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. GUI

    T1duS committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    39871e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from T1duS/branch-level-10

    Branch-level-10
    T1duS authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    fe1682a View commit details
    Browse the repository at this point in the history
  3. checkstyle

    T1duS committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0e3f9d3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from T1duS/A-Checkstyle

    A-checkstyle
    T1duS authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    cc1bbc6 View commit details
    Browse the repository at this point in the history
  5. added assertions

    T1duS committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2359427 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from T1duS/branch-A-Assertions

    A-Assertions
    T1duS authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    825a679 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. updated docs

    T1duS committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d0c45b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from T1duS/branch-A-Userguide

    updated docs
    T1duS authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c221350 View commit details
    Browse the repository at this point in the history
  3. finished userguide

    T1duS committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    09d31e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from T1duS/branch-A-Userguide

    finished userguide
    T1duS authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4007c2c View commit details
    Browse the repository at this point in the history
  5. extension

    T1duS committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    10d6d49 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8 from T1duS/BCD-Extension

    BCD-Extension
    T1duS authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    616bbc5 View commit details
    Browse the repository at this point in the history
  7. A-CodeQuality

    T1duS committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1d1452e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #9 from T1duS/branch-A-CodeQuality

    A-CodeQuality
    T1duS authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    38ee534 View commit details
    Browse the repository at this point in the history
  9. What this commit does:

    Refactor Opus class to remove Ui dependency and add new command handlers
    
    * The delete, mark, help, and bye command have been seperately added as command handlers.
    * Javadoc comments have been added for each of these handle command functions
    * The previous run method which used to execute these commands and use the UI class has been removed. Now the UI used is the JavaFX one. So, the commit also removed the UI class because it is not needed anymore.
    T1duS committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e8af505 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10 from T1duS/branch-A-CodeQuality

    What this commit does:
    T1duS authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3669b82 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. UI

    T1duS committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    daebd82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ae099 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    e89275f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96c5e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c8fa68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98b29a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e732e25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4661936 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    cb3b0a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40616a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from T1duS/Fixes

    code quality and exception changes
    T1duS authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f57ad05 View commit details
    Browse the repository at this point in the history